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 27 Feb 2025

Top Impetus Technologies Interview Questions and Answers

View all 84 questions

Impetus Technologies Interview Experiences

Popular Designations

93 interviews found

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)

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)
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 (42)
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)

Impetus Technologies interview questions for popular designations

 Data Engineer

 (11)

 Software Engineer

 (9)

 Senior Software Engineer

 (6)

 Devops Engineer

 (5)

 Big Data Engineer

 (4)

 Associate Software Engineer

 (4)

 Lead Software Engineer

 (3)

 Module Lead Software Engineer

 (3)

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)

Get interview-ready with Top Impetus Technologies Interview Questions

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)

Jobs at Impetus Technologies

View all
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. 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)

Module Lead Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 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. Arrange the list item in python
  • Ans. 

    Use the sort() method to arrange list items in Python.

    • Use the sort() method to arrange list items in ascending order: list_name.sort()

    • Use the sort() method with reverse=True parameter to arrange list items in descending order: list_name.sort(reverse=True)

    • Use the sorted() function to return a new sorted list without modifying the original list: sorted_list = sorted(list_name)

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Will you ready to work from anywhere

Skills evaluated in this interview

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)
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 

(3 Questions)

  • Q1. Questions were about Ansible, Linux, A bit about Cloud (AWS, Azure)
  • Q2. Second round person was not aware if which position is this and were clueless of questions so he asked any random question from any irrelevant topic
  • Q3. At last hR dint get back to me and i had to call them just to hear a no

Interview Preparation Tips

Interview preparation tips for other job seekers - In next call they were not even sure for what position interview is being conducted and at last rejection was the final call

Top Impetus Technologies Devops Engineer Interview Questions and Answers

Q1. 1. SSL implementation for different hadoop services. 2. Kerberos implementation for different hadoop components. 3. Performance benchmarking of hadoop cluster. 4. Automated deployment of hadoop services through ansible.
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

I applied via Naukri.com and was interviewed in Jun 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and D...
  • Ans. 

    Explaining partitioning, bucketing, joins, optimization, broadcast variables, ORC vs Parquet, RDD vs Dataframe, project architecture and responsibilities for Big Data Engineer role.

    • Partitioning is dividing data into smaller chunks for parallel processing, while bucketing is organizing data into buckets based on a hash function.

    • Types of joins in Spark include inner join, outer join, left join, right join, and full outer...

  • Answered by AI
  • Q2. SQL question Remove duplicate records 5th highest salary department wise
  • Ans. 

    Remove duplicate records and find 5th highest salary department wise using SQL.

    • Use DISTINCT keyword to remove duplicate records.

    • Use GROUP BY clause to group the records by department.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT clause to get the 5th highest salary.

    • Combine all the above clauses to get the desired result.

  • Answered by AI
  • Q3. Python List based questions Python Dictionaries based questions
Round 3 - Technical 

(1 Question)

  • Q1. Same Kind of questions and the same level of difficulty but another technical person took the interview
Round 4 - HR 

(1 Question)

  • Q1. General HR Discussions They will try to understand our area of interest They will explain learning opportunities in the company Give a brief about benefits and work culture Finally most important part is S...

Interview Preparation Tips

Interview preparation tips for other job seekers - Very friendly interview and we must be confident with the skills we had mentioned in the resume.
For me, they asked questions mostly from SQL, Pyspark, and some basic python coding(List, Dict)

Skills evaluated in this interview

Top Impetus Technologies Big Data Engineer Interview Questions and Answers

Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and Dataframe Architecture of our projec... read more
View answer (1)

Big Data Engineer Interview Questions asked at other Companies

Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and Dataframe Architecture of our projec... read more
View answer (1)

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 62 interviews

Interview experience

4.1
  
Good
View more
Join Impetus Technologies The Intelligent Enterprise Delivered

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
View all

Impetus Technologies Reviews and Ratings

based on 487 reviews

3.6/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.7

Salary

3.8

Job security

3.5

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 487 Reviews and Ratings
Lead Quality Engineer- Automation Testing

Noida,

Indore

3-7 Yrs

Not Disclosed

Data Engineer

Noida,

Pune

+1

2-4 Yrs

₹ 10-18.5 LPA

Sr. Executive - Transport and Admin

Noida

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
701 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
540 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead Software Engineer
276 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
249 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
201 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Impetus Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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