Update appNew update is available. Click here to update.
SWE Intern
Google
upvote
share-icon
3 rounds | 4 Coding problems
views
438 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 2 months
Topics: Arrays, Stings, Stacks, Queues, Linked List, Trees, Graphs, BFS, DFS, Recursion, Dynamic Programming, Backtracking.
Tip
Tip

Tip 1 : I was informed about the interview only 3 days prior to it. So, if you find yourself in a position like me, one thing I would mention is to NEVER LEARN ANY NEW TOPICS if you have less than 2 days. Brush up on the topics you already know.
Tip 2 : Practise Time and space Complexities well. Know your basics and practice as many questions as possible on LeetCode.
Tip 3 : Refer to previously asked questions in the interview of the company. Read about the interview process for the role you're applying for. Learn about the role and the company as well. 
Tip 4: If you're new to giving interviews, practice mock interviews with your friends or family.

Application process
Where: Campus
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1 : Keep it to one side
Tip 2 : Only add the things necessary for the role that you're applying for.
Tip 3 : Don't lie in the resume and add projects related to the role.
Tip 4 : Add any volunteering work that you did.

Interview rounds
01
Round
Hard
Online Coding Test
Duration70 minutes
Interview date7 Jul 2022
Problems2

2 hard questions had to be completed in 70 Minutes. we had a time window from 12 pm to 6 pm.

Ninja And Numbers

Ninja has a number ā€˜A’ containing ā€˜B’ digits. ā€˜A’ can be represented by a string ā€˜S’ where ā€˜S[i]’ denotes the ā€˜ith’ digit of ā€˜A’. You are also given an integer ā€˜K’.

view more
Try solving now
Count with K different characters

You are given a string 'str' of lowercase alphabets and an integer 'k' .


Your task is to return the count all the possible sub...

view more
Problem approach

I first used brute force and I got TLE. So, I optimized the code using sliding windows and map and it passed all test cases.

Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date16 Aug 2022
Problems1

It was an online interview held on google meet. The interviewer shared a question in the beginning of the interview and for the next 45 minutes, we had to brainstorm approaches to solve the quesntion.

Buildings Projection

Ninja Land can be represented as a N * N grid in the XY plane. Each cell of this grid can have a building of some height.

view more
Problem approach

I solved using a nested loop that had O(n^2) time complexity. After the interview, I was able to come up with a greedy approach with O(n) time complexity.

Try solving now
03
Round
Medium
Video Call
Duration45 Minutes
Interview date16 Aug 2022
Problems1

It was an online interview held on google meet. The interviewer shared a question in the beginning of the interview and for the next 45 minutes, we had to brainstorm approaches to solve the quesntion.

Closest Cost

Ninja is given the task to create a perfect gift for the king. He has ā€˜N’ wraps to choose from which he can choose to wrap the gifts. He also has ā€˜M’ gift...

view more
Problem approach

I was it to figure out that this problem can be solved using a priority queue but I wasn't sure how. After trying different methods the interviewer give me a tip on how to use the priority queue method for this and I was able to grasp the logic for solving the problem.

Try solving now
Start a Discussion
Similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Google
875 views
1 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Google
283 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Google
275 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Google
1970 views
3 comments
0 upvotes
Companies with similar interview experiencs
company logo
SWE Intern
4 rounds | 6 problems
Interviewed by Microsoft
1511 views
0 comments
0 upvotes
company logo
SWE Intern
2 rounds | 5 problems
Interviewed by Facebook
605 views
0 comments
0 upvotes
company logo
SWE Intern
4 rounds | 6 problems
Interviewed by Dunzo
399 views
0 comments
0 upvotes