Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      NIKE

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: NIKE reviews | NIKE jobs | NIKE salaries | NIKE benefits | NIKE conversations
      NIKE interviewsNIKE Sr Data Engineer interviewsNIKE interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Sr Data Engineer Interview

      Jan 20, 2023
      Anonymous Interview Candidate
      Laakdal, Antwerp

      Other Sr Data Engineer Interview Reviews for NIKE

      Senior Data Engineer Interview

      Mar 27, 2022
      Anonymous Interview Candidate
      New York, NY
      Declined offer
      Negative experience
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 4 weeks. I interviewed at NIKE (Laakdal, Antwerp) in Jan 2023

      Interview

      It was a technical interview with scenario base questions, the interviewer made some questions about SQL optimization and Spark. In general we spent more time on my CV than on proper technical questions.

      Interview questions [1]

      Question 1

      How to optimize a SQL query?
      Answer question
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at NIKE (New York, NY) in Feb 2022

      Interview

      The process is with third party BarRiser. They have rescheduled many times saying panel not available.. And finally they ahve scheduled the interview. The interviewer just want to close the call. He already have questions in note pad, he will paste it chat and except the Same ans which he has even for sql. He never asked a single question, He just copy and paste from his note pad. I really feel this is not an interview, just a silent interview with copy paste ..

      Interview questions [1]

      Question 1

      basic to advanced sql for data engineering role.
      Answer question

      Senior Data Engineer Interview

      Sep 16, 2021
      Anonymous Interview Candidate
      Bengaluru
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through a recruiter. I interviewed at NIKE (Bengaluru) in Sep 2021

      Interview

      First two rounds took by Parent company, third round is the client round(Nike). All three rounds are technical. First round is not that much of difficult, second round is technical questions and coding based on scenario and third round is also fully technical and coding test is very difficult done by nike.

      Interview questions [1]

      Question 1

      1. Explain about your projects 2. What and how will optimise spark jobs in your work(Spark related questions) 3. How will justify reliability and durability of data 4. What is Lineage graph and check points in Spark 5. Explain Strategic of Spark Coding 1. Input is an array of integers. There is a sliding window of size W which is moving from the very left of the array to the very right. Each time the sliding window moves rightwards by one position. Find the maximum number from each window. Input array is [1, 3, -1, -3, 5, 3, 6, 7] and Sliding window (W) is 3. Output array is [3, 3, 5, 5, 6, 7] 2. Write a query to provide number of times an employee got increment and max increment he has got along with columns emp_id, emp_name, joining_date, dept_name Additional info: a. An emp may not be tagged to any dept b. An emp may not have got any hike Emp table emp_id | emp_name | joining_date | Dept_id Dept table dept_id | dept_name | Dept_Location | Dept_Manager salary_increase table emp_id | increment_date | inc_amount 3. Write a Python program to find element in a list from current element to next index list is ["Mon","Tue","Wed","Thu","Fri","Sat","Sun"] If current element is “Wed” and next index is 2, result is “Fri” If current element is “Sat” and next index is 23 (cyclic), result is “Mon”
      1 Answer
      2