J'ai postulé via un recruteur. J'ai passé un entretien chez Goldman Sachs
Entretien
Initially there was an elimination round, in which they took written test based on C++ (related to virtual functions, pointers). Post that, there was interview round based on data structures. The interviewer tried to give some twist to very general questions, but was expecting same answer without twist. One of the question was "max length sub array having equal number of 0's and 1's". I gave solution using map, but she was expecting solution which doesnt use memory or uses less memory (which is not possible). Another question was run length encoding, given a string "aaaabb" compress to "a4b2", "ab" compress to "a1b1" and to do it inplace. For every question she asked, she said i dont have much time left, you have 5 mins to solve it.
Questions d'entretien [1]
Question 1
Given only 1 pointer to the node to be deleted, how would to delete the node?
J'ai passé un entretien chez Goldman Sachs (Varsovie, Mazovie)
Entretien
A recruiter reached out to me. Technical screening was easy, then the super day loop included LC medium/hard questions. The last interview was my background check, project deep-dive, and theoretical conversation about applied solutions and their limitations/optimization.
Questions d'entretien [1]
Question 1
Screening: GS tagged questions on LC
Super Day: Longest Palindrome Substring, question similar to Number of Ways to Wear Different Hats to Each Other (not exactly this), question with hashmap+sliding window and question with heaps.
J'ai passé un entretien chez Goldman Sachs (Seattle, WA)
Entretien
Had Coderpad interview (45 mins), Superday Interview (45mins ,45 mins) virtually. they were DSA , DSA+ System Design. currently waiting for the update. 2 interviewers, were there in each rounds. DSA problems were Optimal approach and find average score
J'ai passé un entretien chez Goldman Sachs (Bengaluru)
Entretien
First round was hackerrank assessment having 2 coding questions. Then after clearing that, the first round of interview had Leetcode Hard question, similar to get the maximum score. I was not able to do it. Interviewer was very nice though
Questions d'entretien [1]
Question 1
Leetcode Hard question, similar to get the maximum score