AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Recro

Compare button icon Compare button icon Compare
4.1

based on 38 Reviews

Play video Play video Video summary
  • About
  • Reviews
    38
  • Salaries
    192
  • Interviews
    16
  • Jobs
    117
  • Benefits
    2
  • Photos
    -

Filter interviews by

Recro Interview Questions and Answers

Updated 18 Jun 2025
Popular Designations

Recro Interview Experiences

16 interviews found

Mobile Application Developer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2025

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
    Add your answer
  • 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
  • Add your answer

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)
Anonymous

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
    Add your answer

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)
Anonymous

Senior Software Developer Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2025

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
    Add your answer

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)
Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

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
  • Add your answer
  • Q2. DataBricks related questions
  • Add your answer

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)
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2023

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.
  • Add your answer
  • 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
    Add your answer

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)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

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)
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Previous project , companies
  • Add your answer

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)
Anonymous

Python Developer Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2023

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
  • Add your answer
  • Q2. Python basics, OOPS questions, and Django framework basics, Algo & data structures
  • Add your answer
  • Q3. Class, objects, inheritance
  • Add your answer
  • Q4. List, tuples, functions, list comprehension
  • Add your answer
  • Q5. Django file structure, architecture
  • Add your answer

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)
Anonymous

Software Developer Interview Questions & Answers

user image Sanjib Roy

posted on 18 Jun 2024

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)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

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
    Add your answer
  • 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
    Add your answer

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)
Anonymous

Software Engineer Interview Questions & Answers

user image Suvansh Dev

posted on 8 May 2024

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

(1 Question)

  • Q1. Basic conceptual questions related to Android, Kotlin
  • Add your answer

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)
Anonymous

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.
More about working at Recro
  • HQ - Bangalore/Bengaluru,Karnataka, India
  • Internet
  • 51-200 Employees (Global)

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.

Recro Interviews By Designations

  • Recro Senior Software Engineer Interview Questions
  • Recro Software Developer Interview Questions
  • Recro Senior Specialist Interview Questions
  • Recro Python Developer Interview Questions
  • Recro HR Executive Interview Questions
  • Recro Mobile Application Developer Interview Questions
  • Recro Software Engineer Interview Questions
  • Recro Senior Software Developer Interview Questions
  • Show more
  • Recro Java Developer Interview Questions
  • Recro Data Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Executive Interview Questions
  • Analyst Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Sales Executive Interview Questions
  • Data Analyst Interview Questions
  • Manager Interview Questions
  • Show more
  • Deputy Manager Interview Questions
  • Sales Officer Interview Questions

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
Swiggy Interview Questions
3.8
 • 462 Interviews
Meesho
Meesho Interview Questions
3.7
 • 360 Interviews
CARS24
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto
Zepto Interview Questions
3.5
 • 287 Interviews
BlackBuck
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg
Tata 1mg Interview Questions
3.6
 • 176 Interviews
Digit Insurance
Digit Insurance Interview Questions
3.9
 • 158 Interviews
Paisabazaar.com
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Ninjacart
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
Jobs at Recro
Recro
MLOps Engineer (3-8 yrs)

3-8 Yrs

Not Disclosed

Recro
IT Lead Architect - Azure/DataLake (10-12 yrs)

10-12 Yrs

Not Disclosed

Recro
Software Engineer - .Net/AngularJS (3-8 yrs)

3-8 Yrs

Not Disclosed

Explore more jobs
Recro Salaries in India
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

Udaan

3.9
Compare
Swiggy

Swiggy

3.8
Compare
CARS24

CARS24

3.5
Compare
BlackBuck

BlackBuck

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Recro Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter