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

I applied via Recruitment Consulltant and was interviewed before Apr 2021. 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. 1.Hadoop Architecture. 2.Different Hadoop distributions. 3.High availability architecture of HDFS, YARN and Hive. 4.Hadoop services metrics Monitoring. 5. Cloud services (HDInisght, ADLS, ect. )
Round 3 - Technical 

(1 Question)

  • 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...
  • Ans. 

    Questions related to implementation and performance of Hadoop cluster.

    • SSL implementation for Hadoop services involves generating SSL certificates and configuring SSL/TLS protocols for secure communication between Hadoop components.

    • Kerberos implementation for Hadoop components involves setting up a Kerberos KDC, creating principals and keytabs, and configuring Hadoop services to use Kerberos authentication.

    • Performance b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Thorough with the basics of hadoop architecture.
2.Familiar with setup of different hadoop distribution.
3.Troubleshooting and debugging of various hadoop services.

Skills evaluated in this interview

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 Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to take one string and do Permutations and Combinations without using stored procedures? Input: 'ABCD', Output: 'BCDA', 'CDBA' ....
  • Ans. 

    Generate permutations and combinations of a given string without stored procedures.

    • Use recursion to generate all possible permutations and combinations.

    • Swap characters in the string to generate permutations.

    • Use a boolean array to keep track of used characters in combinations.

    • Store the generated permutations and combinations in an array of strings.

  • Answered by AI
  • Q2. How to check and get 3 highest used words in a column from a table?
  • Ans. 

    Get 3 highest used words in a column from a table.

    • Use GROUP BY and ORDER BY clauses in SQL query.

    • Apply LIMIT 3 to get top 3 words.

    • Use COUNT() function to count occurrences of each word.

  • Answered by AI
  • Q3. How to get values present in tables A but not in B without using joining conditions, minus, intersect, union...?
  • Ans. 

    To get values present in table A but not in B without using joining conditions, minus, intersect, union, you can use a subquery.

    • Use a subquery to select values from table A that are not present in table B

    • Example: SELECT * FROM A WHERE value NOT IN (SELECT value FROM B)

  • Answered by AI
  • Q4. How to get maximum salary for a particular day of employees?
  • Q5. Other basic questions related to SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear concepts about SQL, Inbuilt functions, complex queries. One can search for questions related to sql queries for interview purposes..

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)

I applied via LinkedIn and was interviewed before Feb 2021. 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. Introduce yourself a brief
  • Ans. Be confident in this question as this is your first chance to make impression.
  • Answered Anonymously
Round 3 - One-on-one 

(1 Question)

  • Q1. Normal questions related to technical support and then questions regarding your expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and say no when you don't know the questions and tell the interviewer I didn't get a chance to work on that but I make sure if I get something like that I will surely result the best.

System Support Engineer Interview Questions asked at other Companies

Q1. What is Linux, difference between hdd and sdd,basic of network troubleshooting questions
View answer (1)

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Two technical + One HR round.
  • Q2. Average level difficulty
  • Ans. 

    The question is asking about the average level of difficulty.

    • Explain how you determine the difficulty level of a task

    • Provide examples of tasks you have worked on and their difficulty level

    • Discuss how you approach tasks of varying difficulty levels

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical

+ One HR round.

After completing all the interview rounds successfully and committing offer. Suddenly HR stops responding. May trying to find some candidate with less package.

Suggestion to HR:

Don't expect loyalty when candidates ditch you after accepting offer and change their mind. Since you guys do the same.

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

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)

DevOps Lead Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2022

I applied via Approached by company and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Technical 
Round 2 - One-on-one 
Round 3 - HR 
Round 4 - Behavioral 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the topics on what you have in your resume

DevOps Lead Interview Questions asked at other Companies

Q1. What is the difference between a disk and an image in VM roles w.r.t MS Azure?
View answer (2)

Get interview-ready with Top Impetus Technologies Interview Questions

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jan 2021

I applied via LinkedIn and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Asked to write avg SQL queries
  • Q2. And data structure implementation in python/java
  • Ans. 

    Data structures are fundamental in programming. Python and Java have built-in data structures like lists, tuples, and dictionaries.

    • Python has built-in data structures like lists, tuples, and dictionaries

    • Java has built-in data structures like arrays, lists, sets, and maps

    • Data structures are used to store and organize data efficiently

    • Choosing the right data structure is important for optimizing performance

    • Examples of dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For any data engineer interview, be strong in SQL and through hands on exp in one coding language.
Basics should be strong.
Should have good understanding on data warehouse concepts and storage format.

Skills evaluated in this interview

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)

Jobs at Impetus Technologies

View all

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Can't tell specifics. But expect questions starting from basics till the advance level. And the major point is that your basic understanding has to be very good.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself. They are looking for passionate people who are serious about what they do and are also good at it, be it anything.

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)

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. 1create stack from two queue
  • Ans. 

    To create a stack from two queues, we need to use one queue for storing elements and the other for temporary storage.

    • Push elements into the first queue

    • When popping, move all elements except the last one to the second queue

    • Pop the last element from the first queue and return it

    • Swap the names of the two queues to make the second queue the first one

  • Answered by AI
  • Q2. Find the intersection point of an 2array
  • Ans. 

    Find the intersection point of two arrays of strings.

    • Convert arrays to sets to find common elements

    • Iterate through one array and check if element exists in the other array

    • Use built-in intersection method in Python

    • Sort arrays and use two pointers to find common elements

  • Answered by AI
  • Q3. Performance optimization of spark
  • Ans. 

    Performance optimization of Spark involves tuning various parameters and optimizing code.

    • Tune memory allocation and garbage collection settings

    • Optimize data serialization and compression

    • Use efficient data structures and algorithms

    • Partition data appropriately

    • Use caching and persistence wisely

    • Avoid shuffling data unnecessarily

    • Monitor and analyze performance using Spark UI and other tools

  • Answered by AI
  • Q4. Spark wordcount and sort the word in descending order with their number occurrence in dataframe
  • Ans. 

    Spark wordcount and sort in descending order with their number occurrence in dataframe

    • Read text file into dataframe using spark.read.text()

    • Split each line into words using split() function

    • Use groupBy() and count() functions to count the occurrence of each word

    • Sort the resulting dataframe in descending order using orderBy() function

    • Show the resulting dataframe using show() function

  • Answered by AI
  • Q5. Mutithreading nd hhow to use future completable future
  • Ans. 

    Multithreading allows concurrent execution of multiple threads. Future and CompletableFuture are used for asynchronous programming.

    • Multithreading enables parallel processing of tasks

    • Future is used to represent a result that may not be available yet

    • CompletableFuture is a subclass of Future that provides more flexibility and functionality

    • CompletableFuture can be used to chain multiple asynchronous tasks

    • CompletableFuture ...

  • Answered by AI
  • Q6. Question on elastic search

Interview Preparation Tips

Interview preparation tips for other job seekers - Just good in your java concept and spark

Skills evaluated in this interview

Module Lead Software Engineer Interview Questions asked at other Companies

Q1. Mutithreading nd hhow to use future completable future
View answer (1)

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Prepare on basic data structures Technology you are being hired for Business cases
Round 2 - One-on-one 

(1 Question)

  • Q1. They ask more about domain and application your are being part of. A few tech questions on SQL and data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics
Prepare on data structures for ex: if python prepare for list/ tuple /dictionary/decorators etc

Module Lead Software Engineer Interview Questions asked at other Companies

Q1. Mutithreading nd hhow to use future completable future
View answer (1)

UI Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2020

Interview Questionnaire 

1 Question

  • Q1. Javascript Conceptual questions with deep HTML and CSS

UI Engineer Interview Questions asked at other Companies

Q1. GIve and describe examples of ES 6 features like object destructuring, arrow fxns, array.filter/reduce/indexOf etc.
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