- high school interview for summer internship, standard questions in hcm - included standard behavioral -no technical questions -very nice people and standard feedback and ability to ask questions at the end that you are curious about if you want
The Google intern interview process is generally considered to be quite challenging, as the company is known for its high standards and rigorous hiring practices. The interview process typically consists of several rounds, each designed to evaluate different aspects of the candidate's skills and qualifications.
Interview questions [1]
Question 1
Question: Given an array of integers, write a function that finds the contiguous subarray with the largest sum and returns the sum. This question is an example of a classic programming problem known as the Maximum Subarray problem. The solution to this problem requires the use of dynamic programming and can be approached in multiple ways, such as using the Kadane's algorithm or a divide-and-conquer approach.
I applied online. I interviewed at Google (Seoul) in Mar 2022
Interview
The online test without a guardian. We had to fillow the link and answer solve the programming problems. We could select the programming language. The whole thing should be done in an hour
Interview questions [1]
Question 1
Two dynamic programming questions. One is easy, the other is hard.