Interview Round: Technical  Round – 1

He asked about the projects I mentioned in resume.

He asked some easy questions like reversal of linked list without extra space etc.. Also the following questions

1) Given an array in which all numbers except two are repeated once. (i.e. we have 2n+2 numbers and n numbers are occurring twice and remaining two have occurred once). Find those two numbers in the most efficient way. https://www.w3wiki.org/find-two-non-repeating-elements-in-an-array-of-repeating-elements/

2)Given a value N, if we want to make change for N cents, and we have infinite supply of each of S = { S1, S2, .. , Sm} valued coins, how many ways can we make the change? The order of coins doesn’t matter. https://www.w3wiki.org/coin-change-dp-7/

Samsung Internship Interview Experience (On-Campus for SRI, Bengaluru)

Similar Reads

First Round: Online Coding Round

It was quite simple. I got three coding questions. hosted by cocubes.com...

Interview Round: Technical  Round – 1

He asked about the projects I mentioned in resume....

Technical Round – 2

It lasted like 50 mins. The interviewer is super-friendly. She asked me to tell about myself first. She asked questions regarding all the skills I mentioned in the resume like DSA, machine learning( basics), OOPS, DBMS and some math. Just simple revision of OOPS concepts and DBMS helps you to clear this round. She asked me to write few mysql queries. Regarding Data structures, She asked about the standard graph algorithms with their time complexities and a question about string-search( KMP)...