Upload Button Icon Add office photos

Filter interviews by

eTouch - Virtusa Interview Questions and Answers

Updated 23 Mar 2024

eTouch - Virtusa Interview Experiences

Popular Designations

4 interviews found

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

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

Round 1 - Coding Test 

HashMap vs HashTable difference
Program for fibonnaci series

Round 2 - Technical 

(3 Questions)

  • Q1. About selenium project framework structure
  • Q2. Explained about framework
  • Q3. Created Maven project with TestNG pluggin

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2022

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Tell me about urself Job profile in last organization
  • Ans. 

    I have experience as an Analyst in my previous organization.

    • Worked as an Analyst for 3 years

    • Analyzed data and provided insights to support decision-making

    • Developed and maintained analytical models

    • Collaborated with cross-functional teams to identify opportunities for improvement

    • Presented findings and recommendations to senior management

  • Answered by AI
Round 3 - Aptitude Test 

Versant test which contains normally English grammar and typing test

Round 4 - HR 

(1 Question)

  • Q1. Basic questions like about experience, expected CTC, location

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack
Totally depend on ur communication.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are 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. Fibonacci number is calculated u... read more
View answer (5)

Senior Analyst Interview Questions & Answers

user image swapnil chavan

posted on 4 Jan 2023

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

I applied via campus placement at Mumbai University and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General knowledge, reasoning, grammer

Round 3 - HR 

(1 Question)

  • Q1. HR one on one interview Questions like 1- can expect question on current scenarios 2- can expect question on how well you familiar with computer. 3- can expect question on google apps, function of app.
Round 4 - HR 

(1 Question)

  • Q1. General information about yourself after finalised in second round - where do you live? - what was your last compensation? - can you able to travel? - passport do you have?

Interview Preparation Tips

Topics to prepare for eTouch - Virtusa Senior Analyst interview:
  • Nothing
  • Just go with blank mind
Interview preparation tips for other job seekers - If you don't have any skills then you can apply and go for this job, they will not good amount of compensation then you can join course and add your skills and then can go for next journey, talking about this company - there is no future in this company, also hike is not good only 5%, no promotion.

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

I applied via Other and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Introduction about you
  • Q2. Courses trained
  • Q3. Relocation are u ready
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the job

    • I am excited about the possibility of exploring a new city

    • I am flexible with my living arrangements and can adapt to new environments

  • Answered by AI
  • Q4. Expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good be confident just stick to basics and answer properly

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

eTouch - Virtusa interview questions for popular designations

 Analyst

 (1)

 Associate Software Engineer

 (1)

 Senior Analyst

 (1)

 Senior Test Engineer

 (1)

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round written test on basic arithmetic questions, english grammar and SQL related questions.
Answers to be marked in question paper for mcqs, and write in additional sheets about SQL queries asked. This test is of 1hr 30 mins. Phones cannot be used so prepare well in advance.

Round 2 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Okay with the SLA
  • Ans. 

    SLA stands for Service Level Agreement, which outlines the level of service expected from a vendor.

    • SLA defines the agreed upon level of service between a provider and a customer.

    • It includes metrics like response time, uptime, and resolution time.

    • SLAs are important for ensuring accountability and quality of service.

    • Example: An SLA might specify that the vendor will respond to support tickets within 24 hours.

  • Answered by AI
Round 3 - Technical 

(7 Questions)

  • Q1. What is the difference between DDL and DML?
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects such as tables, indexes, and views.

    • DML is used to insert, update, delete, and retrieve data from database tables.

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE...

  • Answered by AI
  • Q2. How to fetch a employee record with the second highest salary from the employees table?
  • Q3. What was one of the trickiest incident you have faced and how did you counter it?
  • Q4. How SQL is divided?
  • Ans. 

    SQL is divided into Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language (DCL), and Transaction Control Language (TCL).

    • Data Definition Language (DDL) - used to define the structure of database objects like tables, indexes, and views. Examples include CREATE, ALTER, DROP.

    • Data Manipulation Language (DML) - used to manipulate data stored in the database. Examples include SELECT, INSERT, ...

  • Answered by AI
  • Q5. How would prepare an emplyees attendance record? Create charts and graphs regarding it.
  • Ans. 

    To prepare an employee's attendance record, I would gather data on their attendance, create charts and graphs to visualize trends and patterns.

    • Gather attendance data including dates, times, and reasons for absence or tardiness

    • Create a spreadsheet or database to organize the data

    • Use software like Excel or Tableau to create charts and graphs showing attendance trends

    • Include metrics such as overall attendance rate, late a...

  • Answered by AI
  • Q6. Difference between SQL and MYSQL
  • Ans. 

    SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.

    • SQL is a standard language used to interact with databases, while MySQL is a specific database management system.

    • SQL is an ANSI (American National Standards Institute) standard language, while MySQL is an open-source relational database management system.

    • SQL can be used with various database ma...

  • Answered by AI
  • Q7. Define joins using examples.
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: INNER JOIN retrieves rows from both tables where the join condition is met.

    • Example: LEFT JOIN retrieves all rows from the left table and the matched rows ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Got the invite through naukri.com
On day 1 there were 3 rounds.
1st round written test on basic arithmetic questions, english grammar and SQL related questions.
Answers to be marked in question paper for mcqs, and write in additional sheets about SQL queries asked. This test is of 1hr 30 mins. Phones cannot be used so prepare well in advance.
2nd round was HR round where resume related questions like qualification and projects are asked along with a basic question of interest in this field. This round will be of 5 to 15 minutes max.
3rd round was technical round where questions related to the technical expertise is asked. This round is a bit tough but if prepared well in advanced can be done easily. This round will last upto somewhere around 30 to 45 mins on an avg.
All the rounds were of basic level but the wait time is more as there were many candidates for the post.
Tip: prepare well with basic SQL queries as they are mostly asked and if answered well gives an advantage.

After these three rounds was asked to wait for 1 week for the results.

Qs
1. What is the difference between DDL and DML?
2. How to fetch a employee record with the second highest salary from the employees table?
3. What was one of the trickiest incident you have faced and how did you counter it?
4. How SQL is divided?
5. Difference between SQL and MYSQL
6. How would prepare an emplyees attendance record? Create charts and graphs regarding it.
7. Define SQL set using some examples.
8. Define joins using examples.
9. What is a constraint?
10. What is primary key?
11. What is foreign key?
12. What is tableau?
13. How tableau connection is established?
14. How many types of filters are there in tableau?
15. How KPI metrics can be depicted in tableau?
16. How dashboards are made?
17. What is the difference between dashborading and report generation?
18. What is storytelling?
19. Difference between Power BI and tableau
20. Which one do you prefer tableau or Power BI and why?
21. Data types in SQL

Skills evaluated in this interview

Mid/Senior AQA Interview Questions & Answers

Intellias user image Anonymous

posted on 11 Dec 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Can implicit and explicit waits be used within the framework?
  • Ans. 

    Yes, implicit and explicit waits can be used within the framework.

    • Implicit waits are used to wait for a certain amount of time before throwing an exception if the element is not found immediately.

    • Explicit waits are used to wait for a certain condition to be met before proceeding further.

    • Both types of waits can be used in test automation frameworks like Selenium for better synchronization and handling of dynamic element

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your professional aspirations?
  • Ans. 

    My professional aspiration is to become a lead AQA engineer and contribute to the development of cutting-edge software products.

    • Advance to a lead AQA engineer role

    • Contribute to the development of innovative software products

    • Continuously improve my skills and knowledge in AQA

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Assignment 

1. Excel Test and preparation of Cash flow.
2. Prepare a financial Model on any company of our choice.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain the work flow in current company?
  • Q2. Walk me through your resume?
  • Q3. Explain how you made financial model in detail.
  • Ans. 

    I create financial models by gathering historical data, making assumptions, building projections, and analyzing the results.

    • Gather historical financial data such as income statements, balance sheets, and cash flow statements.

    • Make assumptions about future performance based on industry trends, company strategy, and economic conditions.

    • Build projections using tools like Excel or financial modeling software to forecast rev...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Walk me through you resume?
  • Q2. Why are you looking for a job change?
  • Q3. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just explain the assignment in well defined manner.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative Aptitude

Round 2 - Group Discussion 

Stakeholders vs Shareholders

Round 3 - Assignment 

Analysis of financial time series

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

(1 Question)

  • Q1. Roles and responsibilities
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your strength
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2023. There were 4 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 - One-on-one 

(3 Questions)

  • Q1. Manholes are covered with ? Manholes are covered with Tanking membrane and protection bord.
  • Ans. 

    Manholes are typically covered with a combination of tanking membrane and protection board.

    • Tanking membrane is a waterproofing material that is applied to the surface of the manhole to prevent water from entering.

    • Protection board is then placed on top of the tanking membrane to protect it from damage.

    • The type of protection board used can vary depending on the specific application, but it is typically made of materials ...

  • Answered by AI
  • Q2. Different types of kerb stone mainly use for road work
  • Ans. 

    Different types of kerb stones used for road work include granite, concrete, and natural stone.

    • Granite kerb stones are durable and resistant to weathering

    • Concrete kerb stones are cost-effective and easy to install

    • Natural stone kerb stones provide an aesthetically pleasing look to the road

    • Other types of kerb stones include limestone, sandstone, and basalt

  • Answered by AI
  • Q3. Rise kerb , flush kerb , Edge kerb are mainly used for road work
