i
Impetus Technologies
Filter interviews by
I appeared for an interview in Sep 2024, where I was asked the following questions.
Demonstrates Python wrapper class, generator for primes, PySpark explode, window functions, and cache vs persist.
Wrapper Class: A class that encapsulates a primitive data type to provide additional functionality. Example: int, float wrappers.
Generator: A function that yields values one at a time, allowing iteration without storing all values in memory. Example: def prime_gen():
Optimized Prime Number Solution: Use Sieve...
I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.
3 coding questions and 3 SQL questions came
Reverse a given string
Create a new empty string
Iterate through the original string in reverse order and append each character to the new string
Return the new reversed string
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
React application to fetch data and add search functionality.
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.
Reconciliation is the process of ensuring two sets of records are in agreement.
Reconciliation involves comparing financial transactions to ensure accuracy.
It is commonly used in accounting to match bank statements with internal records.
Reconciliation helps identify discrepancies and errors that need to be resolved.
Automated tools like accounting software can streamline the reconciliation process.
The == operator checks for equality, while the === operator checks for strict equality.
The == operator performs type coercion before comparing two values, while the === operator does not.
Using === is generally considered safer and more predictable in JavaScript.
Example: 1 == '1' will return true, but 1 === '1' will return false.
Impetus Technologies interview questions for popular designations
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.
Get interview-ready with Top Impetus Technologies Interview Questions
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I applied via LinkedIn
I appeared for an interview in Sep 2023.
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...
I appeared for an interview in Feb 2024.
TPM (Trusted Platform Module) in Intune is a security feature that helps protect data by encrypting information stored on a device.
TPM in Intune is a hardware-based security feature that stores encryption keys and other sensitive data.
It helps ensure that only authorized users can access the data on a device.
TPM in Intune can be used to enforce BitLocker encryption on Windows devices.
It provides an additional layer of ...
Just asking DHCP and Some other basic question
What people are saying about Impetus Technologies
Some of the top questions asked at the Impetus Technologies interview -
The duration of Impetus Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 65 interviews
Interview experience
based on 504 reviews
Rating in categories
Senior Software Engineer
747
salaries
| ₹8.3 L/yr - ₹30 L/yr |
Software Engineer
556
salaries
| ₹4.8 L/yr - ₹17.6 L/yr |
Module Lead Software Engineer
272
salaries
| ₹12.2 L/yr - ₹37.5 L/yr |
Module Lead
261
salaries
| ₹10 L/yr - ₹35 L/yr |
Lead Software Engineer
204
salaries
| ₹15.2 L/yr - ₹44 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant