Upload Button Icon Add office photos
Engaged Employer

i

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

RS Software Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 121 Reviews

Filter interviews by

RS Software Interview Questions, Process, and Tips

Updated 8 Aug 2024

Top RS Software Interview Questions and Answers

RS Software Interview Experiences

Popular Designations

7 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I applied through the careers page and after a week HR called me and scheduled an online test on Hacker Rank which contained 5 questions, 2 DSA, 1 Sql Query, 1 Rest Apis and 1 Problem Which I had to complete using IDE, that was a Spring Boot project and I need to validate the incoming request

Round 2 - Technical 

(2 Questions)

  • Q1. Count the Characters in a String
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through the string and increment a counter for each character encountered.

    • Use the length() method of the String class to get the total number of characters.

    • Consider handling edge cases like empty strings or null inputs.

  • Answered by AI
  • Q2. Count the Words in a String
  • Ans. 

    Count the number of words in a given string.

    • Split the string by spaces to get an array of words

    • Get the length of the array to count the number of words

    • Consider handling special cases like multiple spaces or punctuation

  • Answered by AI

Skills evaluated in this interview

Junior Java Developer Interview Questions asked at other Companies

Q1. Why we need Oops concepts? What is Constructor? Need of Constructor? StringBuilder? etc.
View answer (1)

fresher Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Hacker Rank Coding Tests based on topics learnt in college

Round 2 - Technical 

(2 Questions)

  • Q1. Java Questions were difficult. Programming scenario
  • Q2. Object Oriented Programming Concepts

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)

Srr Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2023

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 2 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 - Technical 

(4 Questions)

  • Q1. What is your expectation.
  • Ans. 

    My expectation is to contribute my skills and experience to the success of Srr and to grow professionally within the company.

    • To make a positive impact and add value to the team and organization

    • To learn and develop new skills and knowledge

    • To work in a collaborative and supportive environment

    • To have opportunities for growth and advancement

    • To achieve personal and professional goals

    • To be recognized and rewarded for my cont

  • Answered by AI
  • Q2. What is Score out of.
  • Ans. 

    Score out of refers to the maximum possible score that can be achieved in a particular test or assessment.

    • It is used to determine the percentage of correct answers or performance in a test.

    • For example, if a test has a score out of 100, and a student scores 80, their percentage score would be 80%.

    • The score out of can vary depending on the test or assessment, and is usually specified beforehand.

    • It is important to know th...

  • Answered by AI
  • Q3. What are the tools you worked on.
  • Ans. 

    I have worked on various tools including XYZ, ABC, and DEF.

    • XYZ - a data analysis tool used for extracting insights from large datasets.

    • ABC - a project management tool used for tracking tasks and deadlines.

    • DEF - a testing tool used for automating software testing processes.

  • Answered by AI
  • Q4. What's your automation experience.
  • Ans. 

    I have 3 years of experience in automation testing using Selenium and Appium.

    • Proficient in writing test scripts using Java and Python

    • Experience in creating and maintaining automation frameworks

    • Familiarity with CI/CD tools like Jenkins and Git

    • Hands-on experience in testing web and mobile applications

    • Ability to identify and report defects using JIRA and other bug tracking tools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly be more patientfull with the ones who are . Absolutely nil.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Written exam for testing logical, mental and mathematical and english skill also.

Round 3 - HR 

(1 Question)

  • Q1. Basic knowledge about company, and your working environment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your confidence in front of interviewer, and told them anything with confidence, and also read or know about company before going interview..
Thank you?

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

RS Software interview questions for popular designations

 Associate Product Engineer

 (2)

 Associate Software Engineer

 (1)

 fresher

 (1)

 Junior Java Developer

 (1)

 Software Tester

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test with medium difficulty level. 30-50 question for 30-50 min

Round 2 - Coding Test 

Question type MCQ from java and SQL basic.

Round 3 - Technical 

(1 Question)

  • Q1. This is a interview round with 3-4 member, they take test of your problem solving skill.
Round 4 - HR 

(1 Question)

  • Q1. Basic HR question and answer round.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a fresher you should clear about java & SQL basic with hands-on.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Interview Preparation Tips

Round: Coding Round
Experience: I took a coding test on HackerEarth in the first round. There were two simple questions: 1) Parenthesis matching 2)Converting Infix to Postfix expression. Time limit was 2 hours. I did my program in C so had to struggle a bit for taking input in the second program. The infix expression had to be entered character by character.
Tips: In C, the input format for character is:
scanf("%c ", &ch);
(There should be a space after %c which I didn't know by then.)

Round: Technical Interview
Experience: I was asked to write some recursion programs in C++ using vectors. I didn't have much knowledge in C++ so they gave me a tutorial yo refer syntax for C++. I was able to do all of them. The interviewers helped me with the syntax.

College Name: Heritage Institute Of Technology, Kolkata

Associate Product Engineer Interview Questions asked at other Companies

Q1. Do you know SQL? Can you write a query for selecting some rows in a db table?
View answer (1)

Jobs at RS Software

View all

Interview Preparation Tips

Round: Coding round
Experience: I had to undergo a coding test on Hackerearth. There were 2 easy questions. First was to solve

College Name: Heritage Institute Of Technology, Kolkata

Associate Product Engineer Interview Questions asked at other Companies

Q1. Do you know SQL? Can you write a query for selecting some rows in a db table?
View answer (1)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes Questions
  • Q2. Terraform Questions
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to Outages
  • Q2. How to prevent application downtime
  • Ans. 

    To prevent application downtime, implement redundancy, monitoring, automation, and disaster recovery plans.

    • Implement redundancy by using load balancers, multiple servers, and failover systems.

    • Set up monitoring tools to detect issues proactively and alert the team.

    • Automate processes like deployments, scaling, and backups to reduce human errors.

    • Create disaster recovery plans with backups, replication, and failover strate...

  • Answered by AI
  • Q3. Monitoring tools

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no closure given to me, even though both of my interviews went good, I had to reach out to HR and as per the HR, I was kept on-hold as the hiring manager was on leave.

No updates further.
Please do not waste your time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Docker,image vs containers,mutistage,terraformstatebackend
  • Q2. What is diff cloud formation vs terraform, release management like blue green etc.

Interview Preparation Tips

Topics to prepare for Equifax Site Reliability Engineer interview:
  • Docker
  • Terraform
  • Kubernetes
Interview preparation tips for other job seekers - do the concept well why what u use this specific tools and all that
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Aptitude and technical skills related to networking, printers, hardware, and operating systems.

Round 2 - Behavioral 

(2 Questions)

  • Q1. Are you comfortable with the location?
  • Q2. Yes, Iamcomfortable

Interview Preparation Tips

Interview preparation tips for other job seekers - The company only wants experienced employees.

RS Software Interview FAQs

How many rounds are there in RS Software interview?
RS Software interview process usually has 2-3 rounds. The most common rounds in the RS Software interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for RS Software 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 RS Software. The most common topics and skills that interviewers at RS Software expect are Risk Management, Legal Advisory, Automation Testing, Talent Management and Monitoring.
What are the top questions asked in RS Software interview?

Some of the top questions asked at the RS Software interview -

  1. What's your automation experienc...read more
  2. What is Score out ...read more
  3. Count the Characters in a Str...read more

Tell us how to improve this page.

RS Software Interview Process

based on 6 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

RS Software Reviews and Ratings

based on 121 reviews

3.8/5

Rating in categories

4.0

Skill development

3.4

Work-life balance

3.6

Salary

3.5

Job security

3.4

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 121 Reviews and Ratings
Data Scientist

Kolkata

5-7 Yrs

Not Disclosed

Application Support Manager

Kolkata

8-12 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
52 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Software Engineer
51 salaries
unlock blur

₹3.1 L/yr - ₹11.5 L/yr

Assistant Technical Consultant
44 salaries
unlock blur

₹6.1 L/yr - ₹19 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹4.2 L/yr - ₹13.4 L/yr

Technical Consultant
30 salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Explore more salaries
Compare RS Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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