100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

Christopher Parrish Documentation Assignments; questions and answers, complete solution.

Rating
-
Sold
-
Pages
32
Grade
A+
Uploaded on
15-01-2026
Written in
2025/2026

Christopher Parrish Documentation Assignments; questions and answers, complete solution.

Institution
Christopher Parrish
Course
Christopher Parrish











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Christopher Parrish
Course
Christopher Parrish

Document information

Uploaded on
January 15, 2026
Number of pages
32
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Christopher Parrish Documentation
Assignments; questions and answers,
complete solution.



Christopher Parrish Documentation Assignments - Set
2

Assignment 6: System Design Documentation

Question 1

Document a microservices architecture for a food delivery application with the
following services:

• Order Service (handles order creation, updates, status)
• Restaurant Service (manages restaurant info, menus)
• Delivery Service (coordinates delivery personnel)
• Payment Service (processes payments)
• Notification Service (sends emails/SMS)
• API Gateway (single entry point)

Include:

1. Sequence diagram for placing an order
2. Service contracts for Order Service API

, 3. Data flow description
4. Failure handling strategy

Answer:




1. Architecture Overview
text
┌─────────────────────────────────────────────────────────────────────┐
│ FOOD DELIVERY MICROSERVICES │
│ │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ Mobile │ │ Web │ │ Restaurant │ │
│ │ App │────│ App │────│ Portal │ │
│ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │ │
│ ┌──────▼──────┐ │
│ │ API Gateway │ │
│ │ (Kong/Ocelot)│ │
│ └──────┬──────┘ │
│ │ │
│ ┌──────────┬─────────┼─────────┬──────────┬──────────┐ │
│ ┌───▼──┐ ┌─────▼────┐┌──▼───┐┌────▼────┐┌─────▼────┐┌───▼──┐ │
│ │Order │ │Restaurant││Delivery││Payment ││Notification││Auth │ │
│ │Service│ │ Service ││Service ││Service ││ Service ││Service│ │
│ └──┬───┘ └─────────┘└────────┘└────────┘└──────────┘└──────┘ │
│ │ │ │ │ │ │
│ ┌──▼────────▼──────────▼─────────▼─────────▼──────────────┐ │
│ │ Message Queue (RabbitMQ/Kafka) │ │
│ └─────────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────────────┘

,2. Sequence Diagram: Order Placement




3. Order Service API Contract (OpenAPI 3.0)
yaml
openapi: 3.0.0
info:
title: Order Service API
version: 1.0.0
description: Handles order lifecycle for food delivery


paths:
/orders:
post:
summary: Create a new order
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/CreateOrderRequest'
responses:
'201':
description: Order created successfully
content:
application/json:
schema:
$ref: '#/components/schemas/Order'
'400':
description: Invalid order data
'503':
description: Service temporarily unavailable


/orders/{orderId}:
get:

, summary: Get order details
parameters:
- name: orderId
in: path
required: true
schema:
type: string
format: uuid
responses:
'200':
description: Order details
content:
application/json:
schema:
$ref: '#/components/schemas/Order'


components:
schemas:
CreateOrderRequest:
type: object
required:
- customerId
- restaurantId
- items
- deliveryAddress
properties:
customerId:
type: string
format: uuid
restaurantId:
type: string
format: uuid
items:
type: array
items:
$ref: '#/components/schemas/OrderItem'
deliveryAddress:
$ref: '#/components/schemas/Address'
specialInstructions:

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
wise254 Chamberlain College Of Nursng
View profile
Follow You need to be logged in order to follow users or courses
Sold
54
Member since
1 year
Number of followers
3
Documents
2362
Last sold
3 days ago
StudySphere

Success starts with the right resources, and these study documents are exactly what you need to stay ahead. Carefully crafted, easy to understand, and packed with key points, these notes take the stress out of studying. Whether you're aiming for top grades or just need a clearer way to review, these materials are made to help you succeed. Stop struggling with scattered information—get organized, get focused, and get results. Download now and experience the difference smart studying makes!

Read more Read less
5.0

570 reviews

5
558
4
4
3
5
2
2
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions