Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Chaayos Team. If you also belong to the team, you can get access from here

Chaayos Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 443 Reviews

Filter interviews by

Chaayos Software Developer Interview Questions and Answers

Updated 21 Oct 2023

1 interview found

Sort by: Popular

Software Developer Interview Questions

user image Anonymous

posted on 21 Oct 2023

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

Coding question based on Linked List Arrays

3

One-on-one Round (1 Question)

  • Q1. DSA and DBMS were asked

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024.

2 Interview Rounds

1

Coding Test Round

DSA , medium n easy leetcode question was there

2

One-on-one Round (2 Questions)

  • Q1. Low level design
  • Q2. DSA and computer fundamental
Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (2 Questions)

  • Q1. Software development lifecycle
  • Q2. App security & deployment in play store

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from basic
Prepare from your resume
Prepare from the projects you have worked

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Merge sort algorithm and divide array in the chunks

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2023.

4 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Coding Test Round

Coding Questions and SQL

3

Technical Round (1 Question)

  • Q1. Topics : Trees and LinkedList
4

Technical Round (1 Question)

  • Q1. Trees, LinkedList and SQL queries

Software Developer Interview Questions

Oyo Rooms user image Ashutosh Gupta

posted on 4 May 2023

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
Selected  Selected

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
2

Coding Test Round

3 coding questions and platform was hackerrank

3

One-on-one Round (1 Question)

  • Q1. Two medium graph questions from leetcode
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
2

Coding Test Round

3 coding questions and platform was hackerrank

3

One-on-one Round (1 Question)

  • Q1. Some medium Graph problems from leetcode

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
2

Technical Round (1 Question)

  • Q1. Dictionary Sort , DFS, BFS
3

Technical Round (1 Question)

  • Q1. Reverse a LinkedList from m to n

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA as the rounds are only technical. No projects were asked

Skills evaluated in this interview

Software Developer Interview Questions

Oyo Rooms user image CodingNinjas

posted on 15 Sep 2021

I was interviewed in Jan 2021.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

This round was conducted on the HackerEarth platform. It had 2 sections and candidates were given a time of 1 hour 30 minutes. 

Programming MCQs — 18 MCQs (each of 2 marks)
Questions were a little tricky. it tested upon one’s programming fundamentals. It had C/C++ output questions, pseudocode questions, Operating systems, and SQL queries.
Coding — 2 ( one contains 75 marks and the other contains 100 marks )

Our scores of the first 2 sections weren’t revealed. My MCQs went really well. I solved 2 coding questions in the coding section. Only 15 students got selected for the interview round, and I was one of them.

  • Q1. Count Ways To Travel Triangular Pyramid Bob has been given a triangular pyramid with its vertices marked as ‘O’, ‘X’, ‘Y’ and ‘Z’ and provided with another inte...read more
  • Q2. Maximum Profit Mukesh is a hard worker and has a good running business. He has a list of profits he made in the last ‘N’ days. Mukesh wants to know what maximum...read more
2

Video Call Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was scheduled for 1 hour and the panel had 1 interviewer. Being a virtual interview, the first challenge that I faced was that the interviewer was not audible. I suggest you not panic in such a situation and use the chatbox feature (or contact HR if need be) to figure out something that works for you and the panel. We later connected over voice call (over the phone) with our videos ON (over a laptop) and continued with the interview.

The interview was very calm and helpful. I was able to solve all questions and I explained different approaches to solve the questions. Once he was convinced of my solution, he asked me to write the code on my own IDE.

  • Q1. Running Median You are given a stream of 'N' integers. For every 'i-th' integer added to the running list of integers, print the resulting media...read more
  • Q2. Boundary Traversal You have been given a binary tree of integers. Your task is to print the boundary nodes of this binary tree in Anti-Clockwise direction start...read more
  • Q3. Number Of Pairs With Given Sum You have been given an integer array/list(arr) and a number 'Sum'. Find and return the total number of pairs in the array...read more
3

Video Call Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

This was a technical + HR round. First, he asked me to introduce myself. This round was also based on your knowledge of DSA. I was asked 2 coding questions. Then he asked a couple of questions from OS and DBMS which were pretty easy. At last, we ended the interview on a good note. Then he asked me questions about myself.
Why I want to join OYO rooms. 
What are my hobbies?
Goals in the next five years.

  • Q1. Zig-Zag String You are given a string ‘STR’ of size ‘N’ and an integer ‘M’ (the number of rows in the zig-zag pattern of ‘STR’). Your task is to return the stri...read more
  • Q2. Ways To Make Coin Change You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total ...read more

Interview Preparation Tips

Eligibility criteriaNo CriteriaOYO interview preparation:Topics to prepare for the interview - Data Structures, Computer Networking, C++, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice coding questions as much as you can.
Tip 2 : Your communication skills must be good.
 

Application resume tips for other job seekers

Tip 1 : Mention some good projects on your resume.
Tip 2 : Don't write any false information on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via LinkedIn and was interviewed before Aug 2022.

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
2

Technical Round (1 Question)

  • Q1. Operating system questions
3

Coding Test Round

Linked list standard questions

Chaayos Interview FAQs

How many rounds are there in Chaayos Software Developer interview?
Chaayos interview process usually has 3 rounds. The most common rounds in the Chaayos interview process are Resume Shortlist, Coding Test and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 222 Interviews
Pizza Hut Interview Questions
3.9
 • 43 Interviews
Hyatt Regency Interview Questions
4.2
 • 42 Interviews
JW Marriott Interview Questions
4.1
 • 39 Interviews
Ihg Group Interview Questions
4.0
 • 35 Interviews
Starbucks Interview Questions
4.3
 • 30 Interviews
View all
Chaayos Software Developer Salary
based on 10 salaries
₹7 L/yr - ₹15.2 L/yr
31% more than the average Software Developer Salary in India
View more details

Chaayos Software Developer Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

3.5

Skill development

2.5

Work-Life balance

2.9

Salary & Benefits

3.2

Job Security

2.5

Company culture

2.9

Promotions/Appraisal

3.2

Work Satisfaction

Explore 6 Reviews and Ratings
Shift Manager
165 salaries
unlock blur

₹1.6 L/yr - ₹3.6 L/yr

Cafe Manager
110 salaries
unlock blur

₹2.7 L/yr - ₹5.4 L/yr

Assistant Manager
91 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Assistant Manager
36 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Deputy Area Manager
29 salaries
unlock blur

₹5 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Chaayos with

Starbucks

4.3
Compare

café Coffee day

3.8
Compare

Barista Coffee Company

4.4
Compare

Costa Coffee

3.6
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