Upload Button Icon Add office photos

Virtusa Software Services

Compare button icon Compare button icon Compare

Filter interviews by

Virtusa Software Services Lead Consultant Interview Questions and Answers

Updated 29 Mar 2024

Virtusa Software Services Lead Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Write python code to remove duplicates from a list
  • Ans. 

    Python code to remove duplicates from a list of strings

    • Use set() to remove duplicates from the list

    • Convert the set back to a list to maintain the order of elements

    • Example: input_list = ['apple', 'banana', 'apple', 'orange']

    • Output: ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Top earning employee in a sql table
  • Ans. 

    To find the top earning employee in a SQL table, you can use a SQL query with the MAX function on the salary column.

    • Use a SQL query with the MAX function on the salary column to retrieve the highest salary in the table.

    • Join the result with the employee table to get the details of the top earning employee.

    • Example: SELECT * FROM employees WHERE salary = (SELECT MAX(salary) FROM employees);

  • Answered by AI
  • Q3. Multiply two tuples
  • Ans. 

    Multiplying two tuples involves multiplying corresponding elements of each tuple and summing the results.

    • Multiply the first element of the first tuple with the first element of the second tuple, then multiply the second element of the first tuple with the second element of the second tuple, and so on.

    • Sum the results of the multiplications to get the final result.

    • Example: (2, 3) * (4, 5) = (2*4) + (3*5) = 8 + 15 = 23

  • Answered by AI
  • Q4. What is difference between generator and iterator
  • Ans. 

    Generators produce values one at a time, while iterators are objects that allow iteration over a sequence of values.

    • Generators are functions that can pause and resume execution, producing a sequence of values lazily.

    • Iterators are objects that implement the Iterator protocol, allowing iteration over a sequence of values.

    • Generators can be created using function* syntax in JavaScript, while iterators can be created using ...

  • Answered by AI
  • Q5. Explain the different types of inhertance in python
  • Ans. 

    Python supports single, multiple, and multilevel inheritance.

    • Single inheritance: A class can inherit from only one parent class.

    • Multiple inheritance: A class can inherit from multiple parent classes.

    • Multilevel inheritance: A class can inherit from a derived class, creating a hierarchy.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice sql and python well.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Virtusa Software Services?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Bmide, Rac, itk, migration.

Lead Consultant Interview Questions Asked at Other Companies

Q1. Pdc emulator and errors how it can be fixed, how to work on VMwar ... read more
asked in HCLTech
Q2. Tell us about the sales process in Dynamics 365 CRM
asked in HSBC Group
Q3. Monolith to microservice migration journey ? what all decisions n ... read more
Q4. Assuming I have two database tables, A and B, based on which I cr ... read more
Q5. As a tester, how do you manage situations with delayed builds, an ... read more

Associate Interview Questions & Answers

Wipro user image Akshay Mankoskar

posted on 13 Oct 2021

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. About experience
  • Q2. About background
  • Q3. About education
  • Q4. About hiring

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is mediam and not so hard

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of iOS, Keychain
  • Q2. Struct class diff, optional binding
  • Q3. Guard let statement when to use
  • Ans. 

    Use guard let statement to safely unwrap optional values and handle nil cases.

    • Use guard let to check if an optional value is nil before using it.

    • It is commonly used to unwrap optionals in the beginning of a function.

    • If the optional value is nil, the guard statement will exit the current scope.

    • Example: guard let name = person.name else { return }

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Core data questions on managed object model
  • Q2. GIT commands and code review process
Round 3 - HR 

(1 Question)

  • Q1. Roles and responsibilities of previous role

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the basic concepts can able to crack the interview

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions about previous company and the work I did there and then building on from there?
Round 2 - One-on-one 

(1 Question)

  • Q1. Details about my experience?
Round 3 - HR 

(3 Questions)

  • Q1. Total Experience I have overall?
  • Q2. Current Salary inclusive of fixed?
  • Q3. Salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. If you donot have experience on particular field or you don't know the answer, say no.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Datawarehousing, etl, databases, unix
Round 3 - HR 

(1 Question)

  • Q1. Experience, salary negotiation,

Interview Preparation Tips

Topics to prepare for Capgemini Consultant interview:
  • ETL Tool
  • Informatica
  • Oracle
Interview preparation tips for other job seekers - capgemini is good only for freshers but not for experienced

I applied via Referral and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Any failure in life u had ?
  • Ans. Said i left my CDAC coaching in middle for job offer...not a failure but could have kept attended final exams
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Always think through as yourself a interviewer for a JD what alll possible questions ypu can ask . This will help when you give the interview.
Are these interview questions helpful?

I applied via Referral and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Any failure in life u had ?
  • Ans. Said i left my CDAC coaching in middle for job offer...not a failure but could have kept attended final exams
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Always think through as yourself a interviewer for a JD what alll possible questions ypu can ask . This will help when you give the interview.

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Questions related to what all i have worked on in my experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - what all you have worked know in detail and what all ways you can do the same thing and why you have chosen this method?

I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its from Java, Springboot, Microservices.. and touchbase of UI technologies such as Angular.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared for evry topic.. ask yourself what, when, why, how.
Thats how you can think logically.

then only you will be able to crack.

Virtusa Software Services Interview FAQs

How many rounds are there in Virtusa Software Services Lead Consultant interview?
Virtusa Software Services interview process usually has 1 rounds. The most common rounds in the Virtusa Software Services interview process are Technical.
What are the top questions asked in Virtusa Software Services Lead Consultant interview?

Some of the top questions asked at the Virtusa Software Services Lead Consultant interview -

  1. What is difference between generator and itera...read more
  2. Explain the different types of inhertance in pyt...read more
  3. Write python code to remove duplicates from a l...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Virtusa Software Services Lead Consultant Salary
based on 60 salaries
₹14.5 L/yr - ₹25 L/yr
21% less than the average Lead Consultant Salary in India
View more details

Virtusa Software Services Lead Consultant Reviews and Ratings

based on 3 reviews

3.3/5

Rating in categories

3.1

Skill development

2.3

Work-life balance

4.0

Salary

1.3

Job security

1.4

Company culture

4.0

Promotions

1.3

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
67 salaries
unlock blur

₹5.5 L/yr - ₹16.5 L/yr

Lead Consultant
60 salaries
unlock blur

₹14.5 L/yr - ₹25 L/yr

Software Engineer
53 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Consultant
51 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Associate Consultant
49 salaries
unlock blur

₹4 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Virtusa Software Services with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview