Upload Button Icon Add office photos
Engaged Employer

i

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

REI Systems Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 160 Reviews

Filter interviews by

REI Systems Data Analyst Interview Questions and Answers

Updated 18 Nov 2024

REI Systems Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain aggregation.
  • Ans. 

    Aggregation is the process of combining and summarizing data from multiple sources into a single result.

    • Aggregation involves grouping data together and performing a mathematical operation on the grouped data.

    • Common aggregation functions include sum, average, count, min, and max.

    • For example, calculating the total sales revenue for each month by summing the sales amounts for all transactions in that month.

  • Answered by AI
  • Q2. How would you SELECT data from table A that's not in table B. Do not use NOT EXISTS or LEFT JOIN.
  • Ans. 

    Use a subquery with WHERE NOT IN to select data from table A not in table B.

    • Create a subquery to select data from table B

    • Use WHERE NOT IN to filter out data from table A that is in table B

    • Example: SELECT * FROM tableA WHERE columnA NOT IN (SELECT columnB FROM tableB)

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the pivot table in Excel
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Allows users to summarize and analyze large datasets

    • Can easily reorganize data by dragging and dropping fields

    • Provides options to calculate sums, averages, counts, etc. for data

    • Helps in creating interactive reports and charts

    • Useful for identifying trends and patterns in data

  • Answered by AI
  • Q2. A pivot table is used to summarize...........etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - "tailor your resume for each job application."

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is overfitting in machine learning?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor performance on unseen data as the model fails to generalize well.

    • Techniques to prevent overfitting include cross-validation, regularization, and early stopping.

    • ...

  • Answered by AI
  • Q2. Overfitting accurs when a model learns the details.......etc
  • Ans. 

    Overfitting occurs when a model learns the details and noise in the training data to the extent that it negatively impacts the model's performance on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization and high accuracy on training data but low accuracy on new data.

    • Techniques to prevent overfitting include cross-validation, regularization, and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company before interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the pivot table in Excel
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Allows users to summarize and analyze large datasets

    • Can easily reorganize data by dragging and dropping fields

    • Provides options to calculate sums, averages, counts, etc. for data

    • Helps in creating interactive reports and charts

    • Useful for identifying trends and patterns in data

  • Answered by AI
  • Q2. A pivot table is used to summarize...........etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - "tailor your resume for each job application."

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

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

Easy and moderate level question

Round 2 - Group Discussion 

Given a relevant topic and discussion on it

Round 3 - HR 

(2 Questions)

  • Q1. Introducd yourself
  • Q2. Why do you want to join us
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Reasoning and aptitude questions were asked

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview was around python programming and team fitment
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly about projects ml, nlp, python code would be asked
Round 2 - Technical 

(1 Question)

  • Q1. It would be focused on technical stuff in detail ml, nlp, deployments etc
Round 3 - HR 

(1 Question)

  • Q1. Organisation fit

REI Systems Interview FAQs

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

Some of the top questions asked at the REI Systems Data Analyst interview -

  1. How would you SELECT data from table A that's not in table B. Do not use NOT E...read more
  2. Explain aggregati...read more

Tell us how to improve this page.

REI Systems Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Salesforce Developer
33 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

QA Engineer
29 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Software Engineer
24 salaries
unlock blur

₹4.1 L/yr - ₹11.9 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Associate Software Engineer
22 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Explore more salaries
Compare REI Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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