Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Virtusa Consulting Services

Compare button icon Compare button icon Compare
3.7

based on 5.3k Reviews

Play video Play video Video summary
  • About
  • Reviews
    5.3k
  • Salaries
    53k
  • Interviews
    605
  • Jobs
    26
  • Benefits
    358
  • Photos
    19
  • Posts
    5

Filter interviews by

Virtusa Consulting Services Interview Questions and Answers

Updated 12 May 2025
Popular Designations

187 Interview questions

A Business Analyst was asked 1mo ago
Q. Are you proficient in using VLOOKUP, HLOOKUP, and Pivot Tables in Excel?
Ans. 

Yes, I am proficient in VLOOKUP, HLOOKUP, and Pivot Tables, essential for data analysis and reporting in Excel.

  • VLOOKUP: Used to find data in a table by searching for a value in the first column. Example: =VLOOKUP(A2, B2:D10, 3, FALSE) retrieves data from the third column.

  • HLOOKUP: Similar to VLOOKUP but searches for data in the first row. Example: =HLOOKUP(B1, A1:E5, 3, FALSE) finds data in the third row.

  • Pivot Tabl...

View all Business Analyst interview questions
A Senior Software Engineer and Lead was asked 1mo ago
Q. What are the input fields in taskflow?
Ans. 

Input fields in taskflow are parameters that define the data required for a task's execution.

  • Input fields are used to pass data into a taskflow, such as user inputs or configuration settings.

  • They can be defined in various formats, including strings, numbers, or complex objects.

  • Example: In a taskflow for processing orders, input fields might include 'customerID', 'orderDetails', and 'paymentInfo'.

  • Input fields help ...

View all Senior Software Engineer and Lead interview questions
An Associate Software Engineer was asked 2mo ago
Q. How do you use actuators in Spring Boot?
Ans. 

Spring Boot Actuators provide production-ready features to monitor and manage applications.

  • Actuators expose various endpoints for application monitoring, such as /actuator/health and /actuator/info.

  • You can customize the endpoints by adding properties in application.properties or application.yml.

  • Example: To enable the health endpoint, add 'management.endpoints.web.exposure.include=health' in application.properties.

  • ...

View all Associate Software Engineer interview questions
A Senior Consultant was asked 2mo ago
Q. How is multithreading achieved in Java?
Ans. 

Java achieves multithreading through Thread class and Runnable interface, enabling concurrent execution of tasks.

  • Java provides the Thread class to create and manage threads.

  • You can implement the Runnable interface to define a task for a thread.

  • Threads can be created by extending the Thread class or implementing Runnable.

  • Example: Creating a thread using Thread class: 'class MyThread extends Thread { public void run...

View all Senior Consultant interview questions
A Senior Consultant was asked 2mo ago
Q. What are the features of Java 8?
Ans. 

Java 8 introduced significant features like lambdas, streams, and new date/time APIs, enhancing productivity and code readability.

  • Lambda Expressions: Enable concise representation of functional interfaces. Example: (a, b) -> a + b.

  • Streams API: Facilitates functional-style operations on collections. Example: list.stream().filter(x -> x > 10).collect(Collectors.toList()).

  • Default Methods: Allow interfaces to...

View all Senior Consultant interview questions
A Software Developer was asked 3mo ago
Q. 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.

View all Software Developer interview questions
A Senior Software Engineer was asked 3mo ago
Q. What is meant by index?
Ans. 

An index is a data structure that improves the speed of data retrieval operations on a database table.

  • Indexes are used to quickly locate data without having to search every row in a database table.

  • They are created on columns in a database table to speed up data retrieval operations.

  • Examples include primary keys, unique keys, and non-unique keys.

View all Senior Software Engineer interview questions
Are these interview questions helpful?
An Associate Engineer was asked 3mo ago
Q. What are the differences between a list and a linked list?
Ans. 

