Upload Button Icon Add office photos

Filter interviews by

Clear (1)

LearningMate Solutions Senior Test Engineer Interview Questions, Process, and Tips

Updated 8 Oct 2021

LearningMate Solutions Senior Test Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. What are the wait use in selenium and how , they will provide some situation on that you have tell them suitable one
  • Q2. Questions related to appuim
  • Q3. Questions related to pop up handling
  • Q4. Xpath types , best xpath to use and how
  • Ans. 

    Xpath types and best practices for usage

    • Xpath types include absolute, relative, and attribute-based

    • Best xpath to use depends on the specific element being targeted and the structure of the HTML

    • Using unique attributes or IDs can help create more stable xpaths

    • Avoid using xpaths that rely on the position of an element in the DOM

    • Consider using xpaths with functions like contains() or starts-with() for more flexibility

  • Answered by AI
  • Q5. Browser launching syntax and drive launching syntax
  • Q6. Framework related question , why data driven , method driven
  • Q7. Apache poi how to use
  • Ans. 

    Apache POI is a Java library for working with Microsoft Office documents.

    • To use Apache POI, you need to add the POI dependency to your project's build file.

    • You can then create instances of POI classes to read, write, and manipulate Office documents.

    • For example, to read an Excel file, you can create a Workbook object and use its methods to access the data.

    • Similarly, to write data to an Excel file, you can create a Workb...

  • Answered by AI
  • Q8. TestNg Attributes
  • Q9. Why TestNg we use
  • Ans. 

    TestNG is a testing framework that provides advanced features for test automation.

    • TestNG allows for parallel test execution, which saves time and resources.

    • It provides flexible test configuration options through XML files.

    • TestNG supports data-driven testing and allows for easy test parameterization.

    • It also provides better reporting capabilities compared to other testing frameworks.

    • TestNG integrates well with other tool

  • Answered by AI
  • Q10. Java oops detailed concept with example
  • Ans. 

    Java OOPs is a programming paradigm that uses objects to design applications.

    • OOPs stands for Object-Oriented Programming

    • It focuses on creating reusable code and reducing complexity

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main concepts of OOPs

    • Example: A car is an object that has properties like color, model, and methods like start, stop, and accelerate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be praipared for coding test .

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Let const var differ and accessibility also other
  • Ans. 

    Explaining the differences between const and var, their accessibility, and other related concepts.

    • const is a keyword used to declare a variable that cannot be reassigned.

    • var is a keyword used to declare a variable with function scope.

    • let is a keyword used to declare a variable with block scope.

    • Accessibility refers to the scope of a variable and where it can be accessed from.

    • Other related concepts include hoisting, clos

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews

Skills evaluated in this interview

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

I was interviewed before Jun 2021.

Round 1 - Technical 

(1 Question)

  • Q1. What is testing and tell me about type of testing?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing involves testing individual units or components of the software.

    • Integration testing involves testing the interaction between different components...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck if you are family member of hurix.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Coding round with 3 problem statements

Round 3 - Technical 

(5 Questions)

  • Q1. Questions related to project you have mentioned on resume
  • Q2. Questions related to technologies you have mentioned
  • Q3. Questions related to the coding test
  • Q4. Nothing discussed everything as I know
  • Q5. All the best those who are trying their best
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Aptitude Test 

Common Aptitude along with HTML5, CSS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions were on HTML5,CSS and web development related questions.
Interview experience
4
Good
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about your family members?
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your salary expectation?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explian oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.

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

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary dsicussion
  • Q2. Previous company details

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions of the tech stack that I applied for.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the technologies you apply and just be confident because they want hire someone who is confident know at least basics of the tech stack.
Contribute & help others!
anonymous
You can choose to be anonymous

LearningMate Solutions Interview FAQs

How to prepare for LearningMate Solutions Senior 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 LearningMate Solutions. The most common topics and skills that interviewers at LearningMate Solutions expect are Application Security, Automation Testing, CSS, Core Java and Corporate Training.
What are the top questions asked in LearningMate Solutions Senior Test Engineer interview?

Some of the top questions asked at the LearningMate Solutions Senior Test Engineer interview -

  1. Xpath types , best xpath to use and h...read more
  2. Java oops detailed concept with exam...read more
  3. Apache poi how to u...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

REVIEWS

Accenture

No Reviews

REVIEWS

Accenture

No Reviews

INTERVIEWS

LearningMate Solutions

20 top interview questions

SALARIES

Accenture

JOBS

John Crane Sealing Systems India

No Jobs

REVIEWS

LearningMate Solutions

No Reviews

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Whitehat jr Interview Questions
3.5
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 205 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
Sify Technologies Interview Questions
3.9
 • 121 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
View all
LearningMate Solutions Senior Test Engineer Salary
based on 135 salaries
₹4 L/yr - ₹10.5 L/yr
33% less than the average Senior Test Engineer Salary in India
View more details

LearningMate Solutions Senior Test Engineer Reviews and Ratings

based on 9 reviews

4.1/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.3

Salary

4.2

Job security

3.8

Company culture

2.9

Promotions

3.8

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
370 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
198 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LearningMate Solutions with

Hurix Systems

3.7
Compare

Educomp Solutions

3.5
Compare

NIIT

3.6
Compare

Tata Interactive Systems

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