Skip to content
Medium-Easy Apply System Design Interview Framework Multiple Choice

What is the correct REST URL for retrieving all tweets posted by a specific user?

Apply — Tests ability to use knowledge in practical scenarios.

Answer Options

A GET /getUserTweets?userId=123
B GET /tweets?user=123
C GET /users/123/tweets
D POST /users/getTweets

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more System Design Interview Framework questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the System Design Interview Framework topic (System Design).

More System Design Interview Framework Questions