Filter interviews by
I applied via Job Portal and was interviewed in Nov 2023. There was 1 interview round.
Use a hashmap to store elements and their corresponding complements to find pairs with given sum in list of integers.
Iterate through the list of integers and store each element in a hashmap.
For each element, check if its complement (target - element) exists in the hashmap.
If the complement exists, add the pair to the result array.
A hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map works by using a hash function to determine the index of the key-value pair in an array.
Complexity for putting data is O(1) on average, but can be O(n) in worst case scenarios.
Complexity for getting data is also O(1) on average, but can be O(n) in worst case scenarios.
Hash maps are comm...
LinkedHashMap is a data structure that combines features of a linked list and a hash map.
Combines features of linked list and hash map
Maintains insertion order
Allows null keys and values
Access order can be maintained using constructor parameter
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
Answering questions about transformation and lookup types used in a project
Transformation types used in the project may include data mapping, aggregation, filtering, and sorting
Lookup is a process of searching for a specific value in a table or database
Types of lookup include exact match, range match, and fuzzy match
Questions about organization may refer to project management, team collaboration, or software developmen
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
posted on 24 Mar 2021
I applied via Company Website and was interviewed in Jun 2021. There were 5 interview rounds.
posted on 22 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There were 4 interview rounds.
Some of the top questions asked at the Syncari Lead Product Engineer interview -
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant