Upload Button Icon Add office photos

Filter interviews by

NielsenIQ Senior Production Incharge Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and quality control.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and manufacturing processes

    • Implemented lean manufacturing principles to improve efficiency

    • Led cross-functional teams to troubleshoot production issues

  • Answered by AI
  • Q2. Tell me what you know about Unix and SQL
  • Ans. 

    Unix is a powerful operating system known for its multitasking and multi-user capabilities, while SQL is a language used for managing and querying databases.

    • Unix is an operating system developed in the 1970s known for its command-line interface and flexibility.

    • SQL (Structured Query Language) is a language used to communicate with databases to retrieve, update, and manage data.

    • Unix commands are case-sensitive and often ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mutex and it's syntax?
  • Ans. 

    A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.

    • Mutex is typically used to protect critical sections of code to prevent race conditions.

    • Syntax for using mutex in C++: std::mutex myMutex;

    • To lock a mutex: myMutex.lock();

    • To unlock a mutex: myMutex.unlock();

  • Answered by AI
  • Q2. What is a goroutine and how it's used?
  • Ans. 

    A goroutine is a lightweight thread managed by the Go runtime. It allows concurrent execution of functions.

    • Goroutines are created using the 'go' keyword followed by a function call.

    • They are used for concurrent programming in Go, allowing multiple functions to run simultaneously.

    • Goroutines are more efficient than traditional threads as they have lower memory overhead and can be multiplexed onto fewer OS threads.

    • Example:...

  • Answered by AI
Round 2 - Coding Test 

DSA, Queries and logical coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend the interview with confidence. That all.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Not applicable for now
  • Q2. Not aaica for now plese excuse
Round 2 - HR 

(1 Question)

  • Q1. Na for other please
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Work experience
  • Q3. Which department are u working
  • Q4. Timings and salary
Round 3 - One-on-one 

(3 Questions)

  • Q1. Name and experience and quality and checking etc
  • Q2. How can handle ur problem and team work
  • Q3. Times and salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. 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 - Group Discussion 

About current project and roles and resposibilities etc

Round 3 - Technical 

(5 Questions)

  • Q1. SQL COMPLEX QUERIES and PL SQL, CRON JOBS, SERVICE NOW
  • Q2. What are difference between SQL and PL SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.

    • SQL is a standard language for querying and manipulating data in relational databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.

    • SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.

    • SQL state...

  • Answered by AI
  • Q3. Explain types of joins?
  • Ans. 

    Types of joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join...

  • Answered by AI
  • Q4. Diffence between correlated and non correlated subquary?
  • Ans. 

    Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.

    • Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.

    • Correlated subquery is slower in performance compared to non-correlated subquery.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab

  • Answered by AI
  • Q5. Find departement wise total sal?
  • Ans. 

    To find department wise total salary, sum up the salaries of employees in each department.

    • Group employees by department

    • Calculate total salary for each department

    • Display department wise total salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best......

Skills evaluated in this interview

Production Engineer Interview Questions & Answers

Accenture user image Venkata Mohan Reddy Kambam

posted on 15 May 2024

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

Easy logical questions

Round 2 - HR 

(3 Questions)

  • Q1. Easy general questions asked
  • Q2. General questions
  • Q3. Strength and weaknesses, about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't be nervous
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Sql oracle service now
  • Q2. Ticketing tool p1, p2,p3
  • Q3. Kibana monitoring tool

Interview Preparation Tips

Interview preparation tips for other job seekers - How to Linux and unix

I applied via AmbitionBox and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(7 Questions)

  • Q1. What is your interested subject
  • Q2. Explain binary conversions
  • Ans. 

    Binary conversions involve converting numbers from base 10 to base 2 and vice versa.

    • Binary is a numbering system that uses only 0s and 1s.

    • To convert from base 10 to base 2, divide the number by 2 and write down the remainder.

    • To convert from base 2 to base 10, multiply each digit by its place value and add the results.

    • Binary is commonly used in computer programming and digital electronics.

  • Answered by AI
  • Q3. What is STLD full form
  • Ans. 

    STLD stands for Sequentially Timed Logic Diagram.

    • STLD is a graphical representation of digital circuits.

    • It shows the timing relationship between inputs and outputs.

    • It is used in the design and analysis of digital circuits.

    • STLD is commonly used in the field of electronics and computer engineering.

  • Answered by AI
  • Q4. Enother intrested subject
  • Q5. Optical communication
  • Ans. 

    Optical communication involves transmitting information using light waves.

    • Optical communication is faster and more secure than traditional copper wire communication.

    • Fiber optic cables are used to transmit light signals over long distances.

    • Examples of optical communication include internet and cable TV.

    • Optical communication is also used in medical equipment such as endoscopes and laser surgery tools.

  • Answered by AI
  • Q6. About your self introduction
  • Q7. U know any languages
  • Ans. 

    Yes, I am fluent in English and Spanish.

    • Fluent in English and Spanish

    • Able to communicate effectively with a diverse team

    • Experience working in bilingual environments

    • Proficient in technical vocabulary in both languages

  • Answered by AI
Round 3 - Technical 

(12 Questions)

  • Q1. What is ECE Full form
  • Ans. 

    ECE stands for Electronics and Communication Engineering.

    • ECE is a branch of engineering that deals with the study of electronic devices and communication systems.

    • It involves the design, development, and testing of electronic equipment and communication systems.

    • Examples of ECE devices include smartphones, computers, televisions, radios, and satellites.

    • ECE engineers work in various industries such as telecommunications, ...

  • Answered by AI
  • Q2. What is k maps explain
  • Ans. 

    Karnaugh maps (K-maps) are a graphical method of simplifying Boolean algebra expressions.

    • K-maps are used to simplify Boolean expressions with multiple variables.

    • They are a visual aid that helps identify groups of adjacent 1's or 0's.

    • The groups can then be combined to create a simplified expression.

    • K-maps are commonly used in digital logic design and circuit analysis.

    • Example: A 2-variable K-map can simplify the expressi...

  • Answered by AI
  • Q3. Why using optical communication
  • Ans. 

    Optical communication offers high bandwidth, low interference, and secure data transmission.

    • Optical communication uses light waves to transmit data, allowing for higher bandwidth and faster data transfer rates.

    • It is less susceptible to interference from electromagnetic radiation and can transmit data over longer distances without degradation.

    • Optical communication is also more secure than traditional copper wire communi...

  • Answered by AI
  • Q4. Purpose of optical communication
  • Ans. 

    Optical communication is the use of light to transmit information through optical fibers.

    • Optical communication is faster and more efficient than traditional copper wire communication.

    • It is used in telecommunications, internet, and cable television networks.

    • Optical communication is also used in medical equipment such as endoscopes and laser surgery tools.

    • It allows for long-distance communication without signal degradati...

  • Answered by AI
  • Q5. Types of optical outputs
  • Ans. 

    Optical outputs include digital optical, analog optical, and fiber optic.

    • Digital optical outputs use a digital signal to transmit audio data.

    • Analog optical outputs use an analog signal to transmit audio data.

    • Fiber optic outputs use a fiber optic cable to transmit audio data.

    • Examples of devices with optical outputs include DVD players, soundbars, and gaming consoles.

  • Answered by AI
  • Q6. U r perfect or in perfect in thi job
  • Q7. Yes I am hundred perfect
  • Q8. About your experience
  • Q9. Explain you r background
  • Q10. You are expecting sarary
  • Q11. Work from home or in office
  • Q12. Are you like thi job
Round 4 - Group Discussion 

Which life is best school or college

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't warry every body has successful life and every life one turning point in one time.
Thank you

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What do you like about working there?
  • Q2. What do you dislike about working there?
  • Q3. How many comforts there?
  • Q4. Do you like there working style?

Interview Preparation Tips

Interview preparation tips for other job seekers - Say correct answers to questions in the interview
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

It will give the hole syallabus of aptitude and reasoning

Round 3 - HR 

(3 Questions)

  • Q1. About my self and family my goal
  • Q2. About my village and technology
  • Q3. About my future plan

Interview Preparation Tips

Interview preparation tips for other job seekers - Please it is very important to me. I am looking for good job

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k 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
Capgemini Interview Questions
3.8
 • 4.7k 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
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Data Processing Analyst
714 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Data Analyst
430 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Data Processing Specialist
315 salaries
unlock blur

₹3 L/yr - ₹4.7 L/yr

Software Engineer
221 salaries
unlock blur

₹8.8 L/yr - ₹19.1 L/yr

Research Associate
179 salaries
unlock blur

₹2.9 L/yr - ₹5.8 L/yr

Explore more salaries
Compare NielsenIQ with

Kantar

3.6
Compare

GfK MODE

3.3
Compare

Dun & Bradstreet

3.3
Compare

Euromonitor International

3.6
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