Upload Button Icon Add office photos

Filter interviews by

EarlySalary Services Software Engineer Interview Questions and Answers

Updated 10 Jan 2025

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Machine coding.
Code structure, naming, best practices are more important than time or space complexity.

Round 2 - Coding Test 

Same as Round 1, except more complex problem statement

Round 3 - Technical 

(1 Question)

  • Q1. Integration round. Given a library, do some operations with it, i.e. pull specific data point from file, make an POST call using different data point etc.
Round 4 - Technical 

(1 Question)

  • Q1. Given a codebase, fix a specific bug
  • Ans. 

    I would start by reproducing the bug, analyzing the code, identifying the root cause, implementing a fix, testing the fix, and finally deploying it.

    • Reproduce the bug by following the steps that lead to the issue.

    • Analyze the code surrounding the bug to understand the context and potential causes.

    • Identify the root cause of the bug by debugging and tracing the code execution.

    • Implement a fix by making the necessary code ch...

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. Standard HLD/LLD design problem
  • Ans. 

    HLD focuses on overall system architecture, while LLD delves into specific implementation details.

    • HLD includes components, modules, interfaces, and dependencies.

    • LLD involves detailed class diagrams, data structures, algorithms, and database schema.

    • Example: HLD may outline a system using microservices architecture, while LLD may specify how each microservice communicates and stores data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewing here is very very different than MAANG companies.
Speed of execution matters, but best practices matter more.
Time and space complexity is not tested at all!

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Smallest difference pair of values between two unsorted arrays
  • Ans. 

    Find the smallest difference pair of values between two unsorted arrays.

    • Sort both arrays and compare elements to find the smallest difference.

    • Use two pointers approach to iterate through both arrays simultaneously.

    • Consider edge cases like empty arrays or arrays with only one element.

  • Answered by AI
  • Q2. 2D matrix iteration based question
  • Q3. What is normalisation in DBMS?
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules to follow.

    • For...

  • Answered by AI
  • Q4. What is the difference between SQL and NoSQL?
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, wide-column, or graph-based, with dynamic schema.

    • SQL is suitable for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time applications.

    • SQL is ACID-compliant (Atomicity, Consistency, Iso...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design Dream 11 application in high level.
  • Ans. 

    Dream 11 is a fantasy sports platform where users can create their own teams and compete in various sports leagues.

    • User registration and login functionality

    • Ability to create and join contests

    • Player selection and team creation feature

    • Real-time scoring and leaderboard updates

    • Integration with payment gateway for transactions

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain your recent project in your current company.
  • Ans. 

    Developed a web application for tracking employee attendance and generating reports.

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Integrated authentication and authorization features for secure access

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join Yubi and leave Tavant?
  • Ans. 

    I am excited about the innovative projects at Yubi and believe it aligns better with my career goals.

    • Yubi offers more opportunities for growth and learning in cutting-edge technologies.

    • I am drawn to Yubi's company culture and values, which resonate with my own.

    • I see Yubi as a better fit for my long-term career aspirations compared to Tavant.

  • Answered by AI
  • Q2. What process do you follow to switch to a new technology?
  • Ans. 

    I follow a structured approach to evaluate the new technology, learn it through online resources or courses, practice with small projects, and gradually incorporate it into larger projects.

    • Research the new technology to understand its features, benefits, and use cases

    • Take online courses or tutorials to learn the basics of the technology

    • Practice by working on small projects or side projects to gain hands-on experience

    • Gr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • System Design
  • Data Structures
  • Algorithms
  • DBMS

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on various projects including developing web applications, creating mobile apps, and implementing machine learning algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform to track user's exercise routines

    • Implemented machine learning algorithms for a recommendation system in an e-commerce website

  • Answered by AI
  • Q2. Knowledge testing on ML frameworks
Round 2 - Aptitude Test 

Had a overall personality, technical & problem solving test with AVP

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about one project you worked on?
  • Q2. Tell me about yourself?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA and android questions

Round 2 - Coding Test 

Live coding round for android

Round 3 - HR 

(1 Question)

  • Q1. Explain your past experiences?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Find connected components in a graph
  • Ans. 

    Use Depth First Search (DFS) to find connected components in a graph

    • Start by initializing all vertices as unvisited

    • Iterate through each vertex and perform DFS to find connected components

    • Keep track of visited vertices to avoid revisiting

    • Example: For a graph with vertices {A, B, C} and edges {(A, B), (B, C)}, the connected components are {A, B, C}

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Design chess game
  • Ans. 

    Design a chess game with proper board setup, piece movements, and win conditions.

    • Create a 8x8 grid to represent the chess board

    • Assign initial positions to each type of chess piece (pawn, rook, knight, bishop, queen, king)

    • Implement rules for each piece's movement (e.g. pawn moves forward, rook moves horizontally/vertically)

    • Check for valid moves and capture opponent's pieces

    • Implement win conditions (checkmate, stalemate)

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

LLD for load balancer

Round 2 - One-on-one 

(1 Question)

  • Q1. API integrations, integrate 3rd party API to visualize ride locations and generate images
Round 3 - Coding Test 

Solve a bug in JSON like parsing library

EarlySalary Services Interview FAQs

How many rounds are there in EarlySalary Services Software Engineer interview?
EarlySalary Services interview process usually has 1 rounds. The most common rounds in the EarlySalary Services interview process are Coding Test.

Tell us how to improve this page.

EarlySalary Services Software Engineer Salary
based on 14 salaries
₹3.6 L/yr - ₹14 L/yr
At par with the average Software Engineer Salary in India
View more details

EarlySalary Services Software Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

2.9

Skill development

1.9

Work-Life balance

1.9

Salary & Benefits

4.1

Job Security

1.9

Company culture

4.5

Promotions/Appraisal

2.4

Work Satisfaction

Explore 3 Reviews and Ratings
Collections Executive
31 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Data Scientist
23 salaries
unlock blur

₹8.5 L/yr - ₹17 L/yr

Assistant Manager
21 salaries
unlock blur

₹4.8 L/yr - ₹18.5 L/yr

Collection Officer
18 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Data Analyst
18 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

Explore more salaries
Compare EarlySalary Services with

MoneyTap

3.4
Compare

ZestMoney

4.0
Compare

Slice

3.2
Compare

Paysense Services India

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview