I applied online. The process took 2 weeks. I interviewed at PTC (Tel Aviv-Yafo) in Dec 2021
Interview
the first two interviews are technical interviews, they asked me to explain what is linker, pointer and to find a way to implement a dictionary for 1,000,000 words in the best complexity. in the second interview they asked me to implement a swap function, a recursive function which find the height of a binary tree and then a function which find the longest path. the thied and last interview is a managment interview in which they asked you about youeself, about cources that you loved the most and more. after passing the three interviews successfully you get an offer.
The interview was a short initial phone screen. The recruiter asked about my background, past projects, and basic technical concepts. The conversation was clear and friendly, and they explained the next steps in the process.
Interview questions [1]
Question 1
They asked me to tell them about myself and to share my salary expectations.
I applied online. The process took 3 weeks. I interviewed at PTC in June 2025
Interview
few questions about knowledge in C about char* and char [], and in C++ about constructors and destructors and virtual functions, and then i was asked the trapping rain water question with O(1) space without the need to code it, just to see the way of thinking
Interview questions [1]
Question 1
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
I applied online. I interviewed at PTC (Herzliya) in Mar 2025
Interview
The interview lasted about an hour and was on C\C++ ,very basic questions but require deep understanding he asked me about something related to how the stack works when running the code in the question and also their was a question related to data structures
Interview questions [1]
Question 1
one question about implementing the swap() but gets void* arguments
3 question of code snippets which needs correcting
also find the last k element