Upload Button Icon Add office photos
Engaged Employer

i

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

ElasticRun Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ElasticRun SDE Interview Questions and Answers

Updated 3 Jan 2023

ElasticRun SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude test for maths and logical easy to medium level.
Technical question are there. technical questions are easy level. 30 min,

Round 3 - Technical 

(2 Questions)

  • Q1. OOPS connect in brief.
  • Ans. 

    OOPS is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPS stands for Object-Oriented Programming System

    • It emphasizes on encapsulation, inheritance, and polymorphism

    • Objects have attributes (data) and methods (functions)

    • Example: A car object can have attributes like color, model, and methods like start, stop

    • Classes are blueprints for creating objects

    • Inheritance allows c...

  • Answered by AI
  • Q2. DSA problem of DP and recursion
  • Ans. 

    Dynamic Programming (DP) is a technique to solve problems by breaking them down into smaller subproblems and solving them recursively.

    • DP is used to solve optimization problems where we need to find the best solution among all possible solutions.

    • DP problems can be solved using either top-down (memoization) or bottom-up (tabulation) approach.

    • Recursion is a technique where a function calls itself to solve a problem. It is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is good if you are going for intern.
Good communication.

Skills evaluated in this interview

Interview questions from similar companies

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

One easy , one medium question Array based

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

Coin Change Problem from DSA

SDE Interview Questions & Answers

FarEye user image Anonymous

posted on 19 Sep 2024

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

Good HackerRank Question

Round 2 - Technical 

(2 Questions)

  • Q1. 2 sum Array question
  • Q2. Left View of a tree
  • Ans. 

    The left view of a tree shows the nodes that are visible when looking at the tree from the left side.

    • Traverse the tree in a level order manner

    • Keep track of the first node encountered at each level

    • Add the first node at each level to the result array

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Some kind of merge sort usage
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively splits an array into halves, sorts them, and then merges them back together.

    • Merge sort is efficient for sorting large arrays.

    • It has a time complexity of O(n log n).

    • It is a stable sorting algorithm.

    • Example: ['apple', 'banana', 'orange', 'grape', 'kiwi']

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Snakes and ladder design
Round 3 - Technical 

(1 Question)

  • Q1. System design of doctor app
Round 4 - HR 

(1 Question)

  • Q1. COMPANY FIT QUESTIONS

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Sale me a pen or mobile
  • Ans. 

    I would recommend the mobile over the pen as it offers more functionality and convenience.

    • A mobile can make calls, send messages, take photos, access the internet, and run various apps.

    • A pen can only be used for writing or drawing.

    • A mobile is more convenient as it eliminates the need to carry multiple devices.

    • A mobile can also be used for work purposes, such as checking emails or scheduling appointments.

    • Overall, a mobi

  • Answered by AI
  • Q2. Confidently tell about pen or mobile future how it will write or use...what is the advantage of it like that weather it's wrong or right..

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak loud and confidently
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. 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 - HR 

(2 Questions)

  • Q1. Breef About yourself
  • Q2. Experience related questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is B2B and B2C Sales
  • Ans. 

    B2B sales refer to business-to-business transactions, while B2C sales refer to business-to-consumer transactions.

    • B2B sales involve selling products or services to other businesses or organizations.

    • B2C sales involve selling products or services directly to individual consumers.

    • B2B sales typically involve longer sales cycles and larger order sizes.

    • B2C sales typically involve shorter sales cycles and smaller order sizes.

    • E...

  • Answered by AI
  • Q3. What is your sales funnel
  • Ans. 

    My sales funnel is a visual representation of the steps I take to convert leads into customers.

    • I start by identifying potential leads through various sources such as referrals, cold calling, and networking events.

    • Once I have identified a lead, I qualify them to ensure they are a good fit for my product or service.

    • I then move the lead through the sales funnel by nurturing them with targeted marketing and personalized co...

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

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you join this company
  • Q3. Why are you leaving your current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and relax during interview.
Always connect with good wifi Or mobile data properly.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2022. There were 3 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 - Assignment 

Field work is conducting

Round 3 - Technical 

(2 Questions)

  • Q1. Customer handling techniques
  • Ans. 

    Customer handling techniques involve active listening, empathy, problem-solving, and effective communication.

    • Active listening: Pay attention to customer needs and concerns without interrupting.

    • Empathy: Show understanding and compassion towards customer's situation.

    • Problem-solving: Offer solutions and alternatives to address customer issues.

    • Effective communication: Clearly convey information and instructions to customer...

  • Answered by AI
  • Q2. Two wheeler licence

Interview Preparation Tips

Interview preparation tips for other job seekers - This firm is purely a delivery subsidiary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why do you like sales

I applied via Other and was interviewed in Jan 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked only my previous job profile and my role.

Interview Preparation Tips

Round: Resume Shortlist
Experience: They desperately needed a guy who's profile matching there requirement, so they selected me.

General Tips: There was nothing tough going there because they asked only that what I am doing with current employer.
Skills: Body Language
Duration: <1 week

ElasticRun Interview FAQs

How many rounds are there in ElasticRun SDE interview?
ElasticRun interview process usually has 3 rounds. The most common rounds in the ElasticRun interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in ElasticRun SDE interview?

Some of the top questions asked at the ElasticRun SDE interview -

  1. DSA problem of DP and recurs...read more
  2. OOPS connect in bri...read more

Tell us how to improve this page.

ElasticRun SDE Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Safexpress Interview Questions
4.0
 • 103 Interviews
Exl India Interview Questions
3.5
 • 103 Interviews
FedEx Express Interview Questions
4.0
 • 93 Interviews
GATI-KWE Interview Questions
3.9
 • 87 Interviews
View all
Team Lead
689 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead Operations
269 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

City Manager
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Manager
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ElasticRun with

Shadowfax Technologies

3.6
Compare

Delhivery

3.9
Compare

BlackBuck

3.8
Compare

LogiNext Solutions

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