Upload Button Icon Add office photos

Filter interviews by

Virtusa Software Services Lead Consultant Interview Questions, Process, and Tips

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

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. From start to end how you perform web application penetration testing on a website with firewall is enabled on it?
  • Ans. 

    Performing web application penetration testing on a website with firewall enabled.

    • Identify the type of firewall and its configuration

    • Perform reconnaissance to gather information about the target

    • Identify vulnerabilities and exploit them

    • Use tools like Burp Suite, Nmap, and Metasploit

    • Test for common web application vulnerabilities like SQL injection and cross-site scripting

    • Document findings and provide recommendations for

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Introduction
  • Q2. Qualification, basic questions about customer service, empathy apology,how to handle angry customer..thats it

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be fluent in English and Hindi ..
Give some good and creative answers that's all..😊.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. 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 - Group Discussion 

The planning if the project and how to take over the project

Round 3 - Aptitude Test 

We should maintain the aptitude to with our project and with with

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to wrok in the this company and to entire world

Interview Questionnaire 

2 Questions

  • Q1. No question asked
  • Q2. They call and said we will give 10k only

Interview Preparation Tips

Interview preparation tips for other job seekers - In pandamic i gave my interview so this would be reason that they didnt ask much question
Because of lockdown

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly the technical question from my skill background. As the interview was in video conference mode so mostly conceptual and very few coding and query related problem solving question has been asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be aware of your resume very well
2. Don't falsify your skill set.
3. Make sure you have good concept and problem solving ability on your skill
set.
4. Be confident and clear about your answer. It is always a good practice if you
are trying to explain something give an example with it.
5. Best of Luck !!!!

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Azure migration steps from onprem to cloud, Hyper V migration, VMWARE tool we used for migration
  • Ans. 

    Steps for Azure migration from onprem to cloud and Hyper V migration using VMWARE tool.

    • Assess on-premises environment

    • Choose appropriate migration method

    • Prepare Azure environment

    • Migrate data and applications

    • Optimize and secure migrated resources

    • VMware tool used for migration: VMware vCenter Converter

    • Hyper-V migration can be done using Azure Site Recovery

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just understand the process, recent issues we handled and fixed with what role we involved to fix the issue,

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Memory management in applications
  • Ans. 

    Memory management is crucial for efficient application performance.

    • Memory allocation and deallocation should be done carefully to avoid memory leaks.

    • Unused memory should be released to prevent memory fragmentation.

    • Memory profiling tools can help identify memory-related issues.

    • Caching can improve performance by reducing the need for frequent memory allocation.

    • Examples: Java's garbage collector, C++'s smart pointers, iOS

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - On date of interview, be calm and be online before time.
Try to answer an much you can.
Normally questions are related to respective technology.
So if you have good knowledge on your technology then you can crack it.
After you clear 1st round then there will be AMCAT round. After completion you there will be a hr round.

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.

Virtusa Software Services Lead Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Virtusa Software Services Lead Consultant Salary
based on 64 salaries
₹11 L/yr - ₹23 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.4/5

Rating in categories

3.2

Skill development

2.4

Work-life balance

4.0

Salary

1.4

Job security

1.6

Company culture

4.0

Promotions

1.4

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
72 salaries
unlock blur

₹5.6 L/yr - ₹16.5 L/yr

Lead Consultant
64 salaries
unlock blur

₹11 L/yr - ₹23 L/yr

Senior Consultant
55 salaries
unlock blur

₹8.4 L/yr - ₹30 L/yr

Software Engineer
52 salaries
unlock blur

₹2.8 L/yr - ₹9.9 L/yr

Associate Consultant
50 salaries
unlock blur

₹4 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Virtusa Software Services with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview