Based on DSA, no intro
Computer Intern Interview Questions
5,377 computer intern interview questions shared by candidates
Tell me about a time where you had a team member who wasn't pulling their weight
Nothing that I could not answer. But was difficult to convey coding answers over the phone.
Beschreiben Sie einen Partikelfilter ohne Annahme eines versteckten Markov-Modells.
How would you deal with noise in image? How would you preserve edges, but remove noise?
What are ways to reconstruct 3D from 2D?
Question about the way that I can collect data
They asked me to complete some programming questions
I was asked to improve one of my project with detailed ideas.
Design choice: Which rate-limiting algorithm would you choose (token bucket, leaky bucket, fixed window, sliding window, etc.) and why? Consistency vs availability: During a network partition, would you rather: Strictly enforce the limit (never exceed 100), or Allow slight overages to keep availability high? Explain your tradeoff using CAP theorem. Architecture: Sketch (in words) the system architecture: Where is the rate-limit state stored? How do regions coordinate (if at all)? What happens on each request? Edge case: How do you prevent a single user from bypassing limits by sending requests to multiple regions simultaneously? Failure handling: What happens if Redis (or your state store) goes down in one region?
Viewing 3661 - 3670 interview questions