Premium Employer

i

This company page is being actively managed by RSM US in India Team. If you also belong to the team, you can get access from here

RSM US in India Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 188 Reviews

Filter interviews by

RSM US in India Senior Software Engineer Interview Questions and Answers

Updated 7 Nov 2023

RSM US in India Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Oct 2023. 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. Technological working experience question
Round 3 - Technical 

(1 Question)

  • Q1. Technology and architect
Round 4 - HR 

(1 Question)

  • Q1. Expectations of the roll
  • Ans. 

    The expectations of the role include leading software development projects, mentoring junior engineers, and collaborating with cross-functional teams.

    • Lead software development projects from conception to delivery

    • Mentor junior engineers and provide guidance on best practices

    • Collaborate with cross-functional teams to ensure project success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and smooth process from hiring end. A great process that I feel comfortable while answering questions.
I recommend every job aspirants to attend RSMUS india

Senior Software Engineer Jobs at RSM US in India

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Difference between inheritance and polymorphism
  • Ans. 

    Inheritance is a way to create a new class using properties and methods of an existing class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance promotes code reusability and reduce...

  • Answered by AI
  • Q2. Write a code to check anagram or not
  • Ans. 

    Code to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Convert both strings to lowercase and remove any spaces

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked very basic java questions like difference between inheritance and polyformism.
Asked basic java concepts

Skills evaluated in this interview

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

(5 Questions)

  • Q1. What are TMG events?
  • Ans. 

    TMG events refer to events related to Threat Management Gateway, a Microsoft network security product.

    • TMG events are generated by Threat Management Gateway (TMG), a network security product developed by Microsoft.

    • These events provide information about network traffic, security threats, and system health.

    • Examples of TMG events include firewall rule violations, malware detection, and system errors.

  • Answered by AI
  • Q2. Events in interactive report?
  • Ans. 

    Events in interactive report refer to user interactions like clicking, hovering, or scrolling.

    • Events can trigger actions or functions in the report.

    • Common events include click, hover, scroll, keypress, etc.

    • Events can be used to enhance user experience and interactivity.

    • Examples: Clicking on a data point to view more details, hovering over a chart to see tooltips.

  • Answered by AI
  • Q3. Difference between RFC and BAPI
  • Ans. 

    RFC is a protocol for requesting services from a server, while BAPI is a specific type of RFC used in SAP systems.

    • RFC stands for Remote Function Call and is a protocol used to request services from a server over a network.

    • BAPI stands for Business Application Programming Interface and is a specific type of RFC used in SAP systems for integrating external applications with SAP.

    • RFC can be used in various systems and techn...

  • Answered by AI
  • Q4. What is ABAP on HANA
  • Ans. 

    ABAP on HANA is a programming language that combines ABAP with the in-memory database technology of SAP HANA.

    • ABAP on HANA allows developers to leverage the speed and power of SAP HANA for their ABAP-based applications.

    • It enables real-time analytics, predictive modeling, and faster data processing.

    • Developers can use ABAP on HANA to optimize existing ABAP code for better performance.

    • It provides a seamless integration bet...

  • Answered by AI
  • Q5. Limitations of CDs Views
  • Ans. 

    CDs Views have limitations in terms of performance and scalability.

    • Limited support for complex queries and joins

    • Performance degradation with large datasets

    • Scalability issues when handling high volume of data

    • Difficulty in maintaining and updating views as database schema changes

  • Answered by AI

Skills evaluated in this interview

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

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Q2. Spring boot questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hr test with questions on react and , js, python

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. 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 - Aptitude Test 

Mix of coding, aptitude, java, javascript

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based questions on project
  • Q2. Basic SQL, Java streams questions
Round 4 - Technical 

(5 Questions)

  • Q1. Project related questions
  • Q2. Internal working of hashmap
  • Q3. Design patterns I've used
  • Q4. Print whole Fibonacci series using recursion.
  • Q5. Show my Github projects, and the interviewer didn't even properly looked into the code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare:
Core java concepts,
Well written resume with proper understanding of every project.
SQL,
Basic coding questions
Design patterns, solid etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are services in Drupal?
  • Ans. 

    Services in Drupal are reusable objects that perform specific functions, such as database queries or sending emails.

    • Services are defined in YAML files and can be accessed throughout a Drupal site.

    • They are used to encapsulate reusable functionality and promote code reusability.

    • Examples of services in Drupal include the database service for interacting with the database, the mail service for sending emails, and the logge

  • Answered by AI
  • Q2. How to debug in Drupal?
  • Ans. 

    Debugging in Drupal involves using tools like Devel module, watchdog(), and error logs.

    • Enable Devel module for debugging information

    • Use watchdog() function to log messages to Drupal's watchdog log

    • Check error logs for PHP errors and warnings

    • Use dpm() function to print variables for debugging purposes

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding questions and SQL queries

Round 2 - Technical 

(1 Question)

  • Q1. Technology used
  • Ans. 

    Various technologies including Java, Python, SQL, AWS, Docker, Kubernetes, etc.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They have very tedious process where you have to attend 4 technical interviews and hr won't respond after each round. Don't answer your call.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to advanced javascript questions
  • Q2. Questions based on angular framework
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple choice questions on language of your choice

Round 2 - Case Study 

Solve any 2 case studies out of 3.
2 classes design LLD.
1 SQL db design

Round 3 - Technical 

(1 Question)

  • Q1. Oop, DSA basic and medium level questions.

RSM US in India Interview FAQs

How many rounds are there in RSM US in India Senior Software Engineer interview?
RSM US in India interview process usually has 4 rounds. The most common rounds in the RSM US in India interview process are Technical, Resume Shortlist and HR.
How to prepare for RSM US in India Senior 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 RSM US in India. The most common topics and skills that interviewers at RSM US in India expect are React.Js, .Net, Angularjs, HTML and Microstrategy.
What are the top questions asked in RSM US in India Senior Software Engineer interview?

Some of the top questions asked at the RSM US in India Senior Software Engineer interview -

  1. Expectations of the r...read more
  2. Technology and archit...read more

Tell us how to improve this page.

RSM US in India Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join RSM US in India Empowering you to move forward with confidence
RSM US in India Senior Software Engineer Salary
based on 7 salaries
₹21 L/yr - ₹38 L/yr
119% more than the average Senior Software Engineer Salary in India
View more details
Software Engineer Senior 1

Hyderabad / Secunderabad

8-10 Yrs

Not Disclosed

Explore more jobs
Senior Associate
304 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Associate
169 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Supervisor
95 salaries
unlock blur

₹12.3 L/yr - ₹34 L/yr

Senior Associate 2
53 salaries
unlock blur

₹9.9 L/yr - ₹24.8 L/yr

Manager
50 salaries
unlock blur

₹22.7 L/yr - ₹45 L/yr

Explore more salaries
Compare RSM US in India with

Deloitte

3.8
Compare

PwC

3.4
Compare

KPMG India

3.5
Compare

Ernst & Young

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