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

Filter interviews by

ValueLabs Automation Engineer Interview Questions and Answers

Updated 20 Nov 2024

ValueLabs Automation Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. How to run 50 test cases if we have 100 test cases
  • Ans. 

    You can divide the test cases into two batches and run them separately.

    • Divide the 100 test cases into two batches of 50 each

    • Run the first batch of 50 test cases

    • Once the first batch is completed, run the second batch of 50 test cases

  • Answered by AI
  • Q2. About Selenium 4
  • Q3. Bug,defect and error
  • Q4. About TestNG annotations
  • Q5. How to integrate step defination with feature file
  • Ans. 

    Step definitions can be integrated with feature files using Cucumber in automation testing.

    • Create step definitions in a separate file using the same language as the feature file (e.g. Java for Cucumber-JVM).

    • Map step definitions to feature file scenarios using annotations like @Given, @When, @Then.

    • Use regular expressions to match step definitions with steps in the feature file.

    • Run the feature file with the step definiti

  • Answered by AI
  • Q6. Project structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to JD

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on previous project , framework , gave a scenario and asked me to write dynamic xpath , program on string and about oops
Round 2 - One-on-one 

(1 Question)

  • Q1. About my project and framework , Interface and abstract class differences , difference between implicit wait and explicit wait

Automation Engineer Interview Questions Asked at Other Companies

asked in GEA Group
Q1. 16) What is modbus ? Types of modbus? How many slaves we can conn ... read more
asked in Blue Yonder
Q2. 1. What is the difference between Absolute & Relative Xpaths?
Q3. 1. Explain oops concepts in coding. 2. Write a program to find mi ... read more
Q4. One coding challenge was given to find the number of palindrome w ... read more
asked in GEA Group
Q5. 15) What is ASI protocol? How many slaves we can connect to one m ... read more

Automation Engineer Jobs at ValueLabs

View all

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Questions about the javascript, html,css, project management

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds are there
1 is online test
2 technical rounds
1 hr round

I applied via Recruitment Consultant and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Since you're from Mechanical Engineering, how do you plan to make up for the knowledge that you didn't learn in college?
  • Q2. During the times when you are in office but you don't have any pending tasks, how do you spend your time?
  • Q3. How often do you take up new responsibilities, tasks, and technologies?
  • Ans. 

    I am always eager to take up new responsibilities, tasks, and technologies.

    • I am a quick learner and enjoy challenging myself with new tasks and technologies.

    • I regularly attend workshops and training sessions to keep myself updated with the latest technologies.

    • I have taken up new responsibilities in my previous roles, such as leading a team or taking ownership of a project.

    • I am open to feedback and constructive criticis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One thing I learned being a fresher (and a low scoring fresher too) is that one won't always get what they set out to get. I saw people who had done all sorts of programming language courses and didn't want to do operations or AMS. While it's important to aim for the job you dream of, it's also important to be pragmatic. So if you are struggling to get the job you want, start somewhere so you can sustain yourself.

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Code for the pattern 1 12 123 1234 12345
  • Ans. 

    Code for the pattern 1 12 123 1234 12345

    • Use nested loops

    • Print numbers in ascending order

    • Add a line break after each row

  • Answered by AI
  • Q2. Your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React and Node.js for front-end and back-end development

    • Implemented real-time chat feature using Socket.io

    • Integrated with Google Drive API for file sharing and storage

    • Implemented user authentication and authorization using JWT

    • Used Agile methodology for project management

  • Answered by AI
  • Q3. Some maths questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for pattern questions and know about sorting algorithms

Software Engineer Interview Questions & Answers

Cyient user image TANGELLA BHANU PRASAD

posted on 27 Jun 2022

I appeared for an interview before Jun 2021.

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 

Cocubes pattern, all topics are covered in test and one hour duration.

Round 3 - Technical 

(1 Question)

  • Q1. Self introduction, based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on resume and basics of communication

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I appeared for an interview in Jun 2017.

Interview Questionnaire 

1 Question

  • Q1. Questions related to core java, advanced java, programs,

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Previous work experience scenarios based questions

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

ValueLabs Interview FAQs

How many rounds are there in ValueLabs Automation Engineer interview?
ValueLabs interview process usually has 1-2 rounds. The most common rounds in the ValueLabs interview process are Technical and One-on-one Round.
How to prepare for ValueLabs Automation 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, Selenium, Java, Automation Engineering and API Testing.
What are the top questions asked in ValueLabs Automation Engineer interview?

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

  1. How to run 50 test cases if we have 100 test ca...read more
  2. How to integrate step defination with feature f...read more
  3. About TestNG annotati...read more

Tell us how to improve this page.

ValueLabs Automation Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
ValueLabs Automation Engineer Salary
based on 10 salaries
₹4.5 L/yr - ₹15 L/yr
59% more than the average Automation Engineer Salary in India
View more details
Senior Software Engineer
2.1k salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Software Engineer
817 salaries
unlock blur

₹7.6 L/yr - ₹14.4 L/yr

Analyst
518 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Technical Lead
466 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Senior Analyst
393 salaries
unlock blur

₹10.9 L/yr - ₹35.4 L/yr

Explore more salaries
Compare ValueLabs with

Mphasis

3.4
Compare

eClerx

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

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