Upload Button Icon Add office photos
Engaged Employer

i

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

Indus Towers Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 2k Reviews

Filter interviews by

Indus Towers Data Analyst Interview Questions, Process, and Tips

Updated 19 Nov 2024

Indus Towers Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2024

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

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is sql about different
  • Ans. 

    SQL is a language used for managing and querying databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to retrieve, update, and manipulate data

    • SQL can be used to create, modify, and delete database tables and records

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

  • Answered by AI
  • Q2. What is data mining
  • Ans. 

    Data mining is the process of discovering patterns and relationships in large datasets.

    • Data mining involves extracting useful information from large datasets

    • It uses various techniques such as machine learning, statistics, and database systems

    • Examples include market basket analysis, anomaly detection, and clustering

  • Answered by AI
  • Q3. What is a data visualization
  • Ans. 

    Data visualization is the graphical representation of data to help people understand the significance of data by placing it in a visual context.

    • Data visualization helps in identifying trends, patterns, and outliers in data

    • It makes complex data more understandable and accessible

    • Examples include charts, graphs, maps, and dashboards

  • Answered by AI
  • Q4. What is a data analysis
  • Ans. 

    Data analysis is the process of inspecting, cleaning, transforming, and modeling data to discover useful information, draw conclusions, and support decision-making.

    • Data analysis involves examining raw data to find patterns, trends, and insights.

    • It includes cleaning and organizing data to ensure accuracy and reliability.

    • Statistical techniques and tools are often used to analyze data and make predictions.

    • Data analysis he...

  • Answered by AI
  • Q5. What is a Power bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI is a data visualization tool used to create interactive reports and dashboards

    • It allows users to connect to multiple data sources, clean and transform data, and create visualizations

    • Users can share their reports and dashboards with others, and collaborate in real-time

    • Power BI integ...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Jobs at Indus Towers

View all

Interview questions from similar companies

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

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

Round 1 - Group Discussion 

Hybrid Work 90 sec to speak

Round 2 - Technical 

(1 Question)

  • Q1. Related to resume and experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Analysis using scrapping

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Tell about yourself Previous Experience Mindset check
Round 3 - Technical 

(1 Question)

  • Q1. Advanced excel Pivot Table Nested Formulae Vlookup Tax calculation Tableau Basics PowerBI Basics
Round 4 - HR 

(1 Question)

  • Q1. HRBP - Fitment check
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via campus placement at Lokmanya Tilak College of Engineering, Navi Mumbai and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DQL,DDL,DML Visualisation in Tableau

Round 2 - Group Discussion 

Section 370 Right or Wrong

Interview Preparation Tips

Topics to prepare for Tejas Networks Data Analyst interview:
  • Sql
  • Python
  • Java
  • Power bi
  • Tableau
  • Excel
Interview preparation tips for other job seekers - Focus on SQL python and tableau
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java program html objective oriented
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Monolithic and microservice architecture?
  • Ans. 

    Monolithic architecture is a single-tiered software application where all components are tightly coupled, while microservice architecture is a distributed system where each component is loosely coupled and independently deployable.

    • Monolithic architecture is a single, indivisible unit, while microservice architecture is composed of small, independent services.

    • In monolithic architecture, all components share the same cod...

  • Answered by AI
  • Q2. How GENAI is going to solve the Telecom pain points?
  • Ans. 

    GENAI will use advanced data analytics to identify and address pain points in the telecom industry.

    • Utilizing machine learning algorithms to analyze customer data and predict churn rates

    • Implementing predictive maintenance to reduce network downtime

    • Optimizing network performance through data-driven insights

    • Personalizing customer experiences through targeted marketing strategies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and confident while answering

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String reverse without using loop
  • Ans. 

    Reverse a string without using a loop.

    • Use the built-in string manipulation functions in your programming language.

    • Convert the string to an array of characters, reverse the array, and then convert it back to a string.

    • Use recursion to reverse the string by swapping the first and last characters.

  • Answered by AI
  • Q2. Finding an equilibrium point in an array
  • Ans. 

    Finding an equilibrium point in an array

    • An equilibrium point is a position in an array where the sum of elements on the left is equal to the sum of elements on the right

    • Iterate through the array and calculate the sum of elements on the left and right of each position

    • If the sums are equal, return the position as the equilibrium point

    • If no equilibrium point is found, return -1

  • 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 LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical assigment in excel, vlookup, pivot table, power Query

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Self introduction
  • Q2. Few questions related to topics,mentioned in your resume.
  • Q3. They will show you some pictures , one has to visualize and answer with confidence.
  • Q4. What do you know about company and your role you will be offered.

Interview Preparation Tips

Interview preparation tips for other job seekers - At last I would say your communication skills and confidence level drives you to get into it.
All d best!!

Indus Towers Interview FAQs

How many rounds are there in Indus Towers Data Analyst interview?
Indus Towers interview process usually has 1 rounds. The most common rounds in the Indus Towers interview process are Technical.
How to prepare for Indus Towers 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 Indus Towers. The most common topics and skills that interviewers at Indus Towers expect are Data Analysis, Analytical Skills, Data Cleansing, Data Integrity and Data Mining.
What are the top questions asked in Indus Towers Data Analyst interview?

Some of the top questions asked at the Indus Towers Data Analyst interview -

  1. What is sql about differ...read more
  2. What is a data visualizat...read more
  3. What is a data analy...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Indus Towers interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Data Analyst Interview Questions from Similar Companies

View all
Indus Towers Data Analyst Salary
based on 49 salaries
₹2.3 L/yr - ₹6.5 L/yr
35% less than the average Data Analyst Salary in India
View more details

Indus Towers Data Analyst Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-Life balance

3.7

Salary & Benefits

3.3

Job Security

3.4

Company culture

3.4

Promotions/Appraisal

3.7

Work Satisfaction

Explore 4 Reviews and Ratings
Circle Energy - Data Analyst

Bhubaneswar

2-7 Yrs

₹ 4-6.5 LPA

Explore more jobs
MIS Executive
338 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Assistant Manager
306 salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Field Support Engineer
255 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Manager
229 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Senior Executive
202 salaries
unlock blur

₹1.9 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Indus Towers with

Bharti Infratel

4.4
Compare

American Tower Corporation

3.9
Compare

GTL Infrastructure

4.5
Compare

TowerVision India

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview