Upload Button Icon Add office photos
Engaged Employer

i

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

WeRize Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WeRize Production Analyst Interview Questions and Answers

Updated 25 Mar 2024

WeRize Production Analyst Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Instahyre and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on SQL joins
  • Q2. Guesstimates like lift estimations
  • Ans. 

    Guesstimates involve making educated guesses or estimates based on available information.

    • Understand the problem and the variables involved

    • Break down the problem into smaller parts if necessary

    • Use logical reasoning and available data to make estimates

    • Provide a range of estimates rather than a single number

    • Consider different scenarios and their impact on the estimate

  • Answered by AI
  • Q3. Guesstimates on Maruti cars inBengalur
  • Ans. 

    I would estimate that there are approximately 50,000 Maruti cars in Bengaluru based on the city's population and car ownership trends.

    • Consider the population of Bengaluru and the percentage of car owners

    • Look at the market share of Maruti in India and apply it to Bengaluru

    • Take into account the number of Maruti dealerships in the city

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. SQL and Excel were the key that helped me get this job.
  • Q2. Puzzles

I applied via Walk-in and was interviewed before Feb 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 - Aptitude Test 
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to crack they will ask qestions

Data Analyst Interview Questions & Answers

Vyapar user image Shekhar Bisht

posted on 24 Mar 2024

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

(1 Question)

  • Q1. Questions on self join
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

HackerEarth based assessment.
1. 8 qs were stats & prob based multiples choices
2. 2 were medium level sql questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Started with basic sql question like diff btw nosql & sql, join etc
  • Q2. Table were given in google sheet & had to write basic level queries on them eg. cte's, agg function, lead & lag func
Round 3 - Behavioral 

(2 Questions)

  • Q1. The interviewer was not serious at all, asked silly quizzes instead of business case study, KPI & metrics
  • Q2. Prepare for logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Study A/B testing, Hypothesis testing & logical reasoning (quizzes)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consisted of 10 questions, 2 SQL medium level questions and remaining easy aptitude, profit loss, work time etc

Round 2 - Technical 

(2 Questions)

  • Q1. SQL visualisation
  • Q2. SQL Questions theory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared with SQL as the role required it.
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 Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Ans. 

    In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions

    • WHERE is used to filter rows before grouping

    • HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

    • Example: S

  • Answered by AI
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 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 - Assignment 

Send assignment doings MS Excel

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about the previous project
  • Q2. What about your roles in previous company

Interview Preparation Tips

Topics to prepare for Zolo Data Analyst interview:
  • Excel
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

I was asked to code in python using numpy and pandas

WeRize Interview FAQs

How many rounds are there in WeRize Production Analyst interview?
WeRize interview process usually has 1 rounds. The most common rounds in the WeRize interview process are Technical.
What are the top questions asked in WeRize Production Analyst interview?

Some of the top questions asked at the WeRize Production Analyst interview -

  1. Guesstimates like lift estimati...read more
  2. Guesstimates on Maruti cars inBenga...read more
  3. Questions on SQL jo...read more

Tell us how to improve this page.

WeRize Production Analyst Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.1
 • 102 Interviews
Testbook.com Interview Questions
3.5
 • 101 Interviews
Turing Interview Questions
3.3
 • 96 Interviews
Teachnook Interview Questions
3.1
 • 87 Interviews
Zeta Interview Questions
3.4
 • 70 Interviews
Toothsi Interview Questions
2.8
 • 60 Interviews
Vyapar Interview Questions
3.5
 • 55 Interviews
Zolo Interview Questions
3.4
 • 54 Interviews
GoMechanic Interview Questions
3.7
 • 52 Interviews
View all
WeRize Production Analyst Salary
based on 11 salaries
₹5.6 L/yr - ₹9 L/yr
30% less than the average Production Analyst Salary in India
View more details

WeRize Production Analyst Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

2.5

Skill development

1.0

Work-life balance

1.5

Salary

2.5

Job security

1.0

Company culture

2.0

Promotions

1.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
47 salaries
unlock blur

₹5.5 L/yr - ₹16.2 L/yr

Business Analyst
22 salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

Relationship Manager
18 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Software Developer
13 salaries
unlock blur

₹6 L/yr - ₹13.6 L/yr

Collection Officer
13 salaries
unlock blur

₹2.9 L/yr - ₹4.2 L/yr

Explore more salaries
Compare WeRize with

FastInfo

4.1
Compare

Testbook.com

3.5
Compare

Netmeds.com

3.6
Compare

Livguard

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