Upload Button Icon Add office photos
Engaged Employer

i

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

Esper Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 20 Reviews

Filter interviews by

Esper Senior Software Engineer Interview Questions and Answers

Updated 11 Sep 2024

Esper Senior Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - HR 

(1 Question)

  • Q1. Questions regarding your experience and skill set
Round 2 - Technical 

(1 Question)

  • Q1. DSA questions 1) Reverse LinkedList 2) Find Good node in Tree
  • Ans. 

    Reverse a LinkedList and find good nodes in a Tree.

    • To reverse a LinkedList, iterate through the list and change the pointers to reverse the direction.

    • To find good nodes in a Tree, perform a depth-first search and check if each node meets the criteria of being a good node.

    • Example for reversing a LinkedList: 1->2->3->4->5 becomes 5->4->3->2->1 after reversal.

    • Example for finding good nodes in a Tree: Good nodes are those

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. HLD questions design youtube like streaming system

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and interviewer also good help for active communication regarding questions.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Projects you worked on
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. Largest island (graph question)
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
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 in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions

Junior Software Engineer Interview Questions & Answers

LogiNext Solutions user image Omkar Darbeshawar (Indian Yogi Star)

posted on 1 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. They check your knowledge according to job role
  • Q2. I have prepared python, big data tech, machine learning, cloud.
  • Q3. They ask about data structure
Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about past experience.
  • Q2. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Recursion, Data Structures and Algorithms, Dynamic Programming, Graph Traversals, Tree Traversals

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about your self, Academic Projects, Questions related to Data Structures and Algorithms, Dynamic Programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Find the value of x, if x is 8 times more than 2?

Round 3 - Technical 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in full stack development and a proven track record of delivering high-quality software solutions.

    • Extensive experience in both front-end and back-end development

    • Proficient in multiple programming languages and frameworks

    • Strong problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Excellent communication and interpersonal skills

    • Proven track record of de...

  • Answered by AI
  • Q2. What are your pros and cons ?
  • Ans. 

    I am a highly motivated and detail-oriented full stack developer with strong problem-solving skills.

    • Pros: Strong problem-solving skills

    • Detail-oriented

    • Highly motivated

    • Experience in full stack development

    • Cons: Can be overly meticulous at times

    • May need to work on delegating tasks more effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before the interview..
learn c,c++,javascript bascis very well....

Esper Interview FAQs

How many rounds are there in Esper Senior Software Engineer interview?
Esper interview process usually has 3 rounds. The most common rounds in the Esper interview process are Technical and HR.
How to prepare for Esper Senior Software 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 Esper . The most common topics and skills that interviewers at Esper expect are AWS, Django, Docker, Java and Jenkins.
What are the top questions asked in Esper Senior Software Engineer interview?

Some of the top questions asked at the Esper Senior Software Engineer interview -

  1. DSA questions 1) Reverse LinkedList 2) Find Good node in T...read more
  2. HLD questions design youtube like streaming sys...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Esper interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Esper Senior Software Engineer Salary
based on 7 salaries
₹23 L/yr - ₹31 L/yr
82% more than the average Senior Software Engineer Salary in India
View more details

Esper Senior Software Engineer Reviews and Ratings

based on 2 reviews

1.6/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

4.0

Salary & Benefits

1.3

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.6

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
9 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹23 L/yr - ₹31 L/yr

Software Engineer III
6 salaries
unlock blur

₹19.9 L/yr - ₹24 L/yr

Staff Engineer
6 salaries
unlock blur

₹40 L/yr - ₹50.8 L/yr

Software Developer
5 salaries
unlock blur

₹11 L/yr - ₹13 L/yr

Explore more salaries
Compare Esper with

CleverTap

3.7
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

Druva

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview