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 Backend Developer Interview Questions and Answers

Updated 4 Jul 2024

Decathlon Backend Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Question related to java , springboot , hibernate, one dsa question based on two pointer

Interview Preparation Tips

Interview preparation tips for other job seekers - If it's tech specific like - java developer -> be prepare for questions related to java and spring boot

Interview questions from similar companies

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

I applied via Internshala and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two questions were asked of easy level

Round 2 - Technical 

(2 Questions)

  • Q1. What is node js
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications.

    • It allows developers to use JavaScript for both client-side and server-side development.

    • Node.js has a large ecosystem of open-source libraries and frameworks, such

  • Answered by AI
  • Q2. Php frameworks working
  • Ans. 

    Php frameworks are tools that help developers build web applications more efficiently by providing pre-built components and structures.

    • Popular Php frameworks include Laravel, Symfony, CodeIgniter, and Yii.

    • Frameworks like Laravel offer features like routing, authentication, and database management out of the box.

    • Choosing the right framework depends on project requirements, developer experience, and community support.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How recruiting and selection differ each other.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Medium SQL, Statistics ,Guesstimate round

Round 2 - Case Study 

Supply and demand price increase, decrease related case study

Round 3 - Coding Test 

Domain knowledge and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL and your past projects very well which will help you to be confident during the interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Based on resume skills
  • Q2. Based on project done

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Q2. What about Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Not pressure in interview

Data Analyst Interview Questions & Answers

Lowe's user image Sai Praveen Reddy Allam

posted on 6 Sep 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. 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 - Coding Test 

Pandas, python, SQL based questions

Round 3 - Technical 

(1 Question)

  • Q1. Pandas, python, sql, business case study and logical reasoning
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About what are you working on and your current role.
Round 2 - Technical 

(1 Question)

  • Q1. Technical skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2022. 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 - Technical 

(8 Questions)

  • Q1. Limitations of Vlookup
  • Ans. 

    Vlookup limitations include limited search range, case sensitivity, and inability to handle multiple matches.

    • Vlookup only searches for values in the leftmost column of the table array

    • It is case sensitive and cannot handle spelling errors

    • It only returns the first match and cannot handle multiple matches

    • It cannot search for values to the left of the lookup column

    • It can be slow and inefficient for large datasets

  • Answered by AI
  • Q2. Vlookup vs Index-Match
  • Ans. 

    Vlookup and Index-Match are both Excel functions used for lookup and retrieval of data.

    • Vlookup is simpler and faster but has limitations in terms of flexibility and handling of large datasets.

    • Index-Match is more versatile and can handle complex data structures but is slower and requires more effort to set up.

    • Vlookup is best suited for simple lookups with small datasets while Index-Match is better for more complex looku...

  • Answered by AI
  • Q3. Define Excel Functions Sum , Sum if , Count , CountA , Count Blanks
  • Ans. 

    Excel functions are pre-built formulas that perform calculations or manipulate data in a spreadsheet.

    • Sum: adds up a range of numbers

    • Sum if: adds up a range of numbers based on a specified condition

    • Count: counts the number of cells in a range that contain numbers

    • CountA: counts the number of cells in a range that are not empty

    • Count Blanks: counts the number of empty cells in a range

  • Answered by AI
  • Q4. Limitations of Structural Query Language
  • Ans. 

    SQL limitations include lack of scalability, security vulnerabilities, and difficulty in handling unstructured data.

    • SQL is not suitable for handling unstructured data like images, videos, and audio files.

    • It can be difficult to scale SQL databases to handle large amounts of data.

    • SQL databases can be vulnerable to security threats like SQL injection attacks.

    • SQL is not always the best choice for real-time data processing ...

  • Answered by AI
  • Q5. Write code to find duplicate Records.
  • Ans. 

    Code to find duplicate records

    • Identify the key columns to check for duplicates

    • Use GROUP BY and HAVING clauses to filter out duplicates

    • Consider using window functions like ROW_NUMBER() to identify and remove duplicates

    • Use programming languages like SQL, Python, or R to write the code

  • Answered by AI
  • Q6. Write code to describe database and Columns from a particular table
  • Ans. 

    Code to describe database and columns from a table

    • Use SQL SELECT statement to retrieve column names and data types

    • Use DESC command to get table structure

    • Use INFORMATION_SCHEMA.COLUMNS to get detailed information about columns

    • Use SHOW CREATE TABLE to get table creation statement

  • Answered by AI
  • Q7. What is trigger in SQL?
  • Ans. 

    A trigger in SQL is a set of instructions that automatically executes in response to a specific event or action.

    • Triggers can be used to enforce business rules, audit changes, or replicate data.

    • They can be defined to execute before or after an INSERT, UPDATE, or DELETE statement.

    • Triggers can also be nested, meaning one trigger can execute another trigger.

    • Examples of triggers include sending an email notification when a ...

  • Answered by AI
  • Q8. What is the use if store procedure ?
  • Ans. 

    Stored procedures are precompiled SQL statements that can be reused and executed multiple times.

    • Stored procedures improve performance by reducing network traffic and improving security.

    • They can be used to encapsulate business logic and provide a consistent interface to the database.

    • Stored procedures can also be used to simplify complex queries and transactions.

    • Examples include procedures for inserting, updating, and de...

  • Answered by AI
