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
3.5

based on 465 Reviews

Filter interviews by

Impetus Technologies Software Engineer Interview Questions, Process, and Tips

Updated 16 Oct 2024

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...?
  • Q2. How to take one string and do Permutations and Combinations without using stored procedures? Input: 'ABCD', Output: 'BCDA', 'CDBA' ....
  • Q3. rule of overriding how JVM stores class and objects in memory, the internal working of memory management in depth Concept of serialization Thread's class methods StackOve ...read more
View all 7 questions

Impetus Technologies Software Engineer Interview Experiences

9 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python, stings, data structures

Round 2 - Coding Test 

Python, data structures, stings

Round 3 - HR 

(2 Questions)

  • Q1. What is salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for the position.

    • Research the average salary range for Software Engineers in the specific location and industry

    • Consider your years of experience, education level, and any specialized skills you bring to the role

    • Be prepared to negotiate based on the benefits package offered by the company

    • Provide a range rather than a specific number to allow fo

  • Answered by AI
  • Q2. Why are you leaving your current job
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to further develop my skills and knowledge

    • Interested in exploring different technologies and industries

    • Seeking better work-life balance or career advancement opportunities

  • Answered by AI
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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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

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:
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 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

Impetus Technologies interview questions for designations

 Senior Software Engineer

 (6)

 Associate Software Engineer

 (4)

 Lead Software Engineer

 (3)

 Software Engineer Trainee

 (1)

 Module Lead Software Engineer

 (3)

 Senior Software Development Engineer

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Software Developer

 (2)

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:
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 - One-on-one 

(2 Questions)

  • Q1. Coding questions
  • Q2. Basic mainframe questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Get interview-ready with Top Impetus Technologies Interview Questions

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to projects and resume
Round 2 - One-on-one 

(1 Question)

  • Q1. In depth questions on experience, coding questions on python and sql
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and other formalities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL QUESTIONS TRICKY ONE
Round 2 - One-on-one 

(1 Question)

  • Q1. SQL Questions (windows functions etc)

Software Engineer Interview Questions & Answers

user image dev indurkar

posted on 22 Mar 2022

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Working of hashmap abstract class vs interface why using the interface is better than abstract class and in which situation
  • Ans. 

    Explains the working of hashmap and the difference between abstract class and interface.

    • Hashmap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods.

    • Interfaces are contracts that define a set of methods that a class must implement.

    • Using interfaces is better than abstract cl...

  • Answered by AI
  • Q2. Rule of overriding how JVM stores class and objects in memory, the internal working of memory management in depth Concept of serialization Thread's class methods StackOverflow exception how to check whethe...
  • Ans. 

    Questions related to Java programming language and memory management.

    • Overriding is a concept where a subclass provides its own implementation of a method that is already present in its superclass.

    • JVM stores class information in the method area and objects in the heap area.

    • Serialization is the process of converting an object into a stream of bytes to store it in a file or send it over a network.

    • Thread class methods incl...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Reverse the content of array in-place find the frequency of distinct elements in the array Singleton class implementation
  • Ans. 

    Reverse array in-place, find frequency of distinct elements, and implement Singleton class.

    • To reverse an array in-place, swap the first and last elements, then move towards the center until the entire array is reversed.

    • To find the frequency of distinct elements, use a hash table to count occurrences of each element.

    • To implement a Singleton class, create a private constructor, a private static instance variable, and a p

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Impetus Technologies Software Engineer interview:
  • Java
  • SQL
  • Data Structures
  • sping
Interview preparation tips for other job seekers - Focus on Data Structure and Core java concepts

Skills evaluated in this interview

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

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked a question from Blind 75 that i dont remember as of now. I kind of stumbled here yet gave a code for original question
  • Q2. Asked LC hard question. Interviewer was very rude and did not give a shit about my approach when I tried to explain it to him/her. He said just run code against test cases provided. I received rejection ...

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs were very professional and polite but not the interviewer.

Impetus Technologies Interview FAQs

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

Some of the top questions asked at the Impetus Technologies Software Engineer 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 Software Engineer interview process?

The duration of Impetus Technologies Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Impetus Technologies Software Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Technical Round
  • One-on-one Round
View more
Join Impetus Technologies Leap to the cloud and become future-ready
Impetus Technologies Software Engineer Salary
based on 526 salaries
₹5 L/yr - ₹20.5 L/yr
41% more than the average Software Engineer Salary in India
View more details

Impetus Technologies Software Engineer Reviews and Ratings

based on 62 reviews

3.6/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.5

Salary

3.9

Job security

3.6

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 62 Reviews and Ratings
Senior Software Engineer
694 salaries
unlock blur

₹8.3 L/yr - ₹28.6 L/yr

Software Engineer
526 salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Module Lead Software Engineer
274 salaries
unlock blur

₹11.5 L/yr - ₹37.8 L/yr

Module Lead
240 salaries
unlock blur

₹12 L/yr - ₹35 L/yr

Lead Software Engineer
186 salaries
unlock blur

₹14.7 L/yr - ₹40 L/yr

Explore more salaries
Compare Impetus Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview