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

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. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)

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)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

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

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions on window fxns
  • Q2. Questions on python intermediate coding

Interview Preparation Tips

Interview preparation tips for other job seekers - NEVER join this company if your goal is learning, want to feel appreciated of your work, want good increment

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
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)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2022

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. Big data interview questions
  • Q2. Spark interview questions
Round 3 - Technical 

(1 Question)

  • Q1. Spark hive and cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basics is the key for any interview and good project experience will help crak interview. Being strong in atleast one language is must.

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Get interview-ready with Top Impetus Technologies Interview Questions

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

I applied via Job Portal and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic sql, and resume based
Round 3 - Technical 

(1 Question)

  • Q1. Totally resume based advanced question
Round 4 - HR 

(1 Question)

  • Q1. Normal discussion and hobby

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well according to your resume

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)

Jobs at Impetus Technologies

View all

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2022

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 3rd class experience
  • Ans. 

    I'm sorry, I don't understand the question. Could you please provide more context?

    • Please provide more information about what you mean by '3rd class experience'

    • Is this related to a specific project or industry?

    • I am happy to answer any questions you have, but I need more information to do so

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 3rd class experience
  • Ans. 

    I'm sorry, I don't understand the question. Could you please provide more context?

    • Please provide more information about what you mean by '3rd class experience'

    • Is this related to a specific project or industry?

    • I would be happy to answer the question if I had more information

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 3rd class experience
  • Ans. 

    I'm sorry, but I don't understand the question. Could you please provide more context?

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - 3rd class company. Providing the salary same as mine. Unprofessional HR. Even after informing the HR about my expectations, still last moment surprises. I would not recommend this company to anyone. If you want to waste your time then go ahead.

    SQA Engineer Interview Questions asked at other Companies

    Q1. How you justify customer if any bug is reproduced in production?
    View answer (1)
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Approached by Company and was interviewed in Oct 2022. There were 2 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 - One-on-one 

    (2 Questions)

    • Q1. Coding questions
    • Q2. Basic mainframe questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident

    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)

    Data Analyst Interview Questions & Answers

    user image Anonymous

    posted on 28 Oct 2024

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

    I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

    Round 1 - Coding Test 

    Loops string linked list

    Interview Preparation Tips

    Interview preparation tips for other job seekers - great

    Data Analyst Interview Questions asked at other Companies

    Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
    View answer (11)

    I applied via Approached by Company and was interviewed in May 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 

    (1 Question)

    • Q1. Based on your skill set like if you are in .net then oops, asp net , mvc,c#, sql server, web api.
    Round 3 - Technical 

    (1 Question)

    • Q1. Technical round based on scenario related to oops or whatever your skill on Resume.
    Round 4 - HR 

    (1 Question)

    • Q1. Formal discussion related to personal details, roles and responsibilities and your CTC and notice period.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Nothing tips but keep preparing well. Process is so well planned

    Top Impetus Technologies Lead Software Engineer Interview Questions and Answers

    Q1. Overloading with different return type allowed or not
    View answer (1)

    Lead Software Engineer Interview Questions asked at other Companies

    Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... 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 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