i
Nynii
Filter interviews by
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
Top trending discussions
React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.
React is component-based, promoting reusability and modularity.
React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.
React is declarative, making it easier to reason about the UI, while jQuery is imperative.
React is typically used for single-pa...
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
LRU cache is a data structure that maintains the least recently used items in memory for efficient access.
Use a combination of a doubly linked list and a hashmap to store and access the cache items.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.
Coding and aptitude round
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
HashMap is implemented using an array of linked lists to handle collisions.
HashMap stores key-value pairs in an array of linked lists
Hash function is used to determine the index of the array where the key-value pair will be stored
Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list
HashMap allows null keys and values
HashMap is not synchronized...
I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.
I applied via Campus Placement
Asked about data interpretation and all these.
Coding test is based on DSA mainly.
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
There was a hacker rank assignment
Leetcode style question, medium
Coding question of moderate difficulty
based on 1 review
Rating in categories
FNZ
OneCard
Stashfin
Wibmo