Samsung

Must needs:

  1. Single-source shortest path algorithm-related problems

  2. Binary search


Practice Problems

https://www.hackerrank.com/contests/target-samsung-13-nov19/challenges

https://www.geeksforgeeks.org/samsung-interview-preparation/

https://www.codingninjas.com/codestudio/interview-bundle/samsung

https://github.com/s-kachroo/SamsungPractice

https://github.com/MohMaya/TargetSMSNG

https://github.com/chaharnishant11/SamsungSolutions

https://github.com/thePairedElectron/SamsungSWCSolutions

https://github.com/kaushal02/interview-coding-problems

https://www.youtube.com/playlist?list=PLVjKfYZRuZ-KXsO2dprGDi-g9lF0m3yhm

https://www.youtube.com/playlist?list=PLKgtuOSftzvD1YRYi5-AgZtQvQn5JHwjh

Extra problems

  1. Finding value of Cube Root, like cube root(27) = 3, floating value is pretty common here


Viva questions

  1. An array full of the same numbers. Just one number is different. You have to find that number.

  2. What is the time complexity of finding all possible substrings of a string?

  3. (Easy + medium LeetCode problems, string-related DS, OOP, LinkedList problems, career goals, questions from submitted Resume)

  4. Trie data structure

  5. Cycle finding

  6. How to search a string from an array of strings?

  7. Find the shortest path length in a 2D graph

  8. Difference between pass by reference and pass by value

  9. Detecting a linked list if it is circular in O(n) time

  10. Given a graph, check whether it is bicolourable or not.

  11. How can you reverse an array?


Others

  • Database, OOP, data structure, algorithms

  • Can you write a Query to find the second-largest salary in a company?

  • What is your future plan for the next 5 years?

  • Introduce yourself?

  • Tell me about your strengths and weaknesses.

Last updated