Upload Button Icon Add office photos
Engaged Employer

i

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

Rapido Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rapido Intern Interview Questions and Answers

Updated 15 Sep 2023

Rapido Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image voota prasad naidu

posted on 15 Sep 2023

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

I applied via Referral and was interviewed in Aug 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Did you know marketing operations
  • Q2. Did you know rapido

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a easy for interview but knowledge is very important

Interview questions from similar companies

I appeared for an interview in Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. To reverse Linked List in pair of three.
  • Ans. 

    Reverse a linked list in pairs of three.

    • Create a function that takes the head of the linked list as input.

    • Traverse the linked list in pairs of three and reverse each pair.

    • Update the head of the linked list to the new head after reversing each pair.

    • Return the new head of the linked list.

  • Answered by AI
  • Q2. Search a number in sorted rotated array.
  • Ans. 

    Search a number in sorted rotated array.

    • Use binary search to find the pivot point where the array is rotated

    • Determine which half of the array the target number may be in

    • Perform binary search on the appropriate half of the array to find the target number

  • Answered by AI
  • Q3. A dynamic programming question was there to find a path in matrix.

Interview Preparation Tips

Round: Technical Interview
Experience: Interviewer mainly focused on problem solving skill.

Skills: Algorithm
College Name: KIIT University

Skills evaluated in this interview

Intern Interview Questions & Answers

Amazon user image Himani Anand1

posted on 28 Oct 2015

Interview Questionnaire 

1 Question

  • Q1. Binary Tree concepts

Interview Preparation Tips

Round: Test
Experience:
Tips:
Duration: 120 minutes
Total Questions: 22

Round: Technical Interview
Experience:
Tips:

General Tips:
Skill Tips:
Skills: Algorithmic Approach To Problem Solving, Data Structures, Core Courses Concepts
College Name: IIM Lucknow

I applied via Walk-in and was interviewed before Jun 2021. There were 2 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 

Public vs Govt sector

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMMUNICATION SKILLS AND VERBAL AND WRITTEN

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Given a sorted array of integers, find the frequency of 2 in the array in log(n) time.
  • Ans. 

    Find frequency of 2 in sorted array of integers in log(n) time.

    • Use binary search to find first and last occurrence of 2 in array.

    • Calculate frequency by subtracting last index from first index and adding 1.

    • Time complexity is O(log(n)).

  • Answered by AI
  • Q2. Given an array of numbers, for each index of the array, find the maximum frequency integer to the right of the array.
  • Ans. 

    Find the maximum frequency integer to the right of each index in an array of numbers.

    • Create a frequency map of the array.

    • Iterate through the array and for each index, find the maximum frequency integer to the right using the frequency map.

    • If there are no integers to the right, return -1.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Get ready for facing data structures problems.
2. Some interviewers ask for the projects but without data structures, there is no way to pass the interview.
3. Have a decent understanding of the programming language you code in.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

There were many sections.
There was a debugging section where basic code debugging was asked in MCQ.
In coding section,a total of two questions were asked. First question was basic string based with easy difficulty level.
Next one was of sliding window with little variation , medium difficulty.
Lastly was a section with hr type of questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. A question based on topological sort was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Pay attention at DSA thoroughly with emphasis on dp and graph,they may ignore your projects if you have strong DSA coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How would you rate your proficiency in data analysis?
  • Ans. 

    I rate my proficiency in data analysis as advanced.

    • Proficient in using statistical software such as R and Python for data analysis

    • Experienced in cleaning and organizing large datasets

    • Skilled in creating data visualizations to communicate insights

    • Have successfully completed data analysis projects during my academic studies

  • Answered by AI
  • Q2. Can you provide an example of how you have utilized Excel to enhance a process or improve efficiency?
  • Ans. 

    Yes, I used Excel to automate data entry and analysis for a research project.

    • Created macros in Excel to automatically import and organize data from multiple sources

    • Used pivot tables and charts to analyze and visualize data trends

    • Implemented conditional formatting to quickly identify outliers and discrepancies

    • Saved time by setting up formulas for calculations and generating reports

  • Answered by AI
  • Q3. What is the average number of flights that take off daily from Delhi Airport?
  • Ans. 

    The average number of flights that take off daily from Delhi Airport is approximately 1,300.

    • Approximately 1,300 flights take off daily from Delhi Airport.

    • The number of flights can vary depending on the day of the week and time of year.

    • Delhi Airport is one of the busiest airports in India, serving both domestic and international flights.

  • Answered by AI
  • Q4. What is the average monthly consumption of tea in Mumbai?
  • Ans. 

    The average monthly consumption of tea in Mumbai is approximately 3-4 kg per person.

    • The average monthly consumption of tea in Mumbai varies depending on individual preferences and habits.

    • Tea is a popular beverage in Mumbai, with many people consuming multiple cups a day.

    • Factors such as age, gender, and socio-economic status can also influence tea consumption in Mumbai.

  • Answered by AI

Intern Interview Questions & Answers

Swiggy user image Anonymous

posted on 23 Jul 2024

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

1 hour DSA online test - 4 questions

Round 2 - Technical 

(2 Questions)

  • Q1. DSA - Stack Based Question
  • Q2. Dynamic Programming based
Round 3 - Technical 

(2 Questions)

  • Q1. Asked from Resume itself
  • Q2. Past internship experiences

Intern Interview Questions & Answers

Zomato user image Anonymous

posted on 24 Nov 2024

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

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Screening 

(1 Question)

  • Q1. Why do you want to do sales?
Round 2 - HR 

(1 Question)

  • Q1. Situational based question to close a sales deal

Interview Questionnaire 

1 Question

  • Q1. About Operations and Supply Chain Process over E-commerce

Rapido Interview FAQs

How many rounds are there in Rapido Intern interview?
Rapido interview process usually has 2 rounds. The most common rounds in the Rapido interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Rapido Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 21 Interviews
Zomato Intern Interview Questions
3.8
 • 3 Interviews
Paytm Intern Interview Questions
3.3
 • 1 Interview
Udaan Intern Interview Questions
4.0
 • 1 Interview
View all
Rapido Intern Salary
based on 4 salaries
₹2 L/yr - ₹3 L/yr
32% less than the average Intern Salary in India
View more details

Rapido Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Manager
88 salaries
unlock blur

₹3.7 L/yr - ₹12 L/yr

Delivery Boy
55 salaries
unlock blur

₹0.9 L/yr - ₹5 L/yr

Data Analyst
53 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Business Analyst
44 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Driver
36 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Explore more salaries
Compare Rapido with

Uber

4.2
Compare

Zomato

3.8
Compare

Swiggy

3.8
Compare

Ola Cabs

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