Samsung
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I rate myself 2 in C, 3 in C++ and 4 in DS.
I have a good understanding of basic concepts in C and can write simple programs.
I have worked on projects in C++ and have a decent knowledge of OOP concepts.
I am comfortable with data structures like arrays, linked lists, stacks, and queues.
Storage classes in C define the scope and lifetime of variables.
There are four storage classes in C: auto, register, static, and extern.
Auto variables are local to a block and have automatic storage duration.
Register variables are stored in CPU registers for faster access.
Static variables have a lifetime throughout the program and are initialized only once.
Extern variables are declared outside any function and can be a
C program to reverse a string in-place
Use two pointers, one at the beginning and one at the end of the string
Swap the characters at the two pointers and move the pointers towards each other until they meet
Handle odd-length strings by leaving the middle character in place
Program to insert a node in linked list
Create a new node with the given data
Set the next pointer of the new node to the next pointer of the previous node
Set the next pointer of the previous node to the new node
Program to find loop in linked list
Use two pointers, slow and fast, to traverse the linked list
If there is a loop, the fast pointer will eventually catch up to the slow pointer
To find the start of the loop, reset the slow pointer to the head and move both pointers at the same pace
Quick sort is a divide and conquer algorithm that sorts an array by partitioning it into two sub-arrays.
Choose a pivot element from the array
Partition the array around the pivot element
Recursively apply the above steps to the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
Heap sort works by building a binary heap from the array to be sorted.
The largest element is then swapped with the root node and removed from the heap.
The heap is then restructured and the process is repeated until the array is sorted.
Heap sort has a time complexity of O(n log n) and is not stable.
It is often used in embedded syste...
C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.
C++ was developed by Bjarne Stroustrup in 1983.
It is an extension of the C programming language.
C++ supports object-oriented programming, generic programming, and low-level memory manipulation.
It is widely used in industries such as finance, gaming, and operating systems development.
Exampl...
OOP stands for Object-Oriented Programming, a programming paradigm that focuses on objects and their interactions.
OOP is based on the concepts of encapsulation, inheritance, and polymorphism.
It allows for modular and reusable code.
Examples of OOP languages include Java, C++, and Python.
Which software are you referring to?
Please specify the software you are asking about
Without context, it is impossible to answer this question
Late binding is a programming concept where the method or function to be executed is determined at runtime.
Also known as dynamic binding or runtime binding
Allows for greater flexibility in code execution
Commonly used in object-oriented programming languages
Example: virtual functions in C++
Virtual functions are functions that can be overridden by derived classes.
Virtual functions are declared in a base class and can be overridden in a derived class.
They allow for polymorphism, where a derived class can be treated as its base class.
Virtual functions are called based on the actual object type, not the pointer or reference type.
They are declared using the 'virtual' keyword in the base class and optionally o...
A friend class is a class that is granted access to the private and protected members of another class.
A friend class is declared using the 'friend' keyword.
A friend class can access private and protected members of the class that granted it friendship.
Friendship is not mutual, meaning the friend class does not grant access to its own members.
Friend functions can also be declared in a class to grant access to private a
++x is faster than x++ because it increments the value before using it.
++x increments the value before using it, while x++ increments the value after using it.
++x is faster because it saves the overhead of creating a temporary variable.
In some cases, the difference in speed may be negligible and the choice between the two may depend on readability and coding standards.
A null object is an object that does not have a value or reference to any object.
A null object is different from an object with a value of zero or an empty string.
It is often used to represent the absence of an object or value.
Null objects can be used to avoid null pointer exceptions in programming.
It is a conceptual idea in programming and computer science.
I am a software engineer with experience in developing web applications and mobile apps.
Proficient in programming languages such as Java, Python, and JavaScript
Skilled in using frameworks like React, Angular, and Spring Boot
Experience in working with databases such as MySQL and MongoDB
Familiarity with agile development methodologies
Passionate about learning new technologies and solving complex problems
My strength is my ability to quickly learn and adapt to new technologies and programming languages.
Quick learner and adaptable to new technologies
Able to work with multiple programming languages
Strong problem-solving skills
Attention to detail
Good communication skills
I need to improve my time management skills.
Prioritize tasks based on urgency and importance
Set realistic deadlines and stick to them
Avoid multitasking and focus on one task at a time
Use tools like calendars and to-do lists to stay organized
Yes, I am okay with the job location in Noida.
I am willing to relocate for the right opportunity
I have researched the area and feel comfortable with the location
I am excited about the opportunity to work with this company and location is not a major factor
Samsung is a South Korean multinational conglomerate known for its electronics, appliances, and smartphones.
Founded in 1938 by Lee Byung-chul
Employs over 300,000 people worldwide
Produces a wide range of products including TVs, refrigerators, washing machines, and smartphones
One of the largest smartphone manufacturers in the world
Has a strong focus on innovation and research and development
I am excited about the company's innovative projects and the opportunity to work with a talented team.
I am impressed by the company's reputation in the industry
I am excited about the company's focus on innovation and cutting-edge technology
I am eager to work with a talented team and learn from experienced professionals
I believe that my skills and experience align well with the company's needs
I have the technical skills, experience, and passion to contribute to your team and help drive success.
I have a strong background in software development, with expertise in multiple programming languages and frameworks.
I am a quick learner and adaptable to new technologies and methodologies.
I have experience working in both individual and team settings, and am able to communicate effectively with colleagues and stakeho...
I'm sorry, I don't understand the question. Could you please clarify?
Please provide more context or rephrase the question.
I'm not sure what 'giving cat' means in this context.
Could you please explain what you are looking for?
I chose VJTI because of its reputation for excellence in engineering education.
VJTI has a long history of producing successful engineers.
The faculty at VJTI are highly experienced and knowledgeable.
VJTI has state-of-the-art facilities and resources for engineering students.
The alumni network of VJTI is strong and provides great opportunities for networking and career growth.
I prefer jobs in other locations due to personal reasons and career goals.
Personal reasons such as family or lifestyle preferences
Career goals such as industry focus or company culture
Other locations may offer better opportunities or work-life balance
Preference for smaller or emerging tech hubs
Examples: Hyderabad, Chennai, Mumbai, Delhi
I applied via Walk-in
A 4G GSM network diagram illustrates the architecture and components of a fourth-generation Global System for Mobile Communications network.
Illustrates the various network elements such as base stations, mobile switching centers, and routers
Shows the connections between these elements to facilitate data and voice communication
Demonstrates the flow of data packets and signaling within the network
Includes details on how ...
Beamwidth in antenna theory refers to the angular width of the main lobe of the radiation pattern.
Beamwidth is typically measured in degrees and can be either horizontal or vertical.
It is an important parameter as it determines the coverage area and directionality of the antenna.
A narrower beamwidth indicates a more focused radiation pattern, while a wider beamwidth provides broader coverage.
For example, a directional ...
I would conduct thorough field observations by following a structured approach.
Create a checklist of key areas to observe such as customer interactions, employee performance, and store layout.
Interact with employees and customers to gather feedback and insights.
Review sales data and inventory levels to assess performance and identify areas for improvement.
Observe competitor activity and market trends to stay informed a...
A threshold is a point at which a change or effect occurs.
A threshold is a specific point or level that must be reached for a particular action or result to happen.
It can also refer to a limit or boundary that must be crossed for something to occur.
For example, a company may have a sales threshold that must be met in order to receive a bonus.
In biology, a threshold may refer to the minimum amount of a stimulus needed t
VSWR is a measure of how efficiently radio-frequency power is transmitted from a power source, through a transmission line, to a load.
VSWR is calculated as the ratio of the maximum voltage to the minimum voltage along a transmission line.
It is used to measure the impedance mismatch between a transmission line and its load.
A VSWR of 1:1 indicates a perfect match, while higher values indicate poor matching.
VSWR is import...
MIMO technology is a wireless communication technology that uses multiple antennas to improve data transfer rates and signal reliability.
MIMO technology involves multiple antennas at both the transmitter and receiver to improve communication performance.
It allows for multiple data streams to be transmitted simultaneously, increasing data transfer rates.
MIMO technology can also improve signal reliability by using spatia...
An E-Node B is a hardware component in LTE networks that connects mobile devices to the core network.
E-Node B stands for Evolved Node B.
It is responsible for radio communication with mobile devices.
E-Node Bs are connected to the EPC (Evolved Packet Core) in LTE networks.
They handle tasks such as radio resource management and handovers between cells.
A BSC is unnecessary in a 4G network because the functions of a BSC are integrated into the base station in 4G technology.
In 4G networks, the functions of a BSC are handled by the eNodeB (Evolved Node B), which combines the functionalities of both the BSC and the Node B in previous generations.
The eNodeB in a 4G network directly communicates with the core network, eliminating the need for a separate BSC.
This integratio...
Uplink and downlink speeds in a 4G network typically range from 5-50 Mbps and 50-100 Mbps respectively.
Uplink speeds in a 4G network usually range from 5-50 Mbps
Downlink speeds in a 4G network typically range from 50-100 Mbps
Speeds can vary based on network congestion, location, and device capabilities
I have a proven track record of successfully managing multiple teams and exceeding sales targets.
Proven track record of exceeding sales targets
Strong leadership and team management skills
Excellent communication and problem-solving abilities
I come from a close-knit family with a strong academic background.
Family: Close-knit and supportive
Academic background: Strong with focus on business management
Examples: My parents are both successful entrepreneurs, and I have a degree in Business Administration.
I am motivated to join your organization because of your strong reputation in the industry, opportunities for growth, and commitment to employee development.
Strong reputation in the industry
Opportunities for growth
Commitment to employee development
I was interviewed in Feb 2025.
I am a dedicated and detail-oriented individual with strong communication skills and a passion for problem-solving.
Strong communication skills
Detail-oriented
Problem-solving skills
Dedicated
My salary expectations are in line with industry standards and based on my experience and qualifications.
Research industry standards for the position
Consider my experience and qualifications
Be open to negotiation based on the job responsibilities and benefits package
I am 25 years old. My weakness is that I tend to be overly critical of my own work.
Age: 25
Weakness: Being overly critical of my own work
Example: I often spend too much time perfecting a project before submitting it
My hobby is photography, where I love capturing moments and exploring different perspectives.
I enjoy experimenting with different camera settings and angles
I like to explore new locations and find unique subjects to photograph
I often edit my photos to enhance their visual appeal
Photography allows me to express my creativity and share my perspective with others
My greatest strength is my ability to adapt to new situations and learn quickly.
Quick learner
Adaptable
Problem solver
A Group Discussion (GD) is a crucial component of the selection process in many organizations, especially for MBA admissions and job recruitment. Here's a comprehensive overview:
What is a Group Discussion?
A Group Discussion is a formal conversation involving a small group of participants, usually 8-12, who discuss a specific topic or issue. The purpose is to assess the candidates' communication skills, problem-solving abilities, and teamwork.
Types of Group Discussions
1. *Topic-based GD*: Participants discuss a specific topic, such as current events, social issues, or business-related themes.
2. *Case study-based GD*: Participants analyze a business case study and discuss potential solutions.
3. *Role-play GD*: Participants are assigned roles and must discuss a scenario or issue from their assigned perspective.
Evaluation Criteria
During a GD, evaluators assess participants based on:
1. *Communication skills*: Clarity, articulation, and ability to express thoughts.
2. *Leadership skills*: Ability to lead the discussion, facilitate conversation, and build consensus.
3. *Teamwork*: Ability to work collaboratively, listen to others, and contribute to the discussion.
4. *Problem-solving skills*: Ability to analyze the topic, identify key issues, and propose solutions.
5. *Knowledge and awareness*: Depth of knowledge on the topic and ability to provide relevant examples.
Tips for Success
1. *Prepare thoroughly*: Research the topic, practice articulating your thoughts, and prepare examples.
2. *Listen actively*: Pay attention to others, respond thoughtfully, and build on their ideas.
3. *Be respectful*: Maintain a professional tone, avoid interrupting, and show respect for others' opinions.
4. *Take initiative*: Don't hesitate to start the discussion or steer it back on track.
5. *Stay calm and composed*: Manage your nerves, speak clearly, and maintain eye contact.
Common GD Topics
1. Social issues: Education, healthcare, poverty, etc.
2. Business and economics: Globalization, entrepreneurship, marketing, etc.
3. Current events: Politics, environmental issues, technological advancements, etc.
4. Abstract topics: Ethics, morality, values, etc.
By understanding the format, evaluation criteria, and tips for success, you'll be better equipped to ace your next Group Discussion!
Here are some assignment ideas for diploma students in Electronics and Communication Engineering:
Project-based Assignments
1. *Design and Implementation of a Simple Electronic Circuit*: Design and build a simple electronic circuit using components like resistors, capacitors, and transistors.
2. *Development of a Microcontroller-based Project*: Develop a project using a microcontroller like Arduino or Raspberry Pi to demonstrate its application in real-life scenarios.
3. *Design and Simulation of a Communication System*: Design and simulate a communication system using software tools like MATLAB or Simulink.
Research-based Assignments
1. *Study on Recent Trends in Wireless Communication*: Research and write a report on recent trends and advancements in wireless communication.
2. *Investigation on Energy Harvesting Techniques*: Investigate and write a report on energy harvesting techniques and their applications.
3. *Analysis of Electronic Waste Management*: Research and write a report on electronic waste
Samsung interview questions for popular designations
The inclusion of an aptitude test in the interview process ensures a more reliable, fair, and efficient recruitment method, benefiting both employers and candidates by aligning skills and job requirements effectively.
Get interview-ready with Top Samsung Interview Questions
I have over 10 years of experience in various management roles, facing challenges such as team conflicts and budget constraints.
Managed a team of 20 employees, resolving conflicts through open communication and team-building activities
Implemented cost-saving measures to address budget constraints, resulting in a 15% reduction in expenses
Led a project to streamline processes, overcoming resistance to change by involving
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Samsung phone hang while is go is tha request accept
Is tha plastic bad material now exchange metals body rights now better
Pur years s service phone not designed development
The question is asking about your plans for career advancement and growth within the company.
Discuss your goals for professional development and how you plan to achieve them within the company.
Highlight any specific skills or experiences that you believe will help you reach the next level in your career.
Provide examples of how you have successfully progressed in your career in the past.
Express your enthusiasm for takin...
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Experienced sales professional with a proven track record of exceeding targets and building strong client relationships.
Over 5 years of sales experience in the industry
Consistently met or exceeded sales targets by 20% each quarter
Built and maintained strong relationships with key clients such as XYZ Company
Led a successful sales team to achieve record-breaking sales numbers
Seeking new challenges and growth opportunities in a larger organization.
Desire for career advancement
Opportunity for professional development
Seeking new challenges
Company restructuring or downsizing
Relocation to a new area
Experienced sales professional with a proven track record of exceeding targets and building strong client relationships.
Over 5 years of sales experience in the industry
Consistently met or exceeded sales targets by 20% each quarter
Built and maintained strong relationships with key clients, resulting in repeat business
Led a successful sales team to achieve company goals
I have a proven track record of exceeding sales targets, strong leadership skills, and a strategic mindset.
Proven track record of exceeding sales targets
Strong leadership skills
Strategic mindset
Skil set for My relevant job update
Communication discussion
Top trending discussions
The duration of Samsung interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 398 interviews
Interview experience
based on 7.2k reviews
Rating in categories
Sales Executive
1.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
959
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
871
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
526
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
481
salaries
| ₹0 L/yr - ₹0 L/yr |
Apple
LG Electronics
Sony
Xiaomi