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, Process, and Tips

Updated 24 Feb 2025

Top Impact Analytics Interview Questions and Answers

View all 27 questions

Impact Analytics Interview Experiences

Popular Designations

36 interviews found

Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 Technical rounds were great and the panel was very welcoming.
  • Q2. Modelling and Python sql
Round 2 - Technical 

(1 Question)

  • Q1. Python and resume
Round 3 - HR 

(2 Questions)

  • Q1. Bakwas round. they took a month to schedule. didn't attend at their mentioned time 4 times. HR are worst including the Manager who interviewed. No respect for the candidates in hr round. They'll call to o...
  • Q2. Resume. and you can't ask challenging questions at the end. Cuz they'll disqualify you

Interview Preparation Tips

Interview preparation tips for other job seekers - Please attend other companies interview instead

Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

React and Java Script concepts

Round 3 - Technical 

(1 Question)

  • Q1. Questions from react advanced concepts
Round 4 - HR 

(1 Question)

  • Q1. HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be good at react, js and redux. Basic understanding of front end development
Impact Analytics Interview Questions and Answers for Freshers
illustration image
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 Resume 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

Deep Learning Engineer Interview Questions asked at other Companies

Q1. Graph Coloring Problem You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacent vertices (connected by an edge) sh... read more
View answer (1)
Round 1 - Technical 

(1 Question)

  • Q1. Medium level js and react questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic and important concepts in js and react

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Impact Analytics interview questions for popular designations

 Senior Software Engineer

 (7)

 Business Analyst

 (4)

 Software Engineer

 (3)

 Senior Business Analyst

 (3)

 Data Analyst

 (2)

 Analyst

 (1)

 Senior Software Developer

 (1)

 Backend Developer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Aug 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 Resume tips
Round 2 - Coding Test 

Focus on DSA for developement roles

Round 3 - Technical 

(2 Questions)

  • Q1. How would you handle real time data changes in a web application and mobile application
  • Ans. 

    I would use websockets for real-time data updates in both web and mobile applications.

    • Implement websockets to establish a persistent connection between the server and clients

    • Use a pub/sub system to notify clients of data changes

    • Update the UI in real-time based on the incoming data

    • Optimize data transfer to reduce latency and improve performance

  • Answered by AI
  • Q2. Implementation from web components
  • Ans. 

    Web components are reusable custom elements for building web applications.

    • Web components allow for encapsulation of HTML, CSS, and JavaScript into reusable components.

    • They can be easily reused across different web pages or applications.

    • Examples include custom elements like , , and .

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to switch the job?

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Impact Analytics Interview Questions

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.

Production Analyst Interview Questions asked at other Companies

Q1. Minimum Time To Solve The Problems Given 'N' subjects, each containing a certain number of problems, and 'K' friends, assign subjects to friends such that each subject goes to exactly one friend, maintaining contiguity in assignment, aiming... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Impact Analytics Interview FAQs

How many rounds are there in Impact Analytics interview?
Impact Analytics interview process usually has 2-3 rounds. The most common rounds in the Impact Analytics interview process are Technical, Coding Test and HR.
How to prepare for Impact Analytics 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 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?

Some of the top questions asked at the Impact Analytics interview -

  1. Camel puzzle question- A camel need to go from point A to B total 1k Km and Tot...read more
  2. Can you write same sql queries in pyth...read more
  3. What are different types of regression analysi...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.

Recently Viewed

INTERVIEWS

Walmart

No Interviews

LIST OF COMPANIES

Agilent Technologies

Overview

DESIGNATION

JOBS

Impact Analytics

No Jobs

SALARIES

Amec Foster Wheeler

SALARIES

Amec Foster Wheeler

SALARIES

Aarvee Associates

INTERVIEWS

Walmart

No Interviews

INTERVIEWS

Aarvee Associates

No Interviews

SALARIES

Amec Foster Wheeler

Tell us how to improve this page.

Impact Analytics Interview Process

based on 37 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Impact Analytics Reviews and Ratings

based on 74 reviews

3.0/5

Rating in categories

2.7

Skill development

2.4

Work-life balance

3.1

Salary

2.8

Job security

2.6

Company culture

2.8

Promotions

2.5

Work satisfaction

Explore 74 Reviews and Ratings
Senior Software Engineer
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Scientist
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Impact Analytics 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