Upload Button Icon Add office photos
Engaged Employer

i

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

ZET Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZET Data Analyst Interview Questions and Answers

Updated 19 Nov 2024

ZET Data Analyst Interview Experiences

1 interview found

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

(1 Question)

  • Q1. What is your level of sql
  • Ans. 

    I have an intermediate level of SQL proficiency.

    • Proficient in writing complex SQL queries

    • Familiar with joins, subqueries, and aggregations

    • Experience with optimizing queries for performance

    • Knowledge of database management systems like MySQL, PostgreSQL, etc.

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about ZET?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic python, sql and pandas questions

Round 2 - Technical 

(2 Questions)

  • Q1. Case study (Probability questions)
  • Q2. Resume projects

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write code to calculate the number of people in a room at the end ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare excel ll;;
  • Q2. Why we use vlookup

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Assignment discussion
  • Q2. Additional excel and python questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Excel and python basic questions

Interview Preparation Tips

Topics to prepare for Credgenics Data Analyst interview:
  • Advanced Excel
  • Python
Interview preparation tips for other job seekers - Make sure you understand basic queries and functions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Excel: Convert Mobile number to masked number
  • Ans. 

    Masking a mobile number in Excel involves replacing part of the number with asterisks for privacy.

    • Use the CONCATENATE function to combine parts of the number: =CONCATENATE('***-****-', RIGHT(A1, 4))

    • Alternatively, use the REPLACE function: =REPLACE(A1, 1, 6, '******')

    • You can also use TEXT functions to format the number: =TEXT(A1, '000-000-0000')

    • For a more visual approach, apply custom formatting: Right-click cell > F...

  • Answered by AI
  • Q2. Sql: Write query a second highest sales
  • Ans. 

    To find the second highest sales, we can use SQL queries with subqueries or the DISTINCT keyword to filter results.

    • Using Subquery: SELECT MAX(sales) FROM sales_table WHERE sales < (SELECT MAX(sales) FROM sales_table);

    • Using DISTINCT: SELECT DISTINCT sales FROM sales_table ORDER BY sales DESC LIMIT 1 OFFSET 1;

    • Using ROW_NUMBER: SELECT sales FROM (SELECT sales, ROW_NUMBER() OVER (ORDER BY sales DESC) AS rank FROM sales_...

  • Answered by AI
  • Q3. Python: different between list and tuple
  • Ans. 

    Lists are mutable and can change, while tuples are immutable and cannot be altered after creation.

    • Lists are defined using square brackets: `my_list = [1, 2, 3]`.

    • Tuples are defined using parentheses: `my_tuple = (1, 2, 3)`.

    • Lists can be modified (e.g., `my_list.append(4)`), while tuples cannot be changed after creation.

    • Lists have more built-in methods (e.g., `sort()`, `reverse()`), whereas tuples have fewer methods.

    • Lists...

  • Answered by AI

I applied via LinkedIn and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Assignment 

Excel based assignment with 5-6 questions, involving index match, vlookup, etc
Can be solved using python as well.

Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on assignnent and its solutions. You will have to explain how you arrived at the solutions. Other than that, basic questions were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Final round with involves solving 4-5 questions on excel/python while you are live on the interview. Basic generic questions

Interview Preparation Tips

Topics to prepare for Credgenics Data Analyst interview:
  • Advanced Excel
  • Python
  • SQL
Interview preparation tips for other job seekers - Focus on the assignnments rest will be fine
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Excel based data group discussion round. You were given 1 individual task for 10 mins and a group discussion task for 50 mins.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Business case study
  • Q2. How you can increase the profit of the ice cream company.
  • Ans. 

    To increase the profit of the ice cream company, focus on product innovation, expanding distribution channels, and implementing targeted marketing strategies.

    • Introduce new and unique flavors to attract more customers

    • Collaborate with local cafes or restaurants to sell your ice cream products

    • Utilize social media and online advertising to reach a wider audience

    • Offer promotions or discounts to encourage repeat purchases

    • Imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Bain's business case sudies.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code signal , SQL python questions

Round 2 - Assignment 

Take home coding assignment - 10 days analysis and recommendations

Round 3 - One-on-one 

(1 Question)

  • Q1. 4 rounds - 1 behavioralm 2 case studies 1 presentation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Coding, 1hr, series of questions in excel

Interview Preparation Tips

Round: Test
Experience: CAT-type data interpretation test.30 questions in 35 minutes.Fast graph interpretation and quick calculations.
Tips: CAT preparation will help.
Duration: 35 minutes
Total Questions: 30

Round: Case Study Interview
Experience: A simple case, based on the credit card industry or any other field, is given. Cases lay more focus on quantitative skills apart from the focus on asking the right questions.There is a shortlist made after each case round.
Tips:  Fast calculation and insight into what data may be required to solve the case are essential.Practice the cases given on their website and at www.beprepared.in.

Round: Behavorial Interview
Experience: Questions are asked based on incidents- give examples of instances when you led a team successfully or when you had to go against your team, etc.
Tips:  Practice HR questions from HLPQ.

General Tips: Positions Of Responsibility (PORs) are required but not mandatory. They are of secondary importance if one has scored well in the exam. A good CV with good internships/projects will help one to get shortlisted.
Skill Tips: "Student needs to be quick with simple percentage calculations."
Skills: Basic Quantitative skills
College Name: IIT Kharagpur

ZET Interview FAQs

How many rounds are there in ZET Data Analyst interview?
ZET interview process usually has 1 rounds. The most common rounds in the ZET interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Data Analyst Interview Questions from Similar Companies

View all
ZET Data Analyst Salary
based on 4 salaries
₹19 L/yr - ₹24 L/yr
206% more than the average Data Analyst Salary in India
View more details
Software Engineer
10 salaries
unlock blur

₹11.2 L/yr - ₹26 L/yr

Software Developer
7 salaries
unlock blur

₹11.8 L/yr - ₹20 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹18 L/yr - ₹25 L/yr

Data Analyst
4 salaries
unlock blur

₹19 L/yr - ₹24 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹25 L/yr - ₹28 L/yr

Explore more salaries
Compare ZET with

Fino Paytech

3.7
Compare

Wibmo

3.2
Compare

OneCard

3.4
Compare

Credgenics

3.4
Compare
write
Share an Interview