Upload Button Icon Add office photos
Engaged Employer

i

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

INDIUM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

INDIUM Junior Data Analyst Interview Questions, Process, and Tips for Freshers

Updated 9 Oct 2023

INDIUM Junior Data Analyst Interview Experiences for Freshers

1 interview found

Junior Data Analyst Interview Questions & Answers

user image Vennam Vignesh

posted on 9 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

2 sql questions 30 mins duration mostly focused on joins

Round 2 - Group Discussion 

Impacts of social media 20 min duration

Round 3 - Technical 

(3 Questions)

  • Q1. Window functions query on rank.
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Use the RANK() function to assign a unique rank to each row within a partition of a result set.

    • You can use the PARTITION BY clause to divide the result set into partitions to rank separately within each partition.

    • Example: SELECT column1, column2, RANK() OVER (PARTITION BY column1 ORDER BY column2) AS rank_colu

  • Answered by AI
  • Q2. Window function query on lead.
  • Ans. 

    Window function query on lead is used to retrieve the next row in a result set.

    • Lead() function is used to access data from the next row in a result set.

    • It is commonly used in scenarios where you need to compare data from the current row with data from the next row.

    • Example: SELECT column_name, LEAD(column_name, 1) OVER (ORDER BY column_name) AS next_value FROM table_name;

  • Answered by AI
  • Q3. Palindrome or not in python
  • Ans. 

    Check if a given string is a palindrome in Python.

    • Use string slicing to reverse the string and compare it with the original string.

    • Remove any spaces and convert all characters to lowercase for accurate comparison.

    • Example: 'radar' is a palindrome, 'hello' is not.

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Project overview and project related questions
  • Q2. One business understanding problem
  • Ans. 

    One business understanding problem is identifying customer churn reasons in a subscription-based service.

    • Analyze customer data to identify patterns or trends leading to churn

    • Utilize predictive modeling to forecast potential churn

    • Implement targeted retention strategies based on findings

    • Monitor and track the effectiveness of retention efforts

  • Answered by AI
  • Q3. Other than resume
Round 5 - HR 

(1 Question)

  • Q1. Basic attitude checking quetions

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2018. There was 1 interview round.

Interview Preparation Tips

General Tips: Interview was short. Explained the role which was similar to the work I was doing before in my previous healthcare organization.

EDI related questions were asked. All type of file conversion and Excel formulas been asked.

Prepare well with on the above areas. It takes around 30 minutes.
Skills: Problem Solving, Analytical Skills, Presentation Skills, Time Management
Duration: <1 week
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Assignment 

SQL and python questions are very easy.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghost interview they will not respond after completing infact i also submitted pre joining form also.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

DURATION 1.3 HRS WITH REASONING AND 2 CODING QUESTION

Round 2 - Technical 

(2 Questions)

  • Q1. SQL QUESTION FIND N TH HIGHEST SALARY
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the Nth highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT to specify the Nth highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT N,1

  • Answered by AI
  • Q2. SQL QUESTION PIVOT TABLE QUESTION

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Fundamental aptitude questions.

Round 2 - Coding Test 

Two medium-level questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study data structures and algorithms programming through LeetCode.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Logistic regression parameter tuning
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a test of 90 minutes containing almost every thing .Quantitative+Logical+Computer fundamentals+2 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thouroughly for aptitude
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was an on campus recruitment drive with questions mostly on basic statistics and algebra.

Round 2 - Coding Test 

In round 2 the interviewer asked to explain one of my project and then write code for longest common substring problem.

Round 3 - Coding Test 

One Simple coding problem followed with couple of probability questions and explaining the Simple Linear model in detail.

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding questions related to matrices and heaps.

Round 2 - Technical 

(1 Question)

  • Q1. Python and SQL coding
Round 3 - Technical 

(1 Question)

  • Q1. Same questions like tech 1
Round 4 - HR 

(2 Questions)

  • Q1. Self intro , why tiger
  • Q2. Relocation

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Analyst interview:
  • Python
  • SQL
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - Aptitude Test 

Aptitude test had questions like upstream, downstream, etc

Round 2 - Coding Test 

SQL questions and 2 live python coding questions

INDIUM Interview FAQs

How many rounds are there in INDIUM Junior Data Analyst interview for freshers?
INDIUM interview process for freshers usually has 6 rounds. The most common rounds in the INDIUM interview process for freshers are Technical, Resume Shortlist and Coding Test.
How to prepare for INDIUM Junior Data Analyst interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at INDIUM. The most common topics and skills that interviewers at INDIUM expect are Business Understanding, Computer science, Data Extraction, Data Interpretation and Database.
What are the top questions asked in INDIUM Junior Data Analyst interview for freshers?

Some of the top questions asked at the INDIUM Junior Data Analyst interview for freshers -

  1. window functions query on ra...read more
  2. one business understanding prob...read more
  3. window function query on le...read more

Tell us how to improve this page.

INDIUM Junior Data Analyst Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 189 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
View all
INDIUM Junior Data Analyst Salary
based on 16 salaries
₹3 L/yr - ₹7.2 L/yr
10% less than the average Junior Data Analyst Salary in India
View more details

INDIUM Junior Data Analyst Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

3.9

Salary

4.0

Job security

4.4

Company culture

3.6

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Test Engineer
1k salaries
unlock blur

₹1.6 L/yr - ₹8.5 L/yr

Senior Test Engineer
671 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Softwaretest Engineer
230 salaries
unlock blur

₹2.5 L/yr - ₹8.4 L/yr

Test Associate
217 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Software Engineer
187 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Explore more salaries
Compare INDIUM with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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