employer cover photo
employer logo
employer logo

Check Point Software Technologies

Engaged employer

Check Point Software Technologies interview question

Second question team lead - you have 2 function, 'add(func, time)' , 'run()', implement something (like a struct) that will support adding functions and there time of run, when run function is called, al the functions need to run at there time. Example: add(func1,2) add(func2, 5) add(func3,3) add(func4, 6) run() So the the first function will run after 2 seconds since the run called, then func3 will run after 3 second since the run have been called and so on..