Open In App

Samsung Interview Experience for Software engineer (On-campus) 2023

Last Updated : 17 Apr, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

There are 3 rounds in Samsung on-campus recruiting.

Round1

  • First of all, Samsung will conduct an on-campus 3-hour coding round. In this round, there is only one problem with a mid or high-difficulty level. 
  • I would suggest doing the previous year’s Samsung Coding questions.
  • The question I got is Finding the number in the monotonic increasing sequence
  •  https://www.geeksforgeeks.org/find-element-position-in-given-monotonic-sequence/

Round2

  •  In this round, the topic of the interview can vary from interviewer to interviewer some of the interviewers asked about  AI and some go deep into the core subjects like CN, DBMS, OS, etc and some of them ask very good questions on DSA.
  • Like for me the interviewer ask me about Linux because I mentioned Linux in my Resume so be prepared with a resume and confident about the skills you have written in it.
  • the first question is about Linux and its types then write a program using a bash script to create a file with the name as the current date and get the content of the file from the terminal as input.
  • Secondly, the interviewer asks about the DBMS difference between the filesystem and relation tables and about indexing and hashing also.
  • Then a DSA question is to reach the destination in a given matrix with the shortest path which can be easily done using BFS . 
  • question link:- https://www.geeksforgeeks.org/shortest-distance-two-cells-matrix-grid/
  • So for this interview, you should have a good understanding of DSA, CN, and DBMS and know all about what you have written in your resume.

Round3 

  • Tell me something about yourself.
  • What differentiates you from others?
  • Little discussions over my extracurricular activities are written in my resume.
  • What are your future plans related to further studies?
  • Do you have any Location constraints?

Tips: 

  • Have a good understanding of DSA and core subjects.
  • Try to focus more on explaining rather than just writing.
  • Ask questions and be more interactive with the interviewer.
  • Know yourself before any interview. Be calm & answer politely

Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads