Upload Button Icon Add office photos

Filter interviews by

Rocket Software Software Engineer Interview Questions and Answers

Updated 10 Jan 2025

Rocket Software Software Engineer Interview Experiences

3 interviews found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Authentican related questions - Spring security, Auth0, Jwt
  • Q2. DB - differences between Postgresql and DB2, Transaction management by hibernate, Indexes
  • Ans. 

    Postgresql and DB2 differences, transaction management by Hibernate, and indexes

    • Postgresql is open-source, while DB2 is a commercial database

    • Postgresql supports JSON data type, while DB2 does not

    • Hibernate provides transaction management for both databases

    • Indexes in Postgresql can be created using CREATE INDEX statement

    • Indexes in DB2 can be created using CREATE INDEX or ALTER TABLE ADD INDEX statement

  • Answered by AI
  • Q3. Core Java - Serialization, Deserialization, Externalisation, Hash Collision, Parallel stream, etc..
  • Q4. DSA - Writing programs for Binary search and Merge sort
  • Ans. 

    Binary search and Merge sort are common algorithms used for searching and sorting arrays.

    • Binary search is a divide and conquer algorithm that searches for a target value within a sorted array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them, and then merges them back together.

    • Binary search has a time complexity of O(log n) while Merge sort has a time complexity

  • Answered by AI
  • Q5. 3 leetcode problems
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI
  • Q2. Software Engineering

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 4 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 

(1 Question)

  • Q1. Separate even and odd elements on either side of array
  • Ans. 

    Separate even and odd elements on either side of array

    • Iterate through the array and separate even and odd elements into two separate arrays

    • Merge the two arrays back together with even elements on one side and odd elements on the other

    • Ensure to maintain the original order of elements in the array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. String manipulation
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Angular A to Z Hooks,Services,Api Integration,component communication
  • Q2. Html ,CSS basic
Round 2 - Behavioral 

(1 Question)

  • Q1. Server and web api related questions
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide details about yourself and your educational background?
  • Ans. 

    I am a software engineer with a Bachelor's degree in Computer Science and experience in developing web applications.

    • Bachelor's degree in Computer Science

    • Experience in developing web applications

  • Answered by AI
  • Q2. About Winjit technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust the process; ensure a clear understanding of the basics and the logic of object-oriented programming concepts. Wishing you all the best.
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 Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Focusing on moderate level patterns

Round 2 - Technical 

(4 Questions)

  • Q1. Discuss object oriented principles in depth
  • Ans. 

    Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in di...

  • Answered by AI
  • Q2. Deep discuss of interface
  • Q3. Deep discuss of exception, multithreading
  • Q4. Deep discuss of oop
Round 3 - HR 

(1 Question)

  • Q1. Asked some tricky question related to real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - All Good 👍🏻
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Twilio Framework
Round 2 - Technical 

(2 Questions)

  • Q1. Related to Django Framework
  • Q2. Related to Twilio Framework
Round 3 - Group Discussion 

Job Roles and Responsibility & Salary Discussion

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is server and abap server
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.

    • A server is a computer or software that provides services or resources to other computers or programs.

    • ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.

    • ABAP server handles requests from clients and executes A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic opps concept of .net
  • Q2. SQL and angular questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What is your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments links to this video is small

Rocket Software Interview FAQs

How many rounds are there in Rocket Software Software Engineer interview?
Rocket Software interview process usually has 2 rounds. The most common rounds in the Rocket Software interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Rocket Software Software Engineer 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 Rocket Software. The most common topics and skills that interviewers at Rocket Software expect are Automation, Software Quality Assurance, Python, Information Technology and Quality Assurance Engineering.
What are the top questions asked in Rocket Software Software Engineer interview?

Some of the top questions asked at the Rocket Software Software Engineer interview -

  1. DB - differences between Postgresql and DB2, Transaction management by hibernat...read more
  2. DSA - Writing programs for Binary search and Merge s...read more
  3. Separate even and odd elements on either side of ar...read more

Tell us how to improve this page.

Rocket Software Software Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
Rocket Software Software Engineer Salary
based on 39 salaries
₹7.5 L/yr - ₹20.3 L/yr
45% more than the average Software Engineer Salary in India
View more details

Rocket Software Software Engineer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

2.6

Skill development

4.8

Work-life balance

3.2

Salary

3.5

Job security

3.5

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer2
57 salaries
unlock blur

₹8.6 L/yr - ₹25 L/yr

Software Engineer III
43 salaries
unlock blur

₹21.5 L/yr - ₹37.5 L/yr

Software Engineer
39 salaries
unlock blur

₹7.5 L/yr - ₹20.3 L/yr

Software Engineer II
35 salaries
unlock blur

₹12 L/yr - ₹23.1 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹14.8 L/yr - ₹39.4 L/yr

Explore more salaries
Compare Rocket Software with

IBM

4.0
Compare

Microsoft Corporation

4.0
Compare

Oracle

3.7
Compare

SAP

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