I applied online. I interviewed at Goldman Sachs (Patiala) in Oct 2021
Interview
Off campus coding + aptitude + math test followed by interviews. 1st round was technical interview related to DSA .1st question was to find square of a number. I answered that but took too much time. I got rejected after that interview.
I applied online. I interviewed at Goldman Sachs in Sep 2022
Interview
OA: 2 questions:
1. leetcode 1328.
2. How many sentences, which gives a list and a sentence. For every word in the sentence find anagrams in the given list. Return how many different sentences can be made.
Interview questions [1]
Question 1
OA: 2 questions:
1. leetcode 1328.
2. How many sentences, which gives a list and a sentence. For every word in the sentence find anagrams in the given list. Return how many different sentences can be made.
Online assessment
The first problem is Good Array. The difficult point is it is possible to exceed time limit.
The second problem is leetcode 1010. We need to use a hash map.
Interview questions [1]
Question 1
The first problem is Good Array. The difficult point is it is possible to exceed time limit.
The second problem is leetcode 1010. We need to use a hash map.