Upload Button Icon Add office photos

Filter interviews by

Samsung PRISM Project Intern Interview Questions and Answers

Updated 14 Dec 2022

Samsung PRISM Project Intern Interview Experiences

2 interviews found

I applied via campus placement at KLESBVB College of Engineering and Technology, Hubli and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 3 programming questions, easy medium, and hard.
  • Q2. The easy question was from string, medium on trees, and hard was on dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - No interview and only online test.
Round 1 - Coding Test 

1 hour, 3 question - 2 easy and 1 medium-easy

Round 2 - Case Study 

To build a solution to a real world problem, if the solution is good you will get rewards like cash and goodies

Interview Preparation Tips

Interview preparation tips for other job seekers - 6 month project intern, to create a solution for a real world problem

Project Intern Interview Questions Asked at Other Companies

Q1. A method acting as multiple methods is known as polymorphism of 2 ... read more
Q2. What is the least count of Vernier calliper?
Q3. Resource allocation and management using Agile methodologies
asked in TCS
Q4. what is difference between where and having ?
asked in INNOLABZ
Q5. What is SCR the silicon controlled ractifier

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude consists of quantitative , logical questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between where and having ?
  • Ans. 

    WHERE is used to filter rows before grouping or aggregating, while HAVING is used to filter groups after grouping or aggregating.

    • WHERE is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

    • HAVING is used with GROUP BY clause to filter groups based on a condition

    • WHERE is applied before grouping or aggregating data

    • HAVING is applied after grouping or aggregating data

    • Example: SELECT * FROM table...

  • Answered by AI
  • Q2. Explain me about your projects
  • Ans. 

    I have worked on various projects including a web development project, a data analysis project, and a machine learning project.

    • Developed a website for a local business using HTML, CSS, and JavaScript

    • Conducted data analysis on customer feedback data to identify trends and insights

    • Implemented a machine learning model to predict customer churn for a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practive aptitude and start giving mock interviews which will build your confidence.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy. More of mathematical question.

Round 2 - Coding Test 

Basics of programming, html css and problem solving.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare genuinely, on basic coding.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions about html , c , and subjective knowledge
  • Q2. Html code snippets
  • Q3. Programming code snippets

Interview Preparation Tips

Interview preparation tips for other job seekers - just know your subject and domain well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It had a 2 programs with easy and medium level of coding programs, please go through the recent interview problems asked in wipro

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. What is multi threading
  • Ans. 

    Multi threading is a programming concept where multiple threads within a process execute independently to improve performance.

    • Allows for concurrent execution of tasks within a single process

    • Improves performance by utilizing multiple CPU cores

    • Requires careful synchronization to avoid race conditions

    • Examples include web servers handling multiple requests simultaneously

  • Answered by AI
  • Q3. Why is java not 100% oop
  • Ans. 

    Java is not 100% OOP because it supports primitive data types and static methods.

    • Java has primitive data types like int, double, etc. which are not objects.

    • Java allows static methods which do not require an instance of a class to be called.

    • Java also has the concept of wrapper classes to convert primitive data types to objects.

  • Answered by AI
  • Q4. What are collections in java
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide dynamic data structures like List, Set, and Map.

    • They offer methods to add, remove, and manipulate elements in the collection.

    • Examples include ArrayList, LinkedList, HashSet, and HashMap.

  • Answered by AI
  • Q5. Internal working of hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collision resolution techniques like chaining or open addressing are used to handle situations where multiple keys hash to the same index.

    • Hash maps typically have O(1) average time complexity for i...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About project management
  • Q2. About Network Infrastructure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What is your day to day activities?
  • Ans. 

    As a Project Manager, my day to day activities include overseeing project timelines, communicating with team members and stakeholders, tracking progress, resolving issues, and ensuring project goals are met.

    • Overseeing project timelines and milestones

    • Communicating with team members and stakeholders

    • Tracking project progress and updating project documentation

    • Resolving issues and conflicts that arise during the project

    • Ensu...

  • Answered by AI
  • Q2. How do you manage sharing resources?
  • Ans. 

    I manage sharing resources by prioritizing tasks, communicating effectively, and utilizing resource management tools.

    • Prioritize tasks based on importance and urgency

    • Communicate with team members to ensure everyone is aware of resource allocation

    • Utilize resource management tools to track and allocate resources efficiently

  • Answered by AI
  • Q3. How do manage change requests?
  • Ans. 

    I manage change requests by evaluating impact, prioritizing based on project goals, obtaining approval, and implementing changes.

    • Evaluate the impact of the change request on project scope, schedule, and budget.

    • Prioritize change requests based on project goals and objectives.

    • Obtain approval from stakeholders before implementing any changes.

    • Implement approved changes while ensuring minimal disruption to project progress.

    • ...

  • Answered by AI
  • Q4. How do you accept changes, what are the steps you follow?
  • Ans. 

    I accept changes by first understanding the reasons behind them, communicating with stakeholders, creating a plan, and implementing the changes effectively.

    • Understand the reasons behind the changes

    • Communicate with stakeholders to gather feedback and address concerns

    • Create a detailed plan outlining the steps needed to implement the changes

    • Implement the changes effectively while monitoring progress and making adjustments

  • Answered by AI
  • Q5. How do you do risk management? Steps
  • Ans. 

    Risk management involves identifying, assessing, and mitigating potential risks to a project.

    • Identify potential risks by brainstorming with team members and stakeholders

    • Assess the likelihood and impact of each risk using a risk matrix

    • Develop a risk response plan for high-priority risks

    • Monitor and review risks throughout the project lifecycle

    • Communicate risks and mitigation strategies to stakeholders regularly

  • Answered by AI
  • Q6. Do you know Project Goverance?
  • Ans. 

    Project Governance refers to the framework, policies, procedures, and decision-making processes that guide project management.

    • Project Governance ensures that projects are aligned with organizational goals and objectives.

    • It involves defining roles and responsibilities, establishing communication channels, and setting up project controls.

    • Examples of Project Governance mechanisms include steering committees, project chart

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After 1st round, I never heard back from HR, neither selected nor not-selected feedback. HR did not respond to emails or calls either.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project related questions what was your role how did you manage resources how many resources you are handling. How did you manage team and what was your roll.

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions they are asking based on your experience how many projects you have handled and which all technology you have worked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What process followed to handle the Project Management in your current organization.

Samsung PRISM Interview FAQs

How many rounds are there in Samsung PRISM Project Intern interview?
Samsung PRISM interview process usually has 3 rounds. The most common rounds in the Samsung PRISM interview process are Resume Shortlist, Coding Test and Case Study.
What are the top questions asked in Samsung PRISM Project Intern interview?

Some of the top questions asked at the Samsung PRISM Project Intern interview -

  1. The easy question was from string, medium on trees, and hard was on dynamic pro...read more
  2. 3 programming questions, easy medium, and ha...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Samsung PRISM interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Samsung PRISM with

LG Electronics

4.0
Compare

Sony

4.3
Compare

Apple

4.3
Compare

Dell

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview