Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ValueLabs Team. If you also belong to the team, you can get access from here

ValueLabs Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 1.7k Reviews

Filter interviews by

ValueLabs Senior Software Engineer Testing Interview Questions and Answers

Updated 3 Oct 2023

ValueLabs Senior Software Engineer Testing Interview Experiences

1 interview found

Senior Software Engineer Testing Interview Questions & Answers

user image Lakshmi Lavanya Narayanam

posted on 8 Jul 2023

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

I applied via Naukri.com and was interviewed before Jul 2022. There were 5 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 - Technical 

(2 Questions)

  • Q1. Selenium, java questions
  • Q2. Selenium webdriver architecture
Round 3 - Technical 

(1 Question)

  • Q1. Questions on selenium synchronisation
Round 4 - Client Interview 

(1 Question)

  • Q1. Health insurance domain related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview questions from similar companies

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

Multiple coding questions on ArrayList, Hashmaps were asked

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic core java question. Selenium Sql Manual testing

Interview Preparation Tips

Topics to prepare for Mphasis Senior Software Engineer Testing interview:
  • Java
  • Sql
  • Manual testing
  • Selenium
Interview preparation tips for other job seekers - Please go to this company if you are getting proper project according to your skills. This is no doubt is a best company but due to some wrong project we are not happy being a part of this.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic selenium and Basic Java
Round 2 - Technical 

(1 Question)

  • Q1. Java Program - Reverse a string Selenium - stale element
  • Ans. 

    Reverse a string using Java program and handle stale element in Selenium

    • Create a Java program to reverse a string using StringBuilder or char array

    • In Selenium, handle stale element exception by refreshing the element or using WebDriverWait

    • Example: Java program - input: 'hello', output: 'olleh'; Selenium - handle stale element by refreshing the element before interacting with it

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Automation Test Engineers.

    • I have researched the average salary range for Automation Test Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in automation testing.

    • I am open to negotiation based on the overall compensation package offered.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions about c programming
  • Q2. Errors faced and resolution done
  • Ans. 

    I have faced errors related to compatibility issues with software versions, and resolved them by updating the software to the latest version.

    • Identified the specific software versions causing compatibility issues

    • Researched and found the latest version of the software

    • Updated the software to the latest version to resolve the compatibility issues

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotitation
  • Q2. Joining date preference
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. 1 introduce 2. framework 3 oops 4 palindrome code
  • Q2. Framework explain in detail
  • Ans. 

    A framework is a set of guidelines, libraries, and tools used to develop and test software applications.

    • Framework provides a structure for organizing code and implementing common functionalities.

    • It helps in reducing development time and improving code quality.

    • Examples include Selenium for automated testing, Spring for Java development, and React for front-end web development.

  • Answered by AI
  • Q3. Oops concept with use of it
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allowing a class to inherit properties and behavior from another class

    • Polymorphism: ability of objects to take on multiple forms or have multiple behaviors

    • Abstraction: hiding the complex imp...

  • Answered by AI
  • Q4. Daily routine and responcibility

Skills evaluated in this interview

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 Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java basic codes eg: reverse the sentence of string, remove duplicate on string, descending order of array, second largest number of array,etc..

Round 2 - Technical 

(1 Question)

  • Q1. Project explanation, framework explanation, positive and negative test scenarios, GitHub,Jenkins,rest assured.
Round 3 - HR 

(1 Question)

  • Q1. Asking about previous organisation and current organisation. Pay scale discussion.

Interview Preparation Tips

Topics to prepare for Cyient Test Engineer interview:
  • Java
  • Selenium
  • Rest assured
  • Github
  • Jenkins
  • JIRA
  • OOPS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Gfg medium question of sorting tuples

Round 2 - Technical 

(5 Questions)

  • Q1. Detailed project discussion
  • Q2. Embedded protocols knowledge check
  • Q3. Python class design for selenium test class
  • Ans. 

    Python class design for Selenium test class involves creating a class with methods to interact with web elements and perform test actions.

    • Create a class for the test case with setup and teardown methods

    • Use instance variables to store web element locators

    • Implement test methods to perform actions like clicking, entering text, verifying text, etc.

    • Use Selenium WebDriver to interact with the browser and web elements

  • Answered by AI
  • Q4. MQTT test framework design from scratch
  • Ans. 

    Designing an MQTT test framework from scratch

    • Understand the requirements for testing MQTT protocol

    • Choose a programming language for implementation

    • Design test cases for different scenarios

    • Implement message publishing and subscribing functionalities

    • Include error handling mechanisms

    • Consider scalability and performance testing

  • Answered by AI
  • Q5. Anonymous aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared fr python coding interviews.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Write code in selenium to automate with one by one array
  • Ans. 

    Automate with one by one array using Selenium code

    • Create an array of strings

    • Iterate through the array and perform actions on each element

    • Use Selenium commands to interact with web elements

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about ur self
  • Q2. Questions based on resume

ValueLabs Interview FAQs

How many rounds are there in ValueLabs Senior Software Engineer Testing interview?
ValueLabs interview process usually has 5 rounds. The most common rounds in the ValueLabs interview process are Technical, Resume Shortlist and Client Interview.
What are the top questions asked in ValueLabs Senior Software Engineer Testing interview?

Some of the top questions asked at the ValueLabs Senior Software Engineer Testing interview -

  1. Health insurance domain related questi...read more
  2. Selenium webdriver architect...read more
  3. Questions on selenium synchronisat...read more

Tell us how to improve this page.

ValueLabs Senior Software Engineer Testing Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
ValueLabs Senior Software Engineer Testing Salary
based on 57 salaries
₹5.2 L/yr - ₹15.2 L/yr
7% less than the average Senior Software Engineer Testing Salary in India
View more details

ValueLabs Senior Software Engineer Testing Reviews and Ratings

based on 8 reviews

4.5/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.4

Salary

4.5

Job security

4.4

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
2.2k salaries
unlock blur

₹4.4 L/yr - ₹25 L/yr

Software Engineer
819 salaries
unlock blur

₹7.1 L/yr - ₹14 L/yr

Analyst
551 salaries
unlock blur

₹8.5 L/yr - ₹31 L/yr

Technical Lead
414 salaries
unlock blur

₹12 L/yr - ₹42 L/yr

System Analyst
386 salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Explore more salaries
Compare ValueLabs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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