Upload Button Icon Add office photos
Engaged Employer

i

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

Decathlon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Decathlon Lead Engineer Interview Questions and Answers

Updated 9 Aug 2024

Decathlon Lead Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on response code
  • Q2. Scenario based questions
Round 2 - Technical 

(2 Questions)

  • Q1. Program to move all zeros in a array to end
  • Ans. 

    Program to move all zeros in an array to end

    • Iterate through the array and keep track of non-zero elements

    • Append non-zero elements to a new array

    • Append zeros to the end of the new array

  • Answered by AI
  • Q2. One more program on binary search
Round 3 - HR 

(1 Question)

  • Q1. Interests and hobbies

Interview questions from similar companies

Interview Preparation Tips

General Tips: It's not a World Cup final and you're not Tendulkar. So relax, you don't have the burden of a nation's expectation on you. If you've managed to understand the fundamentals of algorithms, data structures, OS etc., cracking interviews shouldn't be hard. If you've not, then I guess you need at least a couple of months of intense preparation.
College Name: NIT SURATHKAL

Associate Interview Questions & Answers

Walmart user image amruta tabhane

posted on 7 May 2022

I applied via Walk-in and was interviewed before May 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Firstly our intro like personal information ,Education regarding questions..then the ask this your first job or experience..regarding any other job perferd then they will see your physical strength are you...
  • Ans. Same as per the ask questions..
  • Answered by amruta tabhane

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best everyone for your job interview..get more experience more working knowledge..very well thankyou..

I applied via Walk-in and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. How it will work or what is the type of XYZ
  • Ans. 

    The type of XYZ is a software platform that utilizes machine learning algorithms to analyze data and provide insights.

    • XYZ is a software platform

    • It uses machine learning algorithms to analyze data

    • It provides insights based on the analyzed data

    • Examples of use cases include fraud detection, predictive maintenance, and customer segmentation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Reliance Retail Associate interview:
  • How to sale
Interview preparation tips for other job seekers - HR ROUND IS FINE
BUT THE WORK PRESSURE IS HIGH
BURN YOUR BLOOD AND SALE THE XYZ

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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Do you have any Technical Knowledge?
  • Ans. I have Technical Knowledge about Server & Computer Troubleshooting.
  • Answered by Manoj Namdev
  • Q2. Can you travel for Job
  • Ans. I can visit any part of India.
  • Answered by Manoj Namdev

Interview Preparation Tips

Interview preparation tips for other job seekers - Add skill in your resume & in your personality. I have seen many people's they have completed there PG but don't have skills.
So Skills is necessary.

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Multipal choice question

Round 3 - Coding Test 

Coding test only they are asking

Round 4 - Assignment 

Assessment test only they are asking

Round 5 - Case Study 

Case study only asking

Round 6 - Group Discussion 

Group discussion only they are asking

Round 7 - HR 

(1 Question)

  • Q1. HR intervew only they are asking
Round 8 - Technical 

(1 Question)

  • Q1. Technical test only they are asking
Round 9 - One-on-one 

(1 Question)

  • Q1. One-on-one Round only they are askinh
Round 10 - Coding Test 

Coding test only for asking

Round 11 - Experence 

(1 Question)

  • Q1. Introduce your self only
Round 12 - HR 

(1 Question)

  • Q1. HR only thery are asking
Round 13 - Technical 

(1 Question)

  • Q1. Technical question only
Round 14 - Case Study 

Case study only asking

Round 15 - Assignment 

Assignment only they asking

Interview Preparation Tips

Interview preparation tips for other job seekers - Fresher I am so can't explain yous questions the i can explain you question answer but right not know

Software Engineer Interview Questions & Answers

Lowe's user image Asish Kumar Mahapatra

posted on 17 Jul 2024

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

(1 Question)

  • Q1. Java tricky question related to collections
Round 2 - Technical 

(1 Question)

  • Q1. HLD discussion related to current project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions about JavaScript, different types of DataTypes,
  • Q2. Write code to add elements dynamically
  • Ans. 

    Adding elements dynamically to an array in code

    • Use push() method to add elements to an array in JavaScript

    • In Python, use append() method to add elements to a list

    • In Java, use ArrayList and add() method to dynamically add elements

  • Answered by AI
  • Q3. What is Hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.

    • Variable and function declarations are hoisted to the top of their scope during the compilation phase.

    • Only the declarations are hoisted, not the initializations.

    • Function declarations take precedence over variable declarations when hoisted.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Current CTC, Experience
  • Q2. What is expected CTC
  • Ans. 

    Expected CTC should be based on industry standards, experience, skills, and location.

    • Research industry standards for Software Engineer salaries

    • Consider your experience level and skills when determining expected CTC

    • Take into account the cost of living in the location of the job

    • Negotiate based on the job responsibilities and market demand

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. System Design Questions, Situation based problems of system design
  • Q2. Data Structure Coding question of HashMap
Round 2 - Technical 

(1 Question)

  • Q1. Again System design, Question from your project and architecture of your project

Decathlon Interview FAQs

How many rounds are there in Decathlon Lead Engineer interview?
Decathlon interview process usually has 3 rounds. The most common rounds in the Decathlon interview process are Technical and HR.
What are the top questions asked in Decathlon Lead Engineer interview?

Some of the top questions asked at the Decathlon Lead Engineer interview -

  1. Program to move all zeros in a array to ...read more
  2. One more program on binary sea...read more
  3. Questions on response c...read more

Tell us how to improve this page.

Decathlon Lead Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Walmart Interview Questions
3.7
 • 387 Interviews
Titan Company Interview Questions
4.3
 • 151 Interviews
Landmark Group Interview Questions
4.0
 • 150 Interviews
V-Mart Interview Questions
4.2
 • 146 Interviews
Lowe's Interview Questions
4.2
 • 129 Interviews
Croma Interview Questions
4.0
 • 127 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Reliance Digital Interview Questions
4.1
 • 120 Interviews
Shoppers Stop Interview Questions
4.1
 • 112 Interviews
View all

Fast track your campus placements

View all
Sports Leader
428 salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Department Manager
290 salaries
unlock blur

₹2.7 L/yr - ₹7.2 L/yr

Sales Manager
141 salaries
unlock blur

₹2.2 L/yr - ₹5.1 L/yr

Operations Manager
84 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Sports Lead
74 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Decathlon with

Reliance Retail

3.9
Compare

Future Group

4.2
Compare

Reliance Digital

4.1
Compare

Titan Company

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview