Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Test Analyst Interview Questions and Answers

Updated 3 May 2021

Virtusa Consulting Services Test Analyst Interview Experiences

1 interview found

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 3 May 2021

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

Interview Questionnaire 

1 Question

  • Q1. 1.oops concepts 2.difference between implicit wait and explicit wait 3.Explain about automation frame work with respect to project 4.How to do performance testing 5.scrum methodology process

Interview Preparation Tips

Interview preparation tips for other job seekers - we can crack interview by preparing all basic java and selenium concepts and also be confident while giving anwers.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Assignment 

Product tester verious product tester

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeping growing up
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java programming
  • Q2. Salesforce testing
Round 2 - Coding Test 

Same coding and managerial round

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

(1 Question)

  • Q1. String Reversal Program
  • Ans. 

    A program to reverse a given string

    • Use a loop to iterate through the characters of the string

    • Create a new string and append each character in reverse order

    • Return the reversed string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Login Test cases
Round 3 - HR 

(1 Question)

  • Q1. Core java and selenium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

50 questions and 45 mins to complete

Round 3 - Coding Test 

Online mcq test based on manual and automation testing based on your skills set

Round 4 - One-on-one 

(2 Questions)

  • Q1. 1)How to switch to iframe
  • Ans. 

    To switch to an iframe, use the switchTo() method of WebDriver.

    • Use driver.switchTo().frame() method to switch to the iframe.

    • Pass the iframe element or iframe index as an argument to the method.

    • Use driver.switchTo().defaultContent() method to switch back to the main content.

  • Answered by AI
  • Q2. 2)How to get placeholder value of input box
  • Ans. 

    To get placeholder value of input box, use getAttribute('placeholder') method in Selenium.

    • Locate the input box using Selenium WebDriver

    • Use getAttribute('placeholder') method to get the placeholder value

    • Store the value in a variable for further use

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mcq options are confusing be more than sure before selecting though there is no negative marking

Skills evaluated in this interview

Test Analyst Interview Questions & Answers

Fujitsu user image shanmukh alanki

posted on 29 Jun 2017

I was interviewed in Aug 2016.

Interview Questionnaire 

1 Question

  • Q1. What is the difference between automation testing and manual testing?
  • Ans. 

    Automation testing is the use of tools and scripts to execute test cases, while manual testing is performed manually by human testers.

    • Automation testing involves the use of automation tools and scripts to execute test cases.

    • Manual testing is performed manually by human testers without the use of automation tools.

    • Automation testing is faster and more efficient for repetitive tasks.

    • Manual testing allows for exploratory t...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Duration: 2 hours 20 minutes

Skills: Communication, Vocabulary Skills, Ability To Be Involved In Hands On Work
College Name: Andhra University College Of Engineering

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Q4. Create Xpath
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is permission set and profiles
  • Ans. 

    Permission sets and profiles are used in Salesforce to control access to objects, fields, and records.

    • Permission sets are used to grant additional permissions to specific users or groups beyond what is already defined in their profiles.

    • Profiles are used to define the baseline permissions and settings for a user or group.

    • Permission sets can be assigned to users in addition to their profile to give them access to specifi...

  • Answered by AI
  • Q2. Explain the End to End process of loan origination
  • Ans. 

    Loan origination process involves application, underwriting, approval, and funding stages.

    • Customer submits loan application with required documents

    • Lender reviews application for completeness and accuracy

    • Underwriting process assesses borrower's creditworthiness and risk

    • Loan approval or denial decision is made based on underwriting results

    • Funding stage involves disbursing approved loan amount to borrower

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

Tell us how to improve this page.

Virtusa Consulting Services Test Analyst Salary
based on 89 salaries
₹3.2 L/yr - ₹6.5 L/yr
43% less than the average Test Analyst Salary in India
View more details

Virtusa Consulting Services Test Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
4k salaries
unlock blur

₹8.1 L/yr - ₹25.4 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