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

Filter interviews by

Esper Software Engineer Interview Questions and Answers

Updated 13 Sep 2022

Esper Software Engineer Interview Experiences

1 interview found

I was interviewed before Sep 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Remove n'th node from the end of the list
  • Ans. 

    Remove n'th node from the end of the list

    • Traverse the list to find the length of the list

    • Calculate the position of the node to be removed from the start

    • Traverse the list again and remove the node at the calculated position

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - write clean, readable, extensible code. Practice some basic leetcode questions

Skills evaluated in this interview

Interview questions from similar companies

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

2 Medium level DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. Mirror binary tree
  • Q2. Optimally find n^m
  • Ans. 

    Use the exponentiation by squaring algorithm to optimally find n^m.

    • Use the exponentiation by squaring algorithm to reduce the number of multiplications needed.

    • Divide the exponent by 2 and recursively calculate the result.

    • Handle the cases when the exponent is even or odd separately.

    • Example: n^5 = n * n^2 * n^2

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Edit distance problem
  • Ans. 

    The edit distance problem involves finding the minimum number of operations required to transform one string into another.

    • The edit distance problem can be solved using dynamic programming.

    • Common operations include insertion, deletion, and substitution of characters.

    • Example: Given strings 'kitten' and 'sitting', the edit distance is 3 (substitute 'k' with 's', insert 'g', substitute 'n' with 'g').

  • Answered by AI
  • Q2. Light switch puzzle

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding , 2 SQL with some quants

Round 2 - Technical 

(1 Question)

  • Q1. Remove redundant parentheses in a expression
  • Ans. 

    Remove redundant parentheses in a expression

    • Identify the innermost parentheses

    • Evaluate the expression inside the innermost parentheses

    • Replace the innermost parentheses with the evaluated expression

    • Repeat until no more redundant parentheses exist

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Chargebee?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and focus on your strength and if you screw up a part don’t feel bad

Skills evaluated in this interview

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

A coding test on hackerrank with some basic graph problems

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer asked about my projects

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding and solution architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s one good interview worth to attend
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

40 Aptitude Questions, one English test, 2 Easy Programming questions

Round 3 - Coding Test 

Coding Round one. A string question

Round 4 - Coding Test 

A String Question - Intermediate

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and be confident. I used Leetcode to practice.
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 Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions were asked followed by an English test

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to code for denomination of currency in JavaScript
  • Q2. JavaScript related questions like difference between double and triple equals to
Round 3 - Technical 

(2 Questions)

  • Q1. This round was with senior member who asked me questions related to SQL queries. I don't exactly remember the question but it was nested query
  • Q2. I was asked questions related to the DBMS project and modifications that could be done in order to improve the model and performance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 6 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. What's your motivation to join this team?
  • Ans. 

    I am motivated to join this team because of the challenging work and the opportunity to learn and grow.

    • I am excited about the projects this team is working on and the potential impact they can have.

    • I am impressed by the team's expertise and collaborative approach.

    • I am looking for a supportive and innovative work environment where I can contribute my skills and knowledge.

    • I am eager to learn from my colleagues and develo...

  • Answered by AI
  • Q2. What are the projects/initiatives you have worked-on in your current role?
  • Ans. 

    I have worked on multiple projects including developing a new e-commerce platform and implementing a machine learning algorithm for fraud detection.

    • Developed a new e-commerce platform using React and Node.js

    • Implemented a machine learning algorithm for fraud detection using Python and TensorFlow

    • Collaborated with cross-functional teams to ensure project success

    • Improved website performance by optimizing code and reducing

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Design VS code(any IDE)
  • Ans. 

    Designing an IDE like VS code requires a deep understanding of software development and user experience.

    • Identify the target audience and their needs

    • Choose the programming languages and frameworks to support

    • Create a user-friendly interface with customizable features

    • Implement debugging and testing tools

    • Ensure compatibility with different operating systems

    • Continuously update and improve the IDE based on user feedback

  • Answered by AI
  • Q2. Discuss the architechture, limitations and abilities you would want in your app
  • Ans. 

    The app architecture should be scalable, with a user-friendly interface and secure data storage.

    • The app should have a modular architecture to allow for easy scalability and maintenance.

    • The user interface should be intuitive and easy to navigate.

    • The app should have robust security measures in place to protect user data.

    • The app should be able to handle large amounts of data and traffic.

    • The app should be compatible with m...

  • Answered by AI
  • Q3. The objective is not to code, but rather to discuss how would you implement certain features
Round 4 - Technical 

(6 Questions)

  • Q1. No coding involved but deep JavaScript, CSS, Browser, APIs related questions were asked
  • Q2. Need to explain very minute details, explain working and uses
  • Q3. What is a CDN? How does the browser work?
  • Ans. 

    CDN stands for Content Delivery Network. Browser works by sending requests to servers and receiving responses.

    • CDN is a network of servers that deliver content to users based on their geographic location.

    • CDN reduces latency and improves website performance.

    • Browser sends HTTP requests to servers and receives responses containing HTML, CSS, JS, and other assets.

    • Browser renders the received content and displays it to the u

  • Answered by AI
  • Q4. CSS positioning
  • Q5. Flexbox, Grid, Browser internals
  • Q6. NO DSA question ❌
