I applied through university. The process took 2 weeks. I interviewed at Check Point Software Technologies (De Zoom) in Sept 2021
Interview
First I had a codility test
Then a phone book test - to find bugs in c code
Then an interview with team leader and group manager
Then in 3 days I got an offer.
Everything was quite quick
Interview questions [1]
Question 1
Q1: Implement data structure with get, set and setAll in O(1).
Q2: Given array of nums and a target find 2 nums in array which sum to target.
Q3: Delete a node from singly linked list given pointer to the node we want to delete
I applied online. The process took 4 weeks. I interviewed at Check Point Software Technologies in Apr 2024
Interview
The interview process began with a phone call from a recruiter at Check Point, after that I received a home online coding test. A few days after I submitted the test I received a call from the recruiter that I passes and an interview was scheduled. The first interview was a a 3 hour debugging test session via Zoom. The second interview was a technical interview about a code section which sadly I did not pass. Overall the process was good and the interviewers were nice.
Interview questions [1]
Question 1
What are some disadvantages of problems of multithreading?