Yellow.ai interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Yellow.ai
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
Before interviewing Yellow AI, I was in a software engineer job just worked for 3 months there, was quite unhappy with what i was doing, some legacy stuff etc.. My aim was to do something modern, code, build a lot of things and see the users using it happily. That's when i applied for Yellow AI, I brushed up my OS, Algorithm skills before attending the interview.
Application story
My friend has referred me, she was already working there in a non-tech role. HR contacted and i gave the details, about my experiences etc.. and they had scheduled an interview round directly
Why selected/rejected for the role?
Yes, I got selected, but not in the grade i was looking for and with less salary, But since i was unhappy with my previous role, i went on to grab the chance and i think the rest is history for me
Preparation
Duration: 1 Month
Topics: Data structures, Algorithms, Javascript, HLD and LLD
Tip
Tip

Tip 1 : Practice algorithms on a daily basis, do hacker rank leet code etc..
Tip 2 : Going through system design youtube videos helped. I have seen a lot of gaurav sen videos
Tip 3 : Learning about Coding patterns like factory, strategy pattern helps a lot in LLD

Application process
Where: Referral
Eligibility: NO
Resume Tip
Resume tip

Tip 1 : Projects
Tip 2 : Tech you know and you have worked with

Interview rounds

01
Round
Easy
Face to Face
Duration60 Minutes
Interview date19 Oct 2019
Coding problem2

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now

2. Tree Traversals

Easy
15m average time
85% success
0/40
Asked in companies
Wells FargoBig BasketMicrosoft

You have been given a Binary Tree of 'N'

nodes, where the nodes have integer values.


Your task is to return the ln-Order, Pre-Order, and Post-Order traversals of the given binary tree.


For example :
For the given binary tree:

Binary - Tree1

The Inorder traversal will be [5, 3, 2, 1, 7, 4, 6].
The Preorder traversal will be [1, 3, 5, 2, 4, 7, 6].
The Postorder traversal will be [5, 2, 3, 7, 6, 4, 1].
Try solving now
02
Round
Easy
Face to Face
Duration60 Minutes
Interview date16 Nov 2019
Coding problem1

1. Technical Questions

Explanation of how web works and few concepts in JS.

What is indexing?

03
Round
Easy
HR Round
Duration10 minutes
Interview date20 Jun 2023
Coding problem1

1. Basic HR Questions

CTC, why are you switching job when you are just 3 months in the current job etc..

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
SDE - 2
3 rounds | 3 problems
Interviewed by Yellow.ai
0 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3502 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2764 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes