Unified Mentor interview experience Real time questions & tips from candidates to crack your interview

Data Analyst

Unified Mentor
upvote
share-icon
2 rounds | 14 Coding problems

Interview preparation journey

expand-icon
Journey
I started my journey by getting admission to DTU. After exploring different courses and training programs, I finally decided to start learning about data analysis. For this, I took a course from Coding Ninjas. The course helped me create some good projects that helped me a lot in cracking the internship at Unified Mentors.
Application story
I applied for the job through their LinkedIn profile, and after a few days, I received an email confirming my shortlisting for the interview.
Why selected/rejected for the role?
I was selected as I had answered almost all the questions asked by the interviewer in detail. Additionally, having completed a course in data analysis helped me work on some good projects, which impressed them.
Preparation
Duration: 1 month
Topics: Basic concepts of Python, Machine Learning concepts, SQL, Excel, Tableau, Power BI
Tip
Tip

Tip 1: Practice basic coding questions, such as writing a program for the table of 5.
Tip 2: Practice SQL query questions.
Tip 3: Learn Excel from basic to advanced.

Application process
Where: Linkedin
Eligibility: 7 CGPA (Salary: 15K per month)
Resume Tip
Resume tip

Tip 1: Add at least 2 projects.

Tip 2: Don’t include irrelevant information in the resume.

Tip 3: Ensure the resume is clean and crisp.

Interview rounds

01
Round
Medium
Video Call
Duration45 minutes
Interview date21 May 2024
Coding problem7

In this round, the interviewer gave me two basic coding questions to solve. He also asked me questions on Excel and basic SQL queries.

1. Count Even Or Odd

Hard
30m average time
60% success
0/120
Asked in companies
UberFlipkartOla

Tanmay and Rohit are best buddies. One day Tanmay gives Rohit a problem to test his intelligence and skills. He gives him an array of N natural numbers and asks him to solve the following queries:-

Query 0 :

0 x y

This operation modifies the element present at index x to y.

Query 1 :

1 x y 

This operation counts the number of even numbers in range x to y inclusive.

Query 2 :

2 x y 

This operation counts the number of odd numbers in range x to y inclusive.

Problem approach

Iterate over each element in the list. The extracted element ID is then checked for divisibility by the divisor using the modulo operator. If it returns 0, that number is added to another list containing all the elements divisible by the divisor.

Try solving now

2. Reverse the String

Easy
15m average time
85% success
0/40
Asked in companies
FacebookAckoTata Consultancy Services (TCS)

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Problem approach

Used a built-in function called reversed(), which can reverse the characters in a string.

Try solving now

3. DBMS

What is the difference between a Set and Dictionary? (Learn)

4. Data Analyst

What are the best methods for data cleaning? (Learn)

5. DBMS

How can you handle missing values in a dataset? (Learn)

6. DBMS

Write an SQL query to find an employee with the highest salary.

7. DBMS

Difference between primary key and unique Key. (Learn)

02
Round
Easy
HR Round
Duration30 minutes
Interview date22 May 2024
Coding problem7

Basic HR and data analyst-based questions were asked.

1. HR Question

Introduce yourself.    

2. HR Question

Why have you chosen data analyst as a career?

3. Data Analyst

How do you create a dropdown list in MS Excel?

4. Data Analyst

Can you provide a dynamic range in the 'Data Source' for a Pivot table?

5. Data Analyst

What is the difference between COUNT, COUNTA, and COUNTBLANK? (Learn)

6. Data Analyst

What are some common data visualization tools that you have used?

7. Data Analyst

What are your strengths and weaknesses as a data analyst?
What are the common problems data analysts encounter during analysis?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is 3 + 2 * 4 based on operator precedence?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
2332 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
4753 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1608 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1314 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Data Analyst
3 rounds | 6 problems
Interviewed by Cognizant
2240 views
0 comments
0 upvotes
company logo
Data Analyst
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes