Tech IndustryDec 22, 2019
Newdo!&$h

Goldman Sachs Coderpad

What should I be expecting in the coderpad round for a Data scientist role? The previous interviewers told me that I won't be grilled too much on Algorithms and DS as it is not what I'll be doing as a Data scientist. Knowing this piece of info I just want to concentrate on what's absolutely necessary to crack the interview. Has anyone else given their coderpad or know anything about it for a non-developer role? TC: new grad

Add a comment
Bank of America parumparum Dec 22, 2019

Leetcode easy to medium. Know your data structures well.

New
do!&$h OP Dec 22, 2019

What questions were you asked? Thanks

Bank of America parumparum Dec 22, 2019

1. Reverse a given string 2. When given 2 args, i. a list of strings and ii. A string. find the longest string from the list that can be formed using the chars in 2nd argument. For example, list = [toe, to, book, banana], testString = teol. Expected output is toe. You can form 'to' and 'toe' using chars in 'teol', but 'toe' is the longer string.

Bank of America parumparum Dec 22, 2019

I see you asked about data scientist. Probably wouldnt be algo, ds.

Barclaycard byIF24 Dec 22, 2019

For Goldman always do - Rain water problem.