Describe what made the best manager you had so effective
Forward Deployed Engineer Interview Questions
703 forward deployed engineer interview questions shared by candidates
Question about driver and delivery they make. Record that and calculate the their payment.
A dataset which contains examples labeled with different classes• (single label, multiple classes), for example an animal image classification dataset containing different types of animals, one animal per image. You want to randomly sample an n-element subset from this dataset in such a way that the classes are as balanced as possible (least difference between the number of examples sampled from each class). Write a function which given n and the number of examples in each class, computes how many examples should be sampled from each class.
Leet code medium for live coding round. Technical case study was a typical software engineering system design question
medium/hard algorithms questions, 3 questions, had to at least solve 2 of them and the 3rd if you had time it seemed. Architectural was based on a system they already had, pretty interesting to build out with the interviewer
When ChatGPT does a translation, is it using a decoder-only architecture or does it employ an encoder?
Do you like bigger companies or small companies?
merge interval, find peak element...
Code using Google Maps API
Given a set of events [e1, e2, e3, ... , eN] occuring at given times and a set of timeframes [t1, t2, .., tM] each having a start timestamp and an end timestamp, give an algorithm for each event the number of timeframes it occurs within (white board, no code)
Viewing 351 - 360 interview questions