Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Virtusa Consulting Services Interview Questions and Answers

View all 351 questions

Virtusa Consulting Services Interview Experiences

Popular Designations

572 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. EXPLAIN ABOUT DEFECT LIFE cycle

Top Virtusa Consulting Services Software Engineer Interview Questions and Answers

Q1. Coding question: 1. remove sub string and sort alphabetically 2. reverse of a given string 3. bubble sort
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Consultant Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Previous experience
  • Q2. Basic database questions

Top Virtusa Consulting Services Consultant Interview Questions and Answers

Q1. What are the Linux command you use in daily routines
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Virtusa Consulting Services Interview Questions and Answers for Freshers
illustration image

Android Developer Interview Questions & Answers

user image manish kumar singh

posted on 27 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Basic of kotlin questions
  • Q2. Live data and life cycle
  • Q3. Diff between MVVM and other architectures
  • Ans. 

    MVVM is a design pattern that separates the UI, business logic, and data layers, promoting better code organization and testability.

    • MVVM stands for Model-View-ViewModel, where the ViewModel acts as an intermediary between the View and the Model.

    • MVVM promotes data binding, making it easier to keep the UI in sync with the underlying data.

    • Other architectures like MVC (Model-View-Controller) and MVP (Model-View-Presenter) ...

  • Answered by AI

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Lead Software Engineer Interview Questions & Answers

user image devika jakkannagari

posted on 8 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Situational questions based on experience
  • Q2. Programing questions

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)

Virtusa Consulting Services interview questions for popular designations

 Associate Engineer

 (44)

 Software Engineer

 (40)

 Software Developer

 (30)

 Lead Consultant

 (25)

 Senior Consultant

 (24)

 Associate Software Engineer

 (24)

 Associate Consultant

 (21)

 Consultant

 (19)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some difficulty is there but on hard work u can crack

Round 2 - Coding Test 

It's a technical round

Round 3 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative projects, strong team culture, and commitment to employee growth.

    • Innovative projects such as developing cutting-edge software solutions for healthcare industry

    • Strong team culture focused on collaboration and continuous learning

    • Commitment to employee growth through training programs and career development opportunities

  • Answered by AI
  • Q2. What are your strengths
  • Ans. 

    My strengths include problem-solving skills, adaptability, and strong technical knowledge.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Adaptability - I am able to quickly learn new technologies and adapt to changing project requirements.

    • Strong technical knowledge - I have a solid understanding of various programming languages and frameworks.

  • Answered by AI

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Get interview-ready with Top Virtusa Consulting Services Interview Questions

Network Administrator Interview Questions & Answers

user image Kanimozhi Stanislaus

posted on 8 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. DHCP working principles
  • Ans. 

    DHCP assigns IP addresses to devices on a network automatically

    • DHCP server assigns IP addresses to devices on the network

    • DHCP clients request IP addresses from the DHCP server

    • DHCP uses a lease mechanism to manage IP address assignments

    • DHCP reduces the administrative burden of manually assigning IP addresses

  • Answered by AI
  • Q2. DNS working principles
  • Ans. 

    DNS is a system that translates domain names to IP addresses to locate resources on the internet.

    • DNS resolves domain names to IP addresses

    • DNS operates through a distributed database system

    • DNS uses hierarchical structure with top-level domains like .com, .org, etc.

    • DNS queries are resolved through recursive and iterative processes

  • Answered by AI
  • Q3. Scenario based question DHCP
  • Q4. Spanning tree protocol

Interview Preparation Tips

Interview preparation tips for other job seekers - Please concentrate on scenario based network questions

Skills evaluated in this interview

Network Administrator Interview Questions asked at other Companies

Q1. Architecture of Firewalls worked, Previous role & responsibilities, What all things need to checked if enduser faces issues while accessing website or server, What if there is latency Any exceptional cases handled during firewall troubl... read more
View answer (1)

Jobs at Virtusa Consulting Services

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are decorators in Python What is the use of __name == __main__ Django related questions
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods. __name__ == __main__ is used to check if a Python script is being run directly or imported as a module.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • They are defined using the @decorator syntax before the function definition.

    • Example: @staticmethod decorator in Python is used to define...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Joins in SQL, Window functions Coding question Django ORM questions
Round 3 - HR 

(1 Question)

  • Q1. Salary related questions

Skills evaluated in this interview

Top Virtusa Consulting Services Senior Software Engineer Interview Questions and Answers

Q1. what is the adb devices command and when we are use it
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Parent to child trigger
  • Q2. Questions on almost each and every part of Salesforce and integration
Round 2 - Coding Test 

Write a trigger to delete account which have more than 2 contact.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join virtusa they don't have have project. It is a hire and fire company

Top Virtusa Consulting Services Senior Software Engineer Interview Questions and Answers

Q1. what is the adb devices command and when we are use it
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. JDBC Connection
  • Q2. Types of xpath in selenium
  • Ans. 

    There are two types of xpath in Selenium: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node and traverses down to the desired element.

    • Relative XPath starts from the node of the element you want to locate.

    • Relative XPath is preferred as it is less likely to break when the structure of the page changes.

    • Example: Absolute XPath - /html/body/div[1]/form/input[1]

    • Example: Relative XPath - //input[@id='

  • Answered by AI

Skills evaluated in this interview

QA Consultant Interview Questions asked at other Companies

Q1. GIVE YOU ONE CONDITION TO TAKE YOUR THOUGHT ABOUT IT
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basics aptitude likes time speed distance

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (12)
Contribute & help others!
anonymous
You can choose to be anonymous

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services interview?
Virtusa Consulting Services interview process usually has 2-3 rounds. The most common rounds in the Virtusa Consulting Services interview process are Technical, HR and Coding Test.
How to prepare for Virtusa Consulting Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Virtusa Consulting Services. The most common topics and skills that interviewers at Virtusa Consulting Services expect are SQL, Java, Javascript, Python and Automation Testing.
What are the top questions asked in Virtusa Consulting Services interview?

Some of the top questions asked at the Virtusa Consulting Services interview -

  1. Guesstimate on how many flights on a day in Delhi airp...read more
  2. Unix: 1)How we simply find files in directory 2)count of word by using grep co...read more
  3. 1.What is constraints and it's types? 2.what is meant by wrapper class? 3.What ...read more
How long is the Virtusa Consulting Services interview process?

The duration of Virtusa Consulting Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Megha Engineering & Infrastructures

No Jobs

JOBS

Virtusa Consulting Services

No Jobs

DESIGNATION

JOBS

Virtusa Consulting Services

No Jobs

COMPANY BENEFITS

Megha Engineering & Infrastructures

No Benefits

DESIGNATION

SALARIES

Virtusa Consulting Services

SALARIES

Virtusa Consulting Services

REVIEWS

Virtusa Consulting Services

No Reviews

Tell us how to improve this page.

Virtusa Consulting Services Interview Process

based on 458 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Virtusa Consulting Services Reviews and Ratings

based on 4.8k reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.5

Salary

3.4

Job security

3.6

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 4.8k Reviews and Ratings
Senior Developer / Tech Lead / Architect / Technical Manager

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

ServiceNow Senior Developer/Lead

Chennai

6-9 Yrs

₹ 13-21 LPA

.Net core react fullstack developer_ Early joiner

Noida,

Gurgaon / Gurugram

+1

6-10 Yrs

₹ 11-21 LPA

Explore more jobs
Senior Consultant
3.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Consultant
3.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Accenture

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