List vs LinkedList

  • List is a collection of elements where elements are stored in contiguous memory locations

  • LinkedList is a collection of elements where elements are stored in nodes with pointers to the next node

  • List allows for fast access to elements by index, while LinkedList allows for fast insertion and deletion of elements

View all Associate Engineer interview questions
A Finance Executive was asked 4mo ago
Q. What are Deferred Tax Assets (DTA) and Deferred Tax Liabilities (DTL)?
Ans. 

DTA stands for Deferred Tax Asset and DTL stands for Deferred Tax Liability.

  • DTA is an asset recorded on a company's balance sheet that may be used to reduce taxable income in the future.

  • DTL is a liability recorded on a company's balance sheet that represents taxes that have been accrued but not yet paid.

  • DTA arises when a company has overpaid taxes or has tax deductions that exceed its taxable income.

  • DTL arises whe...

View all Finance Executive interview questions
A Software Developer was asked 4mo ago
Q. What was your experience in developing a pharmacy inventory management web application with a team of 3-5 members in collaboration with Virtusa, and what technologies did you utilize for the front-end and b...
Ans. 

I have experience developing a pharmacy inventory management web application with a team of 3-5 members in collaboration with Virtusa.

  • Utilized HTML, CSS, and JavaScript for the front-end development

  • Used Node.js and Express.js for the back-end development

  • Integrated MySQL database for storing inventory data

  • Implemented user authentication and authorization features

  • Collaborated with team members to ensure smooth devel...

View all Software Developer interview questions
1 2 3 4 5 6 7

Virtusa Consulting Services Interview Experiences

605 interviews found

Finance Executive Interview Questions & Answers

user image PRAKASH B

posted on 13 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online assessment (Technical, English, Reasoning)

Round 2 - Technical 

(6 Questions)

  • Q1. Difference between Balance sheet and trial balance
  • Ans. 

    Balance sheet shows assets, liabilities, and equity at a specific point in time. Trial balance lists all ledger accounts with their balances.

    • Balance sheet is a snapshot of a company's financial position at a specific point in time.

    • Trial balance is a list of all ledger accounts with their balances to ensure debits equal credits.

    • Balance sheet includes assets, liabilities, and equity sections.

    • Trial balance is used to prep...

  • Answered by AI
    Add your answer
  • Q2. Standard costing formula
  • Ans. 

    Standard costing formula calculates the expected cost of a product based on predetermined standards.

    • Standard costing formula includes direct materials, direct labor, and overhead costs.

    • It helps in comparing actual costs with standard costs to identify variances.

    • Formula: Standard Cost = Standard Quantity of Inputs x Standard Price of Inputs

  • Answered by AI
    Add your answer
  • Q3. Journal entries for Prepaid Accruals Depreciation with accumulated depreciation concept Provision for Bad debts DTA and DTL
  • Ans. 

    Explanation of journal entries for Prepaid, Accruals, Depreciation, Provision for Bad debts, DTA, and DTL.

    • Prepaid expenses are initially recorded as assets and then expensed over time as they are used up.

    • Accruals are expenses incurred but not yet paid or revenue earned but not yet received.

    • Depreciation is the allocation of the cost of a fixed asset over its useful life, with accumulated depreciation representing the to...

  • Answered by AI
    Add your answer
  • Q4. Case study on Ind AS 115
  • Add your answer
  • Q5. Preparation of balance sheet and computation of various ratios
  • Ans. 

    Preparation of balance sheet involves listing assets, liabilities, and equity. Ratios are computed using financial data from the balance sheet.

    • List all assets, liabilities, and equity on the balance sheet

    • Calculate various financial ratios such as current ratio, debt to equity ratio, and return on equity

    • Use formulae like Current Ratio = Current Assets / Current Liabilities

    • Interpret the ratios to analyze the financial he...

  • Answered by AI
    Add your answer
  • Q6. Accounting principles
  • Add your answer
Round 3 - Technical 

