i
Impetus Technologies
Filter interviews by
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Dec 2023. There were 5 interview rounds.
6 question
3-Data Structure
3-SQL
2-String Question
2- Linkedlist
1- Array
Paper/pan interview
I appeared for an interview in Sep 2024, where I was asked the following questions.
Implementing a stack using two queues to achieve LIFO behavior.
Use two queues: queue1 and queue2.
For push operation, enqueue the element to queue1.
For pop operation, dequeue all elements from queue1 to queue2 except the last one, then dequeue the last element from queue1.
Swap the names of queue1 and queue2 after the pop operation.
Example: Push(1), Push(2), Pop() returns 2.
A Singleton class ensures a class has only one instance and provides a global point of access to it.
Singleton pattern restricts instantiation of a class to one object.
It is commonly used for logging, driver objects, caching, and thread pools.
Example: Using a private constructor and a static method to get the instance.
Thread-safe Singleton can be implemented using synchronized methods or double-checked locking.
I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.
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
Impetus Technologies interview questions for designations
What people are saying about Impetus Technologies
I appeared for an interview before Mar 2016.
I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
A blocking queue is a queue that blocks when attempting to dequeue from an empty queue or enqueue to a full queue.
BlockingQueue interface is a part of java.util.concurrent package
It provides thread-safe operations for put() and take() methods
Examples: ArrayBlockingQueue, LinkedBlockingQueue, PriorityBlockingQueue
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Java progaming, coding
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Gurgaon / Gurugram,
Bangalore / Bengaluru
4-6 Yrs
Not Disclosed
Senior Software Engineer
729
salaries
| ₹8.2 L/yr - ₹30 L/yr |
Software Engineer
546
salaries
| ₹5.1 L/yr - ₹17.6 L/yr |
Module Lead Software Engineer
274
salaries
| ₹12.2 L/yr - ₹37.5 L/yr |
Module Lead
261
salaries
| ₹10 L/yr - ₹35 L/yr |
Lead Software Engineer
201
salaries
| ₹15.2 L/yr - ₹42.5 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant