The process took 1 week. I interviewed at Virtusa (Gurgaon, Haryana) in June 2024
Interview
Round 1 :
For half an hour , basic coding question and some technical questions
Round 2 :
For half an hour , one coding question and some technical questions
Interview questions [3]
Question 1
HOw many ways to define views in Django
https://www.geeksforgeeks.org/views-in-django-python/
Django orms creating models by direction mapping
reverse in Django
How can handle error or exception in django
How to create rest api in flask ( Using Jsonify)
AWS lambda
SNS
DynamoDB
L1 = [1,2,3,4,5]
L2 = [3,4,5,6,7]
L3=[*L1,*L2]
print("L3", L3)
L4 = [i for i in sorted(L3)]
print("L4",L4)
s1 = "hello"
vowels = {"a","e","i","o","u"}
res = len([char for char in s1 if char in vowels])
print(res)
I applied through a staffing agency. The process took 4 weeks. I interviewed at Virtusa (Singapore) in May 2026
Interview
This is Java and Angular based role. Had 3 rounds before the client round.
Round 1. About 30 mins technical questions in Java.
Round 2. AI interview on technical Java questions. About 30 mins
Round 3. 1 hour live coding on karat.
3 rounds happened for technical and all went fine and coding techniques were asked for Java and many theoretical question as well. Overall felt good with interview process and interested to join
Interview questions [1]
Question 1
Exception and threads
Oops
Frameworks that I worked
I got call from virtusa and arranged for the interview
L1 and L2
I have attended first level interview .. it's bit difficult
They were asked unsolved problems.. real time scenario and i am unable to explain