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

Filter interviews by

NIKE Software Development Engineer 3 Interview Questions and Answers

Updated 21 Feb 2024

NIKE Software Development Engineer 3 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 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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First Round DSA : 1 Find cycle in the graph and distance of each node to the cyclee

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

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

Round 1 - Coding Test 

In 60 mins, you have to write a text wrap library. Code should be clean, and modular and should have ways to make it more usable.

Round 2 - Technical 

(1 Question)

  • Q1. Design a mook-my-show type of system for companies. Companies can define schedule of event, number of seats available and prices if any. Only employee of company should be able to book show.
  • Ans. 

    Design a system for companies to schedule events, manage seats, and allow only employees to book shows.

    • Create a database to store company information, event schedules, seat availability, and employee details

    • Implement an authentication system to verify employee credentials

    • Develop a user interface for companies to define event schedules, seat availability, and prices

    • Allow employees to search and book shows based on their...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Laravel based questions
Round 2 - HR 

(1 Question)

  • Q1. Basic questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is garbage collector in python
  • Ans. 

    Garbage collector in Python is a built-in feature that automatically manages memory by reclaiming unused memory space.

    • Garbage collector in Python helps in automatically deallocating memory of objects that are no longer in use.

    • It prevents memory leaks by freeing up memory that is no longer needed.

    • Python's garbage collector uses reference counting and a cycle-detecting algorithm to manage memory efficiently.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

I like to choose topics java, c, python, html etc

Round 2 - Coding Test 

About java, python, c, c++, html and about coding language

Round 3 - Group Discussion 

Hoe to built skill discussion about problem and how solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresher here so i don't want to give any tips to any one

Interview Questionnaire 

1 Question

  • Q1. Oops , and project , dbms

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How you will design an E-Commerce system
  • Ans. 

    An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.

    • Identify user requirements and create user stories

    • Select appropriate technologies for front-end, back-end, and database

    • Implement secure payment and shipping methods

    • Design a user-friendly interface with easy navigation

    • Ensure scalability and performance of the sys...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initial interview was a telephonic interview for 30 minutes. Basic question and 1 question was how you will design an e-commerce system. Difficulty level was average.
Second round was an assignment .
Third round was again a technical interview

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. All standard HR questions will be asked
  • Q2. Write the code for printing a matrix in spiral order
  • Ans. 

    Code to print a matrix in spiral order

    • Create four variables to keep track of the boundaries of the matrix

    • Loop through the matrix in a spiral order and print each element

    • Adjust the boundaries of the matrix after each loop iteration

  • Answered by AI
  • Q3. Situation based questions

Interview Preparation Tips

Round: Test
Experience: The aptitude questions are very basic level and doesn't take more than 20 min. Coding question is also very easy if you get the basics of C language right.
Tips: Practice writing online coding tests as passing all the test cases is the main part where we'll have a problem. Although you get the code right, concentrate on the various test cases they may check and put your variables and output accordingly. For example, our test cases involved large values so I have to choose a double int data type instead to int. This came out of trail and error as we donot know the test case.
Duration: 75 minutes
Total Questions: 31

Round: HR Interview
Experience: Questions like Why into software from Mech? will be asked.
Tips: Be talkative!! Answer all the questions confidently. Slight preparation will help, but donot reproduce exactly what you have prepared.

Round: Technical Interview
Experience: The interviewer will help if you are stuck. I could solve it but didn't write the complete code. Also some simple puzzles are asked.
Tips: Get basics of C good, atleast upto pointers.

Round: Behavorial Interview
Experience: Questions like give me a situation where you did a job you didn't like. The interview went well. Interviewers were friendly.
Tips: Don't give premeditated answers. Talk fluently and confidently. Make it a conversation rather than a Q/A

General Tips: Confidence is the key for any interview.You may reduce your chances if your approach for a puzzle is wrong. So think before you start solving.
Skill Tips: ""
Skills: Aptitude, Coding (C language basics), Communication
College Name: IIT Madras
Motivation: Good pay, Good location, not much technical knowledge required

Skills evaluated in this interview

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

(1 Question)

  • Q1. DSA Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. DSA -> generate permutation of a string "abc", no repeated characters
2. JAVA + DSA bit-> comparator, thread(race condition (synchronised), joins, singleton), BFS of a tree level order
3. Managerial

NIKE Interview FAQs

How many rounds are there in NIKE Software Development Engineer 3 interview?
NIKE interview process usually has 1 rounds. The most common rounds in the NIKE interview process are Technical.
What are the top questions asked in NIKE Software Development Engineer 3 interview?

Some of the top questions asked at the NIKE Software Development Engineer 3 interview -

  1. Find the level of a node in a binary tr...read more
  2. It was a DSA Ro...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
 • 395 Interviews
Landmark Group Interview Questions
4.0
 • 140 Interviews
Lowe's Interview Questions
4.2
 • 127 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 Software Development Engineer 3 Salary
based on 7 salaries
₹38 L/yr - ₹45 L/yr
11% more than the average Software Development Engineer 3 Salary in India
View more details

NIKE Software Development Engineer 3 Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.3

Skill development

3.7

Work-Life balance

2.7

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
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

Software Engineer2
43 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.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