Upload Button Icon Add office photos
Engaged Employer

i

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

Recrosoft Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Recrosoft Technologies Interview Questions and Answers

Updated 19 Mar 2025

Recrosoft Technologies Interview Experiences

Popular Designations

7 interviews found

Developer Interview Questions & Answers

user image Anonymous

posted on 17 May 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What are Hooks?
  • Ans. 

    Hooks are functions that allow you to use state and other React features without writing a class.

    • Hooks were introduced in React 16.8

    • They allow you to reuse stateful logic

    • useState is a hook that allows you to add state to a functional component

    • useEffect is a hook that allows you to perform side effects in a functional component

    • useContext is a hook that allows you to consume a context in a functional component

  • Answered by AI
  • Q2. What is the difference between useMemo and useCallback
  • Ans. 

    useMemo is used to memoize a value while useCallback is used to memoize a function.

    • useMemo is used to optimize expensive computations by caching the result and returning it if the inputs are the same.

    • useCallback is used to optimize expensive function creation by caching the function and returning it if the inputs are the same.

    • useMemo returns a value while useCallback returns a memoized function.

    • useMemo is used for memo...

  • Answered by AI
  • Q3. What is Call, apply , bind
  • Ans. 

    Call, apply, and bind are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call and apply are used to invoke a function with a specific 'this' value and arguments passed as an array or list respectively.

    • Bind returns a new function with a specific 'this' value and any arguments passed as a list.

    • Example: myFunction.call(thisValue, arg1, arg2); myFunction.apply(thisValue, [arg1, arg2]); myFunction.bi

  • Answered by AI
  • Q4. What is the CSS box model
  • Ans. 

    The CSS box model is a design concept that describes how elements are displayed on a web page.

    • It consists of content, padding, border, and margin.

    • The content is the actual element and its size is determined by width and height properties.

    • Padding is the space between the content and the border.

    • Border is the line that surrounds the content and padding.

    • Margin is the space between the border and the next element.

    • The box mo...

  • Answered by AI
  • Q5. Write a code to explain Closures.
  • Ans. 

    Closures are functions that have access to variables in their outer scope, even after the outer function has returned.

    • Closures are created when a function is defined inside another function.

    • The inner function has access to the outer function's variables, even after the outer function has returned.

    • Closures can be used to create private variables and methods in JavaScript.

    • Example: function outer() { var x = 10; function ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Recrosoft Technologies Developer interview:
  • react js
  • Redux
  • Javascript
  • CSS
Interview preparation tips for other job seekers - Practice Coding in JS basic questions prepare the core concepts well with example. and react js and redux too

Skills evaluated in this interview

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

One medium algorithm question was asked.

Round 3 - Technical 

(1 Question)

  • Q1. Questions related react js, javascript

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 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 - Case Study 

The case study Involves 1 Questions which was easy like How you will do hiring for 100 candidates for IT in specific time. Strategies, your approach will be considered

Round 3 - One-on-one 

(1 Question)

  • Q1. Completely Technical Discussion. Roles you have hired , which position closed, time to hire ,Boolean search , LinkedIn Sourcing. Super easy if you are Technically prepared
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was also involves same Question but the panel didn't went much deep she took general overview of My recruitment process . Super easy not much technical
Round 5 - HR 

(1 Question)

  • Q1. It was normal Discussion Why Recruitment What u know about Recro. Why u wanna Join Recro. Family Background Normal discussion. Chill Round

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interview went well honestly. And i have been told that i will be getting the feedback on Monday. The Coordinator called me on the same day regarding my Notice period CTC Expectations and all .I told her i can join in 10 days and my expectations was also only 40-50% hike. Which i justified it. They didn't gave me any feedback so i tried to call the HT for feedback and after multiple calls she mail me that they have closed the position. They have another Opening for some consultant role , if i am interested they can take again interview for that Role which i obviously rejected on their face.
My Question to them if you have closed the position why the hell you guys took my interview and wasted my time. Simply non sesne poeples who just took the interview to show their KPI that they are conducting interviews .
My suggestion to all just try to apply more companies don't trust them they can reject you without any reason in final round.
First learn how to run Recruitment process and hiring metrics rather than doing the bullshit sweet postings on LinkedIn.

Associate Talent Acquisition Interview Questions asked at other Companies

Q1. What are the job boards you habe used to source the quality candidates?
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via cutshot and was interviewed in Dec 2022. 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 - HR 

(2 Questions)

  • Q1. Basic relevant Resume Based Questions About Tech and Project
  • Q2. When you gonna join ?
  • Ans. 

    I am available to join immediately.

    • I can start as soon as possible.

    • I am ready to join your team.

    • I can begin working right away.

  • Answered by AI
Round 3 - Coding Test 

Hackerearth Test Quiz + DSA Based + Quiz Based on the nodejs,es6,js,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA + Quiz in ES6,NODEJS,JS and Done in Hackerearth Platform

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

Recrosoft Technologies interview questions for popular designations

 Talent Acquisition Executive

 (1)

 Marketing Manager

 (1)

 Software Engineer

 (1)

 Node JS Developer

 (1)

 Senior Software Engineer

 (1)

 Associate Talent Acquisition

 (1)

 Developer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Which brands do you admire, when it comes to branding?
  • Q2. How do you handle multiple stakeholders/requirements together?

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

I applied via Approached by company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions regarding my work experience, IT and Non IT skills, talent management system. Some questions are related to particular scenarios and profiles and others are based on my case-study submitted

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be prepared well with your work experience and communication, other things will automatically goes well

Talent Acquisition Executive Interview Questions asked at other Companies

Q1. How much exposure is there in real estate or sales ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Hackerearth test having two JS and one React question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions related to JS and ES6 concepts, one problem solving JS question
  • Q2. React/Redux conceptual questions m

Interview Preparation Tips

Topics to prepare for Recrosoft Technologies Software Engineer interview:
  • React.Js
  • Javascript
  • Es6
  • Redux
  • Problem Solving
  • React Hooks
Interview preparation tips for other job seekers - Keep your concepts clean with hands-on practice on relevant technologies/languages.

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

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

Interview Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365

Recrosoft Technologies Interview FAQs

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

Some of the top questions asked at the Recrosoft Technologies interview -

  1. What is the difference between useMemo and useCallb...read more
  2. What is Call, apply , b...read more
  3. What is the CSS box mo...read more
How long is the Recrosoft Technologies interview process?

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

Tell us how to improve this page.

Recrosoft Technologies Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k 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
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Recrosoft Technologies Reviews and Ratings

based on 71 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.7

Salary

2.8

Job security

3.9

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 71 Reviews and Ratings
Senior Software Engineer
105 salaries
unlock blur

₹9 L/yr - ₹26.8 L/yr

Software Engineer
90 salaries
unlock blur

₹6.3 L/yr - ₹23 L/yr

Software Developer
22 salaries
unlock blur

₹7 L/yr - ₹12.3 L/yr

Talent Acquisition Executive
18 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Senior Software Developer
9 salaries
unlock blur

₹9.4 L/yr - ₹28 L/yr

Explore more salaries
Compare Recrosoft Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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