Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Hyperface (Bangalore Rural) nel mese di ago 2023
Colloquio
4-5 rounds round 1 -OA (online assessment ) --- one coding question 2hrs round 2 - core subs OS,DBMS, CN , real simple coding questions round 3 - implement a cache module .. round 4 and higher only hr rounds.
Domande di colloquio [1]
Domanda 1
round 3 - cache module question question : implement a cache module with following features. --size initialization --if cache is full then one can choose eviction strategies to eliminate the element. --eviction strategies : LRU, LFU. --can switch between LRU and LFU -- time based removal . given ttl if time over then remove using eviction strategy above are the main features.