← 返回 rippling 的题目列表Build a Simple Stack Overflow-like REST Service
类型:online_judge
Coding: Build a Simple Stack Overflow-like REST Service
Using your preferred language and web framework, build a small application that exposes REST APIs for a simplified Stack Overflow-like system.
Requirements
Post Question: Create and store a question.
Query Questions: Query previously posted questions and return results.
Notes / Constraints
You are expected to bootstrap the project and environment yourself (e.g., a locally runnable web service).
Details such as the data model, query filters, persistence (DB vs in-memory), pagination/sorting, etc., are typically clarified during the interview.
Deliverable
A runnable REST service.
A demo showing you can post questions and query them through the API.