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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 19 Oct 2024

Top Impetus Technologies Senior Software Engineer Interview Questions and Answers

Impetus Technologies Senior Software Engineer Interview Experiences

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is a Link list
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes and each node points to the next node in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can be singly linked (each node points to the next node) or doubly linked (each node points to the next and previous nodes)

    • Allows for efficient insertion and deletion of elements compared to arrays

    • Example: Singly...

  • Answered by AI
  • Q2. Reverse a link list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Create three pointers: prev, current, next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI

Skills evaluated in this interview

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

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Spark archicture and cluster configurations explanation
  • Ans. 

    Spark architecture involves master-slave setup with driver and executor nodes. Cluster configurations include memory allocation, cores allocation, and parallelism settings.

    • Spark architecture consists of a master node (driver) and multiple worker nodes (executors)

    • Cluster configurations involve setting memory allocation for driver and executors, specifying number of cores per executor, and adjusting parallelism settings

    • E...

  • Answered by AI
  • Q2. Python code, basic to intermediate
  • Q3. Sql question basic to intermediate
Round 2 - Technical 

(2 Questions)

  • Q1. Cluster conf and scenerio based question
  • Q2. Sql and python scenerio based questions

Skills evaluated in this interview

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. What is hadoop queue policy
  • Ans. 

    Hadoop queue policy determines how resources are allocated to different jobs in a Hadoop cluster.

    • Queue policies can be configured at the cluster level or at the job level.

    • Different queue policies include FIFO, Fair, and Capacity.

    • FIFO policy allocates resources to jobs in the order they are submitted.

    • Fair policy allocates resources fairly to all jobs based on their priority and resource requirements.

    • Capacity policy allo...

  • Answered by AI
  • Q2. Comparator va reducer
Round 3 - HR 

(1 Question)

  • Q1. Diwcusiion aboutgoals

Interview Preparation Tips

Interview preparation tips for other job seekers - big data should be prepared
hadoop and java concepts

Skills evaluated in this interview

Impetus Technologies interview questions for designations

 Senior Software Development Engineer

 (1)

 Software Engineer

 (10)

 Senior QA Engineer -Software Testing

 (1)

 Associate Software Engineer

 (4)

 Lead Software Engineer

 (3)

 Software Engineer Trainee

 (1)

 Module Lead Software Engineer

 (3)

 Senior Data Engineer

 (2)

Round 1 - Technical 

(1 Question)

  • Q1. Java, bigdata, sql, spark sql
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical discussion with manager
Round 3 - HR 

(1 Question)

  • Q1. Basic questions related to profile

Interview Preparation Tips

Interview preparation tips for other job seekers - NA… be positive humble
And try to answer all questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept, multithreading, spring framework, rest api, postgresql

Senior Software Engineer Jobs at Impetus Technologies

View all

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. 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 - Technical 

(1 Question)

  • Q1. Basic front-end questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with work life balance

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..

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

Interview Questionnaire 

1 Question

  • Q1. Technical experience related to automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to learn

I appeared for an interview in Aug 2020.

Interview Questionnaire 

8 Questions

  • Q1. Position was for UI - Fundamentals of JavaScript (Closure, Promises, Event Loop, filter vs map, Event delegation)
  • Q2. Lifecycle of React Component, State vs Props, Optimization techniques, Redux vs Context
  • Q3. Coding challenge (JS) - remove duplicate entries from array
  • Ans. 

    Remove duplicate entries from array of strings using JavaScript

    • Use Set to remove duplicates

    • Convert Set back to array

    • Use spread operator to convert Set to array

  • Answered by AI
  • Q4. Coding Challenge (JS) - determine if words in given array are anagram or not
  • Ans. 

    Determines if words in given array are anagram or not using JS

    • Create a function that takes an array of strings as input

    • Loop through the array and sort each string alphabetically

    • Compare the sorted strings to check if they are equal

    • Return true if all strings are anagrams, else false

  • Answered by AI
  • Q5. Client Round (1) - Questions on design system, coding challenge - Let's try to create a modal component in React JS from scratch
  • Q6. Client Round (2) - Questions based on scenarios to test your thinking ability and problem solving approach
  • Q7. Client Round (3) - Questions on all the technologies that you have mentioned in your CV. Additional questions on Agile, DevOps and your understanding of CI-CD.
  • Q8. Client Round (4) - Coding challenge - implement/rewrite any inbuilt method provided by JS (e.g. Array.map, Array.filter, function.bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for fundamentals of JS.
Answering questions of React would be easy if you already work on it.
Try to solve at least 5 problems on Hacker Rank or Hacker Earth, before appearing for interview.
That would help you prepare mentally and logically to bare with the process and develop an attitude of keep trying.

Good luck!

Skills evaluated in this interview

Impetus Technologies Interview FAQs

How many rounds are there in Impetus Technologies Senior Software Engineer 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 Senior Software Engineer 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 SQL, Oracle, Python, Coding and Data Structures.
What are the top questions asked in Impetus Technologies Senior Software Engineer interview?

Some of the top questions asked at the Impetus Technologies Senior Software Engineer interview -

  1. spark archicture and cluster configurations explanat...read more
  2. what is hadoop queue pol...read more
  3. What is a Link l...read more

Tell us how to improve this page.

Impetus Technologies Senior Software Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Join Impetus Technologies The Intelligent Enterprise Delivered
Impetus Technologies Senior Software Engineer Salary
based on 751 salaries
₹8.5 L/yr - ₹30 L/yr
10% more than the average Senior Software Engineer Salary in India
View more details

Impetus Technologies Senior Software Engineer Reviews and Ratings

based on 72 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.8

Salary

4.0

Job security

3.5

Company culture

3.5

Promotions

3.2

Work satisfaction

Explore 72 Reviews and Ratings
Bigdata & Java - Senior Software Engineer / Module Lead

Gurgaon / Gurugram,

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
751 salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Software Engineer
561 salaries
unlock blur

₹5.1 L/yr - ₹17.6 L/yr

Module Lead Software Engineer
272 salaries
unlock blur

₹12.2 L/yr - ₹37.5 L/yr

Module Lead
258 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