After the aptitude round, Goldman Sachs conduct a technical round having 5 sections:
Section 1: 2 coding questions, already posted here: https://leetcode.com/discuss/interview-question/1122416/Goldman-Sachs-round-2or-india
Time limit : 30 mins
Section 2: This contained questions on maths (calculating profit, loss,returns, probability, trignometry etc.) Time limit:20 mins.
Section 3: This section was based on reasoning. Time limit:20 mins.
Section 4: This had one coding question:
there are n people, some of them are friends. A person having more number of friends is more popular. In case many people have same number of friends, the person having more popular friends is most popular among them. You have to distribute K tickets, to most popular people. Each person has different ticket requirement. You have to print the list of people chosen to give the tickets. In case of tie, choose person with lower index.
Constraints: n<=500, k<=500, I don't remeber the number of connections exactly.
Tip: Please check the default test case before running. There was an error in the test case, which I figured in the last few seconds :(
Section5: Two subjective questions regarding work styles.
If you have any confusion please ask in the comment section. Hope this post helps.