Upload Button Icon Add office photos
Engaged Employer

i

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

Vyom Labs Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 225 Reviews

Filter interviews by

Vyom Labs Software Testing Engineer Interview Questions and Answers

Updated 26 Feb 2021

Vyom Labs Software Testing Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1.Write Java Program-Reverse tge String.
  • Ans. 

    Java program to reverse a string

    • Create a character array of the given string

    • Iterate through the array from both ends and swap the characters

    • Convert the array back to string

  • Answered by AI
  • Q2. 2. Difference btwn Abstraction and Interface
  • Ans. 

    Abstraction is a concept of hiding implementation details while Interface is a blueprint of a class.

    • Abstraction is achieved through abstract classes and methods

    • Interface is a contract that defines the methods that a class must implement

    • Abstraction focuses on what an object does while Interface focuses on how it does it

    • Abstraction is used for code reusability and maintainability while Interface is used for achieving mul...

  • Answered by AI
  • Q3. 3.Opps concepts
  • Q4. 4.Sequence of TestNG annotation
  • Ans. 

    TestNG annotations are used to define the sequence of test methods execution.

    • The @BeforeSuite annotation is executed before all tests in a suite.

    • The @BeforeTest annotation is executed before all tests in a tag in the XML file.

    • The @BeforeClass annotation is executed before the first test method in a class.

    • The @BeforeMethod annotation is executed before each test method.

    • The @Test annotation is used to mark a method as a...

  • Answered by AI
  • Q5. 5. Web Driver wait

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepaire for Java and Selenium concepts properly

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Who is president of india?
  • Ans. 

    The President of India is the ceremonial head of state and the commander-in-chief of the Indian Armed Forces.

    • The current President of India is Ram Nath Kovind.

    • The President is elected by an Electoral College consisting of the elected members of both houses of Parliament and the elected members of the Legislative Assemblies of the states.

    • The President's role is largely symbolic and representative, with the real executiv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your presence of mind in peak...try to understand what interviewer wants to hear from you.

I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions regarding e-commerce

Round 2 - Technical 

(1 Question)

  • Q1. What are locators? Basic selenium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for e-commerce flow, manual and automation testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic manual testing
  • Q2. Introduction and
Round 2 - Technical 

(2 Questions)

  • Q1. Test case writing
  • Q2. Testing techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Test case writing should be good
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts ,programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer told candidate selected but Hr sends mail that best luck for next time.

I applied via LinkedIn and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me something about yourself
  • Q2. Your roles and responsibilities
  • Q3. Basic questions on selenium, java, SQL, framework, action class, select class, dynamic web elements handling, handling pops,
  • Q4. Basic questions related to strings and collection
  • Q5. Logic test, logical reasoning questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well your basic concepts of works like java framework, challenges faced during automation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Java basics OOPs concepts
  • Q2. Interface Abstract encapsulation
  • Q3. Actions class, alerts
  • Q4. String buffer, builder, immutable

Interview Preparation Tips

Interview preparation tips for other job seekers - Went really good

I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions regarding e-commerce

Round 2 - Technical 

(1 Question)

  • Q1. What are locators? Basic selenium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for e-commerce flow, manual and automation testing
Interview experience
5
Excellent
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 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions were up to the mark
Round 2 - Coding Test 

Questions were moderate

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process is really easy. The process for interview is very fast and if you are selected they don't take much time to release the offer. Really nice management HR team. My interview process was really easy.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain different type of selenium waits
  • Ans. 

    Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

    • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent Wait: Waits for a certain condition with a defined maximum amount of time to wait for.

    • Thread.sleep(): Pauses

  • Answered by AI
  • Q2. Explain polymorphism and where does it apply in selenium.
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism in Selenium allows for the same test script to be used for different web elements.

    • It can be achieved through method overloading or method overriding in Selenium.

    • For example, using the same click() method to click on a button, link, or dropdown in Selenium tests.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join TestingXperts.

You will regret

Skills evaluated in this interview

Vyom Labs Interview FAQs

What are the top questions asked in Vyom Labs Software Testing Engineer interview?

Some of the top questions asked at the Vyom Labs Software Testing Engineer interview -

  1. 1.Write Java Program-Reverse tge Stri...read more
  2. 2. Difference btwn Abstraction and Interf...read more
  3. 4.Sequence of TestNG annotat...read more

Tell us how to improve this page.

Vyom Labs Software Testing Engineer Salary
based on 6 salaries
₹3.6 L/yr - ₹8.4 L/yr
19% less than the average Software Testing Engineer Salary in India
View more details
Software Engineer
178 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Engineer
170 salaries
unlock blur

₹1.6 L/yr - ₹7.7 L/yr

Salesforce Developer
106 salaries
unlock blur

₹1.7 L/yr - ₹8.5 L/yr

Senior Engineer
94 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Softwaretest Engineer
72 salaries
unlock blur

₹3.7 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Vyom Labs with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

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