(6 Questions)

  • Q1. What is DTA and DTL
  • Ans. 

    DTA stands for Deferred Tax Asset and DTL stands for Deferred Tax Liability.

    • DTA is an asset recorded on a company's balance sheet that may be used to reduce taxable income in the future.

    • DTL is a liability recorded on a company's balance sheet that represents taxes that have been accrued but not yet paid.

    • DTA arises when a company has overpaid taxes or has tax deductions that exceed its taxable income.

    • DTL arises when a c...

  • Answered by AI
    Add your answer
  • Q2. Accounting entry for accumulated depreciation
  • Ans. 

    Accumulated depreciation is a contra asset account that represents the total depreciation expense taken on an asset since it was acquired.

    • Accumulated depreciation is recorded on the balance sheet as a reduction from the gross amount of fixed assets to arrive at the net book value.

    • The accounting entry for accumulated depreciation involves debiting the depreciation expense account and crediting the accumulated depreciati...

  • Answered by AI
    Add your answer
  • Q3. Few resume based questions
  • Add your answer
  • Q4. Standard costing formula
  • Ans. 

    Standard costing formula calculates the expected cost of a product based on predetermined standards.

    • Standard costing formula = Standard cost of direct materials + Standard cost of direct labor + Standard manufacturing overhead cost

    • Standard cost of direct materials = Standard quantity of materials x Standard price per unit

    • Standard cost of direct labor = Standard hours of labor x Standard rate per hour

    • Standard manufactur...

  • Answered by AI
    Add your answer
  • Q5. Difference between budgeting and forecasting
  • Ans. 

    Budgeting involves setting financial goals and allocating resources, while forecasting predicts future financial outcomes based on past data and trends.

    • Budgeting is a plan for how to allocate resources and achieve financial goals

    • Forecasting predicts future financial outcomes based on past data and trends

    • Budgeting is typically done on an annual basis, while forecasting can be done on a shorter or longer term basis

    • Budget...

  • Answered by AI
    Add your answer
  • Q6. Meaning of variance analysis
  • Ans. 

    Variance analysis is a technique used to identify and analyze the difference between planned financial outcomes and actual results.

    • Variance analysis helps in understanding the reasons for deviations from budgeted or expected figures.

    • It involves comparing actual financial performance with budgeted or standard performance.

    • Common types of variances include price variance, quantity variance, and mix variance.

    • Variance analy...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an on campus recruitment. (CMA Campus Placements)
First technical interview was for 45 - 50 mins
Second technical interview was for 20 mins

Finance Executive Interview Questions asked at other Companies

Q1. What is the last date for filing and payment of TDS?
View answer (5)
Anonymous

Software Developer Interview Questions & Answers

user image Bhuvaneswari majji

posted on 3 Jan 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Add your answer
  • Q2. Linked list code
  • Add your answer
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Add your answer
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions

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 (43)
Anonymous

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
  • Add your answer
  • Q2. Questions on full stack
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. About company policies
  • Add your answer
  • Q2. Salary
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want Carrera growth you can join in this company

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (238)
Anonymous

Data Engineer Interview Questions & Answers

user image SHIKHA

