i
RS Software (India) Ltd.
Filter interviews by
Clear (1)
Hacker Rank Coding Tests based on topics learnt in college
Top trending discussions
posted on 19 Feb 2025
I was interviewed before Feb 2024.
Ten reasoning questions, ten quantitative questions, and fifteen technical questions involving pseudo code, for a total of thirty-five questions to be completed in thirty minutes.
Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.
posted on 29 Aug 2022
50 Questions in 1 hour
Pattern and basic programming questions
posted on 21 Sep 2022
Simple String or list releted questions for Arranging a string some conditions wise
To count number after decimal value in Python, use string manipulation or math module.
Use string manipulation to count number of digits after decimal point
Use math module to round off the number and then subtract the original number to get the digits after decimal point
Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index
I was interviewed before Sep 2020.
Round duration - 140 minutes
Round difficulty - Medium
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering the remaining digits
Ensure the final sum array does not have any leading zeros
Round duration - 20 minutes
Round difficulty - Easy
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
Round duration - 8 minutes
Round difficulty - Easy
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
I was interviewed in Jan 2021.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.
Java is platform independent due to its bytecode and JVM.
Java code is compiled into bytecode which is platform-independent.
JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.
JVM acts as an abstraction layer between the Java code and the underlying hardware.
This allows Java programs to run on any platform that has a JVM installed.
For example, a Java program written on a Windows machine ca...
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
based on 1 interview
Interview experience
Associate Software Engineer
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
49
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
43
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Technical Consultant
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Consultant
29
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech