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

Top Impetus Technologies Interview Questions and Answers

View all 80 questions

Impetus Technologies Interview Experiences

Popular Designations

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

Round 1 - Technical 

(4 Questions)

  • Q1. Project Experience end to end flow (Questions on AWS stack glue,s3,lambda,redshift) and data modelling used star/snowflake schema
  • Q2. Question on spark job optimizations(coalesce , AQE , skewed joins) & debugging
  • Q3. Python coding question(Valid Parenthesis)
  • Q4. PySpark Coding question(group by & aggregations)
Round 2 - Technical 

(5 Questions)

  • Q1. Project Experience and data migration end to end
  • Q2. Spark Architecture, Executor memory management questions, internal working of coalesce vs repartition
  • Q3. Python theoretical questions on decorators, iterators, generators, Multi Threading
  • Q4. PySpark coding question on aggregation
  • Q5. Python Coding question : without python methods 1. to check if a list is sorted 2. sort the list , optimize the solution

Interview Preparation Tips

Topics to prepare for Impetus Technologies Senior Data Engineer interview:
  • Pyspark
  • Python
  • Spark
Interview preparation tips for other job seekers - The interview where Python & PySpark heavy without any SQL question.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(10 Questions)

  • Q1. Diff string string builder
  • Q2. Four pillars of OOPS
  • Q3. Delegate real life scenario
  • Q4. Diff interface vs abstract class
  • Q5. Diff array vs array list
  • Q6. How to remove duplicates from string
  • Q7. Diff = vs .equal
  • Q8. Sealed virtual static new keyword use
  • Q9. Overloading with different return type allowed or not
  • Q10. How to achieve authentication in web API
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 Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Core Java questions related to stream API , functional interface, optional interface, runtime polymorphism, internal working of hashmap and time complexity, two snippet code based questions on recursive fu...
  • Q2. Coding question Two sum problem available on leetcode first brute force approach and the optimize using hashmap
  • Q3. SQL query based questions

Pyspark Developer Interview Questions & Answers

user image Shanmukh Nagendra Raghupatruni

posted on 28 Jan 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you schedule your Pyspark script in a serverless environment.
  • Q2. What is the entry point of your pipeline

Pyspark Developer Interview Questions asked at other Companies

Q1. Tell me about your current project. Difference between managed and external table. Architecture of spark. What is RDD. Characteristics of RDD. Meaning of lazy nature. Insert statement for managed and external table Deployment related to cod... read more
View answer (1)

Impetus Technologies interview questions for popular designations

 Data Engineer

 (11)

 Software Engineer

 (9)

 Senior Software Engineer

 (6)

 Devops Engineer

 (5)

 Associate Software Engineer

 (4)

 Big Data 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
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Serious questions on Spark theory and it's architecture
  • Q2. Frequency of a number in a list
  • Ans. 

    Calculate the frequency of a number in a list

    • Iterate through the list and count occurrences of the number

    • Use a dictionary to store the count of each number

    • Return the count of the specified number

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

(2 Questions)

  • Q1. Similar type of questions were asked
  • Q2. Questions regarding lead and lag functions in pyspark and sql

Skills evaluated in this interview

Associate Data Engineer Interview Questions asked at other Companies

Q1. Datastge - How will you remove Header and trailer from Sequential data file
View answer (2)

Get interview-ready with Top Impetus Technologies Interview Questions

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

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

(4 Questions)

  • Q1. Tell me about your current project.
  • Q2. 2 coding questions from pyspark.
  • Q3. What is Broadcast Join?
  • Q4. How do you handle out of memory issue in spark?

Jobs at Impetus Technologies

View all

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of DE and project
Round 2 - One-on-one 

(1 Question)

  • Q1. Indepth Pyspark.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

A dataset from "Bank" was provided, requiring preprocessing, exploratory data analysis (EDA), and modeling using a predetermined model.

Interview Preparation Tips

Topics to prepare for Impetus Technologies Data Scientist interview:
  • Pandas
Interview preparation tips for other job seekers - Well prepared for Python coding.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Print all the permutations of a parenthesis for a given value of n. Eg. If n=3 , '((()))','()()()'..so on
  • Q2. Given a string str find and print the occurence of each repeated character in sequence.
  • Ans. 

    Find and print the occurrence of each repeated character in sequence in a given string.

    • Iterate through the string and keep track of the count of each character.

    • Print the character and its count whenever a character is repeated in sequence.

  • Answered by AI
  • Q3. Questions related to projecrs

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Devops Engineer Interview Questions & Answers

user image charu talreja

posted on 8 Jul 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked me about 3-tier aws architecture
  • Q2. Basic questions on ansible and terraform
Round 2 - Technical 

(1 Question)

  • Q1. Asked about boto3 and lambda code
Round 3 - Technical 

(1 Question)

  • Q1. Asked to write docker and ansible scripts

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 StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

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 61 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.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

Impetus Technologies Reviews and Ratings

based on 485 reviews

3.5/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.6

Salary

3.7

Job security

3.4

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 485 Reviews and Ratings
Senior Automation Tester

Noida,

Indore

3-6 Yrs

₹ 10-18 LPA

Sr. DevOps Engineer

Gurgaon / Gurugram,

Bangalore / Bengaluru

4-6 Yrs

₹ 10-15 LPA

Sr. Redshift Admin

Noida,

Indore

+1

5-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
698 salaries
unlock blur

₹8.2 L/yr - ₹28 L/yr

Software Engineer
537 salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Module Lead Software Engineer
276 salaries
unlock blur

₹11.1 L/yr - ₹37.8 L/yr

Module Lead
253 salaries
unlock blur

₹12 L/yr - ₹35 L/yr

Lead Software Engineer
193 salaries
unlock blur

₹15.2 L/yr - ₹40 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