Pergunta de entrevista da empresa Capital One

online hackerank coding

Respostas da entrevista

Sigiloso

13 de mar. de 2015

Heavy on combinatorics(how many ways of doing something) and algorithm related things. In general, it takes a long time to think through the problem before coding it, and after coding, if you do it naively you would not get all the test cases right. As I mentioned earlier, this was entirely inappropriate for anything other than a software engineer

1

Sigiloso

13 de mar. de 2015

Could you be more specific what kind of problems did you do in hackerrank, algorithms or data analysis?

1

Sigiloso

18 de mai. de 2015

coin flips: How many ways to get M heads if you have N coins? Manually Logistic regression problem: (coefficients * data) in a logistic regression function

3