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

SDET-2

Google inc
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data structure, Algo , Design , pattern, Coding
Tip
Tip

Tip 1 : Don't panic
Tip 2 : Take your time
Tip 3 : Think on question they want the process not the ans

Application process
Where: Other
Eligibility: Nothing, just knowledge
Resume Tip
Resume tip

Tip 1 : Crisp and to the point
Tip 2 : Have skill set which they want

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date2 Sep 2022
Coding problem2

Coding questions and some conceptual also , it was held at noon around 3pm and i gave it from my home.Interviewer was cool.

1. Merge Strings

Moderate
20m average time
55% success
0/80
Asked in companies
1 Silver Bullet TechGoogle inc

You are given two strings ‘A’ and ‘B’ of length ‘N’ and ‘M’ respectively. You need to construct a new string ‘C’ by merging both strings in such a way that the relative order of characters in ‘A’ and ‘B’ is the same in string ‘C’.

For example, if the string ‘A’ is of length 3 then the first character of string ‘A’ should be placed before the second and third characters of string ‘A’ in string ‘C’. Similarly, the second character of string ‘A’ should be placed after the first character and before the third character of string ‘A’ in string ‘C’.

The cost of merging the strings is given by the number of consecutive characters in string ‘C’ that are not equal + 1, i.e. ‘C[ i ] != ‘C[ i + 1]’.

Find the minimum cost of merging both strings.

Example:
Input: ‘N’ = 3, ‘M’ = 3, ‘A’ = aba, ‘B’ = aab 

Output: 3

One of the valid strings with minimum cost after merging ‘A’ and ‘B’ is ‘aaabba’. The order of characters of string ‘A’ as well as ‘B’ is maintained in the string ‘aaabba’ and the cost of this string is (1 + 2) = 3.
Try solving now

2. First non repeating character

Easy
15m average time
80% success
0/40
Asked in companies
QuikrHCL TechnologiesMakeMyTrip

Ninja is now bored with numbers and is now playing with characters but hates when he gets repeated characters. Ninja is provided a string, and he wants to return the first unique character in the string.The string will contain characters only from the English alphabet set, i.e., ('A' - 'Z') and ('a' - 'z'). If there is no non-repeating character, print the first character of the string. If there is no non-repeating character, return the first character of the string.

Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date13 Sep 2022
Coding problem1

Can't say anything as i even don't know the question.

1. System Design Question

Design a forum-like systems like Quora, Reddit or HackerNews.

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
Software Engineer
4 rounds | 4 problems
Interviewed by Google inc
0 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
SDET-2
4 rounds | 3 problems
Interviewed by HashedIn
2395 views
0 comments
0 upvotes