Open In App

Samsung R&D PRISM Research Internship Interview Experience

Samsung PRISM stands for Preparing and Inspiring Student Minds. It is a student program offering students a chance to work on real-world projects, interact with Samsung’s top technical experts and provide hands-on experience in core technology domains.

Eligibility: 



Selection Process: Only one coding round, having 3 problems, based on basic concepts of Data Structures And Algorithms. The time limit was 70 minutes. There were various sets having different questions, but the difficulty level was uniform for all sets.

There were the following 3 questions in my set:



  1. Given a string, find its rank among all its permutations sorted lexicographically.
  2. Given a rod of length n inches and an array of prices that includes prices of all pieces of size smaller than n. Determine the maximum value obtainable by cutting up the rod and selling the pieces.
  3. Program to add two binary strings and return their sum (also a binary string)

We were required to write only functions to complete the program in the code. The test was conducted to test student’s problem-solving skills and to shortlist the students for this program. 

Final Verdict: SELECTED

GfG helps me a lot as I practice coding questions from here.

Thank you.

Hope this article helps you!

Article Tags :