Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare
4.0

based on 7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Node JS Developer Interview Questions and Answers

Updated 12 Jun 2024

Samsung Node JS Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Javascript object copy, how it works internally
  • Ans. 

    Javascript object copy creates a shallow copy of the object, copying references to nested objects.

    • Object.assign() can be used to create a shallow copy of an object.

    • Spread operator (...) can also be used for object copying.

    • Deep copying requires a custom function to recursively copy nested objects.

  • Answered by AI
  • Q2. Higher order function usage
  • Ans. 

    Higher order functions are functions that take other functions as arguments or return functions as results.

    • Higher order functions can be used to create more flexible and reusable code.

    • They can be used for tasks like filtering, mapping, and reducing arrays.

    • Example: Array.prototype.map() is a higher order function that takes a function as an argument to apply to each element in the array.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Array topics - 2 question from this topic
  • Q2. Linkedlist coding problem - 1 problem from this topic
Round 2 - Coding Test 

Sql problem solving - 2 problem from this topic

Round 3 - Behavioral 

(1 Question)

  • Q1. Project discussion - projects you worked on
  • Ans. 

    I have worked on various projects including a web application for a retail company and a mobile app for a fitness tracker.

    • Developed a web application for a retail company to manage inventory and sales

    • Created a mobile app for a fitness tracker to track workouts and progress

    • Collaborated with team members to design and implement features

    • Utilized technologies such as React, Node.js, and MongoDB

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are services
  • Q2. Difference between java and kotlin
  • Ans. 

    Kotlin is a modern programming language that is fully interoperable with Java, offering concise syntax and enhanced features.

    • Kotlin is more concise than Java, reducing boilerplate code.

    • Kotlin has null safety features, reducing NullPointerException errors.

    • Kotlin supports extension functions and properties, allowing developers to add new functionality to existing classes.

    • Kotlin has coroutines for asynchronous programming...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is pn junction diode
  • Ans. 

    A pn junction diode is a semiconductor device that allows current to flow in one direction only.

    • Consists of p-type and n-type semiconductor materials

    • When forward biased, allows current to flow easily

    • When reverse biased, blocks current flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java and Data Strcuture

Round 2 - Technical 

(2 Questions)

  • Q1. Matrix to find the nearest word
  • Ans. 

    Find the nearest word in a matrix of strings

    • Create a matrix of strings

    • Calculate the distance between the input word and each word in the matrix

    • Return the word in the matrix with the smallest distance to the input word

  • Answered by AI
  • Q2. Finding smallest subset in string
  • Ans. 

    Find the smallest subset of strings in an array

    • Iterate through the array and compare the length of each string to find the smallest subset

    • Use a variable to keep track of the smallest subset found so far

    • Return the smallest subset at the end

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DS and Java

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, quantitative

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics and intermediate
  • Q2. What is recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • It requires a base case to stop the recursive calls.

    • Examples include factorial calculation, Fibonacci sequence generation, and tree traversal.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - java
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Difficult Coding question.

Round 2 - Technical 

(3 Questions)

  • Q1. Architecture design
  • Q2. Dont remember question
  • Q3. Explained desig

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

About ai
today generation

Interview Preparation Tips

Interview preparation tips for other job seekers - find well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude duration One hours
Level moderate

Round 2 - Coding Test 

Coding Test Duration 3 hours
Level moderate to hard

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

I am read to test for round number one.

Round 3 - Coding Test 

I also ready for this and this is so effective for me.

Interview Preparation Tips

Topics to prepare for Vivo Software Developer interview:
  • Software developer
  • Software Testing
  • Microsoft word
  • Javascript
  • C++
  • C
  • HTML
  • Coding

Samsung Interview FAQs

How many rounds are there in Samsung Node JS Developer interview?
Samsung interview process usually has 1 rounds. The most common rounds in the Samsung interview process are One-on-one Round.
How to prepare for Samsung Node JS Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Samsung. The most common topics and skills that interviewers at Samsung expect are Backend Development, Data Structures and Algorithms and Microservices.
What are the top questions asked in Samsung Node JS Developer interview?

Some of the top questions asked at the Samsung Node JS Developer interview -

  1. Javascript object copy, how it works interna...read more
  2. Higher order function us...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
4.1
 • 385 Interviews
HARMAN Interview Questions
3.8
 • 251 Interviews
OPPO Interview Questions
4.0
 • 202 Interviews
LG Electronics Interview Questions
4.0
 • 185 Interviews
Vivo Interview Questions
4.1
 • 185 Interviews
Philips Interview Questions
3.9
 • 153 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Daikin Interview Questions
4.2
 • 135 Interviews
Voltas Interview Questions
4.0
 • 119 Interviews
View all
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Assistant Manager
991 salaries
unlock blur

₹5.5 L/yr - ₹19.4 L/yr

Software Engineer
880 salaries
unlock blur

₹6.2 L/yr - ₹25 L/yr

Manager
541 salaries
unlock blur

₹10.3 L/yr - ₹33 L/yr

Senior Engineer
501 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Xiaomi

3.9
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