Premium Employer

i

This company page is being actively managed by NIKE Team. If you also belong to the team, you can get access from here

NIKE Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 251 Reviews

Filter interviews by

NIKE Senior Data Engineer Interview Questions and Answers

Updated 14 Jul 2022

NIKE Senior Data Engineer Interview Experiences

2 interviews found

I applied via Approached by Company and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question on sql mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st manager round
2nd technical SQL, spark, python and big data system design
3rd director round
4th HR round

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Problem solving skills!

Round 2 - Technical 

(1 Question)

  • Q1. Based on ur current work and hands on problem solving skills
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical round and involved questions from previous work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best. Prepare well and you should be good to go.

Senior Data Engineer Interview Questions Asked at Other Companies

asked in 7 Eleven
Q1. Write a query to get the customer with the highest total order va ... read more
asked in 7 Eleven
Q2. There are 10 million records in the table and the schema does not ... read more
asked in 7 Eleven
Q3. How do you handle data pipeline when the schema information keeps ... read more
asked in KFintech
Q4. Given infinite coins of some currency of denominations : 1,2,5,10 ... read more
asked in 7 Eleven
Q5. Difference between Parquet and ORC file. Why industry uses parque ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL self join related question
  • Q2. Working of spark in detail
  • Ans. 

    Spark is a distributed computing framework that processes big data in memory and is known for its speed and ease of use.

    • Spark is an open-source, distributed computing system that provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

    • It can run programs up to 100x faster than Hadoop MapReduce in memory, or 10x faster on disk.

    • Spark provides high-level APIs in Java, Scala...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. DAG implementation in detail
  • Ans. 

    DAG implementation involves defining tasks and their dependencies in a directed acyclic graph.

    • DAG is a graph where nodes represent tasks and edges represent dependencies between tasks.

    • Tasks can only be executed once all their dependencies have been completed.

    • Common tools for DAG implementation include Apache Airflow and Luigi.

    • Example: Task A must be completed before Task B can start, forming a dependency between them.

  • Answered by AI
  • Q2. Explain salting in detail
  • Ans. 

    Salting is a technique used in cryptography to add random data to passwords before hashing to prevent rainbow table attacks.

    • Salting involves adding a random string of characters to a password before hashing it

    • The salt value is unique for each password and is stored alongside the hashed password

    • Salting prevents attackers from easily cracking passwords using precomputed rainbow tables

    • Example: If a password is 'password12...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Spark SQL Hadoop Python
  • Q2. Internals of Hadoop System
  • Ans. 

    Hadoop is an open-source distributed processing framework that manages data processing and storage for big data applications.

    • Hadoop consists of HDFS (Hadoop Distributed File System) for storage and MapReduce for processing.

    • Hadoop uses a master-slave architecture with a single NameNode and multiple DataNodes.

    • Data is stored in blocks across multiple DataNodes for fault tolerance and scalability.

    • Hadoop ecosystem includes ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Intro of Databricks concepts
  • Q2. Previous projects questions and difficulties

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in Internals of Hadoop, Spark, SQL, Python, Data Structures and Algorithms.

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Round 1: This is an initial screening round. You will be tested on the foundation of multiple technologies. SQL (Majority), Python, Visualization skillset and some basic statistics. Round 2 : Advance t...

Interview Preparation Tips

Topics to prepare for Target Data Analyst interview:
  • SQL
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Wxaplinnyour project
  • Q2. How would you build a pipeline to connect http source and bring data in adls
  • Ans. 

    Build a pipeline to connect http source and bring data in adls

    • Set up a data ingestion tool like Apache NiFi or Azure Data Factory to pull data from the http source

    • Transform the data as needed using tools like Apache Spark or Azure Databricks

    • Store the data in Azure Data Lake Storage (ADLS) for further processing and analysis

  • Answered by AI
  • Q3. Dimension and fact tabel difference
  • Ans. 

    Dimension tables store descriptive attributes while fact tables store quantitative data.

    • Dimension tables contain attributes that describe the business entities, such as customer, product, or time.

    • Fact tables contain quantitative data or metrics that are typically numeric and additive, such as sales revenue or quantity sold.

    • Dimension tables are denormalized and have a one-to-many relationship with fact tables.

    • Fact table...

  • Answered by AI
  • Q4. Write slq query to get employee having 2manager
  • Ans. 

    Use a self join to find employees with 2 managers in SQL query.

    • Use a self join on the employee table to join the table with itself.

    • Count the number of distinct managers for each employee.

    • Filter the results to only include employees with 2 managers.

  • Answered by AI
  • Q5. Get second highest salary usingSQL

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Code question on tree dp and metrics dp

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

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About Hive partitioning, Pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. It was hiring drive face to face interview
  • Q2. Project related indepth discussions
  • Q3. Medium level SQL and DSA
  • Q4. Sorting colors DSA problem
  • Ans. 

    Sort an array of colors in a specific order

    • Use a custom sorting function to sort the colors based on a predefined order

    • Map each color to a numerical value and sort based on that value

    • Consider using a hashmap to store the order of colors

  • Answered by AI
  • Q5. In depth spark optimization question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Python and Spark

Skills evaluated in this interview

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

Round 1 - Coding Test 

Data structures and algorithms

Round 2 - Technical 

(1 Question)

  • Q1. Low level design and system design
Round 3 - HR 

(1 Question)

  • Q1. About project and deal with particular problem

Interview Preparation Tips

Topics to prepare for Walmart Senior Data Engineer interview:
  • Core basics
Interview preparation tips for other job seekers - Prepare well on basics. Try to engage better with problems and then only try to solve them

NIKE Interview FAQs

How many rounds are there in NIKE Senior Data Engineer interview?
NIKE interview process usually has 2 rounds. The most common rounds in the NIKE interview process are Behavioral, One-on-one Round and Coding Test.
How to prepare for NIKE Senior Data 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 NIKE. The most common topics and skills that interviewers at NIKE expect are Computer science, Machine Learning, Python, Agile and Big Data.
What are the top questions asked in NIKE Senior Data Engineer interview?

Some of the top questions asked at the NIKE Senior Data Engineer interview -

  1. Based on ur current work and hands on problem solving ski...read more
  2. Question on sql mos...read more

Tell us how to improve this page.

Join NIKE WELCOME TO NIKE, INC.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Walmart Interview Questions
3.8
 • 396 Interviews
Landmark Group Interview Questions
4.0
 • 140 Interviews
Lowe's Interview Questions
4.2
 • 128 Interviews
Tesco Interview Questions
3.9
 • 120 Interviews
Target Interview Questions
4.2
 • 114 Interviews
Reliance Trends Interview Questions
4.3
 • 100 Interviews
Decathlon Interview Questions
3.9
 • 98 Interviews
Future Group Interview Questions
4.3
 • 76 Interviews
Adidas Interview Questions
3.9
 • 72 Interviews
View all
NIKE Senior Data Engineer Salary
based on 23 salaries
₹26.7 L/yr - ₹42.2 L/yr
91% more than the average Senior Data Engineer Salary in India
View more details

NIKE Senior Data Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

3.5

Skill development

4.5

Work-Life balance

4.0

Salary & Benefits

4.5

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer2
47 salaries
unlock blur

₹14 L/yr - ₹40.2 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹24 L/yr - ₹39.7 L/yr

Software Engineer III
44 salaries
unlock blur

₹28.7 L/yr - ₹47.8 L/yr

Store Manager
43 salaries
unlock blur

₹3.4 L/yr - ₹9 L/yr

Sales Executive
40 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare NIKE with

Adidas

3.9
Compare

PUMA

4.3
Compare

Under Armour

4.1
Compare

Reebok

4.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