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

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?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in CGI Group
Q5. What is the difference between CHAR and VARCHAR2 data types in SQ ... read more

Interview questions from similar companies

I was interviewed 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

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

Interview Questionnaire 

19 Questions

  • Q1. Tell me about yoruself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge in algorithms and data structures

    • Passionate about learning new technologies and solving complex problems

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for fitness tracking.

    • Developed a web application using React for inventory management

    • Created a mobile app using Flutter for fitness tracking

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q3. Area of interest
  • Ans. 

    My area of interest is artificial intelligence and machine learning.

    • I have experience in developing machine learning models for predictive analytics.

    • I am interested in natural language processing and computer vision applications.

    • I enjoy exploring deep learning algorithms and neural networks.

    • I have worked on projects involving recommendation systems and image recognition.

  • Answered by AI
  • Q4. What are features of C++?
  • Ans. 

    C++ is a high-level programming language with features like object-oriented programming, templates, and memory management.

    • C++ supports object-oriented programming concepts like encapsulation, inheritance, and polymorphism.

    • Templates allow generic programming and code reusability.

    • C++ provides low-level memory manipulation through pointers.

    • Standard Template Library (STL) provides a collection of classes and functions for ...

  • Answered by AI
  • Q5. What is Big Data?
  • Ans. 

    Big Data refers to large and complex data sets that cannot be processed using traditional data processing methods.

    • Big Data is characterized by the 3Vs - Volume, Velocity, and Variety.

    • It requires specialized tools and technologies such as Hadoop, Spark, and NoSQL databases.

    • Examples of Big Data include social media data, sensor data, and financial market data.

  • Answered by AI
  • Q6. Write a program for reversing a string without using string function
  • Ans. 

    Program to reverse a string without using string function

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

    • Use a loop to swap the first and last characters, then move towards the middle until the entire string is reversed

    • Convert the string to a character array, then swap the first and last elements until the entire array is reversed

  • Answered by AI
  • Q7. What is your role in final year project?
  • Ans. 

    I was responsible for designing and implementing the project's database and backend functionality.

    • Designed the database schema and created the necessary tables

    • Implemented the backend functionality using Java and Spring framework

    • Collaborated with team members to integrate the frontend and backend components

    • Tested the application and fixed any bugs or issues that arose

    • Presented the project to the faculty and received pos

  • Answered by AI
  • Q8. What are keys in database and why do we use them?
  • Ans. 

    Keys in a database are unique identifiers used to establish relationships between tables and ensure data integrity.

    • Keys are used to uniquely identify records in a database table.

    • Primary keys are used to uniquely identify each record in a table.

    • Foreign keys establish relationships between tables.

    • Keys help enforce data integrity and maintain consistency in the database.

    • Examples of keys include primary keys, foreign keys,

  • Answered by AI
  • Q9. What are issues in cloud?
  • Ans. 

    Issues in cloud include security, downtime, vendor lock-in, and data privacy.

    • Security concerns such as data breaches and unauthorized access

    • Downtime and service interruptions affecting business operations

    • Vendor lock-in and limited flexibility in choosing cloud providers

    • Data privacy and compliance with regulations such as GDPR and HIPAA

  • Answered by AI
  • Q10. Brief introduction of your project and algorithms used in project
  • Ans. 

    Developed a web application for online shopping using React and Node.js

    • Implemented user authentication and authorization using JSON Web Tokens (JWT)

    • Used MongoDB as the database to store user and product information

    • Implemented a search feature using Elasticsearch to provide fast and accurate search results

    • Integrated Stripe payment gateway for secure online transactions

  • Answered by AI
  • Q11. Flow diagram of final year project
  • Ans. 

    The flow diagram of my final year project showcases the step-by-step process of its execution.

    • The flow diagram illustrates the sequence of activities and their dependencies.

    • It helps in understanding the overall structure and logic of the project.

    • Each step in the diagram represents a specific task or action.

    • Arrows indicate the flow of control or data between different steps.

    • Decision points are represented by diamond-sha...

  • Answered by AI
  • Q12. Why do we normalise our database?
  • Ans. 

    Normalisation reduces data redundancy and improves data integrity in a database.

    • Prevents data duplication and inconsistencies

    • Simplifies database maintenance and updates

    • Improves query performance

    • Enforces data integrity and consistency

    • Follows best practices for database design

    • Examples: breaking down a customer table into separate tables for orders, addresses, and payments

    • Examples: creating a separate table for product ca...

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

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

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

    • Strong background in computer science with knowledge of algorithms and data structures

    • Familiar with agile development methodologies and version control systems like Git

  • Answered by AI
  • Q14. Tell me your 5 qualities so that i should hire you
  • Ans. 

    I am a problem solver, team player, quick learner, detail-oriented, and have strong communication skills.

    • Problem solver - I enjoy tackling complex problems and finding innovative solutions.

    • Team player - I work well with others and value collaboration in achieving goals.

    • Quick learner - I am able to pick up new technologies and concepts quickly.

    • Detail-oriented - I pay attention to the smallest details to ensure high-qual...

  • Answered by AI
  • Q15. Do you have any engineering background
  • Ans. 

    Yes, I have a Bachelor's degree in Computer Engineering.

    • Bachelor's degree in Computer Engineering

    • Experience in software development

    • Knowledge of engineering principles applied to software design

  • Answered by AI
  • Q16. How was your day?
  • Ans. 

    My day was productive and challenging, with a lot of problem-solving and collaboration.

    • Completed a major coding project ahead of schedule

    • Participated in a brainstorming session with team members

    • Solved a tricky bug in the codebase

    • Attended a virtual meeting with stakeholders

  • Answered by AI
  • Q17. Do you have relatives in Pune? or what about your accomodation?
  • Ans. 

    No, I do not have any relatives in Pune. I have arranged for my accommodation in a rented apartment near the office.

    • No relatives in Pune

    • Accommodation arranged in a rented apartment near the office

  • Answered by AI
  • Q18. Do you know about My Passion Challenge test?
  • Ans. 

    Yes, My Passion Challenge test is a coding competition for software engineers.

    • My Passion Challenge test is a coding competition that evaluates the coding skills of software engineers.

    • It is designed to test problem-solving abilities, algorithmic thinking, and coding proficiency.

    • Participants are given a set of coding challenges to solve within a specified time limit.

    • The challenges can range from simple to complex, coveri...

  • Answered by AI
  • Q19. Any higher studies plan?
  • Ans. 

    Considering pursuing a Master's degree in Computer Science to deepen knowledge and advance career.

    • Considering pursuing a Master's degree in Computer Science

    • To deepen knowledge and advance career

    • Examples: MS in Computer Science at XYZ University, online courses in AI and Machine Learning

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In this section, you will find questions from all technical subjects like data structures,design and analysis of algorithms, software testing and quality assurance , computer networks, database management , C , C++ , C# and java. The difficulty level is moderate.
For this section you can study from indiabix.com
In the 2nd section, we have to write a program and also have to follow constraints mentioned in the problem statement. Programs are based on file handling, structure and union , string operations,etc.
In 3rd round, you have to write an essay of about 10 lines. Essay topics are general issues like I had 'Traffic issues in India'.
Tips: Stick to your basics.
All the concepts should be clear.
Programs should be syntactically correct. Try to mention comments and also display output as expected. It adds up to your representation even if your logic goes wrong. :)
For essay writing round, there should be no grammatical mistakes.
Time management is very important.

Duration: 90 minutes
Total Questions: 75

Round: Technical Interview
Experience: My first technical round really went well. So I was qualified for Hr round.
But some candidates had to appear for 2 technical interviews.

Tips: Stay confident about your answers and also mention area of interest in your resume and go through your resume before going to interview. 60% of technical interview is on projects. They are really interested in ideas used in your projects. Explain all the projects in detail like which front end and back end used.
Every round is an elimination round. So give your best and stay confident.


Round: HR Interview
Experience: Hr round is also elimination round. And you should have good communication skills.
There is always backfiring so you have to be attentive and confident.
Always try to reply in a positive way.
Tips: You should read about the history of company and also the domains on which they are working and their recent projects.

Skills: Verbal Communication Skills
College Name: Jawaharlal Nehru Engineering College

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: An objective type written test. Around 60 questions in 1 hr which included around 10 aptitude questions and others from C, Datastructure, Operating System, Computer Network, Software Engineering, Database etc

Round: Technical Interview
Experience: Questions were mainly from Datastructure, Operating System and Database. I was asked to reverse a linked list using a stack and write some sql queries which included use of JOIN.

Round: HR Interview
Experience: At each stage, we get to know if we are still in the selection process of have been eliminated.They were looking for right logic rather than perfect syntax.

College Name: NA

I was interviewed in Sep 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about the Summer Project
  • Ans. 

    Developed a web application for tracking student attendance and performance

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Integrated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Questions on Sql Dbms Java C
  • Q3. Basic Programming Question
  • Q4. Questions on hobbies and CV related

Interview Preparation Tips

Round: Technical Interview
Experience: Use diagrams to describe your project and the interviewer should fully understand your project
Tips: Be Clear and say things which you know

Round: HR Interview
Experience: She asked me about everything related to my hobbies.
Tips: Don't lie about your Interests and Hobbies in CV. Know everything there is to know about the hobbies which you have specified.

Skills: C Programming, Java Programming, SQL, Basic Knowledge Of DBMS, Problem Solving Abilties
College Name: BP Poddar Institute OF Management & Technology

I applied via Recruitment Consultant and was interviewed in Dec 2017. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. About your self 2. About the previous project worked 3. About XML 4. what is WSDL 5. Some basics on selenium 6. Defect life cycle 7. what is xpath, explain it 8. Basics of Mongo DB 9. SQL joins 10. Ask...

Interview Preparation Tips

General Tips: - Be confident
- show them that you are willing to learn new things
- bit strong which is mentioned in the profile
Skills: SOAP, REST API, Selenium, SQL, Basics of Mongo DB, HP ALM , QC,, Communication
Duration: 1-4 weeks

Interview Questionnaire 

2 Questions

  • Q1. Pre-increment and post-increment
  • Q2. Why IT company being a non CSE and IT student?

Interview Preparation Tips

Round: Test
Experience: This is one of the most easiest round as it does not involve any complicated maths and only involves logical thinking
Tips: Prepare easy questions such as direction and syllorgism
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: Though it is an IT company questions will be mainly asked from your own stream. Still they would ask a basic C or C++ question.
Tips: No need to panic. It is always best to know your subject along with some basic ideas about programming language.

Round: HR Interview
Experience: This is one of the very frequent question they would ask in an interview. Well you can convince the interviewer that you are mouldable and readily working for any sort of company.
Tips: Here the main thing or aspect that is checked is your communication skill.

General Tips: Your resume speaks more than anything else. Please do make sure that your resume is proper and put all your plus points in it. Please do maintain a good English as they give a huge value for this and always try to keep a smile on your face.
Skill Tips: Mainly apart from your technical skill, your communication skill is checked and at times when you go attend a stress interview please make sure that you answer in an intelligent way and also always have a smile on your face.
Skills: communication skill, ability to handle your frustrations
College Name: SATHYABAMA UNIVERSITY
Motivation: Definitely one of the best IT company. Always cool with their staff and less rules
Funny Moments: This happened during Wipro interview. The interviewer was never really interested to listen to my answers as he picked up the phone and started talking to his wife about that day's lunch :P.

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 Manual Testing, Selenium, 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 2 interviews

Interview experience

4.5
  
Good
View more
Emids Technologies Limited Senior Test Engineer Salary
based on 213 salaries
₹5.5 L/yr - ₹19 L/yr
23% 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
779 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
447 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
213 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
186 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Leader
176 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Emids Technologies Limited with

Veradigm

4.0
Compare

Cognizant

3.7
Compare

Persistent Systems

3.5
Compare

TCS

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