i
Impetus Technologies
Filter interviews by
I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.
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)
I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.
SCD Types refer to Slowly Changing Dimensions Types used in data warehousing.
SCD Type 1: Overwrite the old data with new data
SCD Type 2: Create a new record for the new data and keep the old record
SCD Type 3: Add new columns to the existing record to store new data
SCD Type 4: Create a separate table to store historical data
SCD Type 6: Combination of Type 1 and Type 2
Join types in SQL are used to combine data from two or more tables based on a related column.
Inner join returns only the matching rows from both tables
Left join returns all rows from the left table and matching rows from the right table
Right join returns all rows from the right table and matching rows from the left table
Full outer join returns all rows from both tables, with NULL values in the columns where there is no
Optimization techniques in SQL query
Use indexes to speed up query execution
Avoid using SELECT * and only select necessary columns
Use subqueries instead of joins for small tables
Use UNION ALL instead of UNION if possible
Avoid using functions in WHERE clause
Use EXPLAIN to analyze query performance
What people are saying about Impetus Technologies
I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.
I appeared for an interview in Sep 2017.
I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.
I appeared for an interview in Sep 2019.
I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.
I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.
Proficient in Java, Python, and C++
2 years of software development experience
Excellent communication skills for client interaction
I applied via Naukri.com and was interviewed before Oct 2020. There were 5 interview rounds.
I appeared for an interview in Sep 2020.
I appeared for an interview before Oct 2021.
A nested list is a list that contains other lists as its elements.
Nested lists can be created using square brackets and separating the elements with commas.
Elements of a nested list can be accessed using indexing and slicing.
Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
Accessing element 5: my_list[1][1]
A queue is a data structure that follows the First In First Out (FIFO) principle.
Elements are added to the back of the queue and removed from the front.
Example: A line of people waiting for a movie ticket.
Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)
based on 1 interview
Interview experience
based on 34 reviews
Rating in categories
Senior Software Engineer
751
salaries
| ₹8.5 L/yr - ₹30 L/yr |
Software Engineer
561
salaries
| ₹5.1 L/yr - ₹17.6 L/yr |
Module Lead Software Engineer
272
salaries
| ₹12.2 L/yr - ₹37.5 L/yr |
Module Lead
258
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