Ich habe mich auf Empfehlung eines Mitarbeiters beworben. Der Vorgang dauerte 4 Wochen. Vorstellungsgespräch absolviert im Juli 2013 bei Check Point Software Technologies (Tel Aviv-Yafo)
Vorstellungsgespräch
I was invited to do an exam in a programming language of my choice, the exam is not so hard, you need to know good the language.
After the exam I did an exam about Linux OS.
If you pass the exam you are invited to interview:
I did 3 interviews, 2 of them were with team leaders and one with the manager.
Not so hard questions.
After that an interview with the HR.
Fragen im Vorstellungsgespräch [1]
Frage 1
I can not discuss the questions, DFS BFS Queue and DataStructures.
Ich habe mich über einen Personalvermittler beworben. Vorstellungsgespräch absolviert im Juli 2026 bei Check Point Software Technologies (Tel Aviv-Yafo)
Vorstellungsgespräch
1.5 hour Interview, we talked about the group and the role and my previous projects.
was asked 3 technical questions during the interview.
The hiring manager was patient and nice and transparent
Fragen im Vorstellungsgespräch [3]
Frage 1
(task: idea, no code)
2 linked lists of unknown lengths. you need to decide if the two linked lists intersects.
(task: spot the bugs and write your production level version for the correct code.)
a short function called strcat (it takes two char* as input and it's task it to merge the two strings) that has a few bugs in C.
for example if string 1 = "abc" and string 2 = "def" the return value (char * ) should contain "adcdef".
(task: idea, topic data structures)
you get a list of event, an event is made up of the following (userID,timestamp) you need to return a list of all userIDs that had 3 events or more in an interval of 60 minutes. suggest a solution (using data structures) that solves this in the best time complexity.
Vorstellungsgespräch absolviert bei Check Point Software Technologies (Tel Aviv-Yafo)
Vorstellungsgespräch
3 interview
system design interview - desing a system from screatch to a modular problem
your own experience project - tell the architecture + deep dive questions
leetcode question - you have to solve under 30 minutes
Vorstellungsgespräch absolviert bei Check Point Software Technologies (Tel Aviv-Yafo)
Vorstellungsgespräch
In a job interview, I was asked about the readers-writers problem, the use of locks and mutexes for synchronization, and implementing the atoi function that converts a string to an integer.
Fragen im Vorstellungsgespräch [1]
Frage 1
In a job interview, I was asked about the readers-writers problem, the use of locks and mutexes for synchronization, and implementing the atoi function that converts a string to an integer.