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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

NIKE Interview Questions and Answers

Updated 12 Jun 2025
Popular Designations

9 Interview questions

A de1 was asked 1mo ago
Q. Given an array of integers, find and return all the even numbers in the array.
Ans. 

Identify and extract even numbers from a given array of integers.

  • Iterate through the array using a loop.

  • Check if each number is even by using the modulus operator (%).

  • If a number is even (i.e., number % 2 == 0), add it to a new array.

  • Return the new array containing only even numbers.

  • Example: For the array [1, 2, 3, 4, 5], the output should be [2, 4].

A Store Manager was asked 3mo ago
Q. What is the purpose of a Standard Operating Procedure (SOP)?
Ans. 

SOPs ensure consistency, efficiency, and quality in operations by providing clear guidelines for tasks and processes.

  • Standardizes processes to ensure uniformity in operations, e.g., how to handle customer complaints.

  • Enhances training by providing clear instructions for new employees, e.g., onboarding procedures.

  • Improves compliance with regulations and safety standards, e.g., food safety procedures in a grocery sto...

View all Store Manager interview questions
A SE3 was asked 7mo ago
Q. Write a Java program to reverse a string.
Ans. 

A Java program to reverse a given string.

  • Use StringBuilder class to easily reverse the string.

  • Convert the string to a StringBuilder object, call reverse() method, then convert back to string.

  • Handle null or empty string input cases.

  • Example: Input 'hello' -> Output 'olleh'

A Software Engineer2 was asked 11mo ago
Q. How do you create a Jenkins pipeline?
Ans. 

Creating a Jenkins pipeline involves defining stages for building, testing, and deploying applications.

  • Define a Jenkinsfile in your project root to specify the pipeline.

  • Use 'pipeline' block to structure your pipeline with stages.

  • Example: 'stage('Build') { sh 'mvn clean package' }' to build a Java application.

  • Incorporate 'post' actions for notifications or cleanup after stages.

  • Utilize 'agent' to specify where the p...

View all Software Engineer2 interview questions
A Research Associate was asked
Q. What is the difference between Nike Air and Nike Zoom?
Ans. 

Nike Air and Nike Zoom are both cushioning technologies used in Nike shoes, but they differ in their construction and purpose.

  • Nike Air technology uses pressurized air in a flexible bag to provide cushioning and impact protection.

  • Nike Zoom technology uses tightly stretched fibers in the midsole to provide responsive cushioning and energy return.

  • Nike Air is more focused on impact protection and comfort, while Nike Z...

View all Research Associate interview questions
A Software Engineer Level 1 was asked
Q. What is the minimum number of steps to reach the end using dynamic programming?
Ans. 

Use dynamic programming to find the minimum steps to reach a target from a starting point.

  • Define the problem: Given a starting point and a target, find the minimum steps to reach the target.

  • Use an array to store the minimum steps required to reach each point up to the target.

  • Iterate through each point, updating the minimum steps based on previous points.

  • Example: To reach 5 from 0, possible steps are 1, 2, or 3. Ca...

View all Software Engineer Level 1 interview questions
A Software Development Engineer 3 was asked
Q. Given a binary tree and a node, find the level of the node in the tree.
Ans. 

The level of a node in a binary tree is determined by the number of edges on the path from the root to that node.

  • The level of the root node is 0.

  • To find the level of a node, traverse the tree starting from the root and increment a level counter as you move down the tree.

  • The level of a node can also be determined by its distance from the root node.

View all Software Development Engineer 3 interview questions
Are these interview questions helpful?
A Sales Representative was asked
Q. Tell me something interesting about you.
Ans. 

I am an avid traveler and have visited over 20 countries.

  • I love exploring new cultures and experiencing different cuisines.

  • I have hiked to the top of Mount Kilimanjaro in Tanzania.

  • I have volunteered at an orphanage in Cambodia.

  • I enjoy documenting my travels through photography and blogging.

View all Sales Representative interview questions
A Production Manager was asked
Q. Shoe products with type
Ans. 

The question is asking for shoe products categorized by type.

  • Shoe products can be categorized into various types such as athletic shoes, casual shoes, formal shoes, etc.

  • Each type of shoe product has its own unique features and characteristics.

  • Examples of athletic shoe types include running shoes, basketball shoes, and soccer cleats.

  • Examples of casual shoe types include sneakers, loafers, and sandals.

  • Examples of fo...

View all Production Manager interview questions

NIKE Interview Experiences

39 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was a DSA Round
  • Q2. Find the level of a node in a binary tree?
  • Ans. 

    The level of a node in a binary tree is determined by the number of edges on the path from the root to that node.

    • The level of the root node is 0.

    • To find the level of a node, traverse the tree starting from the root and increment a level counter as you move down the tree.

    • The level of a node can also be determined by its distance from the root node.

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

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

(1 Question)

  • Q1. One on one introduction
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to work
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to work
Round 4 - HR 

(1 Question)

  • Q1. HR discussion about policies and compensation

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

(1 Question)

  • Q1. Can you describe how you have managed conflicts between team members?

HR Executive Interview Questions & Answers

user image Anonymous

posted on 19 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Self introduction
  • Ans. 

    I am a dedicated HR professional with over 10 years of experience in talent acquisition and employee engagement.

    • Background: I hold a Master's degree in Human Resource Management from XYZ University.

    • Experience: I have worked in various industries, including tech and healthcare, enhancing my adaptability.

    • Achievements: Successfully implemented an employee engagement program that increased retention rates by 20%.

    • Skills: Pr...

  • Answered by AI
  • Q2. In which standard you are your work experience

HR Executive Interview Questions & Answers

user image Anonymous

posted on 11 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Tell. Me. about your self
  • Q2. Why. Should we choose you
  • Ans. 

    I bring a unique blend of skills, experience, and passion that aligns perfectly with your organization's goals and values.

    • Proven track record: In my previous role, I increased team productivity by 20% through effective project management.

    • Strong communication skills: I successfully led cross-functional teams, ensuring everyone was aligned and informed.

    • Adaptability: I thrive in fast-paced environments, quickly adjusting ...

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Find even numbers in an array
  • Ans. 

    Identify and extract even numbers from a given array of integers.

    • Iterate through the array using a loop.

    • Check if each number is even by using the modulus operator (%).

    • If a number is even (i.e., number % 2 == 0), add it to a new array.

    • Return the new array containing only even numbers.

    • Example: For the array [1, 2, 3, 4, 5], the output should be [2, 4].

  • Answered by AI
  • Q2. Cyclic house robber
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 sum problem was asked to complete

Round 2 - Assignment 

Take home project to design app

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

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. AWS questions, Behavioral questions
Round 2 - Group Discussion 

Create some kind of system design (some kind of app)

Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2024

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

I applied via Referral and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Ovue hiring question ->3 video questions(similiar to uplers) , 1 question(sql), 1 question(python)

Round 2 - One-on-one 

(4 Questions)

  • Q1. Pyspark, python coding, sql coding, Airflow, docker,oops, dbms questions
  • Q2. Pyspark architecture
  • Q3. Sql medium leetcode questions
  • Q4. 3 NF, LL python questions
Round 3 - Case Study 

System design basket ball round using pyspark api

Round 4 - HR 

(1 Question)

  • Q1. Some behaviourial and salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Nodejs basics like async await promises event loop
  • Q2. DSA questions like coin exchange
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

A/B Testing, data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Study a/b testing

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about NIKE?
Ask anonymously on communities.

NIKE Interview FAQs

How many rounds are there in NIKE interview?
NIKE interview process usually has 2-3 rounds. The most common rounds in the NIKE interview process are One-on-one Round, HR and Technical.
How to prepare for NIKE 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, Python, Agile, Scrum and SQL.
What are the top questions asked in NIKE interview?

Some of the top questions asked at the NIKE interview -

  1. What is the purpose of a Standard Operating Procedure (SO...read more
  2. Find the level of a node in a binary tr...read more
  3. TELL ME SOMETHING INTERESTING ABPOUT ...read more
What are the most common questions asked in NIKE HR round?

The most common HR questions asked in NIKE interview are -

  1. What are your salary expectatio...read more
  2. Share details of your previous j...read more
  3. Tell me about yourse...read more
How long is the NIKE interview process?

The duration of NIKE interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 45 interview experiences

Difficulty level

Easy 36%
Moderate 52%
Hard 12%

Duration

Less than 2 weeks 64%
2-4 weeks 24%
4-6 weeks 8%
6-8 weeks 4%
View more
Join NIKE WELCOME TO NIKE, INC.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
Walmart Interview Questions
3.6
 • 408 Interviews
Landmark Group Interview Questions
3.9
 • 157 Interviews
Lowe's Interview Questions
4.1
 • 136 Interviews
Tesco Interview Questions
3.8
 • 136 Interviews
Target Interview Questions
4.2
 • 120 Interviews
Decathlon Interview Questions
3.8
 • 113 Interviews
Reliance Trends Interview Questions
4.1
 • 111 Interviews
Future Group Interview Questions
4.2
 • 80 Interviews
View all

NIKE Reviews and Ratings

based on 288 reviews

4.1/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.0

Salary

3.7

Job security

4.0

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 288 Reviews and Ratings
Software Engineer
100 salaries
unlock blur

₹14.5 L/yr - ₹25.5 L/yr

Senior Software Engineer
78 salaries
unlock blur

₹24.2 L/yr - ₹43.8 L/yr

Software Engineer2
70 salaries
unlock blur

₹22 L/yr - ₹36.1 L/yr

Software Engineer III
55 salaries
unlock blur

₹28 L/yr - ₹47 L/yr

Store Manager
44 salaries
unlock blur

₹3.4 L/yr - ₹7.6 L/yr

Explore more salaries
Compare NIKE with

Reliance Retail

3.9
Compare

Future Group

4.2
Compare

Walmart

3.5
Compare

Landmark Group

3.9
Compare
write
Share an Interview