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:
Avoid using too much corporate jargon in your CV. Sometimes keeping things simple will get your job done.
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

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: First round was a simple round which involved 10 multiple choice questions and 3 coding questions on hackerrank platform.

Round: Technical Interview
Experience: Mainly on topics like networks, data structures and algorithms, operating systems. The interviewers looked for people who have had prior experience in web development and asked questions regarding web development in depth too.
Tips: I recommend everyone to read the book titled, 'Cracking the Coding Interview' as it was helpful in my approach to an interview.

General Tips: The one major thing that would give you the edge in joining Myntra would definitely be exposure to web development. Since it is not a part of the curriculum , it's all the more important for you to familiarize yourself with web development. In fact, a few projects in the same field would put you in a very advantageous position to get the job.
Skill Tips: 1. Start your placement preparations well ahead, no point regretting later.
2. Keep a concise resume. Do not take your resume to several pages.
3. Do not neglect aptitude preparation. Many people do this mistake and end up not clearing the first round for several companies.
4. Be thorough with your basics across all subjects. (Do not neglect any subject, even they you may like a few and dislike the others.)
5. Keep in mind, the interviewers are really friendly and try to make sure that you're not nervous during the interview. All they want to do is to test you. Be confident and give it your best shot.
Skills:
College Name: NIT Surathkal
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Hard difficulty level DSA test, main emphasis on trees and graphs

Round 3 - Technical 

(3 Questions)

  • Q1. Project related questions
  • Q2. Questions on Javascript
  • Q3. Questions on Core subjects

Interview Preparation Tips

Topics to prepare for Chaayos Software Engineer interview:
  • DSA
  • OS
  • OOPS
  • Javascript
Interview preparation tips for other job seekers - Please prepare for DSA and Core subjects very well

Interview Questionnaire 

2 Questions

  • Q1. LLD of Hotel Management System
  • Q2. Maximum rainwater leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare LLD, OOP and DSA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

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

I'm knowlege of c language

Round 3 - One-on-one 

(2 Questions)

  • Q1. Aney question of c language
  • Q2. And data base and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm knowlege of knowledge management and computer networks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4 question were there i have completed all the problems in given time

Round 2 - Technical 

(1 Question)

  • Q1. Cab management sysntem
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

QUESTIONS BASED ON TREES , GRPAHS

Round 2 - Aptitude Test 

BASIC APTITUDE LIKE LOCATION ETC

Round 3 - HR 

(2 Questions)

  • Q1. What di you use in project
  • Ans. 

    I used Java, Spring Boot, and MySQL in my project to develop a web application for managing inventory.

    • Java

    • Spring Boot

    • MySQL

  • Answered by AI
  • Q2. What issues did you face
  • Ans. 

    I faced issues with debugging complex code, collaborating with team members, and meeting tight deadlines.

    • Debugging complex code: Had to spend extra time identifying and fixing bugs in intricate code.

    • Collaborating with team members: Communication issues and conflicting ideas slowed down progress.

    • Meeting tight deadlines: Struggled to prioritize tasks and manage time effectively to meet project deadlines.

  • Answered by AI
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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Lists and Trees were asked

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

₹0 L/yr - ₹0 L/yr

Assistant Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Partner
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Partner
19 salaries
unlock blur

₹0 L/yr - ₹0 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