I applied online. I interviewed at NiCE (Ra‘ananna) in Dec 2019
Interview
The interview was in Dec 2019.
The process was taken a long time. (from 08:00-16:00). They called to 4 participants and we were "competing" one at each other in the same room. First, there was an OOP design question, they gave me a computer for that. Then, there was a test with questions about data structures and other questions. Then, we needed to wait for a personal conversation with the managers and they asked about design OOP questions on a whiteboard. And almost in 16:30, the day was over. (They give you a coupon for lunch - a good lunch, so don't worry about that).
Interview questions [1]
Question 1
First, there was an OOP design question about building a parking lot. Defining classes like big/small parking lot, bus/car, etc. (They gave me a computer for that.)
Then, there was a test with questions about data structures and other questions, like Singelton or other design patterns- print the values in BST sorted from the end to the start, etc.
The manager gave us a design exercise about designing a sony PS4 kind of navigation controller, with abstract class/interface, etc.
I applied online. I interviewed at NiCE (Ra`ananna)
Interview
The interview process was solid and well-run. The interviewers were knowledgeable and professional, and the questions were relevant and reasonably challenging without being unfair.
A couple of stages felt a bit long — but overall the people came across as genuine, and the experience gave me a fair sense of the team and the kind of work I'd be doing.
Interview questions [1]
Question 1
They started with pseudo-code problems — working with lists and finding solutions that met specific runtime constraints — along with some OOP questions to gauge how I think about design. The second stage was more hands-on: implementing in Java, with dependency injection and interaction between components, building a queue, and handling it all in parallel using multithreading.
I applied through an employee referral. The process took 3 days. I interviewed at NiCE (Ra`ananna) in Mar 2023
Interview
one 8 hours screening day from 9 -17 including written test with OOP questions in JAVA, and afterwards a coding assignment consisting of designing and implementing a system. started out with about 10 candidates and ended with 4
Interview questions [1]
Question 1
is private member final? can you inherit static methods? can interface implement abstract class? given code questions with classes and inheritance and you need to determine what the output is given a singly linked list, check if palidnrom given a singly linked list, return the xth element from the end of the list.