Upload Button Icon Add office photos

Filter interviews by

NielsenIQ Senior Engineer Interview Questions and Answers

Updated 1 Sep 2024

NielsenIQ Senior Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

A backend service to be created for product management.

Round 2 - Technical 

(2 Questions)

  • Q1. Logical implementation of set theory
  • Ans. 

    Set theory is a branch of mathematical logic that studies sets, which are collections of objects.

    • Set theory deals with the study of sets and their properties.

    • Sets can be defined by listing their elements or by using set-builder notation.

    • Operations on sets include union, intersection, and complement.

    • Venn diagrams are often used to visualize relationships between sets.

    • Set theory forms the foundation of many branches of m...

  • Answered by AI
  • Q2. Java features and details

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you share your work experience?
  • Q2. What tools have you used to perform finite element analysis (FEA)?
  • Q3. What is your basic knowledge of the strength of materials and finite element method (FEM)?
  • Q4. What are the shear force distribution (SFD) and bending moment diagram (BMD) for cantilever beams made of two different materials that are subjected to a point load P at the free end?
  • Q5. What is the purpose of static analysis?

Interview Preparation Tips

Interview preparation tips for other job seekers - We should have a deep understanding of the strength of materials and finite element method (FEM), and we should be able to explain what we have accomplished and the reasons behind our actions in previous companies.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How to create the IP sec tunnel?
  • Ans. 

    To create an IPsec tunnel, configure the necessary parameters on both ends of the connection.

    • Configure the IPsec parameters such as encryption algorithms, authentication methods, and key exchange protocols on both the source and destination devices.

    • Establish a secure communication channel by setting up the IPsec tunnel between the two endpoints.

    • Ensure that the IPsec tunnel is properly configured and tested for secure d...

  • Answered by AI
  • Q2. How to troubleshoot the IP sec tunnel?
  • Ans. 

    To troubleshoot an IPsec tunnel, check configurations, verify connectivity, monitor logs, and use packet capture tools.

    • Check the IPsec configuration on both ends to ensure they match

    • Verify that the tunnel endpoints can reach each other

    • Monitor logs on both devices for any error messages related to the tunnel

    • Use packet capture tools like Wireshark to analyze traffic going through the tunnel

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How ssl vpn it will be working for the remote location?
  • Ans. 

    SSL VPN allows remote users to securely access the network from any location.

    • SSL VPN uses encryption to secure the connection between the remote user and the network.

    • It authenticates users before granting access to resources.

    • SSL VPN can be set up using a web browser or a client application.

    • It provides a secure way for remote employees to access company resources.

    • SSL VPN can be configured to restrict access based on use

  • Answered by AI
  • Q2. How to configure the IP sec tunnel for 3 different location and explain the traffic traffic flow and how it will be work?
  • Ans. 

    Configuring IPsec tunnel for 3 different locations and explaining traffic flow

    • Configure IPsec tunnel on routers/firewalls at each location

    • Set up IPsec policies for encryption and authentication

    • Define IPsec tunnel endpoints and establish secure communication

    • Ensure proper routing between locations for traffic flow

    • Monitor and troubleshoot the IPsec tunnel for any issues

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How to upgrade to the palaalto firewall and fortigate?
  • Ans. 

    To upgrade to Palo Alto firewall and Fortigate, follow these steps: plan the upgrade, backup configurations, test the upgrade in a lab environment, schedule downtime, perform the upgrade, test functionality post-upgrade.

    • Plan the upgrade by determining the current firewall configurations and requirements for the new firewalls.

    • Backup configurations of the existing firewalls to ensure data safety in case of any issues dur...

  • Answered by AI
  • Q2. The both locations IP sec tunnel are down. How to troubleshoot the issue.
  • Ans. 

    To troubleshoot both locations IPsec tunnel being down, check configurations, network connectivity, and security policies.

    • Check the IPsec configurations on both ends to ensure they match

    • Verify network connectivity between the two locations

    • Check firewall and security policies to ensure they are not blocking the IPsec traffic

    • Review logs on both ends for any error messages or indications of the issue

    • Restart the IPsec serv

  • Answered by AI

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 in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ai interview backend microservices core java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture spring boot
  • Q2. Rest api implementation and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare learn and retry
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

  • Answered by AI
  • Q2. What is serialisation
  • Ans. 

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Binary search using Java 8
  • Ans. 

    Binary search is a fast search algorithm that finds the position of a target value within a sorted array.

    • Ensure the array is sorted before performing binary search.

    • Compare the target value with the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empt

  • Answered by AI
  • Q2. Merge sort and it's implementation
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves recursively

    • Sort each half separately

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the difficulties faced during the layout ?
  • Ans. 

    Difficulties faced during layout include space constraints, equipment compatibility, and regulatory compliance.

    • Space constraints can limit the placement of equipment and affect workflow.

    • Ensuring equipment compatibility can be challenging when integrating new technologies with existing systems.

    • Meeting regulatory compliance standards adds complexity to the layout design process.

  • Answered by AI
  • Q2. How to prevent the latch up in the actual layout?
  • Ans. 

    Prevent latch up in layout by using guard rings, spacing between devices, and proper substrate connections.

    • Use guard rings around sensitive nodes to prevent latch up.

    • Ensure proper spacing between devices to avoid parasitic currents.

    • Connect substrate properly to prevent latch up.

    • Use well-taps to tie substrate to the most negative voltage in the circuit.

    • Avoid high substrate resistances that can lead to latch up.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experienced , go through the projects which you have done . should get the knowledge about the tools which you are using.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python related libraries and SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Explain GD&T and its significance
  • Ans. 

    GD&T stands for Geometric Dimensioning and Tolerancing. It is a system for defining and communicating engineering tolerances.

    • GD&T is used to specify the allowable variations in form, size, and orientation of part features.

    • It helps improve communication between designers, engineers, and manufacturers by providing a clear and concise way to define part requirements.

    • GD&T uses symbols, such as position, concentricity, and ...

  • Answered by AI
  • Q2. Difference between first and third angle projection
  • Ans. 

    First angle projection is commonly used in Europe and Asia, while third angle projection is commonly used in North America.

    • First angle projection places the object in the first quadrant, with the plane of projection between the observer and the object.

    • Third angle projection places the object in the third quadrant, with the plane of projection behind the object.

    • First angle projection is commonly used in Europe and Asia,...

  • Answered by AI
  • Q3. How well are you in CATIA
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectations

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. 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 - Technical 

(2 Questions)

  • Q1. What is your responsibility role in the project
  • Q2. What is your project discuss your roles and responsibilities in your project
Round 3 - One-on-one 

(1 Question)

  • Q1. What are the technologies used
  • Ans. 

    We use a variety of technologies including Java, Python, AWS, Docker, and Kubernetes.

    • Java for backend development

    • Python for scripting and data analysis

    • AWS for cloud infrastructure

    • Docker for containerization

    • Kubernetes for container orchestration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About project and domain and which tools are used

NielsenIQ Interview FAQs

How many rounds are there in NielsenIQ Senior Engineer interview?
NielsenIQ interview process usually has 2 rounds. The most common rounds in the NielsenIQ interview process are Assignment and Technical.
How to prepare for NielsenIQ Senior Engineer 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 NielsenIQ. The most common topics and skills that interviewers at NielsenIQ expect are Python, Agile, SQL, Javascript and microsoft.
What are the top questions asked in NielsenIQ Senior Engineer interview?

Some of the top questions asked at the NielsenIQ Senior Engineer interview -

  1. Logical implementation of set the...read more
  2. Java features and deta...read more

Tell us how to improve this page.

NielsenIQ Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
NielsenIQ Senior Engineer Salary
based on 98 salaries
₹16.4 L/yr - ₹37 L/yr
201% more than the average Senior Engineer Salary in India
View more details

NielsenIQ Senior Engineer Reviews and Ratings

based on 12 reviews

3.7/5

Rating in categories

3.9

Skill development

3.5

Work-life balance

3.7

Salary

4.1

Job security

3.4

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 12 Reviews and Ratings
Data Processing Analyst
782 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Data Analyst
455 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Data Processing Specialist
332 salaries
unlock blur

₹3 L/yr - ₹4.7 L/yr

Software Engineer
239 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Research Associate
175 salaries
unlock blur

₹2.9 L/yr - ₹5 L/yr

Explore more salaries
Compare NielsenIQ with

Kantar

3.5
Compare

GfK MODE

3.3
Compare

Dun & Bradstreet

3.3
Compare

Euromonitor International

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