Upload Button Icon Add office photos

Filter interviews by

Unlimit Senior Software Engineer Interview Questions and Answers

Updated 1 Aug 2024

Unlimit Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Java MCQs on OOPs, stream, multithreading
  • Q2. Code bug fix in java
  • Ans. 

    Fixing a code bug in Java

    • Identify the bug by analyzing the code and understanding the expected behavior

    • Use debugging tools like breakpoints, print statements, or logging to trace the issue

    • Modify the code to correct the bug and test thoroughly to ensure it is fixed

    • Consider edge cases and potential impacts of the bug fix

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Main focous on java and selenium.if you have devops knowledge then good to have..
  • Q2. Framework design,oops concept, challange you face,roles and responsibilities,agile concept etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, focous on core Java,do good practice to identify elements, analyse the things before you respond,be more practical,raise the concern once you stuck,try to find the solution from your end before you ask for Help,...

I applied via Company Website and was interviewed before Aug 2021. 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 - Coding Test 

Any programming language i.e.as resume mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - My strength point is positive attitude hardworking if any difficult moment silent mood and then solve it any problem.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Palindromic Substring
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to check if substrings are palindromes.

    • Start with single characters as potential palindromes and expand outwards.

    • Keep track of the longest palindrome found so far.

  • Answered by AI
  • Q2. Find the Kth largest integer in the Array
  • Ans. 

    Find the Kth largest integer in the Array

    • Sort the array in descending order

    • Return the element at index K-1

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design youtube live streaming
  • Ans. 

    Design a system for live streaming on YouTube platform.

    • Use RTMP protocol for streaming live video to YouTube servers

    • Implement a live chat feature for viewers to interact with the streamer

    • Include options for viewers to like, share, and subscribe during the live stream

    • Provide analytics for streamers to track viewership and engagement

    • Ensure scalability to handle high traffic during popular live streams

  • Answered by AI

Skills evaluated in this interview

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

Coding Leetcode medium question

Round 2 - Design 

(1 Question)

  • Q1. Design BookMyShow HLD and LLD
  • Ans. 

    Design high-level and low-level architecture for BookMyShow

    • HLD should include components like user interface, booking engine, payment gateway, etc.

    • LLD should detail the classes, methods, and interactions within each component

    • Use technologies like Java, Spring Boot, MySQL for backend and React for frontend

    • Consider scalability, fault tolerance, and security in the design

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary, Role Expectations and Negotiations

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Your aspirations and reason for job change.
  • Ans. 

    Seeking new challenges and opportunities for growth in a dynamic environment.

    • Looking to expand my skill set and take on more responsibilities

    • Interested in working on cutting-edge technologies and projects

    • Seeking a company culture that values innovation and collaboration

  • Answered by AI

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

Interview Questionnaire 

2 Questions

  • Q1. Data structures
  • Q2. Advanced android

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is very good just basics should be clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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. Technical Questions relevant to your domain and your previous experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. This Round is with your manager and Questions relevant to behavior, self-confidence, technical in quick overview
Round 4 - HR 

(1 Question)

  • Q1. Relevant to experience and self confidence, salary Discussion and further process guidelines
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Leetcode medium level code practise. It will be helpful to clear this round

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your role and responsibilities
  • Q2. Project Architecture of current project
  • Ans. 

    The project architecture follows a microservices-based approach with containerization using Docker and orchestration with Kubernetes.

    • The project is divided into multiple microservices that communicate with each other through APIs.

    • Each microservice is containerized using Docker to ensure consistency and portability.

    • Kubernetes is used for orchestration to manage the deployment, scaling, and monitoring of the microservice...

  • Answered by AI
  • Q3. MVC framework explain
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples of MVC frameworks include Ruby on Rails, Django

  • Answered by AI
  • Q4. SQL server questions basics
  • Q5. JQuery basics
  • Q6. Web api questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidential your answer

Skills evaluated in this interview

Unlimit Interview FAQs

How many rounds are there in Unlimit Senior Software Engineer interview?
Unlimit interview process usually has 1 rounds. The most common rounds in the Unlimit interview process are Technical.
What are the top questions asked in Unlimit Senior Software Engineer interview?

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

  1. Code bug fix in j...read more
  2. Java MCQs on OOPs, stream, multithread...read more

Tell us how to improve this page.

Unlimit Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Unlimit Senior Software Engineer Salary
based on 4 salaries
₹40.5 L/yr - ₹51.8 L/yr
195% more than the average Senior Software Engineer Salary in India
View more details
Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Marketing Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Devops Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Unlimit with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Bharat Sanchar Nigam

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