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 Analyst Interview Questions and Answers

Updated 16 Oct 2024

Impact Analytics Analyst Interview Experiences

1 interview found

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a good test with meoderate level aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction and Why impact analytics
  • Ans. 

    Impact analytics is the practice of using data analysis to measure and understand the effects of decisions and actions.

    • Impact analytics helps organizations make informed decisions based on data-driven insights

    • It allows businesses to track the success of their strategies and initiatives

    • By analyzing data, organizations can identify areas for improvement and optimize their operations

    • Examples include measuring the impact o...

  • Answered by AI
  • Q2. Projects and Position of responsibility
Round 3 - HR 

(2 Questions)

  • Q1. Introduction and why impact
  • Ans. 

    The question is asking for an introduction and explanation of why impact is important in the context of analysis.

    • Introduction should provide background information on the topic of analysis

    • Explain why impact assessment is crucial for making informed decisions

    • Discuss how analyzing impact helps in evaluating effectiveness of strategies

    • Provide examples of how impact analysis has influenced decision-making in the past

  • Answered by AI
  • Q2. Puzzles and Aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Pretty standard GD on topics around working remotely and country's macroeconomic

Round 2 - Technical 

(2 Questions)

  • Q1. Derivative Knowledge Check
  • Q2. Alternate Investment Knowledge Check
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario Based and financial instrument level
  • Q2. Deep dive into derivative and alternative investment
  • Ans. 

    Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.

    • Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.

    • Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.

    • Both derivative and alternative...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General HR Question
  • Q2. Strength and Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well with financial knowledge of both derivative and alternative investments. Expect scenario based questions and tailor your resume according to the JD
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1st round included basic apt questions and essay writing

Round 2 - HR 

(2 Questions)

  • Q1. General resume questions
  • Q2. Aptitude questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Nice - verbal , non-verbal , reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Highlight the odd cells in excel
  • Ans. 

    Use conditional formatting to highlight odd cells in Excel

    • Select the range of cells you want to highlight

    • Go to the 'Home' tab and click on 'Conditional Formatting'

    • Choose 'New Rule' and select 'Use a formula to determine which cells to format'

    • Enter the formula '=MOD(A1,2)=1' (assuming A1 is the top-left cell of your selected range)

    • Choose the formatting style you want for the odd cells

  • Answered by AI
  • Q2. What are Joins in SQL, explain different joins and their outputs
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FU...

  • Answered by AI
  • Q3. Query to give running sum of salary
  • Ans. 

    Use window function to calculate running sum of salary in SQL

    • Use window function like SUM() with OVER() clause

    • Partition the data by employee ID if needed

    • Order the data by date or any other relevant column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your SQL strong and practice joins with problem solving questions

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions for finance
  • Q2. If you know everything from JD
Round 2 - One-on-one 

(2 Questions)

  • Q1. Market capitalisation
  • Q2. Different type of swaps
  • Ans. 

    Different types of swaps include interest rate swaps, currency swaps, and credit default swaps.

    • Interest rate swaps involve exchanging fixed and floating interest rate payments.

    • Currency swaps involve exchanging principal and interest payments in different currencies.

    • Credit default swaps involve transferring the credit risk of a specific asset or entity.

    • Other types of swaps include equity swaps, commodity swaps, and tota

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They want a geek with finance cleared

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

First round is gamified aptitude that is playfull easy to crake.

Round 2 - Aptitude Test 

That was a aptitude test easy to crake. major question are percentage,reasoning,average,ven diagram,number system, basic math question

Round 3 - Assignment 

Science base assessment (at the first they give certain amount of course and course source that we need to study) easy 10 mcq question we need to learn the course.

Round 4 - HR 

(5 Questions)

  • Q1. They test our problem solving skill so they give a bunch of aptitude question and explain to the hr.
  • Q2. About my family
  • Q3. Strength and weakness
  • Q4. Recent book you read
  • Q5. Project and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself. express your knowledge to the hr, and be confident.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at CV Raman Polytechnic, Bhubaneswar and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude round was easy consisting of three sections

Round 2 - Aptitude Test 

The second aptitude test was conducted by the HR of the company.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Behaviour based questions
  • Q2. Situation based questions
  • Q3. Aptitude based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing aptitude
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference Between Union and Union All
  • 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. SQL Execution order
  • Q3. Coalesce function in SQL
  • Ans. 

    Coalesce function in SQL is used to return the first non-null value in a list of expressions.

    • Coalesce function takes multiple parameters and returns the first non-null value.

    • It is commonly used to handle null values in SQL queries.

    • Example: SELECT COALESCE(column_name, 'N/A') FROM table_name;

  • Answered by AI

Skills evaluated in this interview

Impact Analytics Interview FAQs

How many rounds are there in Impact Analytics Analyst interview?
Impact Analytics interview process usually has 3 rounds. The most common rounds in the Impact Analytics interview process are Aptitude Test, Technical and HR.
How to prepare for Impact Analytics 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 Impact Analytics. The most common topics and skills that interviewers at Impact Analytics expect are Analytical, Cash Flow, Data Analysis, Excel and Financial Analysis.
What are the top questions asked in Impact Analytics Analyst interview?

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

  1. Introduction and Why impact analyt...read more
  2. Puzzles and Aptitude questi...read more

Tell us how to improve this page.

Impact Analytics Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Data Scientist
72 salaries
unlock blur

₹9 L/yr - ₹26.5 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Data Scientist
65 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Software Engineer
51 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Senior Business Analyst
46 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Explore more salaries
Compare Impact Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

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