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

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Performa in 3par
  • Ans. 

    Performa is a performance monitoring tool for HPE 3PAR storage arrays.

    • Performa provides real-time monitoring of storage performance metrics.

    • It helps identify performance bottlenecks and optimize storage performance.

    • Performa can generate reports and alerts based on user-defined thresholds.

    • It can also be used for capacity planning and trend analysis.

    • Examples of performance metrics monitored by Performa include IOPS, late

  • Answered by AI
  • Q2. San zoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup basics.

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

Interview Questionnaire 

1 Question

  • Q1. Related to Sever

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 Tech round and the interviewer asked me from the JD not from Resume.
We have to be strong in technical.
All the Best for your career

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked about the roles and responsibilities.
  • Q2. Questions related to Adobe campaign, workflow, campaigns , activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview, they asked me to introduce myself and based on that they asked me questions.

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Product owner Skills related questions
Round 2 - Technical 

(1 Question)

  • Q1. Product owner questions, domain related questions, regulatory related queries,logical reasoning questions,problem solving ability related questions
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the role.

    • I am flexible and open to negotiation.

    • I am more interested in the overall compensation package rather than just the salary.

    • I would like to be compensated fairly for my skills and experience.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong background in consulting and a proven track record of delivering successful projects.

    • I have extensive experience in the consulting industry, having worked with various clients and industries.

    • I have a deep understanding of business processes and can provide valuable insights and recommendations.

    • I am highly analytical and detail-oriented, ensuring thorough analysis and accurate problem-solving.

    • I am an exc...

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    I am looking for a change to expand my skills and experience in a new environment.

    • Seeking new challenges and opportunities

    • Wanting to learn and grow professionally

    • Exploring different industries or sectors

    • Desire for a better work-life balance

    • Relocation or proximity to family

    • Company culture or values misalignment

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a highly experienced and sought-after consultant, leading successful projects and making a significant impact in the industry.

    • Leading and managing high-profile consulting projects

    • Building strong relationships with clients and delivering exceptional results

    • Continuously expanding my knowledge and expertise in the field

    • Mentoring and developing junior consultants

    • Contributing to thought leadershi

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong analytical skills, excellent communication, and problem-solving abilities. My weaknesses include being overly critical of my own work and sometimes taking on too much responsibility.

    • Strength: Strong analytical skills

    • Strength: Excellent communication

    • Strength: Problem-solving abilities

    • Weakness: Being overly critical of my own work

    • Weakness: Sometimes taking on too much responsibility

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in developing and implementing effective strategies

    • Proven track record of delivering successful projects

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

    • Ability to work well in cross-functional teams

    • Experience in vario...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Consultant interview:
  • Product Management
  • Product Development
  • Data engineering
  • Data Analytics
  • Problem Solving
  • Logical reasoning
  • Architecture
  • Advanced Java
  • SQL
Interview preparation tips for other job seekers - Please prepare more on Domain skills and product owner Skills and also architecture level understanding of a project is alway good .
It's good if you have done any domain specific certification or specialization to stand out .

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

There was one problem solving question based on binary tree concept.
And rest were aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. What is a binary tree?
  • Ans. 

    A binary tree is a data structure consisting of nodes, each having at most two children.

    • Each node has a left and/or right child node

    • The left child node is smaller than the parent node, while the right child node is larger

    • Used for efficient searching and sorting algorithms

    • Examples include binary search trees and Huffman trees

  • Answered by AI
  • Q2. Was given a scenario and was asked to solve that with optimized approach
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. If you don't know something, tell that directly rather than giving wrong answer.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Hands on report creation as per requirement
  • Q2. Latest Power BI updates
  • Ans. 

    Power BI has added new features for data visualization, AI insights, and data modeling.

    • New AI-powered visuals like decomposition tree and key influencers

    • New data modeling capabilities like composite models and aggregations

    • Improved performance and accessibility features

    • Enhanced integration with Azure services

  • Answered by AI

Skills evaluated in this interview

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

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