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 Interview Questions and Answers

Updated 11 Sep 2024

Esper Interview Experiences

Popular Designations

3 interviews 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

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Intents, activity life cycle

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Jobs at Esper

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Feb 2021. 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 - Group Discussion 

Generic

Round 3 - Case Study 

Generic

Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a successful Sales Executive leading a high-performing team and driving significant revenue growth for the company.

    • Leading a team of sales professionals

    • Achieving and exceeding sales targets consistently

    • Developing and implementing effective sales strategies

    • Building strong relationships with key clients

    • Contributing to the overall growth and success of the company

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills, ability to build relationships, and a competitive nature. My weaknesses include impatience and a tendency to take on too much at once.

    • Strength: Strong communication skills - I am able to effectively convey information and build rapport with clients.

    • Strength: Relationship building - I excel at establishing and maintaining long-term relationships with customers.

    • Strength: ...

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

    Experienced sales executive with a proven track record in exceeding targets and building strong client relationships.

    • 10+ years of experience in sales, with expertise in B2B and B2C markets

    • Consistently achieved or surpassed sales targets by 20% or more

    • Developed and maintained a portfolio of key accounts, resulting in a 30% increase in revenue

    • Strong negotiation and communication skills, with the ability to build rapport ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and genuine with the interviewer.

Interview Questionnaire 

1 Question

  • Q1. Strings, arrays, dp

Interview Questionnaire 

1 Question

  • Q1. 1st round c mcq 2nd round short coding 3rd round advanced coding 4 and 5 technical hr and general hr

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

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

I was interviewed before Nov 2019.

Interview Questionnaire 

1 Question

  • Q1. SQL questions based on joins and previous projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round pure technical
2nd round based on previous projects experienc
3rd HR round salary and all.

I applied via Referral and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Projects, Out of box thinking
  • Q2. Few significant accomplishments in previous companies
  • Ans. 

    Implemented data-driven strategies to increase revenue by 15% in previous company.

    • Developed predictive models to optimize pricing strategies

    • Identified key customer segments for targeted marketing campaigns

    • Automated data collection and analysis processes for efficiency

    • Collaborated with cross-functional teams to implement data-driven decisions

  • Answered by AI
  • Q3. Tools and technologies
  • Q4. Case study. Problem statement given and asked to provide a solution

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. If you do not have a clue on any qn asked , admit it. Quote real time work examples whenever a qn is asked. Explain how you had done it in your previous companies.

Esper Interview FAQs

How many rounds are there in Esper interview?
Esper interview process usually has 1-2 rounds. The most common rounds in the Esper interview process are Technical, One-on-one Round and HR.
How to prepare for Esper 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, Healthcare, Logistics, Hospitality and Devops.
What are the top questions asked in Esper interview?

Some of the top questions asked at the Esper interview -

  1. DSA questions 1) Reverse LinkedList 2) Find Good node in T...read more
  2. Remove n'th node from the end of the l...read more
  3. HLD questions design youtube like streaming sys...read more

Tell us how to improve this page.

Esper Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
Innovaccer Interview Questions
3.4
 • 81 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
MindTickle Interview Questions
2.8
 • 21 Interviews
Chargebee Interview Questions
3.9
 • 16 Interviews
CleverTap Interview Questions
3.6
 • 15 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
View all

Esper Reviews and Ratings

based on 20 reviews

4.1/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

4.4

Salary

2.8

Job security

4.1

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 20 Reviews and Ratings
Senior Salesforce Administrator

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Software Development Engineer (SDE ) - Cloud

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Senior Software Development Engineer 1

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
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