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

Updated 20 Sep 2024

Impact Analytics Software Engineer Interview Experiences

3 interviews found

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding exercise related to probability

Round 2 - Technical 

(2 Questions)

  • Q1. Database design for ride hailing service like uber, ola
  • Q2. Tech stack needed to build a real time application
  • Ans. 

    Tech stack for real time applications includes WebSocket, Node.js, Redis, and MongoDB.

    • Use WebSocket for real-time communication between client and server

    • Node.js for server-side logic and handling multiple connections efficiently

    • Redis for caching and storing real-time data

    • MongoDB for persistent data storage and retrieval

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Though the interviewer was friendly his tech knowledge was just average.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Great experience with the coding in hangouts

Round 2 - HR 

(2 Questions)

  • Q1. Why joining this company?
  • Q2. You can relocate?

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
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

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Impact Analytics?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What are the solid principles?
  • Q2. Difference between ref and out?
  • Q3. Explain about your project its architecture.
  • Q4. What are the rest APIs and popular status codes?
  • Q5. Explain memory management in c#.
  • Q6. What are the latest architectural trends in c#?
  • Ans. 

    Microservices, cloud-native, and serverless are the latest architectural trends in C#.

    • Microservices architecture is gaining popularity due to its scalability and flexibility.

    • Cloud-native architecture focuses on building applications that are optimized for cloud environments.

    • Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.

    • Other trends include containeri...

  • Answered by AI
  • Q7. Comparison between .net core and framework
  • Ans. 

    Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.

    • Core is open-source and modular, while Framework is a monolithic framework

    • Core has better performance and scalability than Framework

    • Core supports microservices architecture, while Framework does not

    • Core has a smaller footprint and can be deployed as a single executable

    • Framework has better backward compa...

  • Answered by AI
  • Q8. Major advancements in .net core
  • Ans. 

    Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.

    • Improved performance through the use of Span and other optimizations

    • Cross-platform compatibility with support for Linux and macOS

    • Enhanced security features such as runtime code generation and data protection

    • Introduction of .NET Core 3.0 with support for Windows Desktop applications

    • Integration with ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and straightforward

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Phone screen about previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Mobile app development basics
Round 3 - HR 

(1 Question)

  • Q1. Culture fit questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. .Net Core Framework
  • Q2. SQL Web api c#
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given the react machine coding example
  • Ans. 

    The react machine coding example involves demonstrating knowledge and skills in React programming.

    • Understand the component lifecycle in React

    • Demonstrate proficiency in state management using hooks or Redux

    • Show ability to create reusable components and handle user input

    • Implement routing and navigation in React applications

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for task tracking.

    • Developed a web application using React for inventory management system

    • Created a mobile app using Flutter for task tracking and reminders

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. System design for can service
  • Ans. 

    Design a scalable can service for managing inventory, orders, and deliveries efficiently.

    • Define user roles: customers, warehouse staff, and delivery personnel.

    • Use microservices architecture for scalability: separate services for inventory, order processing, and delivery.

    • Implement a RESTful API for communication between services.

    • Utilize a database (e.g., PostgreSQL) for persistent storage of inventory and orders.

    • Incorpo...

  • Answered by AI
  • Q2. Objective questions on sql query
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
  • Ans. 

    Guide to completing a RESTful API coding task with essential pointers and examples.

    • Understand REST principles: Use HTTP methods (GET, POST, PUT, DELETE) appropriately.

    • Define clear endpoints: Example - /api/users for user-related operations.

    • Implement status codes: Use 200 for success, 404 for not found, 500 for server errors.

    • Use JSON for data interchange: Ensure requests and responses are in JSON format.

    • Consider authent...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    A hashmap is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

    • Uses a hash function to compute an index for storing values.

    • Handles collisions using methods like chaining or open addressing.

    • Example: Inserting a key-value pair (key: 'apple', value: 1) involves hashing 'apple' to find an index.

    • Retrieving a value involves hashing the key again to find the corresponding index.

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Ans. 

    Managing multiple events on a single variable requires careful synchronization to ensure accurate results.

    • Use locks or mutexes to prevent race conditions when accessing the variable.

    • Implement event debouncing to limit the frequency of updates, ensuring only the final event is processed.

    • Utilize a queue to handle events sequentially, processing them one at a time to maintain accuracy.

    • Consider using atomic operations for ...

  • Answered by AI
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on linkedlist, remove duplicates
  • Q2. House robber 2,3

Impact Analytics Interview FAQs

How many rounds are there in Impact Analytics Software Engineer interview?
Impact Analytics interview process usually has 1-2 rounds. The most common rounds in the Impact Analytics interview process are Technical, Coding Test and HR.
How to prepare for Impact Analytics Software Engineer 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 Continuous Integration, Deployment, Front End, Javascript and Application Development.
What are the top questions asked in Impact Analytics Software Engineer interview?

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

  1. Tech stack needed to build a real time applicat...read more
  2. Database design for ride hailing service like uber, ...read more
  3. Medium level js and react questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more
Impact Analytics Software Engineer Salary
based on 56 salaries
₹8.3 L/yr - ₹17.9 L/yr
40% more than the average Software Engineer Salary in India
View more details

Impact Analytics Software Engineer Reviews and Ratings

based on 8 reviews

2.4/5

Rating in categories

2.3

Skill development

1.6

Work-life balance

2.5

Salary

1.8

Job security

1.6

Company culture

1.7

Promotions

1.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
107 salaries
unlock blur

₹25 L/yr - ₹39 L/yr

Senior Data Scientist
93 salaries
unlock blur

₹20.7 L/yr - ₹30 L/yr

Senior Business Analyst
75 salaries
unlock blur

₹17 L/yr - ₹29.5 L/yr

Business Analyst
70 salaries
unlock blur

₹10 L/yr - ₹14.5 L/yr

Software Engineer
56 salaries
unlock blur

₹8.2 L/yr - ₹17.9 L/yr

Explore more salaries
Compare Impact Analytics with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview