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

SDE - 1

Google inc
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Data structures, Algorithms, Search and Sort, Time complexity, Space complexity, OOPS
Tip
Tip

Tip 1 : Read the question carefully and try to understand it. 
Tip 2 : Taking time to understand the question will save time so that you don't have to keep rereading the questions again
Tip 3 : Keep track of the time, the questions might easy but they aren't so it's better to think and code fast.

Application process
Where: Other
Eligibility: New graduate
Resume Tip
Resume tip

Tip 1 : Keep it concise. Don't let it go more than a page or two at most 
Tip 2 : Don't falsify skills, you'll probably get caught amd6 it'll end badly

Interview rounds

01
Round
Hard
Online Coding Interview
Duration60 minutes
Interview date22 Aug 2020
Coding problem1

15:00 IST, 22nd August (India Time, GMT+5.5) to 20:00 IST, 22nd August 2020.
This was the timing during which I was expected to take the test. Once I login I'll have only an hour to finish the test.
You'll have a practice round where you can keep practicing and get used to the environment. 
The browser tab shouldn't be minimised or navigate to another tab which might lead to disqualification

1. Remove String

Moderate
35m average time
60% success
0/80
Asked in companies
OpenTextAmazonSamsung

You have been given a linked list where each node has a single character. You have also been given a string 'STR'.

You have to remove all the occurrences of string STR from the linked list.

Note:
1. Start checking from the end of the linked list and not from the beginning. For example, if the linked list is ( a, b, a ,b, a)  and the string is equal to “aba” , then the answer should be (a b), not (b a).

2. After removing an occurrence check again for new formations.
Try solving now

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
1 rounds | 1 problems
Interviewed by Google inc
6180 views
0 comments
0 upvotes
company logo
SDE - 1
1 rounds | 1 problems
Interviewed by Google inc
1574 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Google inc
0 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by Google inc
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes