Upload Button Icon Add office photos

Nielsen

Compare button icon Compare button icon Compare

Filter interviews by

Nielsen Ingest Executive Interview Questions and Answers

Updated 20 Nov 2020

Nielsen Ingest Executive Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Merge unmerge in excel and vlookup
  • Ans. 

    Merging and unmerging cells in Excel and using VLOOKUP function.

    • To merge cells, select the cells and click on the 'Merge & Center' button in the Home tab.

    • To unmerge cells, select the merged cell and click on the 'Merge & Center' button again.

    • VLOOKUP function is used to search for a value in a table and return a corresponding value from another column.

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_loo...

  • Answered by AI
  • Q2. Mostly based on basic excel

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for ingest team. They are worst fo for other team or department. They will say we are hiring for Mis but there is nothing like that..be careful

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What do you know about Statista?
Round 2 - Case Study 

One analysis study and one presentation

Round 3 - One-on-one 

(1 Question)

  • Q1. Explain the case study
  • Ans. 

    The case study involves analyzing a specific scenario or problem to make recommendations or decisions.

    • Case studies are real-life examples of how a company or organization solved a problem or achieved success.

    • They often include background information, challenges faced, solutions implemented, and outcomes.

    • Analyzing a case study involves identifying key issues, evaluating options, and making recommendations based on evide...

  • Answered by AI

I applied via Referral and was interviewed before Oct 2021. 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 - Technical 

(2 Questions)

  • Q1. Basic concept of c#,.net framework
  • Q2. What is CFA and DFA in entity framework core
  • Ans. 

    CFA and DFA are Change-Tracking and Database-First Approaches in Entity Framework Core.

    • CFA (Change-Tracking Approach) is used to track changes made to entities in memory and then save them to the database.

    • DFA (Database-First Approach) is used to generate entity classes and DbContext from an existing database schema.

    • CFA is useful when working with disconnected entities, while DFA is useful when working with an existing ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to clear

Skills evaluated in this interview

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.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concepts, function overload, override,interface,string, string builder
Round 2 - HR 

(1 Question)

  • Q1. Company profile,salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give the proper answer for the question,
Don't give unnecessary answers
Be possitive
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly on your experience. Azure, .net core, microservices.
  • Q2. Coding round with basic programming questions. Easy level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with what you write on your resume. Don't overdo to make it heavy. Write and discuss what you have worked on and what you are currently learning to enhance your skills.

I applied via Campus Placement and was interviewed in 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 - Coding Test 

1 easy sql and 1 easy python for 55 min

Round 3 - Coding Test 

1 easy python and very hard sql for 1 hr 50 min

Round 4 - Technical 

(2 Questions)

  • Q1. Mainly they focused on the answers you have written on round 2 and basic sql and pandas in python
  • Q2. 1) write a join 2) implement left join using pandas
  • Ans. 

    Answering a question on writing a join and implementing left join using pandas for Data Analyst role.

    • To write a join, we need to identify the common column(s) between two tables and use the JOIN keyword in SQL.

    • Example: SELECT * FROM table1 JOIN table2 ON table1.common_column = table2.common_column

    • To implement left join using pandas, we can use the merge() function with how='left' parameter.

    • Example: pd.merge(table1, tab

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on SQL and pandas this will be enough and be interactive

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 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 

Basic aptitude questions of quant and reasoning and general english

Round 3 - Case Study 

Case study of varies products asked around 15-20 which were easy to attempt

Round 4 - HR 

(2 Questions)

  • Q1. About yourself, practical knowledge, family, data related,etc.
  • Q2. What is sql. Excel formulas
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases. Excel formulas are used for performing calculations and data analysis in Microsoft Excel.

    • SQL is used to retrieve, insert, update, and delete data from databases.

    • Excel formulas are written using functions and operators to perform calculations and manipulate data.

    • SQL example: SELECT * FROM customers WHERE age > 30;

    • Excel formula example...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is pretty simple and quick. Basics of data and research knowledge is must.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Normal aptitude questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with manager

Interview Preparation Tips

Interview preparation tips for other job seekers - You can start your career(only if u don't have any other options) but don't stay here for more than a year
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There will be MCQ Questions. They will ask you to use internet and answer the questions.
They want to check your research skills.

Round 2 - One-on-one 

(1 Question)

  • Q1. If you are a fresher then you can easily clear the interview, Hr will ask normal questions about yourself and about your education background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be fluent and answer, you will be able to clear the interview for sure.

Nielsen Interview FAQs

What are the top questions asked in Nielsen Ingest Executive interview?

Some of the top questions asked at the Nielsen Ingest Executive interview -

  1. Merge unmerge in excel and vloo...read more
  2. Mostly based on basic ex...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 740 Interviews
S&P Global Interview Questions
4.1
 • 276 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 208 Interviews
Straive Interview Questions
3.4
 • 176 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Netscribes Interview Questions
2.8
 • 83 Interviews
Cotiviti Interview Questions
3.9
 • 74 Interviews
View all

Nielsen Ingest Executive Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Data Analyst
207 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
189 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