Upload Button Icon Add office photos
Engaged Employer

i

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

Impact Analytics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Impact Analytics Interview Questions and Answers for Experienced

Updated 13 Mar 2025
Popular Designations

12 Interview questions

A Data Analyst was asked 10mo ago
Q. Explain your previous projects.
Ans. 

I have worked on projects involving data analysis, visualization, and predictive modeling.

  • Developed predictive models using machine learning algorithms

  • Performed data cleaning and preprocessing to ensure data quality

  • Created interactive dashboards for data visualization

  • Collaborated with cross-functional teams to derive insights from data

View all Data Analyst interview questions
A Qa Automation Testing Engineer was asked 12mo ago
Q. Given an array of integers, return the frequency of each element in the array.
Ans. 

Frequency of elements in an array

  • Iterate through the array and count the occurrences of each element

  • Store the counts in a map or dictionary for easy access

  • Return the map/dictionary with element frequencies

View all Qa Automation Testing Engineer interview questions
A Qa Automation Testing Engineer was asked 12mo ago
Q. Write a function to determine if two strings are anagrams of each other without using any built-in functions.
Ans. 

Anagram question solved without using any inbuilt functions

  • Create a function to check if two strings are anagrams by comparing the frequency of characters

  • Iterate through both strings and count the frequency of each character

  • Compare the frequency of characters in both strings to determine if they are anagrams

View all Qa Automation Testing Engineer interview questions
A Data Analyst was asked
Q. What are data structures in Python?
Ans. 

Data structures in Python are ways to store and organize data efficiently.

  • Data structures in Python include lists, tuples, dictionaries, sets, and arrays.

  • Lists are ordered, mutable, and can contain duplicate elements.

  • Tuples are ordered, immutable, and can contain duplicate elements.

  • Dictionaries are unordered, mutable, and store data in key-value pairs.

  • Sets are unordered, mutable, and do not allow duplicate element...

View all Data Analyst interview questions
A Senior Business Analyst was asked
Q. What is the difference between a BRD and an FRD?
Ans. 

BRD focuses on business requirements while FRD focuses on functional requirements.

  • BRD (Business Requirements Document) outlines the business problem that needs to be solved.

  • FRD (Functional Requirements Document) details how the system will meet the business requirements.

  • BRD is more high-level and focuses on the 'what', while FRD is more detailed and focuses on the 'how'.

  • BRD is typically created before FRD in the p...

View all Senior Business Analyst interview questions
A Senior Business Analyst was asked
Q. What are the differences between loc and iloc in Python?
Ans. 

loc and iloc are methods in pandas used for selecting rows and columns by label or integer position.

  • loc is used for selecting rows and columns by label

  • iloc is used for selecting rows and columns by integer position

  • Example: df.loc[0:5, 'column_name']

  • Example: df.iloc[0:5, 2]

View all Senior Business Analyst interview questions
A Senior Business Analyst was asked
Q. What are the advantages of VLOOKUP over INDEX MATCH?
Ans. 

Vlookup is simpler and easier to use, while Index Match is more flexible and efficient.

  • Vlookup is easier for beginners to understand and use

  • Vlookup is quicker to set up and requires less formula writing

  • Index Match is more flexible as it can look up values in any column, not just the first one

  • Index Match is more efficient for large datasets as it does not require the entire column to be searched

View all Senior Business Analyst interview questions
Are these interview questions helpful?
A Deep Learning Engineer was asked
Q. What is a confusion matrix?
Ans. 

Confusion matrix is a table used to evaluate the performance of a classification model.

  • It is a matrix with rows representing the actual class and columns representing the predicted class.

  • It helps in visualizing the performance of a classification model by showing the counts of true positive, true negative, false positive, and false negative predictions.

  • It is commonly used in machine learning to assess the quality ...

View all Deep Learning Engineer interview questions
A Deep Learning Engineer was asked
Q. What are the different types of regression analysis?
Ans. 

Different types of regression analysis include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regression.

  • Linear regression: Predicts a continuous outcome based on one or more input features.

  • Logistic regression: Predicts the probability of a binary outcome.

  • Polynomial regression: Fits a curve to the data by including polynomial terms.

  • Ridge regression: Adds a penalty term t...

View all Deep Learning Engineer interview questions
A Deep Learning Engineer was asked
Q. Explain the architecture of Transformer based models.
Ans. 

Transformer based models use self-attention mechanism to capture long-range dependencies in data.

  • Transformer models consist of encoder and decoder layers.

  • Self-attention mechanism allows each word to attend to all other words in the input sequence.

  • Positional encoding is added to input embeddings to provide information about the position of words.

  • Transformer models have achieved state-of-the-art results in various N...

View all Deep Learning Engineer interview questions

Impact Analytics Interview Experiences for Experienced

10 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. Coding questions in python.Questions such as duplicates,swapping,fibonacci
  • Q2. Question on sorting in reverse order without using inbuilt fns
  • Q3. Anagram qn without using any inbuilt fns
  • Ans. 

    Anagram question solved without using any inbuilt functions

    • Create a function to check if two strings are anagrams by comparing the frequency of characters

    • Iterate through both strings and count the frequency of each character

    • Compare the frequency of characters in both strings to determine if they are anagrams

  • Answered by AI
  • Q4. Right rotation and left rotation
  • Q5. Frequency of elements
  • Ans. 

    Frequency of elements in an array

    • Iterate through the array and count the occurrences of each element

    • Store the counts in a map or dictionary for easy access

    • Return the map/dictionary with element frequencies

  • Answered by AI
  • Q6. Missing elements
Round 2 - Technical 

(3 Questions)

  • Q1. About projects and on resume
  • Q2. Python programming qs like string reverse, palindrome, anagram
  • Q3. About Automation tools
Round 3 - Behavioral 

(3 Questions)

  • Q1. Situation based qns
  • Q2. Some HR qs like about company
  • Q3. Why do you want to join impact
Round 4 - HR 

(2 Questions)

  • Q1. If you made till Hr then mostly you'made into final selects
  • Q2. Some HR qs and tells more about work and role

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image vineeth v

posted on 18 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about prev projects
  • Q2. Windows function based sql question

QA Lead Interview Questions & Answers

user image Naveen C

posted on 13 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Lead code problem easy
  • Q2. Framework related question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test covered questions around stats (mean, median, etc), python, SQL and aptitude questions

Round 2 - Coding Test 

Q1. Write a python code for the Fibonacci series.
Q2. Write a SQL code find the mean salary for every department.
Q3. Write a SQL code to find the employee age at the time of joining the company.
Q4. Rewrite the above queries in Python.

Interview Preparation Tips

Topics to prepare for Impact Analytics Senior Business Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Practice writing scripting code in Python. Get a good grasp on window functions in SQL. Don't forget to practice pandas.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Python questions, write a SQL query to return employee with the number of leaves in each month, Vlookup, Index Match, Rank, Dense Rank
  • Q2. Loc and iloc in python
  • Ans. 

    loc and iloc are methods in pandas used for selecting rows and columns by label or integer position.

    • loc is used for selecting rows and columns by label

    • iloc is used for selecting rows and columns by integer position

    • Example: df.loc[0:5, 'column_name']

    • Example: df.iloc[0:5, 2]

  • Answered by AI
  • Q3. Advantage of Vlookup over-index match
  • Ans. 

    Vlookup is simpler and easier to use, while Index Match is more flexible and efficient.

    • Vlookup is easier for beginners to understand and use

    • Vlookup is quicker to set up and requires less formula writing

    • Index Match is more flexible as it can look up values in any column, not just the first one

    • Index Match is more efficient for large datasets as it does not require the entire column to be searched

  • Answered by AI
  • Q4. Difference between BRD and FRD
  • Ans. 

    BRD focuses on business requirements while FRD focuses on functional requirements.

    • BRD (Business Requirements Document) outlines the business problem that needs to be solved.

    • FRD (Functional Requirements Document) details how the system will meet the business requirements.

    • BRD is more high-level and focuses on the 'what', while FRD is more detailed and focuses on the 'how'.

    • BRD is typically created before FRD in the projec...

  • Answered by AI
  • Q5. Retail experience and analysis
  • Ans. 

    Retail experience and analysis

    • I have over 5 years of experience in retail industry analysis

    • Proficient in using data analytics tools to track sales trends and customer behavior

    • Implemented strategies based on market research to increase sales and customer satisfaction

    • Collaborated with cross-functional teams to optimize inventory management and pricing strategies

  • Answered by AI

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Test 

(1 Question)

  • Q1. Basic python question like sorting

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What are data structures in python,?
  • Ans. 

    Data structures in Python are ways to store and organize data efficiently.

    • Data structures in Python include lists, tuples, dictionaries, sets, and arrays.

    • Lists are ordered, mutable, and can contain duplicate elements.

    • Tuples are ordered, immutable, and can contain duplicate elements.

    • Dictionaries are unordered, mutable, and store data in key-value pairs.

    • Sets are unordered, mutable, and do not allow duplicate elements.

    • Arr...

  • Answered by AI
  • Q2. Sql join questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in Apr 2024.

Round 1 - Coding Test 

Started with sql questions then some basic python moved to machine learning concepts then one puzzle question (10 bags with a bag of defective coins identify in one step)

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 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 

(3 Questions)

  • Q1. What are different types of regression analysis ?
  • Ans. 

    Different types of regression analysis include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regression.

    • Linear regression: Predicts a continuous outcome based on one or more input features.

    • Logistic regression: Predicts the probability of a binary outcome.

    • Polynomial regression: Fits a curve to the data by including polynomial terms.

    • Ridge regression: Adds a penalty term to the...

  • Answered by AI
  • Q2. What is confusion matrix?
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It is a matrix with rows representing the actual class and columns representing the predicted class.

    • It helps in visualizing the performance of a classification model by showing the counts of true positive, true negative, false positive, and false negative predictions.

    • It is commonly used in machine learning to assess the quality of th...

  • Answered by AI
  • Q3. Questions around python programming
Round 3 - Technical 

(2 Questions)

  • Q1. Explain the architecture of Transformer based models.
  • Ans. 

    Transformer based models use self-attention mechanism to capture long-range dependencies in data.

    • Transformer models consist of encoder and decoder layers.

    • Self-attention mechanism allows each word to attend to all other words in the input sequence.

    • Positional encoding is added to input embeddings to provide information about the position of words.

    • Transformer models have achieved state-of-the-art results in various NLP ta...

  • Answered by AI
  • Q2. Different NLP techniques around extraction of text.
  • Ans. 

    Various NLP techniques for text extraction include Named Entity Recognition, Part-of-Speech tagging, and Dependency Parsing.

    • Named Entity Recognition (NER) identifies entities such as names, dates, and locations in text.

    • Part-of-Speech tagging assigns grammatical categories to words in a sentence.

    • Dependency Parsing analyzes the grammatical structure of a sentence to identify relationships between words.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Impact Analytics Deep Learning Engineer interview:
  • Machine Learning
  • Deep Learning
  • Transformers
  • BERT
  • NLP
  • Python
  • Statistics
  • Pandas
  • Excel
Interview preparation tips for other job seekers - The interview process from start to end is good. There are a total of 3 rounds including one HR round. Most of the questions asked are around the domain area and level is moderate. The interview process is engaging and friendly and open for suggestions. Applicant should have good experience and knowledge on the domain area (eg. Data Science). Retail domain knowlege is a plus.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Domain-related (in-depth), hypothetical case studies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Since it's a start-up, they look for both knowledge and temperament. Doesn't matter much about what you have done in the past, you should be open to problem-solving.
Founder and top management folks are young, energetic, and informed of upcoming innovations.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Impact Analytics?
Ask anonymously on communities.

Impact Analytics Interview FAQs

How many rounds are there in Impact Analytics interview for experienced candidates?
Impact Analytics interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Impact Analytics interview process for experienced candidates are Technical, Coding Test and Behavioral.
How to prepare for Impact Analytics interview for experienced candidates?
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 Impact Analytics. The most common topics and skills that interviewers at Impact Analytics expect are Python, SQL, Machine Learning, Analytics and Deep Learning.
What are the top questions asked in Impact Analytics interview for experienced candidates?

Some of the top questions asked at the Impact Analytics interview for experienced candidates -

  1. What are different types of regression analysi...read more
  2. Explain the architecture of Transformer based mode...read more
  3. Different NLP techniques around extraction of te...read more
How long is the Impact Analytics interview process?

The duration of Impact Analytics interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 9 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all

Impact Analytics Reviews and Ratings

based on 84 reviews

2.9/5

Rating in categories

2.7

Skill development

2.3

Work-life balance

3.0

Salary

2.7

Job security

2.5

Company culture

2.8

Promotions

2.4

Work satisfaction

Explore 84 Reviews and Ratings
Pre Sales Lead

Kolkata,

Mumbai

+5

6-10 Yrs

Not Disclosed

Associate Product Manager - B2B

Kolkata,

Mumbai

+5

5-10 Yrs

Not Disclosed

Senior Database Engineer

Kolkata,

Mumbai

+5

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
93 salaries
unlock blur

₹24 L/yr - ₹39 L/yr

Senior Data Scientist
83 salaries
unlock blur

₹20.8 L/yr - ₹30 L/yr

Business Analyst
70 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Data Scientist
64 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Senior Business Analyst
62 salaries
unlock blur

₹16.7 L/yr - ₹30 L/yr

Explore more salaries
Compare Impact Analytics with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview