We are working on a clone of Facebook. We want to add a numeric count to every post showing how many friends the post" author has at the time of viewing the post, like this: Marie McWilliams (105 friends) I had a great day today, feeling good! Our database has two tables: USER 'user_id' (primary key) 'name' 'created_date' USER_RELATIONSHIP 'friendship_id' (primary key, unique to each relationship) 'user1_id' (indexed) 'user2_id' (indexed) 'start_date' Focusing on the database, how would you implement the friend-count feature? Note we will soon be more popular than Facebook, so the solution needs to scale.
Staff Engineer Interview Questions
5,879 staff engineer interview questions shared by candidates
Draw and Explain the transceiver architecture and every block in detail
Can you describe a time when a solution you proposed turned out to not be practical or performant.
design distributed, high performance, fault-tolerant, scaling cache layer
Simple Database questions. Join queries etc.
Just to relate my work experience to the roles they were expecting to happen.
1. Given two strings - find number of same character at same position and number of present character but at diffrenet position 2. Find highest sum of contiguous array elements for a given array. 3. print 1-100 using three threads, even using 1st, odd using second and a delemeter using 3rd
What is the difference between composition and inheritance? When would you use 1 over the other?
Was asked to show samples of my design work.
Given a product that has Ethernet and WiFi interfaces, but no display or buttons, how do you connect it securely to the customer's home network?
Viewing 601 - 610 interview questions