Upload Button Icon Add office photos
Engaged Employer

i

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

Rooter Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 60 Reviews

Filter interviews by

Rooter Senior Software Engineer Interview Questions and Answers

Updated 5 Mar 2024

Rooter Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via BigShyft and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Print 1 to N numbers using recursion.
  • Ans. 

    Print 1 to N numbers using recursion in C++.

    • Define a recursive function that takes an integer parameter N.

    • Base case: if N is less than 1, return.

    • Recursively call the function with N-1 until N becomes 1.

    • Print N in each recursive call.

  • Answered by AI
  • Q2. Struct vs Class, Enums
  • Q3. MVC, MVVM, VIPER
  • Q4. Some basic puzzle-based questions
Round 2 - One-on-one 

(3 Questions)

  • Q1. Advanced swift concepts
  • Q2. Memory management and ARC
  • Q3. Protocol, closures, value type, reference type
Round 3 - One-on-one 

(3 Questions)

  • Q1. Previous projects and technologies used
  • Q2. SSL Pinning, network call, network security etc.
  • Q3. Application security, local database, notifications, release management etc.
Round 4 - HR 

(1 Question)

  • Q1. Typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for swift basics.
Prepare for data structure problems.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Coding Test 

The test was conducted on HackerRank. One Javascript question and has to be solved.

Round 2 - Technical 

(1 Question)

  • Q1. Discussion on building a scalable system.
Round 3 - One-on-one 

(1 Question)

  • Q1. Peer panel round - Discussion on how a feature has been built. What tradeoffs you thought of etc
Round 4 - HR 

(1 Question)

  • Q1. Behavioural and culture fit
Round 5 - Behavioral 

(1 Question)

  • Q1. General discussion on what is expected from the role and what are my expectations etc
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Train,percentage,work

Round 2 - Coding Test 

Array , string , basic

Round 3 - Technical 

(1 Question)

  • Q1. Basic dsa question and oops
Round 4 - HR 

(1 Question)

  • Q1. About company and traditaion question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa like array string , basic math question in programming and oops and sudo code in oops
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. How to do data migration
  • Ans. 

    Data migration involves transferring data from one system to another while ensuring data integrity and minimizing downtime.

    • Plan the migration process including identifying data to be migrated, mapping data fields, and setting up a timeline.

    • Backup all data before starting the migration to prevent data loss.

    • Use tools like ETL (Extract, Transform, Load) to extract data from the source system, transform it to fit the targe...

  • Answered by AI
  • Q2. Explain use of next js
  • Ans. 

    Next.js is a React framework that enables server-side rendering and other features for building fast and scalable web applications.

    • Next.js allows for server-side rendering of React components, improving performance and SEO.

    • It provides automatic code splitting for faster page loads.

    • Next.js supports static site generation and serverless functions for building dynamic websites.

    • It offers built-in routing and API routes for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your work

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude only think out of box

Round 2 - One-on-one 

(2 Questions)

  • Q1. Static and final difference
  • Ans. 

    Static variables belong to the class itself, while final variables cannot be changed after initialization.

    • Static variables are shared among all instances of a class

    • Final variables cannot be reassigned once initialized

    • Static variables are initialized only once at the start of the program

    • Final variables must be initialized when declared

  • Answered by AI
  • Q2. Patterns problem
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. Checking english fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company, friendly HR and interviewer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They ask you about basic oop questions

Round 2 - Coding Test 

It was a panel interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Required to write codes in python

Round 2 - Coding Test 

Required to write codes in python

Round 3 - HR 

(2 Questions)

  • Q1. Time to tackle difficulties
  • Q2. Time to learn things outside school
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 May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find the longest length of consecutive number from array whose sum is lesser or equal to target
  • Ans. 

    Find the longest consecutive numbers in an array whose sum is less than or equal to a target.

    • Iterate through the array and keep track of the current sum and length of consecutive numbers.

    • Update the longest length whenever the current sum is less than or equal to the target.

    • Reset the current sum and length when the sum exceeds the target.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Question related to resume
  • Q2. Question related to basic dsa and oops

Rooter Interview FAQs

How many rounds are there in Rooter Senior Software Engineer interview?
Rooter interview process usually has 4 rounds. The most common rounds in the Rooter interview process are One-on-one Round and HR.
What are the top questions asked in Rooter Senior Software Engineer interview?

Some of the top questions asked at the Rooter Senior Software Engineer interview -

  1. Print 1 to N numbers using recursi...read more
  2. Application security, local database, notifications, release management e...read more
  3. Protocol, closures, value type, reference t...read more

Tell us how to improve this page.

Rooter Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Community Manager
10 salaries
unlock blur

₹5.4 L/yr - ₹7.8 L/yr

Social Media Manager
7 salaries
unlock blur

₹5.4 L/yr - ₹5.4 L/yr

Marketing Manager
4 salaries
unlock blur

₹27.5 L/yr - ₹28 L/yr

VP-Finance
4 salaries
unlock blur

₹65 L/yr - ₹75 L/yr

Software Developer
3 salaries
unlock blur

₹6.9 L/yr - ₹12 L/yr

Explore more salaries
Compare Rooter with

Dream11

3.8
Compare

Cricbuzz

3.2
Compare

Disney+ Hotstar

3.8
Compare

BookMyShow

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