I applied online. I interviewed at Google (Hyderabad)
Interview
Actually there was apac scolarship where i gave my details then i had one recruiter contacting me about a job and had an interview process... 2 interviews + 1 hr i wasnt strong enough as I was 2nd year student. And i couldnt perform well. But it was not soo hard.
Interview questions [1]
Question 1
I dont remember.. Some regarding dsa and oops concepts
I applied online. I interviewed at Google (Bengaluru) in Jan 2023
Interview
Before we begin: ONLY DSA Questions were asked. Not a single question related to OS, DBMS, CNS, OOP, System design or even Resume was asked. So now you know what to focus on. Round-1 (Online Coding Test, Platform: HackerEarth): All students were eligible for Round-1. (No constraints based on CPI or active backlogs) Q1 (30 points): You are given a string S of length N consisting of digits from ‘0’ to ‘9’. You need to partition the string in ‘K’ substrings such that each substring starts with an even digit and ends with an odd digit. Each substring must be of Length at least equal to ‘M’. Determine the total number of ways in which you can partition the string into ‘K’ substrings. Give answer modulo 1e9+7. Sample: N=9, M=2, K=3, S=’454569421′
Interview questions [1]
Question 1
Q1 (30 points): You are given a string S of length N consisting of digits from ‘0’ to ‘9’. You need to partition the string in ‘K’ substrings such that each substring starts with an even digit and ends with an odd digit. Each substring must be of Length at least equal to ‘M’. Determine the total number of ways in which you can partition the string into ‘K’ substrings. Give answer modulo 1e9+7. Sample: N=9, M=2, K=3, S=’454569421′
I applied online. The process took 2 days. I interviewed at Google (Bengaluru) in Feb 2023
Interview
It is a couple of hard technical rounds mostly you are evaluated on how you think not if you are able to solve the question for example if you brute force and give an answer it wont work