Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • Guidelines to Write Experiences
  • Write Interview Experience
  • Write Work Experience
  • Write Admission Experience
  • Write Campus Experience
  • Write Engineering Experience
  • Write Coaching Experience
  • Write Professional Degree Experience
  • Write Govt. Exam Experiences
Open In App
Next Article:
Samsung R & D internship Interview
Next article icon

Samsung R & D Interview questions

Last Updated : 06 Sep, 2019
Comments
Improve
Suggest changes
Like Article
Like
Report

Round 1: Online Coding Round First round is an online programming round with 2 questions.

1. Given an array of elements and change the array in such a way that all the elements on the array are distinct. if you are replacing a value, then the replacing value should be great than the previous value and after modification sum of the elements should be as less as possible. Example: arr[1, 2, 3, 4, 5, 5, 5] and the result should be [1, 2, 3, 4, 5, 6, 7] example 2 [1, 2, 5, 7, 8, 8, 7] then the result should be [1, 2, 5, 7, 8, 9, 10] or 1, 2, 5, 7, 8, 10, 9]
Answer

2. The second question is similar to LCS with a slight modification. that is Find the longest common subsequence that all the characters present in the subsequence should be of vowels.

Example: input abcef, ffiocd then the answer should be 3 (abc, ioc)

Round 2:

Face to Face interview: Basically, they are hiring only for the Java developers. and their further rounds will be on Java only. But in my case, I don’t have much experience with Java. so mine was based on data structures and algorithms.

1. The first question in on the implementation of LRU cache.
2. The second one is on rotating the matrix 90 degrees.

Round 3:

Face to Face interview 2:
1. Find the missing and repeating elements on the array. the output should also include the number of times the repeating elements occur.
2. Second is a stock span problem.



Next Article
Samsung R & D internship Interview
https://media.geeksforgeeks.org/auth/avatar.png
Anonymous
Improve
Article Tags :
  • Experiences
  • Interview Experiences
  • Interview Questions
  • Interview-Questions

Similar Reads

  • Standard Chartered Interview Questions
    Below is the list of Questions asked in Standard Chartered 1st round of technical F2F interview for a java developer: 1. [1, 0, 1, 0, 0, 0, 1, 1, 1] -> What will be the suitable algorithms used to sort this array, Can we use threads here? 2. [1, 2, 3, 4, 3, 2, 1, 4, 3, 3, 3] -> What will be th
    1 min read
  • Dell Interview Questions
    Dive into this comprehensive set of Dell interview questions, meticulously chosen to guide you through the recruitment process at one of the tech industry's giants. Covering topics from DSA to questions on DBMS and SQL, we've got you covered. Gain valuable insights into the types of questions Dell m
    4 min read
  • Samsung R & D internship Interview
    Round 1:  It was coding round on co-cubes platform. There were three question, 1: a very basic string manipulation question, 2: based on array concepts, 3: based on tree. The ones who cleared the test went to the second round. Round 2: Technical Round Questions on tree concepts were focused on. DFS,
    1 min read
  • Samsung R&D Noida Interview Experience (On-Campus)
    Samsung R&D Noida visits our campus and has several applications for that. Round 1: The online coding question on campus contains 1 DSA question and 3 hours of time. Question was : https://www.geeksforgeeks.org/burst-balloon-to-maximize-coins/ I solve it and pass all 50 test cases and get shortl
    2 min read
  • Samsung Interview Experience | On-Campus
    Round 1:The first round consisted of an on paper test, it consisted of a large quantity of sort based questions like worst case, average case etc . Good knowledge with masters theorem was also required .It was an one hour test with around 25 questions other that the coding questions a few debugging
    1 min read
  • Samsung R & D Noida Interview Experience (On-Campus)
    Samsung R&D Noida sent a pool campus invite to our college in 2018 for R&D profile. Round 1: It was coding round which is also known as Samsung advanced test. You will be given with one coding question that has to be solved in 3 hours. A total of 50 test cases have to be cleared in order to
    2 min read
  • AllState Interview Questions
    Below are few questions asked in AllState technical round for a JAVA developer: 1. How hash set works? 2. What happens happens when we iterate over concurrent hashmap and hashmap? 3. Difference between concurrent hashmap and hashmap? 4. Why to use concurrent hashmap? 5. Write a program to find the i
    2 min read
  • Samsung R&D Bangalore Interview Experience (On-Campus)
    Initially, there was a coding round on co cubes with 2 questions: Weighted Job Scheduling https://www.geeksforgeeks.org/weighted-job-scheduling/Maximum sum between two leaves in binary tree https://www.geeksforgeeks.org/find-maximum-path-sum-two-leaves-binary-tree/ After that, there were 3 interview
    2 min read
  • Samsung Prism Interview Experience
    Samsung R&D Bangalore has started a student program, called PRISM, which offers students a chance to work on real-world projects, interact with top technical experts and provide hands-on experience in core technology domains. In this article, I will be highlighting the entire recruitment process
    2 min read
  • Samsung R&D Internship Interview Experience (On-Campus)
    Test: There were three questions in the test. The students who solved all three questions were shortlisted for interview. After result 10 students were shortlisted and I was one of them. Technical Interview: We were told that there will only be one deep round of 1 hr. As the interview started the in
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences