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

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Write a program in python demonstrating use of wrapper class Write a code to demonstrate use of generator Optimised prime number solution 2 Code in pyspark where basically i was ask to use explode function...
  • Ans. 

    Demonstrates Python wrapper class, generator for primes, PySpark explode, window functions, and cache vs persist.

    • Wrapper Class: A class that encapsulates a primitive data type to provide additional functionality. Example: int, float wrappers.

    • Generator: A function that yields values one at a time, allowing iteration without storing all values in memory. Example: def prime_gen():

    • Optimized Prime Number Solution: Use Sieve...

  • Answered by AI
  • Q2. More of current project

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 (220)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding questions and 3 SQL questions came

Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to projects, OOPS, DSA questions one from array, another from string, and basic questions from DBMS, OS, Networking, and rest were from resume
  • Q2. Reverse a string
  • Ans. 

    Reverse a given string

    • Create a new empty string

    • Iterate through the original string in reverse order and append each character to the new string

    • Return the new reversed string

  • Answered by AI
  • Q3. Array based question given by the interviewer
Round 3 - Technical 

(1 Question)

  • Q1. Similar to that of previous technical round but in-depth questions were asked, more focused on projects and resume based questions
Round 4 - HR 

(1 Question)

  • Q1. They put us on hold due to market scenario

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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 (220)
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)

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)

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Create stack using queue
  • Ans. 

    Implementing a stack using two queues to achieve LIFO behavior.

    • Use two queues: queue1 and queue2.

    • For push operation, enqueue the element to queue1.

    • For pop operation, dequeue all elements from queue1 to queue2 except the last one, then dequeue the last element from queue1.

    • Swap the names of queue1 and queue2 after the pop operation.

    • Example: Push(1), Push(2), Pop() returns 2.

  • Answered by AI
  • Q2. What is Singleton class in java
  • Ans. 

    A Singleton class ensures a class has only one instance and provides a global point of access to it.

    • Singleton pattern restricts instantiation of a class to one object.

    • It is commonly used for logging, driver objects, caching, and thread pools.

    • Example: Using a private constructor and a static method to get the instance.

    • Thread-safe Singleton can be implemented using synchronized methods or double-checked locking.

  • Answered by AI

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Get interview-ready with Top Impetus Technologies Interview Questions

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)

Jobs at Impetus Technologies

View all
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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview 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 (220)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview 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)
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. 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