Upload Button Icon Add office photos

Filter interviews by

SDAD Technology Data Research Analyst Interview Questions and Answers

Updated 3 Oct 2024

SDAD Technology Data Research Analyst Interview Experiences

1 interview found

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

I applied via Instahyre and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. VLOOKUP, EXCEL, and some questions on magazine
  • Q2. WEB BROWSERS name any 5 of them
  • Ans. 

    Web browsers are software applications used to access information on the World Wide Web.

    • Google Chrome

    • Mozilla Firefox

    • Safari

    • Microsoft Edge

    • Opera

  • Answered by AI
Round 2 - Salary round 

(1 Question)

  • Q1. What is your salary expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Research the average salary range for Data Research Analyst positions in the industry and location

    • Consider your level of experience and skills when determining your salary expectations

    • Be prepared to negotiate based on the benefits and opportunities offered by the employer

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I applied via IIM Jobs and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Advance SQL Questions.
  • Q2. Multiple Approaches in the SQL questions were seen. Some unconventional SQL Syntax was also asked.
  • Q3. Metrics Driven Case studies.
  • Q4. More number of solutions were seen instead of in depth implementation of 1 solution. Good Communication skills is judged.
  • Q5. Tell me something about yourself.
  • Ans. 

    I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration with a focus on analytics.

    • I have experience working with cross-functional teams to gather and analyze business requirements.

    • I am proficient in using tools such as Excel, SQL, and Tableau for data analysis and visualization.

    • I have successfully im...

  • Answered by AI
  • Q6. Why quit last job.
  • Ans. 

    Seeking better growth opportunities and work-life balance.

    • Limited growth prospects in previous role

    • Lack of work-life balance

    • Desire for new challenges and learning opportunities

    • Company culture misalignment

    • Relocation or commute issues

    • Better compensation or benefits elsewhere

  • Answered by AI
  • Q7. Why Meesho.
  • Ans. 

    Meesho is a leading e-commerce platform that empowers individuals to start their own online businesses.

    • Meesho provides a user-friendly platform for individuals to sell products online without any investment.

    • It offers a wide range of products from various categories, allowing sellers to cater to different customer preferences.

    • Meesho provides extensive training and support to its sellers, helping them succeed in their on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, It's very similar to any other business analyst interview in industry.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is the output of a GROUP BY statement on a column with unique values?
  • Ans. 

    A GROUP BY statement on unique values returns the same unique values, often used for aggregation.

    • GROUP BY aggregates data based on specified columns.

    • If the column has unique values, each group will contain only one row.

    • Example: SELECT column_name, COUNT(*) FROM table GROUP BY column_name; returns unique values with their counts.

    • Useful for summarizing data, but no meaningful aggregation occurs with unique values.

  • Answered by AI
  • Q2. What is the output regarding the number of rows in left, right, and inner joins?

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL on StrataScratch for improving SQL programming skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quant and Cat based questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Puzzles and Sql
Round 1 - One-on-one 

(1 Question)

  • Q1. SQL related question asked like Window function, Rank, dense rank, Intermediate to hard level questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do intermediate SQL and practice questions on case based and window function
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between rank & dense rank
  • Ans. 

    Rank assigns unique numbers to each row based on the order specified, while dense rank assigns consecutive numbers without gaps.

    • Rank leaves gaps in the ranking sequence if there are ties, while dense rank does not

    • Rank function is used to assign a unique rank to each row, while dense rank function is used to assign a unique rank to each distinct row

    • For example, if there are two rows with the same value and rank 1, the n...

  • Answered by AI
  • Q2. Given two tables Tell how many values would be there for left right inner outer join
  • Ans. 

    The number of values in different types of joins depends on the relationship between the tables.

    • In a left join, all values from the left table are included along with matching values from the right table. The number of values will be equal to the number of rows in the left table.

    • In a right join, all values from the right table are included along with matching values from the left table. The number of values will be equ...

  • Answered by AI
  • Q3. Find the newest customer id for every product
  • Ans. 

    Use SQL query to find the newest customer id for every product

    • Use GROUP BY clause to group by product

    • Use MAX() function to find the newest customer id for each product

    • Join the tables if necessary

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql questions checking basic concepts
  • Q2. Excel task based questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

3 SQL QUESTIONS, they were lengthy

Round 2 - Technical 

(2 Questions)

  • Q1. Joins and window function
  • Q2. Guesstimates and different puzzles
Round 3 - HR 

(1 Question)

  • Q1. Business case study

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on sql and solve some guesstimates and case studies beforehand

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

SDAD Technology Interview FAQs

How many rounds are there in SDAD Technology Data Research Analyst interview?
SDAD Technology interview process usually has 2 rounds. The most common rounds in the SDAD Technology interview process are One-on-one Round.
What are the top questions asked in SDAD Technology Data Research Analyst interview?

Some of the top questions asked at the SDAD Technology Data Research Analyst interview -

  1. WEB BROWSERS name any 5 of t...read more
  2. VLOOKUP, EXCEL, and some questions on magaz...read more

Tell us how to improve this page.

SDAD Technology Data Research Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.7
 • 1.4k Interviews
Bandhan Bank Interview Questions
3.7
 • 554 Interviews
Swiggy Interview Questions
3.8
 • 434 Interviews
Quess Interview Questions
3.8
 • 423 Interviews
Planet Spark Interview Questions
3.7
 • 370 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 333 Interviews
PhonePe Interview Questions
4.0
 • 305 Interviews
View all
SDAD Technology Data Research Analyst Salary
based on 4 salaries
₹1.8 L/yr - ₹3 L/yr
54% less than the average Data Research Analyst Salary in India
View more details

SDAD Technology Data Research Analyst Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

3.5

Skill development

4.6

Work-life balance

3.8

Salary

4.4

Job security

3.8

Company culture

4.1

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
SEO Executive
16 salaries
unlock blur

₹0.9 L/yr - ₹5.2 L/yr

Software Developer
8 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Senior Content Writer
5 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Content Writer
5 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Sales Manager
5 salaries
unlock blur

₹6.8 L/yr - ₹7.2 L/yr

Explore more salaries
Compare SDAD Technology with

Bandhan Bank

3.7
Compare

Quess

3.8
Compare

Udaan

3.9
Compare

Swiggy

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