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
3.5

based on 655 Reviews

Filter interviews by

Embibe Softwaretest Engineer Interview Questions and Answers

Updated 21 May 2024

Embibe Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Dynamic programming , graph for 1 hour

Round 2 - One-on-one 

(3 Questions)

  • Q1. Don't remember the inerview question
  • Q2. Don't remember interview question
  • Q3. Do do do not remember
Round 3 - HR 

(1 Question)

  • Q1. Brief about the company

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. More about xpath
  • Q2. More about java programs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DS algo questions with about 3 questions in topic like graph, strings ,arrays

Round 2 - One-on-one 

(2 Questions)

  • Q1. DS algo question on LinkedIn list
  • Q2. DS algo question on graph
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Lets delve into self-exploration to understand our own identity and they will ask specific questions based on your resume to help with this process.
Round 3 - Technical 

(1 Question)

  • Q1. The interviewer thoroughly inquired about the specific equipment i had used in the lab and provided a detailed overview of the tasks that would be carried out in the laboratory.
Round 4 - HR 

(1 Question)

  • Q1. Yet to be do

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience with the technical interviews of round-1 specially and round-2 waiting for final round.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode problem
1. house robbers
2. Reverse linkedlist

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between qualifier and auto wired?
  • Q2. Abstract vs interface?
  • Q3. Exception handling in polymorphism
Round 3 - One-on-one 

(1 Question)

  • Q1. WhatsApp notification system design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions totally based on dsa- hard

Round 2 - Technical 

(2 Questions)

  • Q1. Vertical Traversal
  • Q2. Find the node with shortest distance
  • Ans. 

    Use Dijkstra's algorithm to find the node with the shortest distance in a graph.

    • Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.

    • Select the node with the smallest distance that has not been visited yet as the current node.

    • Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question based on oops
  • Q2. Question based on OS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE good in technical and DSA

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What id oops and its advantages
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • Advantages of OOPs include code reusability, modularity, flexibility, and easier maintenance.

    • Encapsulation allows data hiding and protection, reducing complexity and increasing security.

    • Inheritance enables code reuse and promotes the creation of hierarchical relationships between classes.

    • Polymorphism allows objects...

  • Answered by AI
  • Q2. What is jquery and JavaScript
  • Ans. 

    jQuery is a JavaScript library that simplifies HTML document traversal and manipulation, event handling, and animation.

    • jQuery is a fast, small, and feature-rich JavaScript library.

    • It makes things like HTML document traversal and manipulation, event handling, and animation much simpler with an easy-to-use API.

    • jQuery simplifies common tasks like AJAX calls and DOM manipulation.

    • JavaScript is a programming language that en...

  • Answered by AI
Round 2 - Coding Test 

Ecom is core platform

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is php and its advantages
  • Ans. 

    PHP is a server-side scripting language used for web development.

    • PHP stands for Hypertext Preprocessor.

    • It is open source and widely used for creating dynamic web pages.

    • Advantages include easy integration with HTML, support for various databases, and compatibility with different operating systems.

    • PHP code can be embedded within HTML code, making it easy to work with web content.

    • Popular websites like Facebook and WordPre

  • Answered by AI
  • Q2. How are you hope you doing well

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Interval Overlapping Problem
  • Ans. 

    Interval Overlapping Problem involves determining if two intervals overlap or not.

    • Check if the end of one interval is greater than the start of the other interval

    • Check if the start of one interval is less than the end of the other interval

    • If both conditions are true, then the intervals overlap

  • Answered by AI

Skills evaluated in this interview

Embibe Interview FAQs

How many rounds are there in Embibe Softwaretest Engineer interview?
Embibe interview process usually has 3 rounds. The most common rounds in the Embibe interview process are HR, Coding Test and One-on-one Round.
What are the top questions asked in Embibe Softwaretest Engineer interview?

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

  1. Don't remember the inerview quest...read more
  2. don't remember interview quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
upGrad Interview Questions
3.7
 • 205 Interviews
Unacademy Interview Questions
3.0
 • 202 Interviews
Vedantu Interview Questions
3.4
 • 191 Interviews
FOCUS EDUMATICS Interview Questions
3.3
 • 125 Interviews
Jaro Education Interview Questions
2.5
 • 123 Interviews
Simplilearn Interview Questions
3.2
 • 99 Interviews
View all
Embibe Softwaretest Engineer Salary
based on 5 salaries
₹5 L/yr - ₹15.4 L/yr
122% more than the average Softwaretest Engineer Salary in India
View more details

Embibe Softwaretest Engineer Reviews and Ratings

based on 2 reviews

1.9/5

Rating in categories

1.4

Skill development

1.9

Work-life balance

2.3

Salary

1.4

Job security

1.9

Company culture

1.4

Promotions

1.4

Work satisfaction

Explore 2 Reviews and Ratings
Content Writer
79 salaries
unlock blur

₹2.2 L/yr - ₹8.2 L/yr

Project Manager
76 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Content Researcher
69 salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

SME
52 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Content Analyst
49 salaries
unlock blur

₹2.4 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Embibe with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

Toppr

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