posted on 31 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(4 Questions)

  • Q1. What is the architecture of Apache Spark?
  • Ans. 

    Apache Spark architecture includes a cluster manager, worker nodes, and driver program.

    • Apache Spark architecture consists of a cluster manager, which allocates resources and schedules tasks.

    • Worker nodes execute tasks and store data in memory or disk.

    • Driver program coordinates tasks and communicates with the cluster manager.

    • Spark applications run as independent sets of processes on a cluster, coordinated by the SparkCon...

  • Answered by AI
    Add your answer
  • Q2. What is the difference between the reduceBy and groupBy transformations in Apache Spark?
  • Ans. 

    reduceBy is used to aggregate data based on key, while groupBy is used to group data based on key.

    • reduceBy is a transformation that combines the values of each key using an associative function and a neutral 'zero value'.

    • groupBy is a transformation that groups the data based on a key and returns a grouped data set.

    • reduceBy is more efficient for aggregating data as it reduces the data before shuffling, while groupBy shu...

  • Answered by AI
    Add your answer
  • Q3. What is the difference between RDD (Resilient Distributed Datasets) and DataFrame in Apache Spark?
  • Ans. 

    RDD is a low-level abstraction representing a distributed collection of objects, while DataFrame is a higher-level abstraction representing a distributed collection of data organized into named columns.

    • RDD is more suitable for unstructured data and low-level transformations, while DataFrame is more suitable for structured data and high-level abstractions.

    • DataFrames provide optimizations like query optimization and code...

  • Answered by AI
    Add your answer
  • Q4. What are the different modes of execution in Apache Spark?
  • Ans. 

    The different modes of execution in Apache Spark include local mode, standalone mode, YARN mode, and Mesos mode.

    • Local mode: Spark runs on a single machine with one executor.

    • Standalone mode: Spark runs on a cluster managed by a standalone cluster manager.

    • YARN mode: Spark runs on a Hadoop cluster using YARN as the resource manager.

    • Mesos mode: Spark runs on a Mesos cluster with Mesos as the resource manager.

  • Answered by AI
    Add your answer

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Anonymous

Big Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

I appeared for an interview in Nov 2024.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Command to check disk utilisation and health in Hadoop
  • Ans. 

    Use 'hdfs diskbalancer' command to check disk utilisation and health in Hadoop

    • Run 'hdfs diskbalancer -report' to get a report on disk utilisation

    • Use 'hdfs diskbalancer -plan <path>' to generate a plan for balancing disk usage

    • Check the Hadoop logs for any disk health issues

  • Answered by AI
    Add your answer
  • Q2. Spark Architecture & the significance of each member of spark Architecture
  • Ans. 

    Spark Architecture consists of Driver, Cluster Manager, and Executors. Driver manages the execution of Spark jobs.

    • Driver: Manages the execution of Spark jobs, converts user code into tasks, and coordinates with Cluster Manager.

    • Cluster Manager: Manages resources across the cluster and allocates resources to Spark applications.

    • Executors: Execute tasks assigned by the Driver and store data in memory or disk for further pr...

  • Answered by AI
    Add your answer
  • Q3. Partitioning and bucketing
  • Add your answer
  • Q4. Spark optimization techniques
  • Ans. 

    Optimization techniques in Spark improve performance and efficiency of data processing.

    • Partitioning data to distribute workload evenly

    • Caching frequently accessed data in memory

    • Using broadcast variables for small lookup tables

    • Avoiding shuffling operations whenever possible

    • Tuning memory settings and garbage collection parameters

  • Answered by AI
    Add your answer
  • Q5. Second highest salary
  • Ans. 

    I am unable to provide this information as it is confidential.

    • Confidential information about salaries in previous organizations should not be disclosed.

    • It is important to respect the privacy and confidentiality of past employers.

    • Discussing specific salary details may not be appropriate in a professional setting.

  • Answered by AI
    Add your answer
  • Q6. Pivot table creation in SQL from not pivot one
  • Ans. 

    To create a pivot table in SQL from a non-pivot table, you can use the CASE statement with aggregate functions.

    • Use the CASE statement to categorize data into columns

    • Apply aggregate functions like SUM, COUNT, AVG, etc. to calculate values for each category

    • Group the data by the columns you want to pivot on

  • Answered by AI
    Add your answer
  • Q7. How to create triggers
  • Ans. 

    Creating triggers in a database involves defining the trigger, specifying the event that will activate it, and writing the code to be executed.

    • Define the trigger using the CREATE TRIGGER statement

    • Specify the event that will activate the trigger (e.g. INSERT, UPDATE, DELETE)

    • Write the code or actions to be executed when the trigger is activated

    • Test the trigger to ensure it functions as intended

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to medium questions were asked.
They are focusing on concept basically

Skills evaluated in this interview

Big Data Engineer Interview Questions asked at other Companies

Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and Dataframe Architecture of our projec... read more
View answer (1)
Anonymous

Associate Consultant Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. All about angular framework and Typescript
  • Add your answer
  • Q2. Javascript precoded question
  • Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. In this round as well as Angular related question
  • Add your answer
  • Q2. Lifecycle hook of angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges is used for reacting to input changes, ngOnDestroy is used for cleanup tasks, etc.

    • Example: ngOnInit() { console.log('Component initialized'); }

  • Answered by AI
    Add your answer
  • Q3. Lazy loading concept
  • Add your answer

Skills evaluated in this interview

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B (once), what will be the total number of handshakes?
View answer (15)
Anonymous

Associate KPO Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

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

Round 1 and 2 was good

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was so rude. Doesn't make any arrangements for versant test. Doesn't answered to phone. Her tone was so so rude. This is not expected from such a good company. The behaviour of this HR made me felt so bad rating for this company. I have ever seen such a bad behavior. She was so useless from my point of view. I felt her tone in mail and phone also. I am not mentioning her name, but she is working as a hr in virtusa in banglore company. I went there for the third round of interview, by covering so much of distance from home,before attending interview, she scolded me for no use, I think not to attend the interview, and because of the time and money I have spend for travelling made me to attend the test. From my point of view, hire "hr "who have Patience and be kind to individuals. If the manager was there, I will surely report her behavior. Dear hr, please be kind to candidates who come near you. My overall rating for that rude and disobedient hr is minus. Really hate that lady from the bottom of my heart.

Associate KPO Interview Questions asked at other Companies

Q1. What is the difference between a bond and a mutual fund?
View answer (1)
Anonymous

Senior Designer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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

(2 Questions)

  • Q1. Previous experience
  • Add your answer
  • Q2. Scenario based question on design requirments
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions on client requirements
  • Add your answer
  • Q2. In depth process flow, OSS and BSS in detail
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Availability to join, compensation
  • Add your answer

Senior Designer Interview Questions asked at other Companies

Q1. How would you design an XYZ machine using your machine vision expertise?
View answer (1)
Anonymous

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions on scrum and agile
  • Add your answer
  • Q2. Technical questions on SAFE agile
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Situation based question on project management
  • Add your answer
  • Q2. Situation based question on scrum master
  • Add your answer
Round 3 - Client Interview 

(2 Questions)

  • Q1. Past experiences abd project management
  • Ans. 

    I have extensive experience in project management, including leading cross-functional teams and implementing Agile methodologies.

    • Led multiple cross-functional teams to successfully deliver projects on time and within budget

    • Implemented Agile methodologies such as Scrum and Kanban to improve team efficiency and productivity

    • Utilized tools like Jira and Trello to track project progress and facilitate communication among te...

  • Answered by AI
    Add your answer
  • Q2. Scrum and SAFE question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the agile and delivery related questions and your own experience as a project manager.

Scrum Master Interview Questions asked at other Companies

Q1. A developer working on a critical user story suddenly goes on emergency medical leave. How will you deal with the situation?
View answer (4)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Basics of Sql Queries and Explain the Queries

Round 2 - Technical 

(3 Questions)

  • Q1. SCD types of in ETL
  • Ans. 

    Slowly Changing Dimensions (SCD) types in ETL refer to how historical data is handled when new data is loaded into a data warehouse.

    • Type 1: Overwrite - simply overwrite the existing data with the new data

    • Type 2: Add new row - keep all versions of the data in the table

    • Type 3: Update - create a new column to store the old value while updating the current value

    • Type 4: Hybrid - combination of Type 1 and Type 2 or Type 1 an...

  • Answered by AI
    Add your answer
  • Q2. SQL Queries with some scenario based
  • Add your answer
  • Q3. What is mean by index
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • They are created on columns in a database table to speed up data retrieval operations.

    • Examples include primary keys, unique keys, and non-unique keys.

  • Answered by AI
    Add your answer

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)
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a data scientist
Need help in CTC expectation
Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
Got a question about Virtusa Consulting Services?
Ask anonymously on communities.
More about working at Virtusa Consulting Services
  • HQ - Southborough, Massachusetts, United States (USA)
  • IT Services & Consulting
  • 10k-50k Employees (India)

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 Microservices.
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. 1.What is constraints and it's types? 2.what is meant by wrapper class? 3.What ...read more
  3. Unix: 1)How we simply find files in directory 2)count of word by using grep co...read more
What are the most common questions asked in Virtusa Consulting Services HR round?

The most common HR questions asked in Virtusa Consulting Services interview are -

  1. Why are you looking for a chan...read more
  2. Why should we hire y...read more
  3. Where do you see yourself in 5 yea...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.

Tell us how to improve this page.

Virtusa Consulting Services Interviews By Designations

  • Virtusa Consulting Services Associate Engineer Interview Questions
  • Virtusa Consulting Services Software Engineer Interview Questions
  • Virtusa Consulting Services Software Developer Interview Questions
  • Virtusa Consulting Services Senior Consultant Interview Questions
  • Virtusa Consulting Services Lead Consultant Interview Questions
  • Virtusa Consulting Services Associate Software Engineer Interview Questions
  • Virtusa Consulting Services Associate Consultant Interview Questions
  • Virtusa Consulting Services Consultant Interview Questions
  • Show more
  • Virtusa Consulting Services Senior Software Engineer Interview Questions
  • Virtusa Consulting Services Technology Consultant Interview Questions

Interview Questions for Popular Designations

  • Associate Engineer Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Lead Consultant Interview Questions
  • Associate Consultant Interview Questions
  • Consultant Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • Technology Consultant Interview Questions

Overall Interview Experience Rating

4/5

based on 493 interview experiences

Difficulty level

Easy 18%
Moderate 77%
Hard 5%

Duration

Less than 2 weeks 69%
2-4 weeks 21%
4-6 weeks 5%
6-8 weeks 3%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

Genpact
Genpact Interview Questions
3.8
 • 3.3k Interviews
DXC Technology
DXC Technology Interview Questions
3.7
 • 820 Interviews
Nagarro
Nagarro Interview Questions
4.0
 • 777 Interviews
Sutherland Global Services
Sutherland Global Services Interview Questions
3.5
 • 664 Interviews
Optum Global Solutions
Optum Global Solutions Interview Questions
4.0
 • 652 Interviews
NTT Data
NTT Data Interview Questions
3.8
 • 639 Interviews
 Publicis Sapient
Publicis Sapient Interview Questions
3.5
 • 636 Interviews
GlobalLogic
GlobalLogic Interview Questions
3.6
 • 609 Interviews
 UST
UST Interview Questions
3.8
 • 527 Interviews
CGI Group
CGI Group Interview Questions
4.0
 • 512 Interviews
View all

Virtusa Consulting Services Reviews and Ratings

based on 5.3k reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.4

Salary

3.4

Job security

3.5

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 5.3k Reviews and Ratings
Jobs at Virtusa Consulting Services
Virtusa Consulting Services
Site Reliability Senior Engineer

Hyderabad / Secunderabad

6-9 Yrs

Not Disclosed

Virtusa Consulting Services
Associate

Pune,

Chennai

+1

0-2 Yrs

Not Disclosed

Virtusa Consulting Services
Associate

Hyderabad / Secunderabad

0-2 Yrs

Not Disclosed

Explore more jobs
Virtusa Consulting Services Salaries in India
Senior Consultant
3.8k salaries
unlock blur

₹8.3 L/yr - ₹32 L/yr

Lead Consultant
3.4k salaries
unlock blur

₹10.5 L/yr - ₹34.6 L/yr

Software Engineer
3.4k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Consultant
3.3k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Associate Consultant
2.7k salaries
unlock blur

₹4.6 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Virtusa Consulting Services with
Cognizant

Cognizant

3.7
Compare
TCS

TCS

3.6
Compare
Infosys

Infosys

3.6
Compare
Accenture

Accenture

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Virtusa Consulting Services Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter