Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Engineer Technology Associate Interview Questions, Process, and Tips

Updated 13 Oct 2023

Virtusa Consulting Services Engineer Technology Associate Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

I am remembering coding round questions but it was moderate level.

Round 3 - Technical 

(6 Questions)

  • Q1. I said to interviewer that I know mern stack so she asked from React and JavaScript, some html and css questions For example What is virtual dom in react What is react life cycle Asynchronous in javas...
  • Q2. What is Virtual dom in react
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React, used for efficient updates and rendering.

    • Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created.

    • It allows React to efficiently update and render components by comparing the virtual DOM with the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM.

    • This helps in i...

  • Answered by AI
  • Q3. What is react life cycles
  • Ans. 

    React life cycles are methods that are called at different stages of a component's life cycle.

    • React components have several life cycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle.

    • For example, componentDidMount is called after a component is rendered for the first time, while componentDid...

  • Answered by AI
  • Q4. Asynchronous in JavaScript
  • Ans. 

    Asynchronous in JavaScript refers to the ability of the code to run independently of the main program flow.

    • Asynchronous functions allow other code to run while waiting for a task to complete.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous operations in JavaScript.

    • Example: setTimeout() function in JavaScript is asynchronous, allowing other code to run while waiting for the timeout to complete

  • Answered by AI
  • Q5. Map in JavaScript
  • Ans. 

    Mapping in JavaScript involves using the map() method to iterate over an array and transform each element.

    • Use the map() method to create a new array by applying a function to each element of the original array.

    • The map() method does not change the original array, it returns a new array with the transformed elements.

    • Example: const numbers = [1, 2, 3]; const doubledNumbers = numbers.map(num => num * 2);

  • Answered by AI
  • Q6. How to call api in react
  • Ans. 

    To call an API in React, you can use the fetch() method or libraries like Axios.

    • Use the fetch() method to make HTTP requests in React.

    • Install Axios library using npm and import it in your React component.

    • Make API calls in React using Axios by sending GET, POST, PUT, or DELETE requests.

    • Handle API responses using promises or async/await syntax.

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. What is your salary expection
  • Q2. Why you are joining this company
  • Q3. Are you agree to signed bond for two year

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and told them what you onow

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. List the IT profiles that you have worked upon.
  • Q2. What are the major skills of a Php Developer?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Exolain jvm Architecture
  • Q2. Write pallindrome code
  • Ans. 

    A palindrome code is a program that checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Reverse the string and compare it to the original string

    • Return true if they are the same, false otherwise

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is rdbms in sql
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Current Project architecture 2. How do you design micro services to scalable 3. How do you ensure ci/cd working as expected 4. What is oauth 5. Which Authorization servers you worked
  • Ans. 

    Answering questions related to current project architecture, designing scalable micro services, ensuring CI/CD, OAuth, and authorization servers.

    • Current project architecture involves a detailed analysis of the existing system, identifying key components, and designing a scalable solution.

    • Designing micro services to be scalable requires breaking down the application into smaller, independent services that can be easily ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept,WPF, basic c#, project based scenarios, multi threading, design patterns, solid principles,
Round 2 - Technical 

(1 Question)

  • Q1. Project based scenarios for design patterns and solid principles
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation, date of joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on c# basics along with project based scenarios for design patterns and solid principles

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Introduce yourself and where did you find about this position
  • Q2. Tell us about yourself?
  • Q3. What is you weakness and strength?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful on your cv coz they will ask you about it one by one

Interview Questionnaire 

1 Question

  • Q1. In-depth basic questions on Apex, Lightning, Asynchronous Process, Permissions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you are answering, and show them you are ready to learn and work on new things.

Interview Questionnaire 

1 Question

  • Q1. Project domain, platform

Interview Questionnaire 

2 Questions

  • Q1. Was related to Microsoft Dynamics Functional Finance. Spoke about my strengths and asked what the company has to offer, apart from which was asked a few scenarios
  • Q2. Spoke to Manager on my role when selected and my aspirations going forward and if the company has the opportunity to explore my potential

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Engineer Technology Associate interview?
Virtusa Consulting Services interview process usually has 4 rounds. The most common rounds in the Virtusa Consulting Services interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Virtusa Consulting Services Engineer Technology Associate interview?

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

  1. What is Virtual dom in re...read more
  2. How to call api in re...read more
  3. What is react life cyc...read more

Tell us how to improve this page.

Virtusa Consulting Services Engineer Technology Associate Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Virtusa Consulting Services Engineer Technology Associate Salary
based on 431 salaries
₹2.2 L/yr - ₹8 L/yr
At par with the average Engineer Technology Associate Salary in India
View more details

Virtusa Consulting Services Engineer Technology Associate Reviews and Ratings

based on 49 reviews

3.9/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.7

Salary

3.7

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 49 Reviews and Ratings
Senior Consultant
4k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Consultant
3.3k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Lead Consultant
3.3k salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Software Engineer
3.3k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹4.6 L/yr - ₹15 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Accenture

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