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
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How to access the api deployed behind the vpc
  • Ans. 

    To access the API deployed behind the VPC, you can set up a VPN connection or use a bastion host.

    • Set up a VPN connection to the VPC to securely access the API

    • Use a bastion host as a jump server to access the API

    • Ensure proper security group and network ACL configurations to allow access to the API from specific IP addresses

  • Answered by AI
  • Q2. Convert Date to DateTime
  • Ans. 

    Use DateTime.ParseExact method to convert Date to DateTime.

    • Use DateTime.ParseExact method to convert a string representation of a date to a DateTime object.

    • Specify the format of the date string using a format string.

    • Example: DateTime.ParseExact("2022-10-15", "yyyy-MM-dd", CultureInfo.InvariantCulture)

  • Answered by AI
  • Q3. What is the use of MDC logging
  • Ans. 

    MDC logging is used to enrich log messages with contextual information specific to each thread or user.

    • MDC stands for Mapped Diagnostic Context

    • It allows developers to include additional information in log messages without modifying the log message itself

    • Useful for tracking user sessions, request IDs, or any other contextual information

    • Commonly used in multi-threaded applications to differentiate log messages from diffe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics

Skills evaluated in this interview

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)

Associate Engineer Interview Questions & Answers

user image 221810302002 A V SASIDHAR

posted on 25 Nov 2024

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

40 mins, mettl 40 mins mettl

Round 2 - Technical 

(1 Question)

  • Q1. Data structures

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)
Virtusa Consulting Services Interview Questions and Answers for Freshers
illustration image

KPO Officer Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was an online assessment designed to evaluate your fundamental verbal skills.

Round 2 - HR 

(2 Questions)

  • Q1. Can you describe your past professional experiences?
  • Q2. What are the reasons for your decision to leave your current job?

KPO Officer Interview Questions asked at other Companies

Q1. What are mutual funds and its types?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
-
Round 1 - Aptitude Test 

Technical objective + pattern question

Round 2 - Coding Test 

Technical Basic Java questions

Round 3 - HR 

(1 Question)

  • Q1. Basic HR question

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)

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
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Asked the question about ml and basic python questions

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Get interview-ready with Top Virtusa Consulting Services Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude was easy to solve, general geek for geeks aptitude examples are easy, the thing is the test was almost 5 hours, 5 hours include aptitude coding verbal and writing skills

Round 2 - Coding Test 

2 categories, normal coding and power coding
it actually both are kinda easy

Round 3 - Technical 

(1 Question)

  • Q1. They told that joining date would be after 1 year 6 months. If and only if you are comfortable take the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - dont apply

Top Virtusa Consulting Services Associate Software Engineer Interview Questions and Answers

Q1. Reverse Stack with Recursion Reverse a given stack of integers using recursion. You must accomplish this without utilizing extra space beyond the internal stack space used by recursion. Additionally, you must refrain from using any loop con... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Virtusa Consulting Services

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

(3 Questions)

  • Q1. What is SDLC? Steps of SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used to develop software applications.

    • SDLC is a systematic approach to software development.

    • It consists of several phases or steps that guide the development process.

    • The steps of SDLC include requirements gathering, system design, coding, testing, deployment, and maintenance.

    • Each step has its own objectives, deliverables, and activities.

    • For example, in th...

  • Answered by AI
  • Q2. Agile methodology and agile manifesto?
  • Q3. Scrum. Scrum events and ceremonies.
Round 2 - Technical 

(1 Question)

  • Q1. Details about US Healthcare.
Round 3 - HR 

(1 Question)

  • Q1. What are your expectations?

Skills evaluated in this interview

Management Consultant and Business Analyst Interview Questions asked at other Companies

Q1. What is SDLC? Steps of SDLC?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are dependency we added in POM.xml file for mobile automation
  • Ans. 

    We added dependencies like Appium, TestNG, Selenium, and Apache POI in POM.xml for mobile automation.

    • Appium dependency for mobile automation testing

    • TestNG dependency for test execution and reporting

    • Selenium dependency for web automation

    • Apache POI dependency for reading and writing Excel files

  • Answered by AI
  • Q2. What is the adb devices command and when we are use it
  • Ans. 

    adb devices command is used to list all Android devices connected to a computer via USB debugging

    • Used to check the list of Android devices connected to the computer for debugging purposes

    • Helps in identifying the device ID and status (offline, online, unauthorized)

    • Commonly used in Android development for testing and debugging

    • Example: 'adb devices' command will display a list of connected devices with their respective st

  • 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. 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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project overview
Round 2 - Technical 

(1 Question)

  • Q1. Snowflake questions
Round 3 - HR 

(1 Question)

  • Q1. Why do you like to join Virtusa?

Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous experience
  • Q2. Future goals and why we should hire you
  • Ans. 

    My future goal is to continuously improve my analytical skills and contribute to the success of the company by providing valuable insights.

    • I am dedicated to ongoing professional development in the field of data analysis.

    • I have a track record of delivering actionable recommendations based on thorough data analysis.

    • I am a team player and strive to collaborate effectively with colleagues to achieve common goals.

  • Answered by AI

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... 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

JOBS

Virtusa Consulting Services

No Jobs

COMPANY BENEFITS

Megha Engineering & Infrastructures

No Benefits

DESIGNATION

JOBS

Megha Engineering & Infrastructures

No Jobs

SALARIES

Virtusa Consulting Services

SALARIES

Virtusa Consulting Services

REVIEWS

Virtusa Consulting Services

No Reviews

REVIEWS

Virtusa Consulting Services

No Reviews

INTERVIEWS

PORR Hbk Midmac JV

No Interviews

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