Envié una solicitud electrónica. El proceso duró 1 día. Acudí a una entrevista en PTC (Herzliyya) en ene 2020
Entrevista
3 hours long, two interviewers .
First, asked technical questions in C and C++ like implementing binary tree structures and creating function for them and finding bugs in codes. In addition, finding a loop in linked list.
Second, asked riddles to see how you think.
Preguntas de entrevista [1]
Pregunta 1
You are given two glass balls in a 100 story building. You have to find out by minimal drops which is the lowest floor at which they would break.
Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en PTC (Herzliyya) en sept 2025
Entrevista
after a call from the HR and 10 min background question arrived to an frontal interview, some basics question in C and C++ including a code written and trying to improve performance and save checks.
The interviewer asked that I will decribe my self and than he asked me some technical questions regarding c and cpp like how to swap two int and questions on linked lists
Preguntas de entrevista [1]
Pregunta 1
Reverse LinkedList both in iterative and recursive way
Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en PTC (Haifa) en ene 2022
Entrevista
Had 1 technical interview and 1 HR interview,
both were very easy and pleasant.
The technical interview was 1 hour and consisted of 3 technical question and 1 logic question.
The HR interview consisted mostly of behavioral questions and 3 logic questions.
Remove a given node from a singly linked list (you only get a pointer to that node and not to the start of the list)
If the node is the tail, just free its data