i
RubicoIT
Filter interviews by
I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.
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.
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
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.
I applied via campus placement at Amrapali Group of Institutions, Haldwani and was interviewed in Dec 2023. There were 2 interview rounds.
Good and it was moderate
It was basic aptitude test comparatively easy
Basic dynamic programming with little basic coding ques
I applied via Walk-in and was interviewed in Oct 2021. There were 3 interview rounds.
RubicoIT interview questions for popular designations
I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.
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...
I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.
Top trending discussions
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Find missing number from nth number array.
Iterate through the array and calculate the sum of all numbers
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows a class to reuse code from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.
Example: Class B inherits from Class A, so Class B can access
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
posted on 11 Sep 2024
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Different data formats in big data are used for various purposes like storage efficiency, data processing speed, and compatibility with different systems.
JSON: Lightweight, human-readable, and widely supported for web applications.
Parquet: Columnar storage format for efficient querying and processing of large datasets.
Avro: Schema-based serialization format with support for complex data types.
ORC: Optimized Row Columna...
Find the most frequent element in a list of strings.
Iterate through the list and count the frequency of each element using a dictionary.
Track the element with the highest frequency as you iterate.
Return the element with the highest frequency.
posted on 28 Sep 2024
posted on 25 Sep 2024
There were around 60 questions and negative marking was also there
I am a Full Stack Developer with experience in front-end and back-end technologies.
Proficient in HTML, CSS, JavaScript for front-end development
Skilled in Node.js, Express, MongoDB for back-end development
Experience with React.js and Angular for building interactive web applications
Diamond problem is a common issue in multiple inheritance where a class inherits from two classes that have a common ancestor.
Occurs in languages that support multiple inheritance like C++
Results in ambiguity when calling methods or accessing attributes from the common ancestor class
Can be resolved using virtual inheritance or interfaces
Run length encoding is a data compression technique that replaces repeated characters with a count and single character.
Iterate through the input array of strings
Count the number of consecutive characters in each string
Replace consecutive characters with count and character
Rotate an array of strings by d times
Create a new array and copy elements from original array based on rotation index
Use modulo operator to handle cases where d is greater than array length
Handle edge cases like empty array or d being negative
Some of the top questions asked at the RubicoIT interview -
based on 3 interviews
Interview experience
based on 71 reviews
Rating in categories
1-6 Yrs
Not Disclosed
Software Engineer
93
salaries
| ₹3.1 L/yr - ₹11.6 L/yr |
Associate Software Engineer
39
salaries
| ₹2 L/yr - ₹7 L/yr |
Project Coordinator
25
salaries
| ₹3.6 L/yr - ₹10.5 L/yr |
Software Developer
20
salaries
| ₹2 L/yr - ₹8 L/yr |
Front end Engineer
14
salaries
| ₹4 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech