Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Software Engineer Interview Questions, Process, and Tips

Updated 7 Jan 2025

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
  • Q2. Difference between partial and render partial in MVC?
  • Q3. trigger on opportunity to calculate sum child to parent event communication child parent LWC wire method Integration rest api
View all 18 questions

Virtusa Consulting Services Software Engineer Interview Experiences

37 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

What is apex and trigger
asked on lwc
Integration using rest api
Best practices

Round 2 - Technical 

(4 Questions)

  • Q1. Trigger on opportunity to calculate sum child to parent event communication child parent LWC wire method Integration rest api
  • Q2. Wirte lwc component using combobox
  • Q3. Write batch class
  • Q4. Write callout apex class

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic thing dont think much
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javscript question , let , const, var difference ?

Interview Preparation Tips

Interview preparation tips for other job seekers - very good experience working. with the organization

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image shital pacharane

posted on 10 Sep 2024

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 were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Validation technique in MVC?
  • Ans. 

    Validation in MVC ensures data entered by user meets specified criteria before processing.

    • Validation can be done using data annotations in model classes.

    • Validation can also be performed using ModelState.IsValid in controller actions.

    • Client-side validation can be implemented using JavaScript libraries like jQuery Validate.

  • Answered by AI
  • Q2. Difference between partial and render partial in MVC?
  • Ans. 

    Partial is used to render a specific portion of a view, while render partial is used to render a partial view within another view in MVC.

    • Partial is used to render a specific portion of a view in MVC.

    • Render partial is used to render a partial view within another view in MVC.

    • Partial can be used to render a reusable piece of code in multiple views.

    • Render partial is useful for rendering common elements like headers or foot...

  • Answered by AI
Round 2 - Coding Test 

Program to find Power of number by passing base number and power number

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Software Engineer interview:
  • ASP.Net MVC
  • Web Api
  • Entity Framework
  • Angular

Skills evaluated in this interview

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

Virtusa Consulting Services interview questions for designations

 Associate Software Engineer

 (24)

 Senior Software Engineer

 (17)

 Lead Software Engineer

 (5)

 Software Testing Engineer

 (1)

 Software Engineer Tester

 (1)

 Software Engineer Trainee

 (1)

 Assistant Software Engineer

 (1)

 Senior Software Engineer Testing

 (1)

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

(2 Questions)

  • Q1. Js basics question like hoisting, promise, call back.
  • Q2. Reacts basics like dom, hooks, class components life cycle.
Round 2 - Coding Test 

Coding questions, counter app using react redux, array destructure and few js questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mid-level questions and should prepare for js basics.

Get interview-ready with Top Virtusa Consulting Services Interview Questions

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

Coding Test on Java programs in hackerrank platform

Round 2 - One-on-one 

(1 Question)

  • Q1. On Java program questions
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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Dam , experience fragment,content author ,classic ui,touch ui,
  • Q2. DAM, experience fragment,classic ui,touch ui

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding is enough to crack the job

Round 2 - Technical 

(1 Question)

  • Q1. Basic technical in enought to crack the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Working with virtusa is good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on programming basics

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Software Engineer interview?
Virtusa Consulting Services interview process usually has 2-3 rounds. The most common rounds in the Virtusa Consulting Services interview process are Technical, Coding Test and HR.
How to prepare for Virtusa Consulting Services Software Engineer 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 Java, Spring Boot, AWS, Angularjs and Azure.
What are the top questions asked in Virtusa Consulting Services Software Engineer interview?

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

  1. Coding question: 1. remove sub string and sort alphabetically 2. reverse of a g...read more
  2. Difference between partial and render partial in M...read more
  3. trigger on opportunity to calculate sum child to parent event communication chi...read more
How long is the Virtusa Consulting Services Software Engineer interview process?

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

Tell us how to improve this page.

Virtusa Consulting Services Software Engineer Interview Process

based on 21 interviews in last 1 year

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • HR Round
View more

People are getting interviews through

based on 23 Virtusa Consulting Services interviews
Job Portal
Campus Placement
Company Website
WalkIn
39%
26%
13%
9%
13% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Virtusa Consulting Services Software Engineer Salary
based on 3.2k salaries
₹3.5 L/yr - ₹13 L/yr
8% less than the average Software Engineer Salary in India
View more details

Virtusa Consulting Services Software Engineer Reviews and Ratings

based on 268 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.6

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 268 Reviews and Ratings
Senior Consultant
4.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Lead Consultant
3.3k salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Consultant
3.3k salaries
unlock blur

₹6.1 L/yr - ₹21 L/yr

Software Engineer
3.2k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹4.6 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview