Upload Button Icon Add office photos
Engaged Employer

i

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

RubicoIT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RubicoIT Interview Questions and Answers

Updated 24 Jun 2024

RubicoIT Interview Experiences

Popular Designations

6 interviews found

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

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Given two codes to identify there output, the code includes the concept of 'this' keyword and its behavior with arrow functions and normal functions.
  • Ans. 

    The code demonstrates the behavior of 'this' keyword with arrow functions and normal functions.

    • Arrow functions do not bind their own 'this' value, it inherits 'this' from the surrounding scope.

    • Normal functions have their own 'this' value, which is determined by how the function is called.

    • Arrow functions are useful when you want to preserve the value of 'this' from the surrounding context.

  • Answered by AI
  • Q2. Given a coding question to get even numbers in a different array from the original array of numbers.
  • Q3. Given SQL database structure and questions to which was asked to form SQL queries, it includes knowledge of 'joins' and use of subquery.
  • Q4. Given a question to take the input from a user and print the sum of those input and return the output (javascript).
  • Q5. What are streams and its type, write a code using the any of the stream.
  • Ans. 

    Streams are objects that allow reading or writing data continuously. There are four types of streams: Readable, Writable, Duplex, and Transform.

    • Streams are used to handle large amounts of data efficiently.

    • They can be used for reading data from a source or writing data to a destination.

    • Streams can be piped together to create a data flow.

    • Example: Reading a file using a Readable stream and writing it to another file using

  • Answered by AI
Round 2 - Coding Test 

This was a Machine Coding round, i was asked to come to office for this round. I was given to make a nodejs project from scratch using , any framework of my choice (expressjs, nestjs,etc), using sql database (any ORM of your choice).

Entities - User, Task

User -
1. user should have an email , first name, last name and password
2. user can login using email and password

Task -
1. CRUD for the task
2. Each task should be associated with a user

Extra (if time)-
1. User can assign task to different user

Note :- Time given was 2 Hours, i could not do the extras , but i was asked the question regarding my thought process on how will i approach the extras, because extras required a change in the already made entity models as well as in relations between them if any.

Interview Preparation Tips

Interview preparation tips for other job seekers - If preparing for the interviews, have a sound and in-depth knowledge of javascript and should also know how to write optimized sql queries.

Skills evaluated in this interview

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and it was moderate

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects and related to that
  • Q2. Asked few question about dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Just believe yourself

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2022

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 

It was basic aptitude test comparatively easy

Round 3 - Coding Test 

Basic dynamic programming with little basic coding ques

Round 4 - Technical 

(1 Question)

  • Q1. All about dbms basics. The core concepts of dbms . That was face to face
Round 5 - HR 

(1 Question)

  • Q1. Face to face hr round. Introduction norms about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on projects. They will ask a lot of project questions and your role on the project

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2021

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

Interview Questionnaire 

1 Question

  • Q1. What are your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be nervous on your interview. People's who take the interview are cool minded and you don't need to worry about them

RubicoIT interview questions for popular designations

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 Node JS Developer

 (1)

 PHP Developer

 (1)

 Associate Software Engineer

 (1)

I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write a program to print pattern. And from that pattern print prime numbers? (Randomly given a pattern like pascal tree )
  • Q2. What do you know about Recursion? Write a program to print fibonacci series using recursion.
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller sub-problems and solving them recursively.

    • It is important to have a base case to prevent infinite recursion.

    • Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • A recursive function to print Fibonacci series can be written by calling th...

  • Answered by AI
  • Q3. OOPS concepts.
  • Q4. SQL Related Questions (oftenly used queries).

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Everything was organized and interview took place in 4 phases
Zoom(Technical- Theory) Round
Technical(Coding) Round
Group Discussion Round
HR Round

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Software Engineer Interview Questions & Answers

user image Rohit kandpal

posted on 15 Dec 2021

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Promises, closures, array , string
  • Q2. Lifecycle of component, hoc, custom hooks, hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium interview
1:- technical round theory and some dry run test
2:- machine run

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

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

RubicoIT Interview FAQs

How many rounds are there in RubicoIT interview?
RubicoIT interview process usually has 3 rounds. The most common rounds in the RubicoIT interview process are Technical, Aptitude Test and Coding Test.
How to prepare for RubicoIT 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 RubicoIT. The most common topics and skills that interviewers at RubicoIT expect are Javascript, MySQL, MVC, PHP and OOPS.
What are the top questions asked in RubicoIT interview?

Some of the top questions asked at the RubicoIT interview -

  1. What do you know about Recursion? Write a program to print fibonacci series usi...read more
  2. What are streams and its type, write a code using the any of the stre...read more
  3. Given two codes to identify there output, the code includes the concept of 'thi...read more

Tell us how to improve this page.

RubicoIT Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
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
ENH iSecure Interview Questions
4.0
 • 29 Interviews
View all

RubicoIT Reviews and Ratings

based on 73 reviews

3.2/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

2.7

Salary

3.3

Job security

3.1

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 73 Reviews and Ratings
Software Engineer
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RubicoIT with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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