Pergunta de entrevista da empresa Hyperface

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.

Resposta da entrevista

Sigiloso

1 de set. de 2023

C++, map, oops

1