Coding

In Python: You have an array of int of len n, sorted, filled with int from 0 to n, e.G. [0,1,2,4,5], you want to find what is the number such as it introduces the problem. Complexity of O(log n) in general required.

Try Free AI Interview

Google logo

Google

Product Manager

Prepare for success with realistic, role-specific interview simulations.

Product Strategy
Meta logo

Meta

Product Manager

Prepare for success with realistic, role-specific interview simulations.

Product Sense
Meta logo

Meta

Engineering Manager

Prepare for success with realistic, role-specific interview simulations.

System Design
Amazon logo

Amazon

Data Scientist

Prepare for success with realistic, role-specific interview simulations.

Behavioral

Interview question asked to Data Scientists interviewing at GOJEK, InVision, Microsoft and others: In Python: You have an array of int of len n, sorted, filled with int from 0 to n, e.G. [0,1,2,4,5], you want to find what is the number such as it introduces the problem. Complexity of O(log n) in general required..