I applied online. The process took 4 weeks. I interviewed at Zoox (San Francisco, CA) in May 2023
Interview
similar to the SDE interview process. Initial technical screening. The initial meeting with talent acquisition was about my expertise on certain tools and processes. Then technical screening was set after a month. I believe SDE and SRE are tested on similar technical challenges.
Interview questions [1]
Question 1
Questions: trivial Polymorphism dynamically typed vs statically typed (example) what is the difference between, instance, class and static methods (python) python question: given dict {"a": "a", "b": "b"} does function changes the dictionary. correct answer is yes. what should we do to not affect the dict? deep copy of the dictionary end. Airline ticketing system calculate ticketing (cost of operations changes per airline, and cost ticketing changes per airline) airline_list = ['United 150.0 Economy', 'Southwest 150.0 Business', 'American 150.0 Premium',] What if you have 100 airlines with different cost calculations for operations and ticketing. how to tackle this?