Pergunta de entrevista da empresa Dell Technologies

1- Implement a data structure with the following operations in O(1) TC: get(), set(), setAll() 2- Implement Spinlock using Compare&Set/Test&Set 3- Implement ReaderWriterLock using Spinlocks from Q2 4- Leetcode style Q on disks & storage and how to seek to the correct disk/page according to the pointer you are given (pointer is a byte in the system here)