Round 3 - Technical 

(2 Questions)

  • Q1. House connections are classified
  • Q2. According to the slope b/w h/s and manhole
Round 4 - Technical 

(8 Questions)

  • Q1. Third party test required For Back filling
  • Ans. Yes therd party test required
  • Answered Anonymously
  • Q2. Asphalt can be acceptable between ?
  • Ans. 

    Asphalt can be acceptable within a specific temperature range.

    • Asphalt can be acceptable between certain temperature limits.

    • The acceptable temperature range for asphalt depends on its intended use.

    • For road paving, asphalt is typically acceptable between 275°F and 350°F.

    • Outside of this temperature range, the quality and performance of asphalt may be compromised.

  • Answered by AI
  • Q3. Utility contain two types
  • Ans. 

    The two types of utility are form utility and time utility.

    • Form utility refers to the value added to a product through its physical characteristics or design, such as a car's sleek appearance or a smartphone's user-friendly interface.

    • Time utility refers to the value added to a product by making it available when it is needed, such as a grocery store being open late for customers who work late shifts.

    • Both types of utili...

  • Answered by AI
  • Q4. Wet utilities and dry utilities
  • Q5. Which are two types of Manhole
  • Ans. 

    Two types of manholes are sewer manholes and utility manholes.

    • Sewer manholes are used for accessing and maintaining sewer lines.

    • Utility manholes are used for accessing and maintaining electrical, gas, or telecommunications lines.

    • Sewer manholes are typically larger and deeper than utility manholes.

    • Utility manholes may have visible above-ground structures such as transformers or junction boxes.

    • Both types of manholes requ...

  • Answered by AI
  • Q6. Precaste and caste in situ
  • Ans. 

    Precast and cast in situ are two methods of concrete construction.

    • Precast involves casting concrete in a factory and transporting it to the construction site for installation.

    • Cast in situ involves pouring concrete directly at the construction site.

    • Precast is often used for standardized elements such as walls, beams, and columns.

    • Cast in situ is often used for complex shapes and structures.

    • Both methods have their advanta...

  • Answered by AI
  • Q7. Surface water drainage collection
  • Q8. Surface water drainage collection through gulleys between
  • Ans. 

    Surface water drainage collection through gulleys is an important aspect of maintaining a safe and functional environment.

    • Gulleys are channels or trenches that collect and direct surface water runoff.

    • Properly designed and maintained gulleys prevent flooding and erosion.

    • Gulleys should be regularly cleaned to prevent blockages and ensure proper drainage.

    • The collected water should be directed to a suitable drainage system...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recommended to upgrade knowledge and skill, goals and achievements

eTouch - Virtusa Interview FAQs

How many rounds are there in eTouch - Virtusa interview?
eTouch - Virtusa interview process usually has 3-4 rounds. The most common rounds in the eTouch - Virtusa interview process are HR, Resume Shortlist and Aptitude Test.
What are the top questions asked in eTouch - Virtusa interview?

Some of the top questions asked at the eTouch - Virtusa interview -

  1. Relocation are u re...read more
  2. Created Maven project with TestNG plug...read more
  3. Explained about framew...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 eTouch - Virtusa interviews
Job Portal
Campus Placement
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
ElectrifAi Interview Questions
2.6
 • 17 Interviews
Ricoh Interview Questions
3.8
 • 7 Interviews
View all

Fast track your campus placements

View all

eTouch - Virtusa Reviews and Ratings

based on 63 reviews

2.8/5

Rating in categories

2.5

Skill development

2.6

Work-Life balance

2.5

Salary & Benefits

2.7

Job Security

2.5

Company culture

2.3

Promotions/Appraisal

2.4

Work Satisfaction

Explore 63 Reviews and Ratings
Analyst
87 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Senior Analyst
80 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Search Analyst
24 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Quality Analyst
12 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Data Analyst
11 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare eTouch - Virtusa with

Primus Global Technologies

4.0
Compare

TriGeo Technologies

3.2
Compare

Ricoh

3.8
Compare

Plada Infotech Services

3.6
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