Upload Button Icon Add office photos
Engaged Employer

i

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

Embibe Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Embibe Test Engineer Interview Questions and Answers

Updated 14 Nov 2024

Embibe Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Mahesh Akula

posted on 14 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is class in python
  • Ans. 

    In Python, a class is a blueprint for creating objects with attributes and methods.

    • Classes are used to create new objects with specific properties and behaviors.

    • They can have attributes (variables) and methods (functions) associated with them.

    • Classes can be used to create multiple instances of objects with the same structure but different data.

    • Inheritance allows classes to inherit attributes and methods from other clas...

  • Answered by AI
  • Q2. What is object in python
  • Ans. 

    In Python, an object is a collection of data (variables) and methods (functions) that act on the data.

    • Objects are instances of classes in Python.

    • They have attributes (variables) and methods (functions) associated with them.

    • Objects can be created using the class keyword.

    • Example: class Car: def __init__(self, make, model): self.make = make self.model = model car1 = Car('Toyota', 'Corolla')

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths'
  • Q2. What are weakness
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work.

    • I tend to be a perfectionist and can spend too much time on a task to ensure it is flawless

    • I sometimes struggle with delegating tasks to others because I want to make sure they are done correctly

    • I am working on improving my time management skills to prioritize tasks more effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Embibe?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding round consisted of three problems with easy to moderate level difficulty.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Variation of Minimum number of platforms required for railway station.
  • Ans. 

    Minimum number of platforms required for a railway station depends on the maximum number of trains arriving and departing at the same time.

    • Calculate the maximum number of trains arriving and departing at the same time.

    • Determine the time intervals for each train's arrival and departure.

    • Add extra platforms for buffer and unexpected delays.

    • Consider factors like train length, frequency, and scheduling conflicts.

    • Example: If...

  • Answered by AI
  • Q2. Rearrange the array such that the negative numbers are shifted to the beginning.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Implement a simple program using multithreading.
  • Ans. 

    A simple program using multithreading can be implemented to demonstrate parallel execution of tasks.

    • Create a class that implements the Runnable interface in Java.

    • Override the run() method to define the task that will run in a separate thread.

    • Create instances of the class and start them using the Thread class.

    • Use synchronization mechanisms like locks or semaphores to manage shared resources in a thread-safe manner.

  • Answered by AI
  • Q2. Explain in details about the Java Collections API.

Skills evaluated in this interview

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium questions using priority queue. I don't remeber exact now

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview round was vry simple binary tree mirror question
Round 3 - HR 

(1 Question)

  • Q1. 5 mins round. basics like location

Interview Preparation Tips

Interview preparation tips for other job seekers - OA is hard, rest process is easy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 Coding problems to be solved in 90 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. Introduction, Project Discussion, HTML Tags, Reverse a string, Level order traversal in a binary tree, Minimum swap operations to sort an array.
Round 3 - Technical 

(1 Question)

  • Q1. N-Queen problem, Coin Change, Number of Islands

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Resume based+ DSA + Riddles
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Dsa and oops basic
Round 3 - Technical 

(1 Question)

  • Q1. Dsa and oops and os
Round 4 - HR 

(1 Question)

  • Q1. Normal hr questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Java Questions regarding sping boot, streams, multithreading
  • Q2. Basic DSA questions
Are these interview questions helpful?

I applied via Company Website and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Data structures
  • Q2. Basics on oops
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, promoting code reusability and organization.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the sa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Data Structures and oops concept in depth
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Design Rating Review System
  • Ans. 

    Design a system to rate and review products or services.

    • Allow users to rate products on a scale of 1-5 stars.

    • Include written reviews for users to provide more detailed feedback.

    • Implement a system to filter and display reviews based on relevance or helpfulness.

    • Consider incorporating user profiles and past review history to personalize recommendations.

  • Answered by AI
  • Q2. General Engineering questions, system design concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Past work expert

Embibe Interview FAQs

How many rounds are there in Embibe Test Engineer interview?
Embibe interview process usually has 2 rounds. The most common rounds in the Embibe interview process are Technical and HR.
What are the top questions asked in Embibe Test Engineer interview?

Some of the top questions asked at the Embibe Test Engineer interview -

  1. what is object in pyt...read more
  2. what is class in pyt...read more
  3. what are weakn...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

ElasticRun Interview Questions
3.5
 • 260 Interviews
Unacademy Interview Questions
3.0
 • 217 Interviews
Razorpay Interview Questions
3.5
 • 161 Interviews
LivSpace Interview Questions
3.5
 • 151 Interviews
CMS IT Services Interview Questions
3.1
 • 146 Interviews
Infra.Market Interview Questions
4.1
 • 133 Interviews
View all
Project Manager
83 salaries
unlock blur

₹7 L/yr - ₹14.1 L/yr

Content Writer
72 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Content Researcher
62 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

SME
61 salaries
unlock blur

₹3.9 L/yr - ₹9.5 L/yr

Video Editor
54 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Embibe with

Mahindra Logistics

3.9
Compare

CMS IT Services

3.1
Compare

ElasticRun

3.5
Compare

Unacademy

3.0
Compare
write
Share an Interview