Round 3 - Behavioral 

(7 Questions)

  • Q1. How you get your data in your organization
  • Ans. 

    Data is collected from various sources including databases, APIs, and user input.

    • We have access to multiple databases where we can extract relevant data

    • We use APIs to gather data from external sources such as social media platforms

    • Users can input data through forms or surveys

    • We also collect data through web scraping techniques

  • Answered by AI
  • Q2. What type of challenges you face in your day today work
  • Ans. 

    As a data analyst, I face challenges such as data quality issues, incomplete or inconsistent data, and time constraints.

    • Data quality issues: Dealing with missing or inaccurate data that can affect the analysis.

    • Incomplete or inconsistent data: Working with datasets that are not complete or have inconsistencies, requiring data cleaning and manipulation.

    • Time constraints: Balancing multiple projects and deadlines, often ne...

  • Answered by AI
  • Q3. Sequence of Execution of SQL codes. Select - Where-from-Having- order by etc
  • Ans. 

    The sequence of execution of SQL codes is Select-From-Where-Group By-Having-Order By.

    • Select: choose the columns to display

    • From: specify the table(s) to retrieve data from

    • Where: filter the data based on conditions

    • Group By: group the data based on a column

    • Having: filter the grouped data based on conditions

    • Order By: sort the data based on a column

  • Answered by AI
  • Q4. Difference between having and where clause
  • Ans. 

    HAVING is used with GROUP BY to filter the results after grouping. WHERE is used to filter the results before grouping.

    • HAVING is used with GROUP BY clause while WHERE is used with SELECT clause.

    • HAVING is used to filter the results of aggregate functions while WHERE is used to filter individual rows.

    • HAVING is used to filter the results after grouping while WHERE is used to filter the results before grouping.

    • HAVING can o...

  • Answered by AI
  • Q5. Difference between CSV file and Excel file
  • Ans. 

    CSV files are plain text files that store tabular data, while Excel files are binary files that can contain multiple sheets and complex formatting.

    • CSV files are simpler and more lightweight compared to Excel files.

    • CSV files can be easily opened and edited using a text editor, while Excel files require specific software like Microsoft Excel.

    • CSV files do not support formulas, macros, or formatting options like colors and...

  • Answered by AI
  • Q6. How much amount of data you Handel till now.
  • Ans. 

    I have handled large amounts of data in my previous roles.

    • I have experience handling terabytes of data in my previous role as a data analyst at XYZ company.

    • I have worked with data from various sources such as databases, spreadsheets, and APIs.

    • I have also used tools like SQL, Python, and Excel to manipulate and analyze data.

    • I am comfortable working with both structured and unstructured data.

    • I have experience cleaning an...

  • Answered by AI
  • Q7. What are the different approach you use for data cleaning.
  • Ans. 

    Different approaches for data cleaning include removing duplicates, handling missing values, correcting inconsistent data, and standardizing formats.

    • Remove duplicates

    • Handle missing values

    • Correct inconsistent data

    • Standardize formats

    • Use statistical methods to identify outliers

    • Check for data accuracy and completeness

    • Normalize data

    • Transform data types

    • Apply data validation rules

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Walmart Data Analyst interview:
  • Excel
  • SQL
  • MS PowerPoint
Interview preparation tips for other job seekers - Good Communication
Presence of mind is required to clear interview

Skills evaluated in this interview

Decathlon Interview FAQs

How many rounds are there in Decathlon Backend Developer interview?
Decathlon interview process usually has 1 rounds. The most common rounds in the Decathlon interview process are Coding Test.

Tell us how to improve this page.

Decathlon Backend Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
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
 • 149 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
 • 121 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
429 salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Department Manager
288 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