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

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 Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

React application to fetch data and add search functionality.

Round 2 - HR 

(2 Questions)

  • Q1. What is my notice period?
  • Q2. What is my current salary?
  • Ans. 

    It is not appropriate to ask about current salary during an interview.

    • It is considered unprofessional and inappropriate to ask about current salary during an interview.

    • Focus should be on the candidate's skills, experience, and fit for the role.

    • Employers should instead discuss salary expectations or ranges for the position.

  • Answered by AI

Top Impetus Technologies Software Engineer Interview Questions and Answers

Q1. How to get values present in tables A but not in B without using joining conditions, minus, intersect, union...?
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. DOM real and virtual
  • Q2. Reconclition and how it words
  • Ans. 

    Reconciliation is the process of ensuring two sets of records are in agreement.

    • Reconciliation involves comparing financial transactions to ensure accuracy.

    • It is commonly used in accounting to match bank statements with internal records.

    • Reconciliation helps identify discrepancies and errors that need to be resolved.

    • Automated tools like accounting software can streamline the reconciliation process.

  • Answered by AI
  • Q3. Diff b/w the == and ===
  • Ans. 

    The == operator checks for equality, while the === operator checks for strict equality.

    • The == operator performs type coercion before comparing two values, while the === operator does not.

    • Using === is generally considered safer and more predictable in JavaScript.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Skills evaluated in this interview

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Memory Generations?
  • Q2. GC Internally Working

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Spark Architecture, Hadoop, GCP Architecture, SQL
Round 2 - Technical 

(1 Question)

  • Q1. Python Coding Problem, SQL query (Window Functions), GCP Architecture, Spark Coding
Round 3 - HR 

(1 Question)

  • Q1. HR manager round

Gcp Data Engineer Interview Questions asked at other Companies

Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cloud storage. Question related previous roles and responsibility.
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - Technical 

(1 Question)

  • Q1. One hour technical questions
Round 2 - Technical 

(2 Questions)

  • Q1. Half hour technical questions
  • Q2. Difference between data lake and delta table
  • Ans. 

    Data lake is a storage repository that holds a vast amount of raw data in its native format, while Delta table is a versioned parquet table that stores data in a structured format.

    • Data lake stores raw data in its original form, while Delta table stores structured data in a versioned parquet format.

    • Data lake is suitable for storing large amounts of unstructured data, while Delta table is ideal for structured data with A...

  • Answered by AI

Skills evaluated in this interview

Top Impetus Technologies Software Engineer Interview Questions and Answers

Q1. How to get values present in tables A but not in B without using joining conditions, minus, intersect, union...?
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Get interview-ready with Top Impetus Technologies Interview Questions

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is tpm intune
  • Ans. 

    TPM (Trusted Platform Module) in Intune is a security feature that helps protect data by encrypting information stored on a device.

    • TPM in Intune is a hardware-based security feature that stores encryption keys and other sensitive data.

    • It helps ensure that only authorized users can access the data on a device.

    • TPM in Intune can be used to enforce BitLocker encryption on Windows devices.

    • It provides an additional layer of ...

  • Answered by AI
Round 2 - Group Discussion 

Just asking DHCP and Some other basic question

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Jobs at Impetus Technologies

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

(1 Question)

  • Q1. SAS based questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. SAS-SQL based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

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)

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. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
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. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
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)

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