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, Process, and Tips

Updated 13 Aug 2023

Top Recrosoft Technologies Interview Questions and Answers

Recrosoft Technologies Interview Experiences

Popular Designations

6 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:
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 

(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 - Coding Test 

One medium algorithm question was asked.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related react js, javascript

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 (1)
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:
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 - 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:
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 - 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

 Associate Talent Acquisition

 (1)

 Developer

 (1)

 Node JS Developer

 (1)

 Senior Software Engineer

 (1)

 Software Engineer

 (1)

 Talent Acquisition Executive

 (1)

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:
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 - 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 (181)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

A question that is both tricky and simple.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about biochemistry
Round 3 - Aptitude Test 

Questions based on both numerical data and case studies.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What interests you in working for this company?
  • Ans. 

    I am interested in working for this company because of its innovative projects and strong reputation in the industry.

    • Innovative projects that challenge me to grow as a programmer

    • Strong reputation in the industry for quality work

    • Opportunities for career advancement and professional development

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI

QA Enginner I2 Interview Questions & Answers

Talentica Software user image Mohd Aatif Khan

posted on 17 Jan 2025

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Java code for reversing a linked list?
  • Ans. 

    Reversing a linked list in Java using iterative approach.

    • Create three pointers: prev, current, and next.

    • Iterate through the list, updating pointers to reverse the links.

    • Return the new head of the reversed list.

  • Answered by AI
  • Q2. How do you handle the StaleElementReferenceException in your code?
  • Ans. 

    Handle StaleElementReferenceException by re-locating the element before interacting with it.

    • Use try-catch block to catch StaleElementReferenceException

    • Re-locate the element using findElement method before interacting with it

    • Use WebDriverWait to wait for the element to become stale

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you describe your project experiences?
  • Ans. 

    I have worked on various projects involving test automation, performance testing, and quality assurance processes.

    • Developed automated test scripts using Selenium WebDriver for web applications

    • Conducted performance testing using JMeter to identify bottlenecks and optimize system performance

    • Implemented quality assurance processes to ensure software meets requirements and standards

    • Collaborated with cross-functional teams ...

  • Answered by AI
  • Q2. What is your strategy for designing an automation framework?
  • Ans. 

    My strategy for designing an automation framework involves identifying key functionalities, selecting appropriate tools, creating reusable components, implementing robust error handling, and integrating with CI/CD pipelines.

    • Identify key functionalities to be automated based on priority and impact on testing.

    • Select appropriate tools and technologies based on the application under test and team expertise.

    • Create reusable ...

  • Answered by AI

Recrosoft Technologies Interview FAQs

How many rounds are there in Recrosoft Technologies interview?
Recrosoft Technologies interview process usually has 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, Spring Boot and SQL.
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

Tell us how to improve this page.

Recrosoft Technologies Interview Process

based on 5 interviews

Interview experience

3.6
  
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.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Hexaware Technologies Interview Questions
3.5
 • 723 Interviews
Persistent Systems Interview Questions
3.5
 • 612 Interviews
Josh Technology Group Interview Questions
3.0
 • 67 Interviews
View all

Recrosoft Technologies Reviews and Ratings

based on 70 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.7

Salary

2.8

Job security

3.9

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 70 Reviews and Ratings
Senior Software Engineer
116 salaries
unlock blur

â‚ą9 L/yr - â‚ą31 L/yr

Software Engineer
90 salaries
unlock blur

â‚ą7 L/yr - â‚ą25 L/yr

Software Developer
21 salaries
unlock blur

â‚ą7 L/yr - â‚ą23 L/yr

Talent Acquisition Executive
18 salaries
unlock blur

â‚ą3 L/yr - â‚ą7.4 L/yr

Senior Software Developer
8 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