Upload Button Icon Add office photos
Engaged Employer

i

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

infoAnalytica Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 66 Reviews

Filter interviews by

infoAnalytica Data Analyst Interview Questions and Answers

Updated 21 Jun 2022

infoAnalytica Data Analyst Interview Experiences

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on vlook up, h-look up, pivot and if else condition
  • Q2. You must know how to use vlook up, h-look up and if-else condition
Round 2 - Assignment 

Excel file was give, used sumifs, countifs , index match formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn the excel famous questions and concept like look up, index match, nested if, concate function etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between union and union all in SQL?
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. How to show top 5 in pandas?
  • Ans. 

    To show top 5 in pandas, use the nlargest() function.

    • Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.

    • For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. If we have 3 numerical columns, which chart is a better representation these column?
  • Ans. 

    A scatter plot is a better representation for 3 numerical columns.

    • Use a scatter plot to show the relationship between the numerical columns.

    • Scatter plots are effective for visualizing correlations and patterns in data.

    • Each point on the plot represents a data point with values from all 3 columns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Omnicom Media Group Data Analyst interview:
  • SQL Server
  • Pandas
  • Power Bi

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. 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 - Aptitude Test 

Mathematics, English and Reasoning..

Round 3 - Technical 

(2 Questions)

  • Q1. What is python? What is uses of python?
  • Ans. 

    Python is a high-level, interpreted programming language used for web development, data analysis, artificial intelligence, and more.

    • Python is easy to learn and has a simple syntax.

    • It is used for web development with frameworks like Django and Flask.

    • Python is popular for data analysis and visualization with libraries like Pandas and Matplotlib.

    • It is used for artificial intelligence and machine learning with libraries li...

  • Answered by AI
  • Q2. Some coding based questions of python.
Round 4 - HR 

(3 Questions)

  • Q1. Salary and work discussionion
  • Q2. Short and long term goals.
  • Q3. Work Role, post and company work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful during interview and hear all the instruction carefully.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Window Functions and RANK, DENSE RANK Difference
  • Ans. 

    SQL Window Functions like RANK and DENSE RANK are used to assign a rank to rows within a partition.

    • RANK function assigns a unique rank to each distinct row within a partition.

    • DENSE RANK function assigns a unique rank to each distinct row within a partition, but without any gaps.

    • Both functions are used with the OVER() clause in SQL to define the partition and order of rows.

  • Answered by AI
  • Q2. Hadoop Default Replication Factor

Interview Preparation Tips

Topics to prepare for Vertoz Data Engineer interview:
  • SQL
  • Spark
  • Hadoop
  • YARN
Interview preparation tips for other job seekers - Easy questions asked related to SQL Window Functions, Spark Repartition and Coalesce, Spark Architecture, YARN, Hadoop Replication Factor, Spark Write Modes and many such easy questions.

Salary offered is below industry standard.
Overall not a good experience.

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Difference between coalesce and repartition
  • Ans. 

    Coalesce is used to select the first non-null value from a set of columns. Repartition is used to shuffle data across nodes.

    • Coalesce reduces the number of partitions to the minimum required.

    • Repartition increases or decreases the number of partitions.

    • Coalesce is a narrow transformation while repartition is a wide transformation.

    • Coalesce is used to optimize data for queries while repartition is used to balance data acros...

  • Answered by AI
  • Q2. How to optimise joins
  • Ans. 

    Optimizing joins involves selecting appropriate join types, indexing tables, and minimizing data movement.

    • Choose the appropriate join type based on the size and structure of the tables being joined

    • Index the tables on the join columns to speed up the join process

    • Minimize data movement by selecting only the necessary columns and filtering rows before joining

    • Consider using denormalization or materialized views to precompu

  • Answered by AI
  • Q3. Spark optimizations
  • Q4. Difference between RDD dataset and dataframe
  • Ans. 

    RDD is a low-level distributed data structure while DataFrame is a high-level structured data abstraction.

    • RDD is immutable and unstructured while DataFrame is structured and has a schema

    • DataFrames are optimized for SQL queries and can be cached in memory

    • RDDs are more flexible and can be used for complex data processing tasks

    • DataFrames are easier to use and provide a more concise syntax for data manipulation

    • RDDs are the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The major focus was on Apache Spark.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on vlook up, h-look up, pivot and if else condition
  • Q2. You must know how to use vlook up, h-look up and if-else condition
Round 2 - Assignment 

Excel file was give, used sumifs, countifs , index match formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn the excel famous questions and concept like look up, index match, nested if, concate function etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between union and union all in SQL?
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. How to show top 5 in pandas?
  • Ans. 

    To show top 5 in pandas, use the nlargest() function.

    • Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.

    • For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. If we have 3 numerical columns, which chart is a better representation these column?
  • Ans. 

    A scatter plot is a better representation for 3 numerical columns.

    • Use a scatter plot to show the relationship between the numerical columns.

    • Scatter plots are effective for visualizing correlations and patterns in data.

    • Each point on the plot represents a data point with values from all 3 columns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Omnicom Media Group Data Analyst interview:
  • SQL Server
  • Pandas
  • Power Bi

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 - Aptitude Test 

Mathematics, English and Reasoning..

Round 3 - Technical 

(2 Questions)

  • Q1. What is python? What is uses of python?
  • Ans. 

    Python is a high-level, interpreted programming language used for web development, data analysis, artificial intelligence, and more.

    • Python is easy to learn and has a simple syntax.

    • It is used for web development with frameworks like Django and Flask.

    • Python is popular for data analysis and visualization with libraries like Pandas and Matplotlib.

    • It is used for artificial intelligence and machine learning with libraries li...

  • Answered by AI
  • Q2. Some coding based questions of python.
Round 4 - HR 

(3 Questions)

  • Q1. Salary and work discussionion
  • Q2. Short and long term goals.
  • Q3. Work Role, post and company work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful during interview and hear all the instruction carefully.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic dsa question in python and data engineering questions ,sql

Round 3 - Coding Test 

Basic dsa question in python and data engineering questions

Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

infoAnalytica Interview FAQs

How many rounds are there in infoAnalytica Data Analyst interview?
infoAnalytica interview process usually has 2 rounds. The most common rounds in the infoAnalytica interview process are Aptitude Test and Group Discussion.
How to prepare for infoAnalytica 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 infoAnalytica. The most common topics and skills that interviewers at infoAnalytica expect are Access Control, Administration Management, Data Analysis, Data Management and Data Quality.

Tell us how to improve this page.

infoAnalytica Data Analyst Salary
based on 4 salaries
₹2.4 L/yr - ₹5.5 L/yr
40% less than the average Data Analyst Salary in India
View more details
Research Associate
43 salaries
unlock blur

₹1.5 L/yr - ₹4.4 L/yr

Inside Sales Representative
29 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Software Engineer
13 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Research Analyst
10 salaries
unlock blur

₹2.7 L/yr - ₹4.2 L/yr

Junior Business Analyst
8 salaries
unlock blur

₹5.5 L/yr - ₹6.8 L/yr

Explore more salaries
Compare infoAnalytica with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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