i
Decathlon
Filter interviews by
I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.
It is oru skills and communication and problem solving time management
Group dicussion is nothinv but face to face of interview choose one topic and say somethinh about from 5 to 7 minutes of paragarpah and to be staright forward of this group discussion and proper pronuciation and way of speaking and communication language whether right or wrong we must do and speak
I applied via LinkedIn and was interviewed in Oct 2024. There were 6 interview rounds.
WHERE is used to filter rows before grouping, HAVING is used to filter groups after grouping.
WHERE is used with SELECT statement to filter rows based on a condition
HAVING is used with GROUP BY statement to filter groups based on a condition
WHERE is applied before grouping, HAVING is applied after grouping
Example: SELECT * FROM table WHERE column = 'value'
Example: SELECT column, COUNT(*) FROM table GROUP BY column HAVIN...
Retail data case study
Case study discussion
Metrics used in retail business include sales, customer acquisition cost, customer lifetime value, inventory turnover, and gross margin.
Sales: Total revenue generated from products or services sold
Customer acquisition cost: Cost incurred to acquire a new customer
Customer lifetime value: Predicted revenue a customer will generate over their lifetime
Inventory turnover: Number of times inventory is sold and replaced in a ...
I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.
The work-life balance for women.
Our group is called 'Innovative Minds' and we focus on creative problem-solving and out-of-the-box thinking.
Encourage brainstorming sessions
Promote collaboration and idea sharing
Implement innovative solutions in projects
A virtual reality escape room game where players must solve puzzles to escape a haunted mansion.
Utilize VR technology for immersive experience
Incorporate various types of puzzles (logic, riddles, physical)
Include spooky atmosphere and jump scares for added thrill
I am motivated to join the company because of its strong reputation in the industry, opportunities for growth, and alignment with my career goals.
Strong reputation in the industry
Opportunities for growth
Alignment with career goals
Aptitude test is the determine a person determination and skills for knowledge
The biggest dream in my life is to travel the world and experience different cultures.
Exploring new countries and trying different cuisines
Immersing myself in local traditions and customs
Meeting people from diverse backgrounds and learning about their lives
I appeared for an interview in May 2025, where I was asked the following questions.
Spring Boot simplifies Spring application development with auto-configuration and embedded servers, while Spring is a comprehensive framework.
Spring is a comprehensive framework for building Java applications, while Spring Boot is a project that simplifies Spring application setup.
Spring requires extensive configuration, whereas Spring Boot uses convention over configuration, reducing boilerplate code.
Spring Boot inclu...
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Gdhas djsahd hadshsajd a djhsajd a dasdsad asd
I am a dedicated Test Engineer with a strong background in software testing, quality assurance, and a passion for delivering high-quality products.
Experience in Manual and Automated Testing: I have worked on both manual and automated testing projects, using tools like Selenium and JUnit.
Strong Understanding of SDLC: I am well-versed in the Software Development Life Cycle, ensuring that testing is integrated at every st...
As a Test Engineer, I possess strong analytical skills, attention to detail, and expertise in various testing methodologies.
Manual Testing: I have extensive experience in manual testing, ensuring software quality through thorough test case execution and defect reporting.
Automation Skills: Proficient in automation tools like Selenium and TestNG, I have successfully automated regression tests, reducing testing time by 40...
Improving job performance involves enhancing skills, effective communication, and time management.
Set clear goals: Define daily, weekly, and monthly objectives to stay focused.
Enhance skills: Take online courses or attend workshops relevant to your role.
Prioritize tasks: Use tools like to-do lists or project management software to manage workload.
Seek feedback: Regularly ask supervisors for constructive criticism to id...
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.
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
Binary search efficiently finds an element's index in a sorted array by repeatedly dividing the search interval in half.
Binary search requires a sorted array to function correctly.
It works by comparing the target value to the middle element of the array.
If the target is less than the middle element, search the left half; if greater, search the right half.
Example: In the array [1, 3, 5, 7, 9], to find 5, check the middl...
I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.
I am a Senior Data Analyst with extensive experience in data visualization, statistical analysis, and business intelligence.
Data Visualization: I have created interactive dashboards using tools like Tableau and Power BI to help stakeholders make data-driven decisions.
Statistical Analysis: I utilize statistical methods to analyze trends and patterns in large datasets, such as using regression analysis to forecast sales.
...
As a Senior Data Analyst, I analyze data trends, create reports, and collaborate with teams to drive data-informed decisions.
Data Analysis: I regularly analyze large datasets to identify trends and insights that inform business strategies, such as customer behavior analysis.
Reporting: I create detailed reports and dashboards using tools like Tableau and Power BI to visualize data findings for stakeholders.
Collaboration...
Views are virtual tables that display data from one or more tables, while temp tables are temporary tables that store data temporarily.
Views are virtual tables created by a query, while temp tables are physical tables created in the database.
Views do not store data themselves, but display data from underlying tables, while temp tables store data temporarily for a session or transaction.
Views can be used for security pu...
SQL query to join two tables and extract relevant data based on specified conditions.
Use JOIN clause to combine rows from both tables based on a related column.
Example: SELECT * FROM table1 JOIN table2 ON table1.id = table2.foreign_id;
Consider using INNER JOIN for matching records only, or LEFT JOIN for all records from the left table.
Use WHERE clause to filter results based on specific criteria.
Example: SELECT * FROM ...
Filters in Tableau allow users to narrow down data displayed in visualizations based on specific criteria.
Filters can be applied to dimensions or measures in Tableau.
Users can use filters to focus on specific subsets of data, such as a particular region or time period.
Filters can be set up as dropdown menus, sliders, or checkboxes for user interaction.
Example: Filtering sales data to show only results from the past yea...
Parameters in Tableau allow users to control the values in a visualization without modifying the underlying data.
Parameters can be used to filter data, change calculations, or modify the appearance of a visualization.
They can be created by defining a parameter in Tableau and then using it in calculated fields or filters.
Parameters can be set to different data types such as string, integer, float, date, etc.
Users can in...
Types of bar charts in Tableau include standard bar, stacked bar, and side-by-side bar.
Standard bar chart displays individual bars for each category
Stacked bar chart shows the total value broken down into sub-categories
Side-by-side bar chart compares multiple measures across categories
Example: Stacked bar chart can be used to show sales by region, with each region broken down by product category
Data blending combines data from different sources in Tableau, while joins combine data from the same source.
Data blending is used when data comes from different sources and cannot be joined directly.
Joins are used when data comes from the same source and can be combined based on a common key.
Data blending allows for more complex analysis by combining unrelated data sets.
Joins are more efficient for combining related d...
The probability of getting both heads when a coin is tossed 2 times is 1/4. If the coin is biased, the probability may change.
The probability of getting both heads in a fair coin toss is 1/4 (1/2 * 1/2).
If the coin is biased, the probability of getting both heads may be different depending on the bias.
For example, if the coin is biased towards heads with a probability of 0.6, the probability of getting both heads would...
Tree map displays hierarchical data using nested rectangles, while heat map shows data values using color intensity.
Tree map visualizes hierarchical data with nested rectangles, where the size of each rectangle represents a measure.
Heat map displays data values using color intensity, with darker colors indicating higher values.
Tree map is useful for showing proportions within a whole, while heat map is effective for id...
Present the case study through PPT which you already prepared before round 1. Hr reached out to me to complete case study before round 1.
I want to join Decathlon to combine my passion for sports with a commitment to promoting an active lifestyle and teamwork.
Passion for Sports: I have been an avid runner for years, participating in local marathons, and I believe Decathlon's values align with my love for sports.
Commitment to Active Lifestyle: I admire Decathlon's mission to make sports accessible to everyone, and I want to contribute to that vision.
Teamw...
I bring a unique blend of skills, experience, and passion that sets me apart from other candidates for this role.
Proven Track Record: I have successfully led multiple projects that increased team efficiency by 30%, showcasing my leadership abilities.
Strong Communication Skills: My experience in cross-functional teams has honed my ability to convey complex ideas clearly, ensuring alignment.
Adaptability: I thrive in dyna...
Top trending discussions
The duration of Decathlon interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 115 interview experiences
Difficulty level
Duration
based on 1.1k reviews
Rating in categories
10-12 Yrs
Not Disclosed
Sports Leader
407
salaries
| ₹2 L/yr - ₹5.1 L/yr |
Department Manager
303
salaries
| ₹3.5 L/yr - ₹7 L/yr |
Sales Manager
133
salaries
| ₹2 L/yr - ₹5.1 L/yr |
Operations Manager
101
salaries
| ₹4.6 L/yr - ₹10.6 L/yr |
Sports Lead
75
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Reliance Retail
Reliance Digital
Future Group
Walmart