Upload Button Icon Add office photos
Engaged Employer

i

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

Impact Guru Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 574 Reviews

Filter interviews by

Impact Guru Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Impact Guru Interview Questions and Answers

View all 11 questions

Impact Guru Interview Experiences

Popular Designations

36 interviews found

Product Manager Interview Questions & Answers

user image Devansh Bhavsar

posted on 8 Nov 2024

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

I applied via Job Portal

Round 1 - Technical 

(3 Questions)

  • Q1. What do i know about this role ?
  • Ans. 

    Product Manager is responsible for developing and managing a product or product line throughout its lifecycle.

    • Responsible for defining the product vision and strategy

    • Collaborates with cross-functional teams such as engineering, design, and marketing

    • Analyzes market trends and competition to make informed product decisions

    • Creates product roadmaps and prioritizes features based on customer feedback

    • Tracks key performance m

  • Answered by AI
  • Q2. How you think you will be an asset for companies ?
  • Q3. Situational question to see which KPI can be used ?

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2024

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

(1 Question)

  • Q1. Introduction of yourself
Round 2 - Assignment 

Assignment of Google sheets

Round 3 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. What do you know about analysis and logical reasoning
  • Ans. 

    Analysis and logical reasoning involve examining data, identifying patterns, and drawing conclusions based on evidence.

    • Analysis involves breaking down complex information into smaller components for better understanding.

    • Logical reasoning is the process of using rational thinking to make sense of information and draw valid conclusions.

    • Analytical skills are essential for interpreting data accurately and making informed d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello guys this company provide good salary but not good appraisal

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was an online test

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA Questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. 2 code and 2 MySQL query

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Impact Guru interview questions for popular designations

 Business Development Associate

 (7)

 Operations Associate

 (3)

 Software Developer

 (3)

 Data Analyst

 (2)

 Product Manager

 (2)

 QA Analyst

 (2)

 Assistant Manager

 (1)

 Associate Product Manager

 (1)

PHP Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic logical question, database design scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic logical question and star patterns questions

PHP Interview Questions asked at other Companies

Q1. What is diffrence between array_merge and array_combine
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

General aptitude focused on mathematics.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Impact Guru

View all

Data Analyst Interview Questions & Answers

user image Shubham Upadhyay

posted on 19 Apr 2024

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

(3 Questions)

  • Q1. Difference between rank and dense rank
  • Ans. 

    Rank assigns unique ranks to each distinct value, while dense rank does not leave gaps between ranks.

    • Rank assigns unique ranks to each distinct value in a dataset

    • Dense rank does not leave gaps between ranks, assigning consecutive ranks to values with the same rank

    • For example, if values are 10, 20, 20, 30, then rank would be 1, 2, 2, 4 and dense rank would be 1, 2, 2, 3

  • Answered by AI
  • Q2. How will merge multiple file in python
  • Ans. 

    Merge multiple files in Python using pandas.concat() or pd.merge() functions.

    • Use pandas.concat() function to merge multiple files vertically (row-wise).

    • Use pd.merge() function to merge multiple files horizontally (column-wise) based on a common column.

    • Ensure that the files have compatible column names and data types before merging.

    • Handle any missing or duplicate values appropriately during the merging process.

    • Consider ...

  • Answered by AI
  • Q3. Data frame explain in detail
  • Ans. 

    A data frame is a two-dimensional data structure in which data is stored in rows and columns.

    • Data frames are commonly used in programming languages like R and Python for data analysis.

    • Each column in a data frame represents a variable, while each row represents an observation.

    • Data frames can contain different types of data, such as numeric, character, and factor.

    • Data frames can be created from various sources like CSV f

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How will you manage patient's when they will cry in front of you?
  • Ans. 

    I will offer empathy, listen actively, provide comfort, and offer appropriate resources for support.

    • Offer empathy and understanding to show that I care about their emotions

    • Listen actively without interrupting to allow them to express their feelings

    • Provide comfort through words of reassurance and physical gestures like a hand on their shoulder

    • Offer appropriate resources for support such as counseling services or support...

  • Answered by AI
  • Q2. This jobs requires a lot of courage to speak to patients who are in hospital beds, will you be able to do it?
  • Q3. Will you remain with us for 6 months or more or will you resign?
  • Q4. Tell me about your past career experience
  • Q5. How soon you can join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - You will be told by the HR at the time of hiring that you will be provided 2 hospitals and you have to visit them on daily basis and make campaigns but the reality is different, the hospitals you will be visiting will not have tie up with the organisation, it is your responsibility to make contacts in the hospitals and create campaigns. Their are chances your team leader might not be so supportive as much is required and you might feel unwanted in his/her team. Their's a lot of emotions you go through in this job, when you will do it, you will realize.

Senior Business Development Manager Interview Questions asked at other Companies

Q1. 2] Sell me Something and Sales pitch that to aggressive ?
View answer (3)

react native Interview Questions & Answers

user image muskan mittal

posted on 22 May 2024

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

(2 Questions)

  • Q1. Basic react native and javascript problem
  • Q2. Dupicates from array

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Impact Guru Interview FAQs

How many rounds are there in Impact Guru interview?
Impact Guru interview process usually has 1-2 rounds. The most common rounds in the Impact Guru interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Impact Guru 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 Guru. The most common topics and skills that interviewers at Impact Guru expect are Sales, Telesales, Business Development, Communication Skills and Content Writing.
What are the top questions asked in Impact Guru interview?

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

  1. How will you manage patient's when they will cry in front of y...read more
  2. What is static and what is its significance in j...read more
  3. write an sql qwery for to find the number of peoples department w...read more
How long is the Impact Guru interview process?

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

Tell us how to improve this page.

Impact Guru Interview Process

based on 16 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 18 Impact Guru interviews
Job Portal
Campus Placement
WalkIn
50%
22%
17%
11% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 414 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
BlackBuck Interview Questions
3.8
 • 171 Interviews
Blinkit Interview Questions
3.8
 • 166 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Paisabazaar.com Interview Questions
3.5
 • 136 Interviews
Ketto Interview Questions
3.8
 • 9 Interviews
GiveIndia Interview Questions
4.2
 • 4 Interviews
Milaap Interview Questions
3.8
 • 3 Interviews
View all

Impact Guru Reviews and Ratings

based on 574 reviews

4.5/5

Rating in categories

4.3

Skill development

4.2

Work-Life balance

4.2

Salary & Benefits

4.2

Job Security

4.4

Company culture

4.1

Promotions/Appraisal

4.4

Work Satisfaction

Explore 574 Reviews and Ratings
Personal Loan Sales Officer

Mumbai

1-4 Yrs

₹ 1-3 LPA

Labour Compliance Manager

Mumbai,

Mumbai Suburban

+1

5-10 Yrs

Not Disclosed

Talent Acquisition Associate

Mumbai

0-4 Yrs

₹ 0.5-3 LPA

Explore more jobs
Business Development Associate
53 salaries
unlock blur

₹2.6 L/yr - ₹7.2 L/yr

Assistant Manager
51 salaries
unlock blur

₹3.4 L/yr - ₹10.2 L/yr

Senior Business Development Associate
48 salaries
unlock blur

₹4 L/yr - ₹7.2 L/yr

Senior Associate
30 salaries
unlock blur

₹2.5 L/yr - ₹6.7 L/yr

Operations Associate
28 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Impact Guru with

Milaap

3.8
Compare

Razorpay

3.6
Compare

Ketto

3.8
Compare

GiveIndia

4.2
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