Upload Button Icon Add office photos

Filter interviews by

EarlySalary Services Intern Interview Questions and Answers

Updated 5 Jun 2024

EarlySalary Services Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Classes and objects are used to create reusable code and organize data

    • Example: In a banking system, a 'Customer' object may have attributes like name and ...

  • Answered by AI
  • Q2. Explain Design principles
  • Ans. 

    Design principles are fundamental concepts used to guide the process of designing products or systems.

    • Design principles help ensure consistency, usability, and aesthetic appeal in the final product.

    • They often include principles such as simplicity, consistency, hierarchy, balance, and emphasis.

    • For example, the principle of simplicity in design aims to eliminate unnecessary elements and focus on the essential features.

    • Co...

  • Answered by AI
  • Q3. Solve a dsa questions live

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful with the management.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

2 hours HackerEarth coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Some medium level of question
Round 4 - Coding Test 

HackerEarth test medium level question

Interview Preparation Tips

Interview preparation tips for other job seekers - follow previous interview exprience
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2022. 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 - Coding Test 

Coding test was conducted in hacker earth

Round 3 - Technical 

(2 Questions)

  • Q1. In technical interview they asked the current company work and asked the Instagram db design and usecases and api response of the comment section
  • Q2. They asked about the coding test question in round 1

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't get any response from their side after technical interview but I did well in the interview
They are preferred only product company employee. Selecting 1 employee out of 100
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Tech concepts and algo
Round 3 - One-on-one 

(1 Question)

  • Q1. Startup mindset
Round 4 - HR 

(1 Question)

  • Q1. Speed and quality

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep more technical
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. 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 - Technical 

(2 Questions)

  • Q1. DHCP and DNS difference
  • Ans. 

    DHCP assigns IP addresses to devices on a network, while DNS resolves domain names to IP addresses.

    • DHCP dynamically assigns IP addresses to devices on a network

    • DNS resolves domain names to IP addresses

    • DHCP is used for automatic IP address configuration

    • DNS is used for translating domain names to IP addresses

    • DHCP operates at the network layer (Layer 3)

    • DNS operates at the application layer (Layer 7)

  • Answered by AI
  • Q2. Networking protocols and respective port numbers.
  • Ans. 

    Networking protocols and their respective port numbers are essential for communication between devices.

    • HTTP - Port 80

    • HTTPS - Port 443

    • FTP - Port 21

    • SMTP - Port 25

    • SSH - Port 22

    • DNS - Port 53

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current and expected Salary
  • Q2. Reason for leaving the current company.

Interview Preparation Tips

Topics to prepare for Slice System Engineer interview:
  • CCNA
  • Computer Hardware
  • Switching
  • Routing

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 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 - Coding Test 

Technical MCQs (OS, CN, etc.), 2 coding questions (medium level)

Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode - Rainwater Harvesting
  • Q2. Leetcode - Array/String
Round 4 - One-on-one 

(2 Questions)

  • Q1. HR + Resume Review (Technical)
  • Q2. Explain Projects/Experience

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Know your resume well.
Practice DSA.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

In round 1 we could only use Java

Round 2 - Technical 

(1 Question)

  • Q1. Interviewers are very friendly. Mostly the questions were based on SQL, dsa
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
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Design Rating Review System
  • Ans. 

    Design a system to rate and review products or services.

    • Allow users to rate products on a scale of 1-5 stars.

    • Include written reviews for users to provide more detailed feedback.

    • Implement a system to filter and display reviews based on relevance or helpfulness.

    • Consider incorporating user profiles and past review history to personalize recommendations.

  • Answered by AI
  • Q2. General Engineering questions, system design concepts

Skills evaluated in this interview

EarlySalary Services Interview FAQs

How many rounds are there in EarlySalary Services Intern interview?
EarlySalary Services interview process usually has 2 rounds. The most common rounds in the EarlySalary Services interview process are Aptitude Test and Technical.
How to prepare for EarlySalary Services Intern 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 EarlySalary Services. The most common topics and skills that interviewers at EarlySalary Services expect are Excel Powerpoint, HR, Induction Program, Interview Coordination and Joining Formalities.
What are the top questions asked in EarlySalary Services Intern interview?

Some of the top questions asked at the EarlySalary Services Intern interview -

  1. Explain Object oriented programm...read more
  2. Explain Design princip...read more
  3. Solve a dsa questions l...read more

Tell us how to improve this page.

EarlySalary Services Intern Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Razorpay Interview Questions
3.6
 • 148 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
ACKO Interview Questions
3.7
 • 49 Interviews
Mobikwik Interview Questions
3.6
 • 47 Interviews
Yubi Interview Questions
3.0
 • 38 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
Kissht Finance Interview Questions
3.9
 • 29 Interviews
View all
Collections Executive
33 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Data Scientist
23 salaries
unlock blur

₹8.5 L/yr - ₹17 L/yr

Sales Executive
21 salaries
unlock blur

₹2.4 L/yr - ₹3.8 L/yr

Assistant Manager
19 salaries
unlock blur

₹3.8 L/yr - ₹14.9 L/yr

Collection Officer
18 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare EarlySalary Services with

Rupeek

3.7
Compare

Razorpay

3.6
Compare

ACKO

3.7
Compare

Revolut

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