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 Associate Software Engineering Intern Interview Questions and Answers

Updated 14 Sep 2023

ElasticRun Associate Software Engineering Intern Interview Experiences

1 interview found

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

1st round for Internship position was Aptitude. Few general questions and some more focused on flow chart.

Round 3 - Technical 

(4 Questions)

  • Q1. Short listed candidates from aptitude round called for one on one technical interview. They major focused on projects and work done in it. Detailed question related to our skills added in cv.
  • Q2. Async await in Javascript
  • Ans. 

    Async await in JavaScript allows for asynchronous programming in a more readable and synchronous-like manner.

    • Async functions return a Promise.

    • Await can only be used inside an async function.

    • Async await simplifies handling asynchronous operations compared to using callbacks or Promises.

    • Example: async function fetchData() { await fetch('https://api.example.com/data'); }

  • Answered by AI
  • Q3. Difference between & and && in js
  • Ans. 

    In JavaScript, & is a bitwise AND operator while && is a logical AND operator.

    • Use & for bitwise operations on individual bits of two numbers.

    • Use && for logical operations to check if both conditions are true.

    • Example: 5 & 3 returns 1 (0101 & 0011 = 0001)

    • Example: true && false returns false

  • Answered by AI
  • Q4. Hooks and other question on react

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ElasticRun?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Software Engineering Intern Interview Questions Asked at Other Companies

Q1. to code program which tells if 2 words are anagrams and also prog ... read more
Q2. Can you provide code examples that demonstrate abstraction and po ... read more
Q3. Write a program to print all 8-digit numbers whose reverse is equ ... read more
Q4. program for sorting (selection sort, insertion sort)
asked in IBM
Q5. Why do some companies prefer not to store their data in the cloud ... read more

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

Interview Questionnaire 

1 Question

  • Q1. Tree Ques : All node at a distance K from a given node
  • Ans. 

    Find all nodes at a distance K from a given node in a tree.

    • Use DFS to traverse the tree and mark the nodes at distance K from the given node.

    • Maintain a visited set to avoid revisiting nodes.

    • Use a queue to keep track of the nodes to be visited next.

    • If the given node is the root, traverse the entire tree and mark nodes at distance K.

    • If K is 0, return the given node itself.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do geeks for geeks medium/hard

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before May 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 - Aptitude Test 

It was a aptitude and logical reasoning test

Round 3 - Technical 

(1 Question)

  • Q1. Coding logic and aptitude was assessed
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and salary negotiation was done

Interview Preparation Tips

Topics to prepare for Exl India Software Developer interview:
  • Fibonacci series
  • oops concepts
  • DSA
Interview preparation tips for other job seekers - Prepare well for the test and technical questions. Brownie points if you have a relevant project!
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Coding Test 

Basic algorithms testing

Round 2 - Technical 

(1 Question)

  • Q1. HLD question on chat application

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers can be very rude at times, and can reject you without any reason. Though I got the offer, i declined because I have heard really had reviews about their current middle management. Join only if you are desperate and peace of mind doesn't matter to you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. CODING ROUND - KTH LARGETS NO.
  • Q2. EXPLAIN CICD PIPELINE
  • Ans. 

    CI/CD pipeline automates software development processes, enabling continuous integration and delivery for faster, reliable releases.

    • Continuous Integration (CI) involves automatically testing and merging code changes into a shared repository.

    • Continuous Delivery (CD) ensures that code changes are automatically prepared for release to production.

    • Tools like Jenkins, GitLab CI, and CircleCI are commonly used to implement CI...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural and Experience based questions
  • Q2. Tell be about a time sort of stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of your work
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to identify and solve race condition.
  • Ans. 

    Identifying and solving race conditions involves understanding concurrent execution and implementing synchronization mechanisms.

    • Understand the critical sections of code where race conditions can occur

    • Use synchronization mechanisms like locks, semaphores, or atomic operations to control access to shared resources

    • Implement thread-safe data structures or use thread-safe libraries to avoid race conditions

    • Use tools like sta...

  • Answered by AI
  • Q2. Solve an array question on finding the third largest in an unsorted array.
  • Ans. 

    Find the third largest element in an unsorted array of strings.

    • Sort the array in descending order.

    • Remove duplicates if necessary.

    • Return the element at index 2 as the third largest.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic string related coding questions
  • Q2. Core java questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 1) OOPS 2) SOLID 3) Design Patterns 4) SQL Concepts
  • Q2. LINQ joins on 2 tables
  • Ans. 

    LINQ joins on 2 tables allow for combining data from both tables based on a common key.

    • Use the 'join' keyword in LINQ to join two tables based on a common key

    • Specify the key to join on using 'equals' keyword

    • Select the desired columns from both tables in the result

  • Answered by AI
  • Q3. Example of Open close principle
  • Ans. 

    Open close principle states that a class should be open for extension but closed for modification.

    • Classes should be open for extension through inheritance or implementing interfaces

    • Classes should be closed for modification to avoid breaking existing code

    • Example: Using abstract classes or interfaces to define behavior and allowing subclasses to implement specific functionality

  • Answered by AI

Skills evaluated in this interview

ElasticRun Interview FAQs

How many rounds are there in ElasticRun Associate Software Engineering Intern 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 Associate Software Engineering Intern interview?

Some of the top questions asked at the ElasticRun Associate Software Engineering Intern interview -

  1. Difference between & and && in...read more
  2. Async await in Javascr...read more
  3. hooks and other question on re...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

DTDC Express Interview Questions
3.7
 • 167 Interviews
Safexpress Interview Questions
4.0
 • 115 Interviews
Exl India Interview Questions
3.5
 • 114 Interviews
FedEx Express Interview Questions
3.9
 • 101 Interviews
GATI-KWE Interview Questions
3.9
 • 91 Interviews
Ups Logistics Interview Questions
3.6
 • 77 Interviews
DHL Express Interview Questions
4.1
 • 73 Interviews
DP World Interview Questions
3.8
 • 71 Interviews
View all
Team Lead
691 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Team Lead Operations
217 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

Area Sales Manager
190 salaries
unlock blur

₹13.6 L/yr - ₹21.5 L/yr

Supervisor
127 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Associate Engineer
123 salaries
unlock blur

₹4.7 L/yr - ₹10 L/yr

Explore more salaries
Compare ElasticRun with

Mahindra Logistics

3.9
Compare

DTDC Express

3.7
Compare

GATI-KWE

3.9
Compare

Exl India

3.5
Compare
write
Share an Interview