Upload Button Icon Add office photos
Engaged Employer

i

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

Rebaca Technologies Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rebaca Technologies Private Limited Interview Questions and Answers

Updated 12 Sep 2024

Rebaca Technologies Private Limited Interview Experiences

Popular Designations

5 interviews found

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

(1 Question)

  • Q1. Javascript clousers, hoisting,let var const.
Round 2 - Technical 

(1 Question)

  • Q1. Machine coding round

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort an array of numbers
  • Ans. 

    Sort an array of numbers in ascending order

    • Use the built-in sort() method in JavaScript

    • Pass a compare function to sort numbers in ascending order

    • Example: [5, 2, 8, 1, 4] -> [1, 2, 4, 5, 8]

  • Answered by AI
  • Q2. How to recall/re-render the react component when ever a variable is changed
  • Ans. 

    Use React's state management to trigger re-rendering of components when a variable changes

    • Use state variables to store the value that triggers the re-rendering

    • Update the state variable using setState() method whenever the variable changes

    • React will automatically re-render the component when the state changes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - proper knowldge on basics is enough

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 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 

It's a 3-hour coding test. If you have some solid concepts of Java or C or C++ cracking the coding round won't be much of a headache.

Round 3 - One-on-one 

(2 Questions)

  • Q1. They'll ask you to write a few codes on a paper.
  • Q2. I was able to crack one of the two.

Interview Preparation Tips

Topics to prepare for Rebaca Technologies Private Limited Java Developer interview:
  • Core Java
  • OOPS
  • DSA
Interview preparation tips for other job seekers - Build some solid core knowledge about the Programming language of your choice and practice solving competitive codes.

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

Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2022

Round 1 - Technical 

(1 Question)

  • Q1. 1. Multithreading 2.Complexity of algos 3. Lambda Expressions 4. Collection framework

Interview Preparation Tips

Interview preparation tips for other job seekers - I will advise everyone to remain hopeful till the end . Work hard as there is no replacement of dedication . I went through two rounds of technical interview . I was asked questions on algorithm in which I scored 92% in college and it was my highest mark among other engineering subjects . So, I will suggest everyone to prepare for topics from his/her engineering background as well .

Rebaca Technologies Private Limited interview questions for popular designations

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Front end Developer

 (1)

 Java Developer

 (1)

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Java, puzzles, basic behavioral questions
  • Q2. Coding problem to solve. Level-Medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for coding with anyone programing language. Explain each step and let them know the way you are thinking to solve any particular coding problem.

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

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

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.

Interview Questionnaire 

2 Questions

  • Q1. Mostly puzzles and one case study
  • Q2. They asked me questions about my interests and hobbies

Interview Preparation Tips

Round: Test
Experience: There were three sets of question paper. We were sitting according to our roll number then question paper with rough sheet were distributed and we were allowed 1 hour to finish that. There was no negative marking.
Tips: For aptitude practice data interpretation and data sufficiency
Duration: 1 hour
Total Questions: 30

Round: Group Discussion
Duration: 15 minutes

Round: Technical Interview
Tips: Practice puzzles and case study for this round

Round: HR Interview
Tips: Be yourself

College Name: NIT Rourkela

Rebaca Technologies Private Limited Interview FAQs

How many rounds are there in Rebaca Technologies Private Limited interview?
Rebaca Technologies Private Limited interview process usually has 1-2 rounds. The most common rounds in the Rebaca Technologies Private Limited interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Rebaca Technologies Private Limited 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 Rebaca Technologies Private Limited. The most common topics and skills that interviewers at Rebaca Technologies Private Limited expect are Python, Linux, Computer science, Agile and C++.
What are the top questions asked in Rebaca Technologies Private Limited interview?

Some of the top questions asked at the Rebaca Technologies Private Limited interview -

  1. how to recall/re-render the react component when ever a variable is chan...read more
  2. sort an array of numb...read more
  3. They'll ask you to write a few codes on a pap...read more

Tell us how to improve this page.

Rebaca Technologies Private Limited Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.1
 • 38 Interviews
View all

Rebaca Technologies Private Limited Reviews and Ratings

based on 45 reviews

4.3/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.2

Salary

3.9

Job security

4.3

Company culture

4.0

Promotions

4.3

Work satisfaction

Explore 45 Reviews and Ratings
Software Engineer
48 salaries
unlock blur

₹2.8 L/yr - ₹8.9 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹9.1 L/yr - ₹22.7 L/yr

Software Developer
18 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

QA Engineer
16 salaries
unlock blur

₹5 L/yr - ₹15.8 L/yr

System Engineer
7 salaries
unlock blur

₹6.2 L/yr - ₹8.7 L/yr

Explore more salaries
Compare Rebaca Technologies Private Limited with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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