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

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

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

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

Interview Questionnaire 

2 Questions

  • Q1. What tools do you recommend for content authoring?
  • Ans. 

    There are several tools available for content authoring, depending on the type of content and the level of expertise.

    • For beginners, tools like Grammarly and Hemingway can help with grammar and readability.

    • For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.

    • Content management systems like WordPress and Drupal are also useful for creating and managing content.

    • Collaboration tools like Go...

  • Answered by AI
  • Q2. Adobe Captivate is a standalone authoring tool and one of the best tools with rich features.

Interview Preparation Tips

Interview preparation tips for other job seekers - TR panelist are industry experts so you need to prepare well for the TR round.

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

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
View all

Rebaca Technologies Private Limited Reviews and Ratings

based on 44 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.2

Work satisfaction

Explore 44 Reviews and Ratings
Software Engineer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rebaca Technologies Private Limited with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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