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 Jun 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