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

SDE - 1

PhenomPeople
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 8 months
Topics: Data Structures, Algorithms, JavaScript, NodJs, DBMS
Tip
Tip

Tip 1 : Practice Data Structures 
Tip 2 : Do some awesome industry level projects
Tip 3 : Be confident during interview

Application process
Where: Coding Ninjas
Eligibility: Above 8 Cgpa, Passout after 2019
Resume Tip
Resume tip

Tip 1 : Add projects with GitHub links in projects
Tip 2 : Add only those things which will help you during interview

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date23 Dec 2021
Coding problem1

Some aptitude questions are there and 2 problem solving questions

1. Balanced parentheses

Moderate
10m average time
90% success
0/80
Asked in companies
WalmartMakeMyTripGoldman Sachs

Given an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses.

Note :

Conditions for valid parentheses:
1. All open brackets must be closed by the closing brackets.

2. Open brackets must be closed in the correct order.

For Example :

()()()() is a valid parentheses.
)()()( is not a valid parentheses.
Problem approach

I used the approach of +1 for open braves and -1 for closed braces, any where if i found count negative during iterating through the string i would return false

If after interation count is more than 0 return false

Else return true

Try solving now
02
Round
Medium
Video Call
Duration50 Minutes
Interview date23 Dec 2021
Coding problem1

Interviewer discussed some dsa questions which was in a 1 st round and gave me some problems to solve

1. Longest Unique Substring

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

Given a string input of length n, find the length of the longest substring without repeating characters i.e return a substring that does not have any repeating characters.

Substring is the continuous sub-part of the string formed by removing zero or more characters from both ends.

Problem approach

I used set and had two variables i and j both initially assigned zero. I added each character into the set and incremented j as index if that particular character is not present in the string ; else if present , the character is removed till the repeating character from ith index till the jth index. The final length of the set is the answer.

Try solving now
03
Round
Easy
Online Coding Interview
Duration20 minutes
Interview date24 Dec 2021
Coding problem1

HR asked me some managerial questions.

1. Basic HR Questions

1- Why you want to join our company.
2- What you prefer work from home or office.
3- Where you see yourself in next 5 years

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
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
SDE - 1
2 rounds | 2 problems
Interviewed by PhenomPeople
2428 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6261 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
2159 views
0 comments
0 upvotes