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 256 Reviews

Filter interviews by

NIKE Senior Software Engineer Interview Questions and Answers

Updated 13 Jun 2022

NIKE Senior Software Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Questions like reverse linked list, palindrome number etc..

Round 2 - One-on-one 

(1 Question)

  • Q1. Tech discussion on java, spring boot, distributed systems. Interview was very basic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very basic. Good hold on java frameworks, leetcode easy questions are enough to crack Nike

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1.Sum numbers in linked list
2. Maximum sum subarray

Round 2 - Technical 

(2 Questions)

  • Q1. Design and code hashmap.
  • Ans. 

    Implement a hashmap data structure in code.

    • Use an array to store key-value pairs

    • Implement a hash function to map keys to indices in the array

    • Handle collisions using techniques like chaining or open addressing

  • Answered by AI
  • Q2. Questions on kafka
Round 3 - Hld 

(1 Question)

  • Q1. Design linked in
  • Ans. 

    Design a platform similar to LinkedIn for professional networking.

    • Create user profiles with work experience, education, skills, and endorsements.

    • Allow users to connect with others, join groups, and follow companies.

    • Include features like job postings, messaging, news feed, and recommendations.

    • Implement algorithms for personalized content and job suggestions.

    • Ensure data privacy and security measures are in place.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in Dec 2024.

Round 1 - Coding Test 

The assessment consisted of an online round lasting one hour, during which there were 33 questions, all of which were challenging, including the multiple-choice questions. The questions were divided into six subsections: 1. Data Structures and Algorithms (DSA) - with a problem related to dynamic programming or recursion; 2. Java; 3. Java 8; 4. Spring; 5. Spring Boot; 6. Microservices.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

DSA medium and Java Coding Questions

Round 2 - Coding Test 

Frontend coding questions in Js and React js

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are Hooks and life cycle in React
  • Q2. Behavioural questions like leadership etc
Round 4 - HR 

(2 Questions)

  • Q1. Salary Expectations
  • Q2. Company Values and Mission
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is ReactQuery?
  • Ans. 

    ReactQuery is a library for managing server state in React applications.

    • Provides hooks for fetching, caching, and updating data from APIs

    • Automatically handles caching, background refetching, and stale data management

    • Improves performance by reducing unnecessary network requests

  • Answered by AI
  • Q2. Have you used useMemo, useCallback
  • Ans. 

    Yes, I have used useMemo and useCallback in React applications.

    • Used useMemo to memoize expensive calculations and prevent unnecessary re-renders.

    • Used useCallback to memoize functions and prevent unnecessary re-creations.

    • Example: const memoizedValue = useMemo(() => calculateValue(a, b), [a, b]);

    • Example: const memoizedFunction = useCallback(() => { doSomething(a, b); }, [a, b]);

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Linked list implementation with second largest and second smallest
  • Ans. 

    Implement a linked list with methods to find the second largest and second smallest elements.

    • Create a linked list class with methods to insert elements, find second largest, and find second smallest.

    • Traverse the linked list to find the largest and smallest elements, then find the second largest and second smallest.

    • Handle edge cases such as empty list or lists with less than 2 elements.

    • Consider using a priority queue to...

  • Answered by AI
  • Q2. Max Frequency Character in a string
  • Ans. 

    Find the character with the highest frequency in a given string.

    • Iterate through the string and count the frequency of each character using a hashmap.

    • Track the character with the highest frequency as you iterate.

    • Return the character with the highest frequency at the end.

  • Answered by AI
  • Q3. Longest common subsequence print
  • Ans. 

    Find and print the longest common subsequence in an array of strings

    • Use dynamic programming to find the longest common subsequence

    • Iterate through the array of strings to find common characters

    • Print the longest common subsequence found

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Solid design principles
  • Ans. 

    Solid design principles are fundamental guidelines for designing software that is maintainable, scalable, and efficient.

    • Follow the SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion)

    • Use design patterns like Factory, Singleton, Observer, etc. to solve common design problems

    • Keep code modular, reusable, and easy to understand

    • Separate concerns and avoid ti

  • Answered by AI
  • Q2. Snake and Ladder LLD
  • Q3. Executor Service

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers kind of works on predefined knowledge. Don't use logic just provide them the basic answers and it will work. Interviewers aren't knowledgeable. You'll feel a gap in their understanding if you try to go little different.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Its a normal questions which usually service based company asked
  • Q2. Overall it is good
Round 2 - Case Study 

Ask you to implement any solution like caching using LRU or LFU

Round 3 - Assignment 

Its a manager round where they discuss about u=your past experiences and also they tell you about the project

Round 4 - HR 

(2 Questions)

  • Q1. I think they gave you only based on your previous offer.
  • Q2. Negotiate well with them . Don't accept just for the sake of an offer because further they will not change it until/ unless it is filling position.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 coding questions were asked one on string to remove the nested parantheses and form string.
Second question was- I was given a mapping array and a num array
Mapping - {6,2,0,7,1,8,3,4,5,9}
NUM- {996, 25, 225}
Output- 553, 08, 008}

Round 2 - Technical 

(4 Questions)

  • Q1. Callback method in java and alternatives
  • Ans. 

    Callback method in Java allows passing a function as an argument to another function. Alternatives include using interfaces, lambda expressions, and method references.

    • Callback method allows passing a function as an argument to another function

    • Alternatives include using interfaces, lambda expressions, and method references

    • Example: Using Runnable interface in Java to pass a function as a callback

  • Answered by AI
  • Q2. Hashmap vs concurrent hashmap
  • Ans. 

    Hashmap is not thread-safe, while ConcurrentHashMap is thread-safe and allows for concurrent access.

    • Hashmap is not thread-safe and can lead to race conditions in a multi-threaded environment.

    • ConcurrentHashMap is thread-safe and allows for concurrent access by multiple threads without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, each of which can be lo...

  • Answered by AI
  • Q3. Different method to invoke methode with using constructor or variable
  • Ans. 

    You can invoke a method using a constructor by creating an instance of the class and calling the method, or by using a variable that holds a reference to the method.

    • Invoke method using constructor: ClassName obj = new ClassName(); obj.methodName();

    • Invoke method using variable: ClassName obj = new ClassName(); Runnable r = obj::methodName; r.run();

  • Answered by AI
  • Q4. Ask many scenario based questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Design patterns
  • Q2. IIS services questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. How can fragments communicate among themselves
  • Ans. 

    Fragments can communicate among themselves using interfaces, shared view models, and activity callbacks.

    • Use interfaces to define communication contract between fragments

    • Implement the interface in the hosting activity and pass it to the fragments

    • Use shared view models to share data between fragments

    • Use activity callbacks like onActivityResult() to communicate between fragments

  • Answered by AI
Round 2 - Coding Test 

Find cycle in a linked list

Skills evaluated in this interview

NIKE Interview FAQs

How many rounds are there in NIKE Senior Software Engineer interview?
NIKE interview process usually has 2 rounds. The most common rounds in the NIKE interview process are One-on-one Round and Coding Test.
How to prepare for NIKE Senior Software 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 Python, Data Analysis, Computer science, Monitoring and Agile.

Tell us how to improve this page.

NIKE Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
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
 • 405 Interviews
Landmark Group Interview Questions
4.0
 • 142 Interviews
Lowe's Interview Questions
4.2
 • 128 Interviews
Tesco Interview Questions
3.8
 • 121 Interviews
Target Interview Questions
4.2
 • 116 Interviews
Reliance Trends Interview Questions
4.3
 • 101 Interviews
Decathlon Interview Questions
3.9
 • 100 Interviews
Future Group Interview Questions
4.3
 • 76 Interviews
Adidas Interview Questions
3.9
 • 72 Interviews
View all
NIKE Senior Software Engineer Salary
based on 44 salaries
₹24 L/yr - ₹39.5 L/yr
117% more than the average Senior Software Engineer Salary in India
View more details

NIKE Senior Software Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

2.9

Skill development

4.8

Work-life balance

4.0

Salary

3.4

Job security

2.5

Company culture

1.6

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
44 salaries
unlock blur

₹24 L/yr - ₹39.5 L/yr

Software Engineer III
44 salaries
unlock blur

₹28.7 L/yr - ₹47.8 L/yr

Software Engineer2
44 salaries
unlock blur

₹22 L/yr - ₹40.2 L/yr

Store Manager
42 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.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview