Upload Button Icon Add office photos
Engaged Employer

i

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

RS Software (India) Ltd. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RS Software (India) Ltd. Associate Product Engineer Interview Questions and Answers

Updated 19 Nov 2015

RS Software (India) Ltd. Associate Product Engineer Interview Experiences

2 interviews found

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

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 ... read more
Q2. What is javascript? What is the difference between Java and Javas ... read more
Q3. Is Java a compiled language or interpreted language?
Q4. What are the different types of access modifiers in java?
asked in Deltax
Q5. What are scripts in package.json file

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Aptitude was quite easy.. it was written test n der was no negative marking. almost all questions wer from R.S.AGARWAL. it was a one hr test. topics wer time & distance , alligation , profit &loss, percentage etc. Result was declared on that evening itself. i scored 26 marks. out of 42 students only 14 wer selected for technical round.
Tips: Practice the solved sums from any book u refer.. also refer FAQ's..
Duration: 60 minutes
Total Questions: 45

Round: Technical Interview
Experience: Develop basic skills, try to understand formulaes

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: NA
Skills: basic programming skills, Logical Reasoning
College Name: TERNA ENGINEERING COLLEGE
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Test
Experience: Aptitude test was not so hard and it was written test. No negative marking. Almost all questions were from R S Aggrawal. There were 45 questions and the time limit was 1 hour. Topics were Time and distance, work, alligation, profit and loss, percentage etc. Result declared on that evening. I scored 26 marks. Out 42 students 14 were for shortlisted for technical round.
Tips: Only Practice..Practice..Practice!!!
Develop basic concepts. Try to understand formulae..
Duration: 1 Hr minute
Total Questions: 45

College Name: TERNA ENGINEERING COLLEGE

I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Purely technical questions
  • Q2. How to configure itsm and charm in solution manager.
  • Ans. 

    ITSM and Charm can be configured in Solution Manager by following these steps:

    • Ensure that the ITSM and Charm components are installed in Solution Manager

    • Configure the ITSM system connection in Solution Manager

    • Configure the Charm system connection in Solution Manager

    • Activate the ITSM and Charm functionalities in Solution Manager

    • Configure the ITSM and Charm workflows in Solution Manager

    • Test the ITSM and Charm functionali

  • Answered by AI
  • Q3. What is determination in solution manager
  • Ans. 

    Determination in Solution Manager refers to the process of identifying and resolving issues in a timely and efficient manner.

    • Determination involves analyzing and prioritizing issues based on their impact on the system

    • It also involves assigning tasks to the appropriate team members and tracking progress

    • Effective determination can lead to improved system performance and user satisfaction

    • Examples of determination tools in...

  • Answered by AI
  • Q4. How decision table works
  • Ans. 

    Decision table is a tool used to simplify complex business rules by organizing them into a table.

    • Decision table is a matrix of conditions and actions

    • It helps in simplifying complex business rules

    • It is used to determine the outcome of a decision based on multiple conditions

    • It is commonly used in software development and business analysis

    • Example: A decision table can be used to determine the eligibility of a customer for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident what you answer to the panel.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Method overloading
  • Q2. Iterate map write code
  • Ans. 

    Iterate through a map and write code to perform operations on each key-value pair.

    • Use a for loop to iterate through the map

    • Access the key and value of each pair using the iterator

    • Perform desired operations on the key-value pairs

  • Answered by AI
  • Q3. Write Grep command
  • Ans. 

    Grep command is used to search for specific patterns in text files.

    • Use 'grep' followed by the pattern you want to search for and the file name

    • Use '-i' flag for case-insensitive search

    • Use '-r' flag for recursive search in directories

    • Use '-v' flag to invert the match and show lines that do not match the pattern

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mostly based on core Java. Where I was unable to give answer he was ok and when I was giving answers he was feeling like how I know... I didn't understand behaviour. It felt like he was taking interview casually.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

A que and answer based based on a programming fundamentals

Round 3 - Coding Test 

Some algorithms to be solved on cam

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics of the programming, Data structure and algorithms
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

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.

Round 2 - Coding Test 

Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.

Round 3 - Technical 

(1 Question)

  • Q1. Many questions related to development , some reasoning questions, simple programs and most form resume
Round 4 - Technical 

(1 Question)

  • Q1. To write a program for some sorting tech etc.. basic DSA
Round 5 - HR 

(1 Question)

  • Q1. About personality development and Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow all mentioned in resumen and do the basics
Round 1 - Aptitude Test 

50 Questions in 1 hour

Round 2 - Coding Test 

Pattern and basic programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java, SQL, and project-related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work, the staff and the colleagues were very supportive and give importance to your decisions or choices.
Round 1 - Coding Test 

Simple String or list releted questions for Arranging a string some conditions wise

Round 2 - Technical 

(1 Question)

  • Q1. Count number after decimal value What is decorator What is abstraction in python
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Maily focus on logical Questions and Make any one Language proficient then you can give answer

Tell us how to improve this page.

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
Fluper Interview Questions
4.0
 • 20 Interviews
View all
Associate Software Engineer
54 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Software Engineer
49 salaries
unlock blur

₹2.7 L/yr - ₹11.5 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹4.2 L/yr - ₹17 L/yr

Assistant Technical Consultant
39 salaries
unlock blur

₹6.1 L/yr - ₹19 L/yr

Technical Consultant
29 salaries
unlock blur

₹10.4 L/yr - ₹39 L/yr

Explore more salaries
Compare RS Software (India) Ltd. with

ITSource Technologies

2.9
Compare

ABM Knowledgeware

3.7
Compare

Fluper

4.0
Compare

Xchanging

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