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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

Number, percentage, profit and loss

Round 2 - Technical 

(3 Questions)

  • Q1. What is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing outside interference.

    • Encapsulation also helps in achieving data abstraction and information hiding.

    • Example: In object-oriented programming, a class encapsulates data (attri...

  • Answered by AI
  • Q2. What is a copy constructor
  • Ans. 

    A copy constructor is a special type of constructor in object-oriented programming that creates a new object as a copy of an existing object.

    • Copy constructor is used to initialize a new object as a copy of an existing object.

    • It takes an object of the same class as a parameter.

    • It is typically used to create deep copies of objects to avoid shallow copy issues.

  • Answered by AI
  • Q3. TCP/IP protocol
Round 3 - HR 

(2 Questions)

  • Q1. Would you like to Relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I am willing to consider moving for a better work-life balance

    • I am excited about the possibility of experiencing a new city or country

  • Answered by AI
  • Q2. How much is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in software development

    • Research the average salary for Software Developers in this location

    • Factor in the benefits and perks offered by the company

    • Be open to negotiation based on the overall compensation package

  • Answered by AI

Top Virtusa Consulting Services Software Developer Interview Questions and Answers

Q1. 1.What is constraints and it's types? 2.what is meant by wrapper class? 3.What is meant by string buffer? 4.Write a program to print number of count of characters in a string and remove duplicates by giving user input.
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Just some basic questions.

Round 2 - Coding Test 

Total 6 questions. 4 basic and 2 advanced.

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program for Fibonacci?
  • Ans. 

    Program to generate Fibonacci series using Java

    • Use a loop to generate Fibonacci series

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat the process until the desired number of terms

  • Answered by AI
  • Q2. Write a code for inheritance ?
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behaviors from another class.

    • Create a parent class with common properties and methods

    • Create a child class that extends the parent class

    • Child class can access parent class properties and methods

  • Answered by AI

Skills evaluated in this interview

Fullstack Java Developer Interview Questions asked at other Companies

Q1. If needed, will you work on the older technology stack?
View answer (2)
Virtusa Consulting Services Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

5 coding question are from arrays, string , collection framework
Level- moderate

Round 2 - Coding Test 

3 coding question was there
List, arrays, string , collection framework, hashmap
Level - hard

Round 3 - Technical 

(3 Questions)

  • Q1. Question on java, oops , collection framework, java 8 features, data structures
  • Q2. Question on rdbms,complex SQL queries , normalisation, acid properties,
  • Q3. Little bit from OS
Round 4 - HR 

(2 Questions)

  • Q1. Behavioral questions, why virtusa, situation based questions
  • Q2. Then salary and role

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical role be good at java

Top Virtusa Consulting Services Associate Engineer Interview Questions and Answers

Q1. What init used in python Sudo program on ascending order of list items as given
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is delete and truncate
  • Ans. 

    Delete and truncate are SQL commands used to remove data from a table, but they differ in their functionality.

    • DELETE is a DML command used to remove specific rows from a table based on a condition

    • TRUNCATE is a DDL command used to remove all rows from a table, resetting auto-increment values

    • DELETE can be rolled back, while TRUNCATE cannot be rolled back

    • DELETE triggers delete triggers, while TRUNCATE does not trigger any...

  • Answered by AI
  • Q2. What is mean by Null
  • Ans. 

    Null is a value that represents the absence of a value or a placeholder.

    • Null is often used in programming to indicate that a variable does not have a value assigned to it.

    • It is different from an empty string or zero, as it specifically means 'no value'.

    • For example, a database field may have a null value if no data has been entered for that field.

  • Answered by AI

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... 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)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. RegressionTesting
  • Q2. Scenarioobased RegressionTesting

Top Virtusa Consulting Services QA Engineer Interview Questions and Answers

Q1. what is access specifiers define access specifers
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Get interview-ready with Top Virtusa Consulting Services Interview Questions

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is functional testing
  • Ans. 

    Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.

    • Tests the functionality of the software application

    • Focuses on what the system does

    • Verifies that the system behaves as expected based on the requirements

    • Does not concern with the internal code structure

    • Examples: testing login functionality, search feature, data validation

  • Answered by AI

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)

Jobs at Virtusa Consulting Services

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(5 Questions)

  • Q1. 3 level interviews
  • Q2. Technical round privilege access management and risk and compliance
  • Q3. How does cyber ark tool manage password management for privilege functional Ids
  • Ans. 

    CyberArk tool manages password management for privilege functional Ids by securely storing, rotating, and controlling access to credentials.

    • CyberArk stores privileged account credentials in a secure vault

    • It automatically rotates passwords to reduce the risk of unauthorized access

    • Access to passwords is controlled through policies and workflows

    • It provides auditing and reporting capabilities for privileged account usage

    • In...

  • Answered by AI
  • Q4. Elaborate the Cyber Ark components and its functions
  • Ans. 

    Cyber Ark components include Privileged Account Security, Endpoint Privilege Manager, and Privileged Session Manager.

    • Privileged Account Security: Manages and secures privileged accounts and credentials.

    • Endpoint Privilege Manager: Controls and monitors privileged access on endpoints.

    • Privileged Session Manager: Monitors and records privileged sessions for auditing purposes.

  • Answered by AI
  • Q5. How do you onboard static privilege accounts in to cyber ark to automate the password management
  • Ans. 

    Static privilege accounts can be onboarded into CyberArk for automated password management by following these steps.

    • Identify the static privilege accounts that need to be onboarded into CyberArk.

    • Create a Safe in CyberArk to store the passwords for these accounts.

    • Define the policies and permissions for accessing and managing these accounts within CyberArk.

    • Use CyberArk's REST API or CLI to automate the onboarding process...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We have to prepare technical and domain knowledge for client interview.

Skills evaluated in this interview

Associate Information Security Manager Interview Questions asked at other Companies

Q1. How do you onboard static privilege accounts in to cyber ark to automate the password management
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on collections and java 8 features

Round 2 - Coding Test 

1 hour duration and covered all topics mentioned on resume

Round 3 - One-on-one 

(2 Questions)

  • Q1. Totally related to project architecture
  • Q2. Asked to draw flow diagram of project architecture

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 (196)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Oops with examples
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation: Objects can hide their internal state and require interaction through well-defined interfaces

    • Inheritance: Objects can inherit attributes and methods from o...

  • Answered by AI
  • Q2. What are the joins
  • Ans. 

    Joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the righ...

  • Answered by AI

Skills evaluated in this interview

Top Virtusa Consulting Services Software Developer Interview Questions and Answers

Q1. 1.What is constraints and it's types? 2.what is meant by wrapper class? 3.What is meant by string buffer? 4.Write a program to print number of count of characters in a string and remove duplicates by giving user input.
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning, english knowledge, quantitative topics for first round

Round 2 - Technical 

(2 Questions)

  • Q1. Pillars of oops
  • Ans. 

    Pillars of OOPs include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary featur

  • Answered by AI
  • Q2. Explain constructor and deconstructor
  • Ans. 

    Constructor is a special method used to initialize objects in a class, while destructor is a method used to clean up resources before an object is destroyed.

    • Constructor is called when an object is created, typically used to initialize variables and allocate memory.

    • Destructor is called when an object is destroyed, used to release resources like memory or close files.

    • In C++, constructor has the same name as the class and...

  • Answered by AI

Top Virtusa Consulting Services Associate Engineer Interview Questions and Answers

Q1. What init used in python Sudo program on ascending order of list items as given
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
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

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

DESIGNATION

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Virtusa Consulting Services Interview Process

based on 457 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.1

Promotions

3.5

Work satisfaction

Explore 4.8k Reviews and Ratings
Senior Software Engineer

Thane,

Chennai

4-7 Yrs

₹ 15-15 LPA

ServiceNow Architect

Hyderabad / Secunderabad,

Chennai

+1

13-20 Yrs

Not Disclosed

Servicenow Architect

Hyderabad / Secunderabad,

Chennai

+1

9-14 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
4k 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent