What is your favorite and least favorite thing about the Python coding language.
Computer Scientist Interview Questions
324 computer scientist interview questions shared by candidates
Can you think of a time where a member of your team has not pulled their weight? How did you handle it?
What Yield does in python. How shut down a service in Linux without closing the API and without crtl+c.
How would you store passwords for a web application securely?
Tree based easy question from LC
Tell me about your self. We have some coins 1,2,3 Rs. And given a sum so need to find out the ways we get this sum. E.g sum is 4 (1+1+1+1, 2+2,2+1+1,3+1) total 4. What is LRU and create a LRU.
Machine Coding - Stopwatch in React
Round 1 was logical aptitude and DSA. Standard leetcode questions were asked.
Longest substring in a string, both brute force and optimized approach. Binary tree - nodes visible from right side. Given 2 numbers, find the AND of binary representation of all numbers in between those 2 numbers (inclusive).
Write code to traverse a tree
Viewing 241 - 250 interview questions