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.8

based on 1.6k Reviews

Filter interviews by

ValueLabs Senior Automation Test Engineer Interview Questions and Answers

Updated 13 Jun 2023

ValueLabs Senior Automation Test Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2023. 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 - Technical 

(3 Questions)

  • Q1. Questions on Selenium
  • Q2. Questions on TestNG
  • Q3. Questions and Program to write in Java

Interview Preparation Tips

Interview preparation tips for other job seekers - After conducting L1 round, after a day or two, they said I got cleared the round and scheduled L2 interview for next day. And to my surprise, after joining the call for L2, Panel didn't join the call and HR said he will reach out to them. And got back to me saying panel is not available on that day and will reschedule the round another day. And after multiple followups regarding L2 round, HR said that client didn't shortlist my profile and couldn't proceed with L2 round of interview.
I feel this is not correct, and in case if client plays important role in interview process, he should be going through profiles first, which didn't happened.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2023. 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 - Technical 

(2 Questions)

  • Q1. 1. Tell me about yourself 2. About project and skills that i have 3. Based the above, they are asking the questions 4. most of them are not direct questions, example they didn't asked what is interface and...
  • Q2. Tell me yourself, about automation role that you are playing in your company, framework related questions, CI CD tools exposure

Interview Preparation Tips

Topics to prepare for Mphasis Senior Automation Test Engineer interview:
  • All java concepts
  • java programs
  • selenium concepts
Interview preparation tips for other job seekers - Preparation and practice is key mantra to crack the interview.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between hashset and hashcode
  • Ans. 

    HashSet is a collection that does not allow duplicate elements, while hashCode is a method used to generate a unique integer value for an object.

    • HashSet is a collection class in Java that does not allow duplicate elements.

    • HashCode is a method in Java that returns a unique integer value for an object.

    • HashSet uses hashCode method to determine uniqueness of elements.

    • Example: HashSet set = new HashSet<>(); set.add("apple")...

  • Answered by AI
  • Q2. API error code 403

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse a string, find the repetition of characters, Fibonacci series, selenium web elements handling. Organizational workflows.

Round 2 - Assignment 

Selenium web automation for a web demo page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic preparation is going to be good. But, practice logic building that wins game always.

I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on selenium, Rest Api, Java ,Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to the Job description mentioned in the mail

Interview Questionnaire 

2 Questions

  • Q1. 1. My interview it has been scheduled by one consultancy. I interviewed with ITC Infotech on June 9th 2018.
  • Q2. Interviewer was very cool and supportive guy. I maximum tried gave an answers for below questions.. 1. Interviewer asked me about SD. 2. About roles and responsibilities as a Senior automation test enginee...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Multiple questions on Linux , how to get a process id, how to kill a process, what is difference between process and thread, what is the difference between concurrent and parallel process etc.
  • Q2. Few scenario based questions around linux systems, how will you trouble shoot if client not able to connect to servers running an appilcation.
  • Q3. Testing related questions, what is diff between Performance and Scale testing, where to use which one
Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions basics, related to file handling, parsing files, etc.
  • Q2. Linux based questions - scenarios where multiple clients trying to write to same file, how till integrity of file be maintained and how will server manager the data does not get corrupted.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is diff between implicit and explicit wait
  • Ans. 

    Implicit wait is set globally for all elements, while explicit wait is applied only to specific elements.

    • Implicit wait is set once at the beginning of the test script

    • Explicit wait is used for specific elements with different wait times

    • Implicit wait is defined for the entire duration of the WebDriver object

    • Explicit wait is defined for a specific condition or element to wait for

  • Answered by AI
  • Q2. About past exp and current project

Skills evaluated in this interview

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

30 minutes duration it was good expereience

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Jayachamarajendran College of Engineering (SJCE) and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is mix of aptitude and coding

Round 2 - Technical 

(3 Questions)

  • Q1. They will just ask you about questions on projects and some basic coding questions
  • Q2. Reverse a string
  • Ans. 

    Reverse a string

    • Use the built-in reverse() function to reverse the string

    • Convert the string into an array of characters, reverse the array, and then join the characters back into a string

    • Iterate through the string from the last character to the first and append each character to a new string

  • Answered by AI
  • Q3. Technologies used in my project
  • Ans. 

    The technologies used in my project include Selenium WebDriver, Java, TestNG, Maven, and Jenkins.

    • Selenium WebDriver for automating web browsers

    • Java for writing test scripts

    • TestNG for test execution and reporting

    • Maven for project management and dependency management

    • Jenkins for continuous integration and test execution

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic info about me

Interview Preparation Tips

Interview preparation tips for other job seekers - Tata elxsi is very easy to crack they just see your communication and give you job but the main problem with this company is that they will tell you that they will hire you for one role and give other role after joining the company same happened with me they told they will give me ott developer role but inside the company they gave me the role of tester(automation and validation) so be very very specfic and if possible record a proff that they will give you that role only else difficult

Skills evaluated in this interview

ValueLabs Interview FAQs

How many rounds are there in ValueLabs Senior Automation Test Engineer interview?
ValueLabs interview process usually has 2 rounds. The most common rounds in the ValueLabs interview process are Resume Shortlist and Technical.
How to prepare for ValueLabs Senior Automation Test Engineer 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 ValueLabs. The most common topics and skills that interviewers at ValueLabs expect are Automation Testing, Banking, Javascript and QA Automation.
What are the top questions asked in ValueLabs Senior Automation Test Engineer interview?

Some of the top questions asked at the ValueLabs Senior Automation Test Engineer interview -

  1. Questions and Program to write in J...read more
  2. Questions on Selen...read more
  3. Questions on Tes...read more

Tell us how to improve this page.

ValueLabs Senior Automation Test Engineer Salary
based on 10 salaries
₹8.1 L/yr - ₹19.5 L/yr
15% more than the average Senior Automation Test Engineer Salary in India
View more details

ValueLabs Senior Automation Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
2.2k salaries
unlock blur

₹4.5 L/yr - ₹25 L/yr

Software Engineer
934 salaries
unlock blur

₹6.3 L/yr - ₹14 L/yr

Analyst
538 salaries
unlock blur

₹8.4 L/yr - ₹32 L/yr

Technical Lead
413 salaries
unlock blur

₹11.6 L/yr - ₹43 L/yr

System Analyst
387 salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Explore more salaries
Compare ValueLabs with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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