Upload Button Icon Add office photos

Nielsen

Compare button icon Compare button icon Compare

Filter interviews by

Nielsen React Js Frontend Developer Interview Questions and Answers for Experienced

Updated 4 May 2024

Nielsen React Js Frontend Developer Interview Experiences for Experienced

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Microservices, monolithic, micro front end architecture
Round 2 - Technical 

(1 Question)

  • Q1. High level discussion
Round 3 - Technical 

(1 Question)

  • Q1. React coding question on ref. Javascript code questions ex palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste time with this company they are not serious for good candidates. After collecting all documents and sharing offer email they didn't share the offer letter.
On reaching out they will provide no response.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about projects. Quite aloberately.
  • Q2. What is authorization and authentication?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions they are allowed to perform.

    • Authentication confirms the identity of a user through credentials like passwords or biometrics.

    • Authorization determines the level of access a user has to resources or actions.

    • Example: Logging into a system with a username and password is authentication, while being able to view or edit specific files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More implementation oriented questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60 min covered all reasoning topics

Round 2 - Coding Test 

Coding test according to language

Interview Preparation Tips

Interview preparation tips for other job seekers - no

Interview Preparation Tips

Round: Test
Experience: Quantitative, verbal, reasoning and basic technical questions.
Duration: 1 hour
Total Questions: 50

Round: Technical + HR Interview
Experience: Questions based on data structures, algorithms, and object oriented programming concepts.
Tested basic knowledge in Finance sector especially related to the company.

College Name: Delhi Technological University, Delhi

Interview Preparation Tips

Round: Pre-placement offer
Experience: Each intern was assigned a individual project and mentor.
In the last week of internship there was project presentation and interview.
interview was easy .For me 50% of the questions were about project and some questions about algorithms and DBMS.
More emphasis was given to the quality of work on project.

General Tips: Working in company is complete different from working on course project. learning many new frameworks required for the project was really challenging.
Programming : Tree, Btree, Tries ..
Operating System: Memory Management
Networks: OSI model
DBMS : basics. they dint ask me any. Show case your interest in big data, servers and passion for technology
Skill Tips: Be confident, even if you don't know the exact answer don't give up tell your approaches to interviewer. some times they will also help you. Software Developer some question s you can ask are: what technologies do your company works on. how are freshers will be selected to different teams in the company.
Skills:
College Name: NIT Surathkal

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL Joins
  • Q2. Swap 2 numbers without 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable

    • Use arithmetic operations to swap the values

    • Add the two numbers and store the result in the first variable

    • Subtract the second number from the result and store it in the second variable

    • Subtract the second variable from the first variable to get the original value of the second variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round : Long set of Aptitude questions
2nd Round : Technical Interview
3rd Round : Technical Interview and HR questions

Skills evaluated in this interview

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Timing: Window for 2 days
Environment: Online
Time: 50 Min. for 50 MCQ and 20 min for 2 Coding Questions

  • Q1. 

    Number Pattern Problem Statement

    Design a seating arrangement for a high-security meeting. There are 'N' rows of tables set up where the first row contains one table, the second row contains two tables, a...

  • Ans. 

    Design a seating arrangement for a high-security meeting with specific table assignments for security personnel and guests.

    • Create a loop to iterate through each row from 1 to N.

    • Assign tables on either end of each row to security personnel.

    • For rows with only one table, assign it to security personnel.

    • Display the seating arrangement with the number of people at each table.

    • Example: For 4 rows, the output pattern is 1, 11,

  • Answered by AI
  • Q2. 

    Insert Interval Problem Statement

    You are provided with a list of 'N' non-overlapping intervals, each defined by two integers, 'start' and 'end', sorted in ascending order by 'start' values. Your task is ...

  • Ans. 

    The task is to insert a given interval into a list of non-overlapping intervals while maintaining sorted order.

    • Iterate through the list of intervals to find the correct position to insert the given interval.

    • Merge any overlapping intervals with the given interval.

    • Update the list of intervals accordingly.

    • Handle edge cases such as when the given interval completely overlaps with existing intervals.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: Morning
Environment: On MS-Teams

  • Q1. 

    Quick Sort Problem Statement

    Sort the given array of integers in ascending order using the quick sort algorithm. Quick sort is a divide-and-conquer algorithm where a pivot point is chosen to partition the...

  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by choosing a pivot point and partitioning the array into two parts recursively.

    • Choose a pivot element (e.g., rightmost element) to partition the array into two subarrays.

    • Recursively apply quick sort to the subarrays until the entire array is sorted.

    • Time complexity can be optimized to NlogN in the worst case by selecting the pivot strategically.

    • Ensure the...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Development in GurgaonEligibility criteria70 % throughout ( in Xth, XIIth, B.Tech so far), up to one pending Backlog in B.Tech, is allowed.IHS Markit interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Operating Systems, DBMS, Computer NetworkTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : For DS and Algo, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews.

Application resume tips for other job seekers

Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Apt + coding questions, medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Basics qs on oops and known programming language
Round 3 - Technical 

(1 Question)

  • Q1. In-depth of oops and live coding questions
Round 4 - HR 

(1 Question)

  • Q1. Basics qs like y and what

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st Round is Up to an hr in that we have to perform Coding as per the test provided & also SQL round involve in it we have to show as output as per the test is concerned to provide valid outputs.

Round 2 - Aptitude Test 

2nd round was an aptitude test of 90 mins it was like 100 Questions we have to solve and submit that it involved Logical Reasoning, Mathematical problems, Word Problems, etc.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about your projects and what you have done in your previous company.
  • Q2. On basis of Projects, the Technical questions that were asked, and also other situations given on that basis what I will do in the Logical process need to explain the steps.
  • Q3. Basics Of Java OOPs Concepts Questions

Interview Preparation Tips

Topics to prepare for Kantar Software Developer interview:
  • OOPS
  • Core Java
  • Advanced Java
  • SQL
  • Android
  • MVVM
  • MVC
  • SDLC Life Cycle
Interview preparation tips for other job seekers - Be prepared before the interview and have confidence also try to answer positively.
If don't know points at that exact time try to explain the nearest point and continue the conversation
and must talk in English because it's MNC.
Listen to Question First and then reply with your answer in short for Technical Round.
Also Prepared to explain if you have year Gaps in education/normally and why you left your previous Job.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 

60 min normal apptitude question

Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between encapsulation and abstraction, sql query 2nd highest salary, what is inheritance
  • Q2. Tell me about project what is oops
Round 4 - Technical 

(2 Questions)

  • Q1. Normal question related to project
  • Q2. He asked about me stock market

Interview Preparation Tips

Interview preparation tips for other job seekers - cleaar your basics in oops , dbms

Nielsen Interview FAQs

How many rounds are there in Nielsen React Js Frontend Developer interview for experienced candidates?
Nielsen interview process for experienced candidates usually has 3 rounds. The most common rounds in the Nielsen interview process for experienced candidates are Technical.
What are the top questions asked in Nielsen React Js Frontend Developer interview for experienced candidates?

Some of the top questions asked at the Nielsen React Js Frontend Developer interview for experienced candidates -

  1. How React JS works Vertual DOM Life cycles Javascript Variables Scopings H...read more
  2. Microservices, monolithic, micro front end architect...read more
  3. React coding question on ref. Javascript code questions ex palindr...read more

Tell us how to improve this page.

Nielsen React Js Frontend Developer Interview Process for Experienced

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 736 Interviews
S&P Global Interview Questions
4.1
 • 275 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 207 Interviews
Straive Interview Questions
3.4
 • 174 Interviews
CorroHealth Interview Questions
3.3
 • 145 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Netscribes Interview Questions
2.8
 • 82 Interviews
View all
Data Analyst
211 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Executive
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Executive
145 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nielsen with

Kantar

3.5
Compare

GfK MODE

3.3
Compare

Euromonitor International

3.6
Compare

Dun & Bradstreet

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview