Upload Button Icon Add office photos
Engaged Employer

i

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

Emids Technologies Limited Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 522 Reviews

Filter interviews by

Emids Technologies Limited Senior Test Engineer Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Emids Technologies Limited Senior Test Engineer Interview Questions and Answers

View all 10 questions

Emids Technologies Limited Senior Test Engineer Interview Experiences

2 interviews found

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(10 Questions)

  • Q1. Selenium explanation with gherkin
  • Ans. 

    Selenium is a popular automation testing tool used for web applications, while Gherkin is a language used for writing test cases in a human-readable format.

    • Selenium is used for automating web browsers to test web applications.

    • Gherkin is a language that uses keywords like Given, When, Then to describe test scenarios in a readable format.

    • Selenium can be integrated with Gherkin using tools like Cucumber to write automated...

  • Answered by AI
  • Q2. Explain framework structure in your project
  • Ans. 

    Our project follows a modular framework structure with separate layers for test cases, utilities, and configurations.

    • The framework is designed using a modular approach to promote reusability and maintainability.

    • We have separate packages for test cases, page objects, utilities, and configurations.

    • Test cases are written using a Page Object Model design pattern to separate test logic from page interactions.

    • We use TestNG a...

  • Answered by AI
  • Q3. Difference between feature file and step definition
  • Ans. 

    Feature file contains high-level scenarios written in Gherkin language, while step definitions contain the actual automation code to execute those scenarios.

    • Feature file is written in Gherkin language to describe high-level scenarios

    • Step definitions contain the actual automation code to execute the scenarios

    • Feature file and step definitions are linked through annotations or tags

    • Feature file is more readable for non-tec...

  • Answered by AI
  • Q4. Wap to remove duplicate character
  • Ans. 

    A program to remove duplicate characters from an array of strings.

    • Iterate through each string in the array

    • For each string, create a new string without duplicate characters

    • Use a set to keep track of characters already seen

    • Return the array of strings with duplicates removed

  • Answered by AI
  • Q5. Wap to reverse string
  • Ans. 

    A function to reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the input string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q6. String palindrome program
  • Ans. 

    A program to check if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Reverse the string and compare it with the original string

    • Return true if they are the same, false otherwise

  • Answered by AI
  • Q7. Uses of selenium
  • Ans. 

    Selenium is a popular automation testing tool used for web application testing.

    • Automates web browsers to test web applications

    • Supports multiple programming languages like Java, C#, Python

    • Can run tests across different browsers and operating systems

    • Integrates with testing frameworks like TestNG, JUnit

    • Used for regression testing, functional testing, and load testing

  • Answered by AI
  • Q8. Explain page object model
  • Ans. 

    Page Object Model is a design pattern used in test automation to create an object repository for web UI elements.

    • Separates test scripts from web elements

    • Improves code reusability and maintainability

    • Enhances test readability and reduces duplication

    • Each web page is represented as a class

  • Answered by AI
  • Q9. Explain oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit attributes and methods from another class.

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

    • Polymorp...

  • Answered by AI
  • Q10. Explain agile
  • Ans. 

    Agile is a software development methodology that emphasizes flexibility, collaboration, and iterative development.

    • Agile focuses on delivering working software in short, iterative cycles called sprints.

    • It values customer collaboration and responding to change over following a strict plan.

    • Agile teams are self-organizing and cross-functional, with frequent communication and feedback.

    • Common agile frameworks include Scrum,

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
Q3. What is the difference between manual testing and automated testi ... read more
asked in LTIMindtree
Q4. How do you performed incrimental load in your project?
asked in CGI Group
Q5. What are Java 8 streams?

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Without the documents how will you right the Test cases
  • Ans. 

    I would gather information from stakeholders, previous test cases, and the application itself to write test cases without documents.

    • Consult with stakeholders to gather requirements and functionality details

    • Review previous test cases and test plans for similar features

    • Explore the application to understand its functionality and potential areas for testing

    • Use experience and knowledge of testing best practices to create co

  • Answered by AI
  • Q2. If the customer found the defect in the software what will be your approach
  • Ans. 

    I would analyze the defect, prioritize it based on severity, communicate with the development team, and work on fixing it promptly.

    • Analyze the defect to understand the root cause

    • Prioritize the defect based on severity and impact on the customer

    • Communicate with the development team to discuss the defect and potential solutions

    • Work on fixing the defect promptly to ensure customer satisfaction

  • Answered by AI
  • Q3. How many type of testing you will cover
  • Ans. 

    I will cover various types of testing including functional, non-functional, manual, automated, regression, performance, security, and usability testing.

    • Functional testing - ensuring the software functions correctly according to requirements

    • Non-functional testing - testing aspects like performance, security, and usability

    • Manual testing - testing performed manually by testers

    • Automated testing - using tools to automate te...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Will you relocate to the Hyderabad
  • Ans. 

    Yes, I am willing to relocate to Hyderabad for the Senior Test Engineer position.

    • I am open to relocating for the right career opportunity

    • I have experience relocating for previous job roles

    • I am excited about the prospect of working in Hyderabad

  • Answered by AI
  • Q2. What will be your expectation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction about previous role
  • Ans. 

    In my previous role, I was responsible for leading the testing efforts for a software development team, ensuring high quality and timely delivery of products.

    • Led testing efforts for software development team

    • Ensured high quality and timely delivery of products

    • Collaborated with developers to identify and resolve issues

    • Developed and executed test plans and test cases

    • Utilized automation tools to streamline testing processe

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff b/w interface and abstract
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and constants, while abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while ab...

  • Answered by AI
  • Q2. STLC and bug life cycle
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Haker rank test basic testing stuff and also basic test methodology, test principals etc

Round 2 - Technical 

(1 Question)

  • Q1. Good experience interviewer was experienced and considerate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First round was aptitude + coding test at mattle patform, if you clear this then you have technical rouund 1

Round 2 - Technical 

(1 Question)

  • Q1. General question asked that we have studied during our college
Round 3 - HR 

(1 Question)

  • Q1. Normal question asked, are wiling to relocate, what you know about quantiphi etc
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 Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Locator Techniques
  • Ans. 

    Locator techniques are used in software testing to identify and interact with elements on a web page.

    • Locator techniques include ID, class name, tag name, name, link text, partial link text, xpath, and css selector.

    • ID is the most efficient locator as it is unique to each element.

    • Xpath is powerful but can be slow and brittle.

    • CSS selector is fast and reliable for locating elements based on their attributes.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Program on String.
  • Ans. 

    Program to manipulate strings in an array.

    • Use loops to iterate through the array of strings.

    • Implement different string manipulation functions like concatenation, substring, etc.

    • Handle edge cases like empty strings or null values.

    • Example: ['hello', 'world'] -> 'helloworld'

  • Answered by AI
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 Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java and Selenium Concepts
Round 2 - Technical 

(1 Question)

  • Q1. Testng, Cucumber, Agile and other testing techniques
Round 3 - HR 

(1 Question)

  • Q1. Dicussion on salary package

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  Questions on testing tools, Jira, Agile, Selenium, BDD Cucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering

Emids Technologies Limited Interview FAQs

How many rounds are there in Emids Technologies Limited Senior Test Engineer interview?
Emids Technologies Limited interview process usually has 1 rounds. The most common rounds in the Emids Technologies Limited interview process are One-on-one Round and Technical.
How to prepare for Emids Technologies Limited 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 Emids Technologies Limited. The most common topics and skills that interviewers at Emids Technologies Limited expect are Selenium, Manual Testing, Automation Testing, Javascript and Agile.
What are the top questions asked in Emids Technologies Limited Senior Test Engineer interview?

Some of the top questions asked at the Emids Technologies Limited Senior Test Engineer interview -

  1. Difference between feature file and step definit...read more
  2. Explain framework structure in your proj...read more
  3. Wap to remove duplicate charac...read more

Tell us how to improve this page.

Emids Technologies Limited Senior Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Emids Technologies Limited Senior Test Engineer Salary
based on 216 salaries
₹5.3 L/yr - ₹19 L/yr
25% more than the average Senior Test Engineer Salary in India
View more details

Emids Technologies Limited Senior Test Engineer Reviews and Ratings

based on 21 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 21 Reviews and Ratings
Senior Software Engineer
781 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Software Engineer
446 salaries
unlock blur

₹3.2 L/yr - ₹13.3 L/yr

Senior Test Engineer
216 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Test Engineer
190 salaries
unlock blur

₹2.7 L/yr - ₹11.5 L/yr

Associate Technical Leader
175 salaries
unlock blur

₹10.4 L/yr - ₹30 L/yr

Explore more salaries
Compare Emids Technologies Limited with

Veradigm

4.0
Compare

Cognizant

3.8
Compare

Persistent Systems

3.5
Compare

TCS

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