Ho sostenuto un colloquio presso Check Point Software Technologies
Colloquio
First there was an online test in codality witch I did well and then I was invited to the first interview witch unfortunately I did not pass. There were two questions, the first I answered but to slow(I should have done it in 40 minites but it took hour and 15 minits. The socend question I answered partialy.
Domande di colloquio [2]
Domanda 1
FIRST QUESTION: Write a function that gets a matrix of integers as a parameter and returns the socend largest integer, but you should loop the matrix only once, and consider all edge cases (including one row, one column, one value in all elements and so forth. (you need too think aboat them yourself but I mentioned almost all of them) need to solve in c.
SECOND QUESTION: You short function in c that returns a string (char*) and you need first to say what is the problem eith it. So the problem is that the returned string is not aloccated. So you need to allocate with malloc, and mention that the function caller needs to free the returned value, or you can just get the string as additional parameter. Finaly the hard part is to solve it with a global parameter (the string) and locks and keys so no one else can use the string.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Check Point Software Technologies (Tel Aviv)
Colloquio
medium leetcode problem , talk about yourself , talks about the company , solving through zoom video call remote control is laggy , i was not ready for interviews at that time
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Check Point Software Technologies (Tel Aviv)
Colloquio
I intrivewed at check point a year ago, the intrview starts where i introduce myself then had two leetcode questions in c/c++ one of them make atoi function the second i forgot and has to do it on paper in the office.
Ho sostenuto un colloquio presso Check Point Software Technologies (Tel Aviv)
Colloquio
The interview process started with a reasonable-level take-home assignment, which included a few LeetCode-style algorithmic questions. After that, I was invited to an on-site interview day at the company, where they brought in over 10 candidates for one or two open positions. Unfortunately, I was eliminated fairly early in the day.
Domande di colloquio [1]
Domanda 1
I can’t recall the exact wording of the question, but the problem was conceptually almost identical to LeetCode’s “Product of Array Except Self,” and required the same kind of approach to solve.