Freshworks interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Freshworks
upvote
share-icon
5 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 Months
Topics: Algorithms, Data Structures, Dynamic Programming, OOPS, System Design
Tip
Tip

Tip 1 : Prepare DS and Algo
Tip 2 : Prepare Dynamic programming 

Application process
Where: Hackerrank
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Good in DS and algo that will be help in the interview that is very neccassry
Tip 2 : Prepare DBMS

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date24 Oct 2019
Coding problem1

1. Level Order Traversal

Easy
15m average time
85% success
0/40
Asked in companies
WalmartFreshworksAdobe

You have been given a Binary Tree of integers. You are supposed to return the level order traversal of the given tree.

For example:
For the given binary tree

Example

The level order traversal will be {1,2,3,4,5,6,7}.
Problem approach

That question i already solved

Try solving now
02
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date13 Dec 2019
Coding problem1

1. DBMS Question

what is deadlock and join and quary

03
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date15 Dec 2019
Coding problem1

1. System Design Question

Twitter design

04
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date22 Dec 2019
Coding problem2

1. Maximum Subarray Sum Queries

Hard
45m average time
55% success
0/120
Asked in companies
GrofersFreshworksShareChat

Given an array of ‘N’ integers and ‘Q’ queries. The query is defined as below :-

Given 2 integers ‘l’ and ‘r’ (‘l’ >= 0 and ‘r’ < N) find the maximum subarray sum between ‘l’ to ‘r’ (Inclusive).

Query( ‘l’ ,’r’) = max(arr[i] + arr[i+1] +...arr[j].( i >= ‘l’ and j <= ‘r’)

Try solving now

2. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
AmazonOracleWalmart

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
05
Round
Medium
Online Coding Interview
Duration20 Minutes
Interview date30 Dec 2019
Coding problem1

1. Basic HR Questions

What are your hobbies?

Why should we hire you?

What are your expectations?

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
SDE - 1
2 rounds | 6 problems
Interviewed by Freshworks
1010 views
0 comments
0 upvotes
SDE - 1
4 rounds | 8 problems
Interviewed by Freshworks
1134 views
0 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by Freshworks
907 views
0 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by Freshworks
730 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes