Upload Button Icon Add office photos

Filter interviews by

Recro Interview Questions, Process, and Tips

Updated 11 Jan 2025

Top Recro Interview Questions and Answers

Recro Interview Experiences

Popular Designations

14 interviews found

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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.

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 (3)

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. What do you know about Labor Law
View answer (6)
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. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Recro interview questions for popular designations

 Senior Software Engineer

 (5)

 Software Developer

 (2)

 Senior Specialist

 (1)

 Python Developer

 (1)

 HR Executive

 (1)

 Software Engineer

 (1)

 React Js Frontend Developer

 (1)

 Java Developer

 (1)

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. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
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 (42)
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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
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. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to nodejs and javascript and one question based on DSA on linked list

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Leetcode medium level

Round 2 - One-on-one 

(2 Questions)

  • Q1. Hashmap based ,frequency counter
  • Q2. Binary search based question
Round 3 - Group Discussion 

LLD Round ,Java Oops based

Round 4 - One-on-one 

(2 Questions)

  • Q1. Project overview
  • Q2. Scenario based question

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 (42)
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 were 2 interview rounds.

Round 1 - Assignment 

Medium 2 DSA questions and few mcqs

Round 2 - Technical 

(3 Questions)

  • Q1. Basics of Js and React
  • Q2. Problem solving questions around JS
  • Q3. Debounce technique in react
  • Ans. 

    Debounce technique in React helps in limiting the number of times a function is called.

    • Debounce is used to delay the execution of a function until after a certain amount of time has passed without it being called again.

    • It is commonly used in scenarios like search bars where you want to wait for the user to finish typing before making an API call.

    • Example: Using lodash debounce function - debounce(handleSearch, 300)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gave interview with 2+ years kf experience.
If you are well prepared with js it would be easy to crack the interview.

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

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 Coding Test, Technical 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, Javascript, Java, SQL and AWS.
What are the top questions asked in Recro interview?

Some of the top questions asked at the Recro interview -

  1. Explain the Redux workfl...read more
  2. what is Closure in ...read more
  3. what is hoisting in...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 Interview Process

based on 16 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Recro Reviews and Ratings

based on 36 reviews

4.2/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 36 Reviews and Ratings
Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Development Representative
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Recro with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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