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 Software Engineer Interview Questions and Answers

Updated 24 Mar 2023

Recrosoft Technologies Software Engineer Interview Experiences

1 interview found

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

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.

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. C language quizzes
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding exercise related to probability

Round 2 - Technical 

(2 Questions)

  • Q1. Database design for ride hailing service like uber, ola
  • Q2. Tech stack needed to build a real time application
  • Ans. 

    Tech stack for real time applications includes WebSocket, Node.js, Redis, and MongoDB.

    • Use WebSocket for real-time communication between client and server

    • Node.js for server-side logic and handling multiple connections efficiently

    • Redis for caching and storing real-time data

    • MongoDB for persistent data storage and retrieval

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Though the interviewer was friendly his tech knowledge was just average.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English

Round 3 - Coding Test 

(1 Question)

  • Q1. Reverse a string by making groups of given 'm' characters
  • Ans. 

    Reverse a string by grouping 'm' characters together

    • Iterate through the string in groups of 'm' characters

    • Reverse each group of 'm' characters

    • Concatenate the reversed groups to get the final reversed string

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. General HR questions
  • Q2. What is your family background?
  • Q3. Why should we hire you?

Skills evaluated in this interview

Recrosoft Technologies Interview FAQs

How many rounds are there in Recrosoft Technologies Software Engineer interview?
Recrosoft Technologies interview process usually has 3 rounds. The most common rounds in the Recrosoft Technologies interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Recrosoft Technologies Software Engineer 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 API, Cloud, GraphQL, Javascript and NoSQL.
What are the top questions asked in Recrosoft Technologies Software Engineer interview?

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

  1. Questions related to JS and ES6 concepts, one problem solving JS quest...read more
  2. React/Redux conceptual question...read more

Tell us how to improve this page.

Recrosoft Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Recrosoft Technologies Software Engineer Salary
based on 90 salaries
₹7 L/yr - ₹25 L/yr
96% more than the average Software Engineer Salary in India
View more details

Recrosoft Technologies Software Engineer Reviews and Ratings

based on 13 reviews

4.1/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

4.2

Salary

3.1

Job security

3.9

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 13 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