very nice people.
asked me 2 questions.
1. describe a system that is time critical which can receives requests in real time and only allows X requests to pass in a given del_t timeframe.
do it as time efficient as you can since the system is time critical.
2. rain accumulating in buildings questions
Interview questions [1]
Question 1
describe a system that is time critical which can receives requests in real time and only allows X requests to pass in a given del_t timeframe.
do it as efficient as you can since the system is time critical.
I applied through an employee referral. The process took 4 weeks. I interviewed at Final Israel (Herzliya) in July 2023
Interview
1. Phone call with the recurtier , shes explain about the job etc 2. Tech interview with the head of team and a member of his team 3. Hr interview 4. Rd interview
Interview questions [1]
Question 1
1. If you send to the stock exchange data but you can send only x data for t time. And you can't tell the start period how will you write a system that can tell if we can send the message each time? 2. You have a random function that gives a number in the range of [0,MAXNUM] which is distributed in a uniform way, how can you write a function that will give you a number in the range of [a,b] And if she also gives in equal distribution each number 3. You have a farm of severs and each one need to turn on his light by the following rules- you can have 2 servers have there light on simultaneously You need that the “dark” time will be the min
I applied in-person. The process took 3 weeks. I interviewed at Final Israel (Herzliya) in Jan 2021
Interview
Typically one will go through 2 technical interview, one HR interview, Security background check + interview (like interrogation) and finally Interview with the CEO, The first tech interview is with a team leader and team member (or two TLs) and the second will be with the group manager and team leader.
Interview questions [3]
Question 1
Think of a feature you were responsible to, from design to implementation, or a unique bug you found and fix, something equivalent to 2-4 weeks of work, consider the interviewers as new team members at your team and describe in details the system the difficulties, the constrains and the solution.
Using malloc and free please creating new methods named my_malloc and my_free (with the same signature) but with one different behavior, my_malloc returns only addresses that are aliened to 64bytes.