Upload Button Icon Add office photos
Engaged Employer

i

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

Indium Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Indium Software Junior Data Analyst Interview Questions, Process, and Tips

Updated 9 Oct 2023

Indium Software Junior Data Analyst Interview Experiences

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 LinkedIn and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Real life example of usage of Window functions - lag and lead
  • Ans. 

    Window functions like lag and lead are used to analyze data over a specific range or window.

    • Lag function can be used to calculate the difference between current and previous values in a time series data.

    • Lead function can be used to calculate the difference between current and future values in a time series data.

    • Window functions can be used to calculate moving averages, cumulative sums, and other statistical measures.

    • Fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prapared with SQL and technical but most importantly don't be shy in talking.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you?
  • Ans. Because you will never get some one like me.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and cool. Never show that u lack confidence trust your guts and do well.

I applied via Company Website and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude and coding test, I was selected from national talent hunt exam

Round 2 - Technical 

(1 Question)

  • Q1. Discussion about projects and Areas of interest
Round 3 - HR 

(1 Question)

  • Q1. Basic questions like ok with location, shifts etc

Interview Preparation Tips

Topics to prepare for Wipro Data Analyst interview:
  • Leetcode
  • Data Structures
  • Python
Interview preparation tips for other job seekers - practice Aptitude and mainly coding mostly easy problems not into medium or hard

Interview Questionnaire 

1 Question

  • Q1. What is yr salary expectation

Interview Questionnaire 

2 Questions

  • Q1. If you are fresher, good communication is only enough to crack all the levels.
  • Q2. If you have experience, you need to explain the project and workflow with good communication without lag.

Interview Preparation Tips

Interview preparation tips for other job seekers - update your communication.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about your self ?
  • Q2. What is your strength?
  • Q3. What is aadhar card (because i am in aadhhar process)
  • Ans. 

    Aadhaar card is a unique identification card issued by the Indian government to residents of India.

    • Aadhaar card is a 12-digit unique identification number issued by the Unique Identification Authority of India (UIDAI).

    • It serves as proof of identity and address for Indian residents.

    • Aadhaar card contains biometric and demographic information of the cardholder, including fingerprints and iris scans.

    • It is used for various ...

  • Answered by AI
  • Q4. Check reading and conversation skill
  • Q5. Are u agree with night shift

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be easy, which we can answer ourselves.

Interview Questionnaire 

3 Questions

  • Q1. About my self and my experience.
  • Q2. What's the reason for leaving previous job?
  • Q3. Technical question depends on process.

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

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 - Technical 

(1 Question)

  • Q1. What is Structured Query Language?
  • Ans. 

    Structured Query Language (SQL) is a programming language used to manage and manipulate relational databases.

    • SQL is used to create, modify, and delete databases, tables, and data

    • It is used to retrieve data from databases using queries

    • SQL is used to perform operations on data such as sorting, filtering, and grouping

    • Examples of SQL-based database management systems include MySQL, Oracle, and Microsoft SQL Server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Goal is to get the Job as a Data Analyst or Business analyst

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Prior experience,questions related to data analysis tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is fast,mine got done in a day but if you are selected and your salary negotiation is finished, it will take almost a month to get offer letter,so need not worry till that time you will surely get it.
The reason behind the offer letter delay is they have to get approvals from multiple teams which creates a delay on the process.

Indium Software Interview FAQs

How many rounds are there in Indium Software Junior Data Analyst interview?
Indium Software interview process usually has 6 rounds. The most common rounds in the Indium Software interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Indium Software Junior Data Analyst interview?
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 Software. The most common topics and skills that interviewers at Indium Software expect are Business Understanding, Computer science, Data Extraction, Data Interpretation and Database.
What are the top questions asked in Indium Software Junior Data Analyst interview?

Some of the top questions asked at the Indium Software Junior Data Analyst interview -

  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 Software Junior Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Indium Software 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 Software Junior Data Analyst Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.8

Salary

3.5

Job security

3.8

Company culture

2.7

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Test Engineer
974 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
656 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
238 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Associate
198 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
182 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indium Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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