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

SDE - Intern

InterviewBit
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Data Structures, Algorithm, DBMS, Operating Systems, Computer Network, System Design
Tip
Tip

Tip 1 : Try to have some good projects in your resume.
Tip 2 : Practice all the previously asked questions.

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

Tip 1 : Have some good development projects
Tip 2 : Include relevant industrial experience

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date22 Oct 2020
Coding problem2

This round was completely based on Data structures and Algorithms.
 

1. Sum of Two Arrays

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

You are given two numbers 'A' and 'B' in the form of two arrays (A[] and B[]) of lengths 'N' and 'M' respectively, where each array element represents a digit. You need to find the sum of these two numbers and return this sum in the form of an array.

Note:

1. The length of each array is greater than zero.

2. The first index of each array is the most significant digit of the number. For example, if the array A[] = {4, 5, 1}, then the integer represented by this array is 451 and array B[] = {3, 4, 5} so the sum will be 451 + 345 = 796. So you need to return {7, 9, 6}.

3. Both numbers do not have any leading zeros in them. And subsequently, the sum should not contain any leading zeros.
Try solving now

2. Binary Tree Maximum Path Sum

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

You are given a binary tree with ‘N’ nodes.

Your task is to find the “Maximum Path Sum” for any path.

Note :

1. A ‘path’ is a sequence of adjacent pair nodes with an edge between them in the binary tree.
2. The ‘path’ doesn’t need to pass through the root.
3. The ‘path sum’ is the sum of the node’s data in that path. 
Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date26 Oct 2020
Coding problem1

This was a mix of both technical and non technical questions.
It begins with few coding problems and then resume discussion.
 

1. Technical Questions

Ques 1 : Do you know Binary search tree.
Ques 2 : Difference between Binary Tree and Binary Search Tree.
Ques 3 : Given two words A and B, and a dictionary, C, find the length of shortest transformation sequence from A to B such that you must change exactly one character in every transformation and each intermediate word must exist in the dictionary C. You can see the problem here.
After these coding problems he starts asking from my resume.
Ques 4 : Tell me about your previous internships you have done.
Ques 5 : He asks few questions from javascripts like callbacks etc.

Ques 6 : What is SQL, what are all types of joins in SQL. What is the use of self-join in SQL?

03
Round
Easy
Assignment
Duration180 Minutes
Interview date31 May 2021
Coding problem1

1. Assignment

An assignment was given to build a website with all the features and some additional requirements.

Problem approach

Tip 1 : Try to cover all the requirements.
Tip 2 : Add some addition features
 

04
Round
Easy
Face to Face
Duration60 Minutes
Interview date4 Nov 2020
Coding problem1

My project was discussed in this round, with some changes in the database structure and was given to add some new features.

1. Application Question

Add some new features in the project that I made.

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 create a function in JavaScript?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
980 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
3238 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
592 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
412 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
13595 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
12782 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
9049 views
2 comments
0 upvotes