# Web Frameworks (Rust) > Actix-web, Axum, Rocket, routing, middleware, handler, การจัดการ state, JSON serialization - 22 คำถามสัมภาษณ์ - Senior - [คำถามสัมภาษณ์: Rust](https://sharpskill.dev/th/technologies/rust/interview-questions.md) ## 1. Rust web framework ใดที่สร้างขึ้นโดยตรงบน tokio และ tower โดยใช้แนวทางแบบโมดูลที่อิงกับ trait? **คำตอบ** Axum สร้างขึ้นบน tokio และ tower โดยใช้ระบบ Service และ Layer ของ tower สำหรับ middleware สถาปัตยกรรมนี้ช่วยให้มี composability ที่ดีเยี่ยมและผสานรวมกับ ecosystem ของ tower ได้อย่างเป็นธรรมชาติ (timeout, rate limiting, tracing) Axum ใช้ประโยชน์จาก trait ของ Rust สำหรับการดึงข้อมูลและการจัดการ handler แบบ type-safe ## 2. จะกำหนด route GET ที่มี path parameter ใน Axum ได้อย่างไร? **คำตอบ** ใน Axum path parameter จะใช้ไวยากรณ์ :param ในการกำหนด route และถูกดึงผ่าน extractor Path ชนิด T ต้อง implement Deserialize ซึ่งทำให้การดึงข้อมูลเป็นแบบ type-safe ลำดับของ extractor ใน signature ของ handler จะกำหนดว่าข้อมูลถูกดึงจาก request อย่างไร ## 3. อะไรคือคุณลักษณะเด่นของโมเดลการทำงานของ Actix-web เมื่อเทียบกับ framework Rust อื่น ๆ? **คำตอบ** Actix-web ใช้ actor model ที่ worker แต่ละตัวเป็น actor อิสระที่มี state ของตัวเอง request จะถูกจัดการโดย actor ที่สื่อสารผ่านข้อความแบบ asynchronous โมเดลนี้ให้การแยกส่วน (isolation) ที่ยอดเยี่ยมและรองรับการขยายแบบ horizontal ได้อย่างเป็นธรรมชาติ แม้ว่า actor model จะไม่ได้บังคับใช้อีกต่อไปในเวอร์ชันล่าสุด ## มีอีก 19 คำถาม - จะแชร์ application state ระหว่าง handler ใน Axum ได้อย่างไร? - ไวยากรณ์ของ Rocket สำหรับการกำหนด route ที่มีการตรวจสอบ body JSON อัตโนมัติคืออะไร? สมัครฟรี: https://sharpskill.dev/th/login ## หัวข้อสัมภาษณ์ Rust อื่นๆ - [พื้นฐาน Rust](https://sharpskill.dev/th/technologies/rust/interview-questions/rust-basics.md): 25 คำถาม, Junior - [Ownership & Borrowing](https://sharpskill.dev/th/technologies/rust/interview-questions/ownership-borrowing.md): 22 คำถาม, Junior - [Structs & Enums](https://sharpskill.dev/th/technologies/rust/interview-questions/structs-enums.md): 20 คำถาม, Junior - [การจัดการข้อผิดพลาด](https://sharpskill.dev/th/technologies/rust/interview-questions/error-handling.md): 18 คำถาม, Junior - [คอลเลกชัน](https://sharpskill.dev/th/technologies/rust/interview-questions/collections.md): 20 คำถาม, Junior - [โมดูลและแพ็กเกจ](https://sharpskill.dev/th/technologies/rust/interview-questions/modules-packages.md): 18 คำถาม, Junior - [Traits](https://sharpskill.dev/th/technologies/rust/interview-questions/traits.md): 22 คำถาม, Mid-Level - [Generics](https://sharpskill.dev/th/technologies/rust/interview-questions/generics.md): 20 คำถาม, Mid-Level - [Lifetimes](https://sharpskill.dev/th/technologies/rust/interview-questions/lifetimes.md): 20 คำถาม, Mid-Level - [Iterators & Closures](https://sharpskill.dev/th/technologies/rust/interview-questions/iterators-closures.md): 22 คำถาม, Mid-Level - [Smart Pointers](https://sharpskill.dev/th/technologies/rust/interview-questions/smart-pointers.md): 22 คำถาม, Mid-Level - [Concurrency Basics](https://sharpskill.dev/th/technologies/rust/interview-questions/concurrency-basics.md): 20 คำถาม, Mid-Level - [async/await](https://sharpskill.dev/th/technologies/rust/interview-questions/async-await.md): 22 คำถาม, Mid-Level - [Testing](https://sharpskill.dev/th/technologies/rust/interview-questions/testing.md): 18 คำถาม, Mid-Level - [Cargo & Ecosystem](https://sharpskill.dev/th/technologies/rust/interview-questions/cargo-ecosystem.md): 18 คำถาม, Mid-Level - [Pattern Matching](https://sharpskill.dev/th/technologies/rust/interview-questions/pattern-matching.md): 18 คำถาม, Mid-Level - [มาโคร](https://sharpskill.dev/th/technologies/rust/interview-questions/macros.md): 20 คำถาม, Mid-Level - [Serde และการ Serialization](https://sharpskill.dev/th/technologies/rust/interview-questions/serde-serialization.md): 20 คำถาม, Mid-Level - [Unsafe Rust](https://sharpskill.dev/th/technologies/rust/interview-questions/unsafe-rust.md): 20 คำถาม, Senior - [Trait ขั้นสูง](https://sharpskill.dev/th/technologies/rust/interview-questions/advanced-traits.md): 22 คำถาม, Senior - [Lifetime ขั้นสูง](https://sharpskill.dev/th/technologies/rust/interview-questions/advanced-lifetimes.md): 20 คำถาม, Senior - [Type System](https://sharpskill.dev/th/technologies/rust/interview-questions/type-system.md): 20 คำถาม, Senior - [Tokio & Async I/O](https://sharpskill.dev/th/technologies/rust/interview-questions/tokio-async.md): 22 คำถาม, Senior - [การเพิ่มประสิทธิภาพ](https://sharpskill.dev/th/technologies/rust/interview-questions/performance-optimization.md): 20 คำถาม, Senior - [Memory Management](https://sharpskill.dev/th/technologies/rust/interview-questions/memory-management.md): 20 คำถาม, Senior - [Database Integration](https://sharpskill.dev/th/technologies/rust/interview-questions/database-integration.md): 20 คำถาม, Senior - [Design Pattern ของ Rust](https://sharpskill.dev/th/technologies/rust/interview-questions/design-patterns.md): 20 คำถาม, Senior --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/th/technologies/rust/interview-questions/web-frameworks