Upload Button Icon Add office photos

Recro

Compare button icon Compare button icon Compare

Filter interviews by

Recro Interview Questions and Answers

Updated 18 Jun 2025
Popular Designations

Recro Interview Experiences

16 interviews found

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 5 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 - Coding Test 

The first round was a HackerRank assessment which comprised of objective type questions and two coding covering the concepts from HTML, CSS, JavaScript and React.

Round 3 - Technical 

(2 Questions)

  • Q1. JS conceptual and problem solving questions related to object, array and string manipulations.
  • Q2. Explain the Redux workflow.
  • Ans. 

    Redux workflow involves actions, reducers, and a store to manage state in a predictable way.

    • Actions are payloads of information that send data from your application to the Redux store.

    • Reducers specify how the application's state changes in response to actions.

    • The store holds the state of the application and allows access to state via getState(), update state via dispatch(action), and register listeners via subscribe(li...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. The third round was the first round from client side which comprised of live coding round using JS and React concepts.
Round 5 - Technical 

(1 Question)

  • Q1. This was overall the fourth round, but second round with the client. It was a tech managerial round where questions were mainly based on the past work experience.

Interview Preparation Tips

Topics to prepare for Recro Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
  • Redux
  • Es6

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

  • Q1. Design a UI screen with a bottom sheet and hamburger menu in Flutter
  • Ans. 

    Create a Flutter UI with a bottom sheet and hamburger menu for a mobile app interface.

    • Use Scaffold widget to create the basic layout.

    • Implement AppBar with a hamburger menu using Drawer.

    • Add a BottomSheet using showModalBottomSheet method.

    • Customize the BottomSheet with widgets like ListTile or Form.

    • Ensure responsive design for different screen sizes.

  • Answered by AI
  • Q2. 3 rounds - 1st was a screening round focused on the technical aspects of Flutter. After getting shortlisted in the first round, you would move to the next 2 rounds with the client

Mobile Application Developer Interview Questions asked at other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
View answer (1)

HR Executive Interview Questions & Answers

user image Anand Yadav

posted on 11 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is HR according to you
  • Ans. 

    HR is responsible for managing employee relations, recruitment, training, and ensuring compliance with labor laws.

    • HR involves recruitment and onboarding of new employees

    • HR handles employee relations and conflict resolution

    • HR is responsible for training and development programs

    • HR ensures compliance with labor laws and regulations

    • HR plays a role in performance management and employee benefits administration

  • Answered by AI

HR Executive Interview Questions asked at other Companies

Q1. From an HR perspective, should a manager understand HR principles, given HR's crucial role in the company?
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is the accessibility? Explain with examples in web development?
  • Ans. 

    Accessibility in web development ensures that websites are usable by people with disabilities.

    • Web Content Accessibility Guidelines (WCAG) provide standards for making web content more accessible.

    • Using semantic HTML elements (like <header>, <nav>, <main>, <footer>) helps screen readers understand the structure.

    • Alt text for images allows visually impaired users to understand the content of images.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a lack of job security in this company.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Related to DSA and Scenario based and sql

Round 2 - Technical 

(2 Questions)

  • Q1. Pyspark scenario based question
  • Q2. DataBricks related questions

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. 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 - Coding Test 

2 coding + 10 mcq mainly dbms questions were there.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Mainly DBMS questions asked by Interviewer and 1 coding question was there.
  • Q2. For coding question maximum stock profit question asked.
  • Ans. 

    Maximize profit by buying and selling stock on given days with price fluctuations.

    • Identify the lowest price to buy before a higher price to sell.

    • Iterate through the price array to find local minima and maxima.

    • Example: For prices [7, 1, 5, 3, 6, 4], buy at 1 and sell at 6 for a profit of 5.

    • Keep track of the maximum profit encountered during the iteration.

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (7)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Dsa mid-easy level question

Round 2 - Coding Test 

With client . Mid level DSA

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java, sprint boot, and some coding questions (only logic)
Round 4 - HR 

(1 Question)

  • Q1. Previous project , companies

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2023. 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 - Coding Test 

I recently attended the First round they gave a coding test in the hacker rank platform.

1. 10 MCQs
2. 2 programs
total 45 mins

1. get the binary bits between these numbers ranging from 3 to 9. Find how many ones are present in that if the 1's count value is greater the last digit return the last number otherwise print the 1's count.
2. Find the minimum operation in the array

Round 3 - Technical 

(5 Questions)

  • Q1. Technical questions from your skills
  • Q2. Python basics, OOPS questions, and Django framework basics, Algo & data structures
  • Q3. Class, objects, inheritance
  • Q4. List, tuples, functions, list comprehension
  • Q5. Django file structure, architecture

Python Developer Interview Questions asked at other Companies

Q1. Explain the logic of a program to reverse a given string word by word without using any built-in functions.
View answer (11)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Hello world dummy text

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Closure in js.
  • Ans. 

    Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • It is created whenever a function is defined within another function, and the inner function has access to the outer function's variables.

    • Closure is commonly used in event handler...

  • Answered by AI
  • Q2. What is hoisting in js
  • Ans. 

    Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic conceptual questions related to Android, Kotlin

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (273)

Top trending discussions

View All
Salary Discussions, Hike & Promotions
6d
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Recro?
Ask anonymously on communities.

Recro Interview FAQs

How many rounds are there in Recro interview?
Recro interview process usually has 2-3 rounds. The most common rounds in the Recro interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Recro 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 Recro. The most common topics and skills that interviewers at Recro expect are Python, Java, Javascript, SQL and AWS.
What are the top questions asked in Recro interview?

Some of the top questions asked at the Recro interview -

  1. What is the accessibility? Explain with examples in web developme...read more
  2. for coding question maximum stock profit question ask...read more
  3. Explain the Redux workfl...read more
How long is the Recro interview process?

The duration of Recro interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 18 interview experiences

Difficulty level

Easy 25%
Moderate 67%
Hard 8%

Duration

Less than 2 weeks 73%
2-4 weeks 27%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 462 Interviews
Meesho Interview Questions
3.7
 • 360 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 287 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 176 Interviews
Digit Insurance Interview Questions
3.9
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Ninjacart Interview Questions
3.9
 • 99 Interviews
View all

Recro Reviews and Ratings

based on 38 reviews

4.1/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

4.3

Salary

4.0

Job security

4.3

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 38 Reviews and Ratings
Senior Software Engineer
24 salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Software Engineer
21 salaries
unlock blur

₹8 L/yr - ₹16.6 L/yr

Software Developer
13 salaries
unlock blur

₹12.5 L/yr - ₹32 L/yr

Sales Development Representative
9 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Talent Acquisition Consultant
8 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Explore more salaries
Compare Recro with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview