Upload Button Icon Add office photos

Lowe's

Compare button icon Compare button icon Compare

Filter interviews by

Lowe's Senior Data Analyst Interview Questions and Answers

Updated 8 Nov 2024

Lowe's Senior Data Analyst Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Basic experience related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Similar to L1.Interviewed with senior manager.
Round 3 - One-on-one 

(1 Question)

  • Q1. Team fit round with Director
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion
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 Jul 2024. There was 1 interview round.

Round 1 - Case Study 

Given a excel data and asked to find the sumif, pivot table, calculated field creation

given logical thinking questions

Questions on the generic costing as it is for vendor cost management team
-About inventory turnover ratio
-inflation impact on the cost increase in raw material or Finished product
-aptitude question

Senior Data Analyst Interview Questions Asked at Other Companies

Q1. What is the difference between Least Squares Method and the maxim ... read more
Q2. How do you improve the performance of Linear Regression
asked in Proftware
Q3. Imagine you are presented with a complex dataset from a multinati ... read more
Q4. How do you handle overfitting and underfitting in Decision Trees
Q5. What metrics do you use to evaluate classification models

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. In brick and motor business which are the key metrics responsible for tracking growth ?
  • Ans. 

    Key metrics for tracking growth in brick and mortar business.

    • Sales revenue

    • Customer footfall

    • Average transaction value

    • Customer retention rate

    • Inventory turnover rate

    • Gross profit margin

    • Net promoter score

    • Employee productivity

    • Marketing ROI

  • Answered by AI
  • Q2. How are they interrelated to each other ? Basically a KPI tree ?
  • Ans. 

    KPIs are interrelated in a tree-like structure, with higher-level KPIs being influenced by lower-level ones.

    • KPIs are Key Performance Indicators that measure the success of a business or project.

    • KPIs can be organized in a tree-like structure, with higher-level KPIs being influenced by lower-level ones.

    • For example, a company's overall revenue might be a high-level KPI, with lower-level KPIs such as sales revenue and cust...

  • Answered by AI
  • Q3. Case study of advertising of a new store opening in location ?
  • Ans. 

    Advertising a new store opening in a location

    • Identify target audience and their preferences

    • Create a catchy slogan and design attractive visuals

    • Utilize social media platforms and local newspapers for promotion

    • Offer discounts and promotions to attract customers

    • Organize a grand opening event to create buzz and excitement

  • Answered by AI
  • Q4. Case study regarding targeting customers ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be prepared with in and out of brick and mortar business .

Interview Questionnaire 

1 Question

  • Q1. What is logistics regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a dependent variable and one or more independent variables.

    • It is a type of regression analysis used for predicting binary outcomes

    • It uses a logistic function to model the probability of the dependent variable

    • It is commonly used in fields such as healthcare, finance, and marketing

    • Example: Predicting whether a customer will buy...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is logistics regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is a type of regression analysis used for predicting binary outcomes

    • It uses a logistic function to model the probability of the dependent variable

    • It is commonly used in fields such as healthcare, finance, and marketing

    • Example: Predicting whether a customer w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of statistics, SQL and Python

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Sql queries on join and window functions
  • Q2. Brain teasers
  • Q3. Business Case study
  • Q4. Statistics and formula

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About sql, python, visualaization
Round 2 - Technical 

(1 Question)

  • Q1. About sql and business kpi's
Round 3 - Technical 

(1 Question)

  • Q1. Sql and business kpi's
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Python questions dataframe creata
  • Q2. SQL questions joins , windows function,cte
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Prepare All theoretical questions related to SQL and excel. Learn everything about your resume so that you will be able to explain each and everything about the resume.
  • Q2. Difference between Vlookup and Xlookup ?
  • Ans. 

    Vlookup searches for a value in the first column of a range and returns a value in the same row from a specified column. Xlookup is a more powerful and flexible function that can search in any direction and return multiple results.

    • Vlookup searches vertically in a table and returns a value from a specified column.

    • Xlookup can search in any direction (horizontal, vertical, or both) and return multiple results.

    • Vlookup requ...

  • Answered by AI
  • Q3. Difference between Subquery and CTE. Which is better?
  • Ans. 

    Subquery is a query nested within another query, while CTE is a temporary result set defined within a query. Both have their own use cases.

    • Subquery is enclosed in parentheses and can be used in SELECT, INSERT, UPDATE, or DELETE statements.

    • CTE is defined using the WITH keyword and can be referenced multiple times in a query.

    • CTEs are more readable and easier to maintain compared to subqueries.

    • Subqueries are useful when t...

  • Answered by AI
  • Q4. No of records returned after applying left and inner join on 2 tables.
  • Q5. Pivot the table in SQL using case when statements.
  • Ans. 

    Pivoting a table in SQL using case when statements

    • Use the CASE WHEN statement to create new columns based on specific conditions

    • Use the SUM or COUNT function to aggregate data in the pivoted table

    • Group by the remaining columns to ensure correct aggregation

    • Example: SELECT id, SUM(CASE WHEN category = 'A' THEN value END) AS A_total FROM table_name GROUP BY id;

  • Answered by AI
Round 2 - Case Study 

Business Case Questions Based on a scenario where the company's Sales is Declining. How we can address the issue using transaction data

Interview Preparation Tips

Topics to prepare for Landmark Group Business Analyst interview:
  • SQL
  • EXCEL
Interview preparation tips for other job seekers - Solve as many Business case studies as you can. Prepare well for SQL questions. You might get asked situation-based questions. Follow and show a structured approach while solving these questions. and you are good to go.

Skills evaluated in this interview

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

60 question 90 minutes

Round 2 - Group Discussion 

Faviorate sports persion of india

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Lowe's Interview FAQs

How many rounds are there in Lowe's Senior Data Analyst interview?
Lowe's interview process usually has 2-3 rounds. The most common rounds in the Lowe's interview process are One-on-one Round, Case Study and HR.

Tell us how to improve this page.

Lowe's Senior Data Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Walmart Interview Questions
3.8
 • 409 Interviews
Landmark Group Interview Questions
4.0
 • 148 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Target Interview Questions
4.2
 • 119 Interviews
Reliance Trends Interview Questions
4.2
 • 102 Interviews
Decathlon Interview Questions
3.9
 • 101 Interviews
V2 Retail Interview Questions
3.4
 • 57 Interviews
View all
Lowe's Senior Data Analyst Salary
based on 46 salaries
₹10 L/yr - ₹28 L/yr
71% more than the average Senior Data Analyst Salary in India
View more details

Lowe's Senior Data Analyst Reviews and Ratings

based on 5 reviews

2.3/5

Rating in categories

1.7

Skill development

2.6

Work-life balance

3.3

Salary

3.5

Job security

2.6

Company culture

1.7

Promotions

2.2

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
962 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
231 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
164 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lowe's with

Home Depot

3.7
Compare

Ace Hardware

2.7
Compare

Menards

3.0
Compare

Sherwin Williams Paints

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