Upload Button Icon Add office photos

Filter interviews by

Chai Point Software Engineer Interview Questions and Answers

Updated 13 Oct 2023

Chai Point Software Engineer Interview Experiences

1 interview found

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 - Aptitude Test 

Reverse a binary tree

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of Spring
  • Q2. Explain Spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller

    • It provides a way to structure your web application

    • It uses annotations to define controllers, request mappings, etc.

    • It supports RESTful web services

    • It integrates with other Spring frameworks like Spring Boot

  • Answered by AI

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the missing smallest positive integer
  • Ans. 

    Find the missing smallest positive integer in an array of integers

    • Sort the array to easily identify missing integers

    • Iterate through the sorted array to find the smallest missing positive integer

    • Return the missing integer

  • Answered by AI
  • Q2. Given an array of 0,1,2, Sort the array
  • Ans. 

    Sort an array of strings containing only 0, 1, and 2.

    • Use a three-way partitioning algorithm like Dutch National Flag algorithm to sort the array in a single pass.

    • Keep track of three pointers - low, mid, and high to partition the array into three sections.

    • Swap elements based on their values to achieve the sorted array.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Python functions
  • Q2. Join on multiple tables
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

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

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

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

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

Round 1 - Coding Test 

Got a leetcode easy question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode easy thoroughly

I was interviewed in Dec 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

This was a coding test with 2 DSA questions.

  • Q1. 

    Merge Two Sorted Arrays Problem Statement

    Given two sorted integer arrays ARR1 and ARR2 of size M and N, respectively, merge them into ARR1 as one sorted array. Assume that ARR1 has a size of M + N to hol...

  • Q2. 

    Count Ways to Reach the Nth Stair

    Given a number of stairs, starting from the 0th stair, calculate the number of distinct ways you can reach the Nth stair. You can climb either one step or two steps at a ...

Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was the first round with questions on DSA and Low Level design.

  • Q1. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Q2. Can you provide a low-level design of a hotel management system?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASpinny interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Given array representing building, find which buildings will receive sunlight
  • Ans. 

    Find buildings receiving sunlight from given array of buildings

    • Iterate through array and keep track of maximum height seen so far

    • If current building height is greater than maximum height, it will receive sunlight

    • Add index of buildings receiving sunlight to result array

  • Answered by AI
  • Q2. Convert number into US sentence
  • Ans. 

    Convert a given number into a sentence in US format.

    • Divide the number into groups of three digits from right to left.

    • Convert each group into words using a lookup table.

    • Add appropriate suffixes like thousand, million, billion, etc.

    • Combine all the groups into a sentence.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic well
Focus on DP, Graph and Tree questions

Skills evaluated in this interview

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

I was asked questions about a doubly linked list, specifically regarding how to add songs to a playlist and play them from the start, end, or a specified ID. Additionally, I was required to delete a song and report on the total number of times each song was played overall and by each individual.

Chai Point Interview FAQs

How many rounds are there in Chai Point Software Engineer interview?
Chai Point interview process usually has 3 rounds. The most common rounds in the Chai Point interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Chai Point 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 Chai Point. The most common topics and skills that interviewers at Chai Point expect are AWS, Algorithms, C#, C++ and Data Structures.
What are the top questions asked in Chai Point Software Engineer interview?

Some of the top questions asked at the Chai Point Software Engineer interview -

  1. Explain Spring ...read more
  2. Basics of Spr...read more

Tell us how to improve this page.

Chai Point Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Chai Point Software Engineer Salary
based on 19 salaries
₹6 L/yr - ₹13.1 L/yr
10% more than the average Software Engineer Salary in India
View more details

Chai Point Software Engineer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

3.2

Salary

2.5

Job security

2.8

Company culture

3.4

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Store Manager
44 salaries
unlock blur

₹2.7 L/yr - ₹4.9 L/yr

Assistant Manager
39 salaries
unlock blur

₹2.7 L/yr - ₹9.6 L/yr

Business Development Manager
25 salaries
unlock blur

₹7 L/yr - ₹19.2 L/yr

Software Engineer
19 salaries
unlock blur

₹6 L/yr - ₹13.1 L/yr

Lead Partner
19 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Chai Point with

Chaayos

3.4
Compare

Chai Thela

3.5
Compare

Chai Garam

5.0
Compare

Chai Break

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