Premium Employer

i

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

Impetus Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Impetus Technologies Interview Questions, Process, and Tips

Updated 26 Mar 2025

Top Impetus Technologies Interview Questions and Answers

View all 88 questions

Impetus Technologies Interview Experiences

Popular Designations

96 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2024

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

(1 Question)

  • Q1. Water trapping Problem in DSA
  • Ans. 

    Water trapping problem involves calculating the amount of water that can be trapped between bars in an array.

    • The problem can be solved using two pointers approach.

    • Iterate through the array and keep track of the maximum height on the left and right side of each bar.

    • Calculate the amount of water trapped at each bar by subtracting the bar's height from the minimum of the maximum heights on both sides.

    • Sum up the trapped wa...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Domain related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA+Domain Knowledge is necessary

Top Impetus Technologies Data Engineer Interview Questions and Answers

Q1. How do you handle out of memory issue in spark?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python program string operations

Top Impetus Technologies Data Engineer Interview Questions and Answers

Q1. How do you handle out of memory issue in spark?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql , Pyspark, Hive, Cloud
  • Q2. AWS Pyspark sql python

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2024

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

(1 Question)

  • Q1. How do you manage financial report?
  • Ans. 

    I do not manage financial reports as a Scrum Master, but I ensure that the team follows the budget and financial guidelines set by the organization.

    • As a Scrum Master, my focus is on facilitating the Scrum process and helping the team deliver value to the customer.

    • I work closely with the Product Owner to prioritize the product backlog based on business value and budget constraints.

    • I may help the team estimate the effort...

  • Answered by AI

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Impetus Technologies interview questions for popular designations

 Data Engineer

 (11)

 Software Engineer

 (10)

 Senior Software Engineer

 (6)

 Devops Engineer

 (5)

 Java Developer

 (4)

 Big Data Engineer

 (4)

 Associate Software Engineer

 (4)

 Lead Software Engineer

 (3)

Senior UI Engineer Interview Questions & Answers

user image Ritika Dixit

posted on 29 Apr 2024

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

(1 Question)

  • Q1. Explain directives
  • Ans. 

    Directives in AngularJS allow you to create custom HTML tags and attributes that extend the functionality of HTML.

    • Directives are markers on a DOM element that tell AngularJS to attach a specified behavior to that DOM element.

    • They can be used to create reusable components, manipulate the DOM, and add interactivity to an application.

    • Examples of directives include ng-model, ng-show, ng-hide, ng-repeat, and custom directiv

  • Answered by AI

Skills evaluated in this interview

Senior UI Engineer Interview Questions asked at other Companies

Q1. Techniques to optimise list rendering? List virtualisation
View answer (1)

Get interview-ready with Top Impetus Technologies Interview Questions

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

(1 Question)

  • Q1. What is react? What is redux?
  • Ans. 

    React is a JavaScript library for building user interfaces. Redux is a predictable state container for managing application state.

    • React is a front-end library developed by Facebook for building user interfaces.

    • React uses a virtual DOM to efficiently update the actual DOM.

    • Redux is a state management tool commonly used with React to manage application state.

    • Redux stores the entire application state in a single immutable

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Impetus Technologies

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

I applied via LinkedIn and was interviewed in Apr 2023. 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 

(1 Question)

  • Q1. Devops CICD, AWS related questions
Round 3 - Technical 

(1 Question)

  • Q1. Kubernetes, Linux, Jenkins

AWS Devops Engineer Interview Questions asked at other Companies

Q1. how do you troubleshoot a docker container that is going to die?
View answer (1)
Interview experience
2
Poor
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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Is passible map-reduce have 0 reducer ?
  • Ans. 

    Yes, it is possible to have a MapReduce job with 0 reducers.

    • In some cases, the output of the map phase may not require any further processing or aggregation, so having 0 reducers is sufficient.

    • For example, if the goal of the MapReduce job is simply to filter out certain data points based on a condition, there may be no need for a reducer.

    • Having 0 reducers can also be useful for jobs where the output of the map phase is...

  • Answered by AI
  • Q2. Write code in spark
  • Ans. 

    Code in Spark for Big Data Engineer Lead interview

    • Use SparkSession to create a Spark application

    • Read data from a source like HDFS or S3

    • Perform transformations and actions on the data using Spark RDDs or DataFrames

    • Write the processed data back to a sink like HDFS or S3

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please more focus on python, spark/hive and AWS

Skills evaluated in this interview

Big Data Engineer Lead Interview Questions asked at other Companies

Q1. how did you do batch processing. why did you choose that technique
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 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 - Aptitude Test 

Html5 tags, CSS box model, pseudo selectors in CSS, map v/s forEach, map v/s filter, objects, arrow functions, shallow copy v/s deep copy difference, hoisting, promises

Round 3 - Technical 

(2 Questions)

  • Q1. React Hooks, functional components
  • Q2. What are promises? React hooks-based questions like useState, useEffect, useMemo? Asked to create a form in react with various type of inputs

Interview Preparation Tips

Topics to prepare for Impetus Technologies React Developer interview:
  • Html5
  • CSS3
  • MATERIAL UI
Interview preparation tips for other job seekers - Please prepare javascript basics, expertise in CSS is required, knowledge of modern hooks and concepts

React Developer Interview Questions asked at other Companies

Q1. Swap Two Numbers Problem Statement Given two integers a and b, your task is to swap these numbers and output the swapped values. Input: The first line contains a single integer 't', representing the number of test cases.Each subsequent line... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Spark archicture and cluster configurations explanation
  • Ans. 

    Spark architecture involves master-slave setup with driver and executor nodes. Cluster configurations include memory allocation, cores allocation, and parallelism settings.

    • Spark architecture consists of a master node (driver) and multiple worker nodes (executors)

    • Cluster configurations involve setting memory allocation for driver and executors, specifying number of cores per executor, and adjusting parallelism settings

    • E...

  • Answered by AI
  • Q2. Python code, basic to intermediate
  • Q3. Sql question basic to intermediate
Round 2 - Technical 

(2 Questions)

  • Q1. Cluster conf and scenerio based question
  • Q2. Sql and python scenerio based questions

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Impetus Technologies Interview FAQs

How many rounds are there in Impetus Technologies interview?
Impetus Technologies interview process usually has 2-3 rounds. The most common rounds in the Impetus Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Impetus Technologies 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 Impetus Technologies. The most common topics and skills that interviewers at Impetus Technologies expect are Big Data, Python, SQL, Java and Spark.
What are the top questions asked in Impetus Technologies interview?

Some of the top questions asked at the Impetus Technologies interview -

  1. How to get values present in tables A but not in B without using joining condit...read more
  2. How to take one string and do Permutations and Combinations without using store...read more
  3. rule of overriding how JVM stores class and objects in memory, the internal wor...read more
How long is the Impetus Technologies interview process?

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

Tell us how to improve this page.

Impetus Technologies Interview Process

based on 65 interviews

Interview experience

4.1
  
Good
View more
Join Impetus Technologies The Intelligent Enterprise Delivered

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
CitiusTech Interview Questions
3.3
 • 276 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Altimetrik Interview Questions
3.8
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
CMS IT Services Interview Questions
3.1
 • 135 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Evalueserve Interview Questions
3.2
 • 115 Interviews
View all

Impetus Technologies Reviews and Ratings

based on 504 reviews

3.6/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.7

Salary

3.8

Job security

3.5

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 504 Reviews and Ratings
Technical Writer

Indore

2-7 Yrs

Not Disclosed

Data Engineer

Noida,

Pune

+1

2-4 Yrs

₹ 10-18.5 LPA

BI Engineer

Noida,

Pune

+1

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
747 salaries
unlock blur

₹8.3 L/yr - ₹30 L/yr

Software Engineer
556 salaries
unlock blur

₹4.8 L/yr - ₹17.6 L/yr

Module Lead Software Engineer
272 salaries
unlock blur

₹12.2 L/yr - ₹37.5 L/yr

Module Lead
261 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Lead Software Engineer
204 salaries
unlock blur

₹15.2 L/yr - ₹44 L/yr

Explore more salaries
Compare Impetus Technologies with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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