Round 5 - Coding Test 

You get 60 minutes to code an application in your choice of programming stack. Out of which 45 minutes are set aside for implementation and 15 minutes for problem discussion and conclusion.

Make sure that you think out loud while implementing the solution and not just silently coding.

Round 6 - HR 

(1 Question)

  • Q1. Conclude the whole process, discuss salary expectations, perks, benefits, and other policy discussions

Skills evaluated in this interview

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

Round 1 - Coding Test 

- 30 MCQ questions mostly related to HTML, JS & C#
- 2 easy-moderate coding questions

Round 2 - Aptitude Test 

- Aptitude test on CoCubes (12 mins)
- English Test (speaking + writing + reading + listening) on Pearson platform

Round 3 - One-on-one 

(4 Questions)

  • Q1. Print the following pattern: (was asked to complete test execution within 10 mins) ****4 ***444 **44444 *4444444 444444444
  • Q2. Find the length of longest substring composed of same digit, within a string of digits: (was asked to complete within 10 mins) E.g. 01241XXXXX901111 Output: 4 Explanation: "1111" is the longest substring
  • Ans. 

    Find the length of longest substring composed of same digit within a string of digits.

    • Iterate through the string and keep track of the current digit and its count

    • Update the maximum count whenever a new digit is encountered

    • Return the maximum count

  • Answered by AI
  • Q3. An SQL SPROC that is supposed to return tabular data is running slowly, what are the different ways you could debug it?
  • Ans. 1. Check for unnecessary columns in SELECT statement 2. Check if there's any cursor present in the SPROC 3. Check if columns have been properly indexed (specifically the columns being used in ORDER BY) 4. Check if data is being paged 5. etc.
  • Answered Anonymously
  • Q4. An API is running slow. Upon investigation it was found that SPROC running behind it is perfectly optimized. How can you debug this behavior of API? (You can neglect the resolve time & connect time of the ...
  • Ans. 

    To debug the slow behavior of the API, analyze network latency, check for database issues, monitor server performance, and review code for potential bottlenecks.

    • Analyze network latency to identify any issues with data transmission.

    • Check for database issues such as slow queries or insufficient indexing.

    • Monitor server performance to ensure it has enough resources and is not overloaded.

    • Review the code for potential bottle...

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. Check if two strings are anagrams of each other. Follow up question: solve it in O(N) time. (Time limit to solve question: 10 mins)
  • Q2. Given Tables: 1. Authors (AuthorId PK, Name) 2. Books (BookId PK, AuthorId FK, Name) 3. Orders (OrderId PK, BookID FK, AuthorId FK, StoreName) Write SQL query to print following information for each autho...
  • Q3. Questions about an open source distributive caching project that I implemented. Wanted to know what flaws do I see in the project and how do I plan to resolve them. Few follow up questions regarding cachin...
Round 5 - One-on-one 

(3 Questions)

  • Q1. Given an array of integers (both positive and negative) find the maximum and second maximum number without using sort and using only single loop.
  • Ans. 

    Find maximum and second maximum number in an array without using sort and single loop.

    • Initialize max and secondMax variables to the smallest possible integer value

    • Iterate through the array and update max and secondMax accordingly

    • Return max and secondMax as the result

  • Answered by AI
  • Q2. Given Table: Weather (CityName, Date, Temperature) Write an SQL query which prints the following: "CityName, Today's Temperature, Yesterday's Temprature" (if yesterday's temperature doesn't exist, then p...
  • Q3. Given Table: ExamResults (StudentName, SubjectName, Marks) Write an SQL query to print the following: 1. "Student Name, Percentage" (Marks are out of 100) 2. List of all students having percentage great...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic understanding of DS/Algo is must. Focus specifically on strings and arrays.
2. They'll not be testing your coding knowledge, but rather your problem solving skills. Make sure to keep talking about whatever logic comes to your head.
3. Don't be nervous, the interviewers are friendly.

Skills evaluated in this interview

Esper Interview FAQs

How many rounds are there in Esper Software Engineer interview?
Esper interview process usually has 1 rounds. The most common rounds in the Esper interview process are Technical.
How to prepare for Esper 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 Android, Computer science, Healthcare, Hospitality and Infrastructure.

Tell us how to improve this page.

Esper Software Engineer Salary
based on 9 salaries
₹6 L/yr - ₹23 L/yr
79% more than the average Software Engineer Salary in India
View more details

Esper Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.1

Skill development

5.0

Work-life balance

3.6

Salary

4.0

Job security

4.0

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Esper with

Innovaccer

3.4
Compare

CleverTap

3.6
Compare

Freshworks

3.5
Compare

Zoho

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