Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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

Updated 11 Feb 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

40 interviews found

Software Engineer Interview Questions & Answers

user image Naveen kumar reddy

posted on 11 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

They will see logical and lateral thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Oops. Solid principles. Previous project explanation
  • Q2. Questions on full stack
Round 3 - HR 

(2 Questions)

  • Q1. About company policies
  • Q2. Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want Carrera growth you can join in this company
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
  • Ans. 

    Use LWC wire method to trigger event communication from child to parent and calculate sum

    • Create a custom event in the child component to pass data to the parent component

    • Use @wire method in the parent component to listen for the custom event and calculate the sum

    • Integrate with a REST API to fetch additional data if needed

  • Answered by AI
  • Q2. Wirte lwc component using combobox
  • Ans. 

    Create a Lightning Web Component (LWC) using a combobox

    • Use the lightning-combobox component in your LWC template

    • Define options for the combobox in your JavaScript file

    • Handle selection changes using event handlers

  • Answered by AI
  • Q3. Write batch class
  • Ans. 

    A batch class is used in Salesforce to process records in bulk.

    • Batch classes in Salesforce are used to process large volumes of records asynchronously.

    • They are implemented by implementing the Database.Batchable interface.

    • Batch classes have three main methods: start, execute, and finish.

    • Example: public class MyBatchClass implements Database.Batchable<SObject> { // implementation }

  • Answered by AI
  • Q4. Write callout apex class
  • Ans. 

    A callout Apex class is used to make HTTP requests from Salesforce to external services.

    • Create a class that implements the HttpCallout interface

    • Use the HttpRequest class to define the request

    • Use the HttpResponse class to handle the response

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic thing dont think much

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 the Duplicate Number Problem Statement Given an integer arra ... 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
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 & 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

Virtusa Consulting Services interview questions for designations

 Associate Software Engineer

 (24)

 Senior Software Engineer

 (18)

 Lead Software Engineer

 (5)

 Assistant Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer Tester

 (1)

 Software Testing Engineer

 (1)

 Senior Software Engineer Testing

 (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

Get interview-ready with Top Virtusa Consulting Services Interview Questions

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.

Software Engineer Jobs at Virtusa Consulting Services

View all
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
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. EXPLAIN ABOUT DEFECT LIFE cycle
Contribute & help others!
anonymous
You can choose to be anonymous

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, Kafka, Software Engineering, Spring Boot and AWS.
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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Stream Global Services

INTERVIEWS

Virtusa Consulting Services

No Interviews

INTERVIEWS

L&T Technology Services

No Interviews

SALARIES

Omega Healthcare

INTERVIEWS

Oracle

10 top interview questions

INTERVIEWS

L&T Technology Services

No Interviews

LIST OF COMPANIES

L&T Technology Services

Locations

INTERVIEWS

Ujjivan Small Finance Bank

No Interviews

Tell us how to improve this page.

Virtusa Consulting Services Software Engineer Interview Process

based on 33 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Virtusa Consulting Services Software Engineer Salary
based on 3.3k salaries
₹2.5 L/yr - ₹13 L/yr
10% less than the average Software Engineer Salary in India
View more details

Virtusa Consulting Services Software Engineer Reviews and Ratings

based on 297 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.5

Salary

3.7

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 297 Reviews and Ratings
Software Engineer

Pune

7-12 Yrs

Not Disclosed

Senior MuleSoft Engineer

Hyderabad / Secunderabad

6-8 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