J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Goldman Sachs (Bengaluru) en janv. 2024
Entretien
My interview was for E-Clercx company. They took my first round and their client is Goldman Sachs who took my second round.
Both were similar rounds where I had to complete their java code.
First round I had questions based on Hashmap, insert some values in it and then print those values.
One questions in TreeSet, you should know that it implements Comparable interface.
Another questions on converting datatypes, string to int, etc.
Questions d'entretien [1]
Question 1
2 Java questions on CoderPad. I was asked to complete the code and pass their test cases.
First question: Given a String[][] array of names and score. You have to find the best average score among the given students. Let's say the array has Ram:100, Shyam 90, Ram:70, so average score for Ram would be 170/2 = 85 and shyam would be 90/1 =90, so return 90.
Also if answer is not integer return floor of the answer.
Second Question: Given a string, return starting index, max_count of a character appearing continuously.
Example: "aabbbbcdAA101aaa" return {2,4} since b char has the max continuous count.
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Goldman Sachs (Birmingham, Angleterre) en juil. 2025
Entretien
The interview under IR35 and it was easy only two rounds
1)First Round is coderpad coding in which 2 question asked
2) Second round is system design for tiny URL
J'ai passé un entretien chez Goldman Sachs (Salt Lake City, UT)
Entretien
First Round
1hr Technical - LC based Interview. It was an average interview with one LeetCode hard and LeetCode Medium The hard One was Trapping Rain Water and the Medium one was First Unique Character in a string. Asked about TC and SC and how we can optimize that solution if we can.
Questions d'entretien [1]
Question 1
Trapping Rain water
First Unique Character in a String
J'ai passé un entretien chez Goldman Sachs (Salt Lake City, UT)
Entretien
2 leetcode through global insight.
1st question - pascals triagle.
2nd question - Trapping Rain Water (modified to trapping snow)
Also two behavior questions-
1) how would you confront a co--worker if he says your part in presentation
2) if you know a co worker won't get raise, and he's planning to buy realstate, what would you do when you meet him
Questions d'entretien [1]
Question 1
1st question - pascals triagle.
2nd question - Trapping Rain Water (modified to trapping snow)
Also two behavior questions-
1) how would you confront a co--worker if he says your part in presentation
2) if you know a co worker won't get raise, and he's planning to buy realstate, what would you do when you meet him