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

SDE - 1

HashedIn
upvote
share-icon
4 rounds | 8 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DSA, OOPS, DBMS, Tree, Dynamic Programming, Graph.
Tip
Tip

Tip 1 : DSA is very Important
Tip 2 : DBMS , Design a Database
Tip 3 : Prepare Project very well

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Add your Achievements
Tip 2 : Add those skill and Project which you done

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date29 Jul 2021
Coding problem2

2 DSA Question
1 Debugging Question

1. Two Sum

Easy
10m average time
90% success
0/40
Asked in companies
MeeshoAdobeInfo Edge India (Naukri.com)

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given index twice.

Follow Up:

Try to do this problem in O(N) time complexity. 
Problem approach

solved using 2 pointer

Try solving now

2. Maximum In Sliding Windows Of Size K

Moderate
20m average time
80% success
0/80
Asked in companies
AppleWalmartOYO

Given an array/list of integers of length ‘N’, there is a sliding window of size ‘K’ which moves from the beginning of the array, to the very end. You can only see the ‘K’ numbers in a particular window at a time. For each of the 'N'-'K'+1 different windows thus formed, you are supposed to return the maximum element in each of them, from the given array/list.

Problem approach

solved using deque

Try solving now
02
Round
Easy
Face to Face
Duration45 minutes
Interview date10 Jun 2022
Coding problem2

2 DSA Question
Some Basic Subject Question 
ex: - Pillar of Oops,Deadlocks

1. N-th Node From The End

Easy
10m average time
90% success
0/40
Asked in companies
Thought WorksHikeAmazon

You are given a Singly Linked List of integers. You have to find the N-th node from end.

For Example
If the given list is (1 -> -2 -> 0 -> 4) and N=2:

example

Then the 2nd node from the end is 0.
Problem approach

Step 1 : Bruteforce approach, first find len then traverse len-n
Step 2 : optimized: take two pointer , move one pointer n step forward, then start moving forward both pointer

Try solving now

2. Symmetric Tree

Easy
20m average time
82% success
0/40
Asked in companies
IBMAdobeOracle

You are given a binary tree, where the data present in each node is an integer. You have to find whether the given tree is symmetric or not.

Symmetric tree is a binary tree, whose mirror image is exactly the same as the original tree.

For Example:

sym_tree

Problem approach

Applied dfs on left & right of root node and compares nodes

Try solving now
03
Round
Easy
Face to Face
Duration45 minutes
Interview date11 May 2022
Coding problem3

1 DSA Quesiton 
1 Database Design Question
Some Basic Quesiton on C++

1. Subset Sum Equal To K

Moderate
30m average time
65% success
0/80
Asked in companies
AmazonDunzoDeutsche Bank

You are given an array/list ‘ARR’ of ‘N’ positive integers and an integer ‘K’. Your task is to check if there exists a subset in ‘ARR’ with a sum equal to ‘K’.

Note: Return true if there exists a subset with sum equal to ‘K’. Otherwise, return false.

For Example :
If ‘ARR’ is {1,2,3,4} and ‘K’ = 4, then there exists 2 subsets with sum = 4. These are {1,3} and {4}. Hence, return true.
Problem approach

Step 1: Tell recursive Approach
Step 2: Memoize the above approach

Try solving now

2. DBMS Questions

Design Arogya Setu App DBMS
and Write the Query for Potential Covid Positive Person

Problem approach

Tip 1 : Practice Question Of Design Database
Tip 2 : Do Practice for SQL Queries

3. OOPS Questions

What is Polymorphism?

Explain Runtime and Compile Time Polymorphism with code.

04
Round
Easy
HR Round
Duration10 minutes
Interview date11 May 2022
Coding problem1

1. Basic HR Questions

Tell me about yourself.

What is your salary expectations?

How will you help us reaching new heights?

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
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by HashedIn
1158 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by HashedIn
1026 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by HashedIn
924 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by HashedIn
718 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2197 views
0 comments
0 upvotes