# การออกแบบ REST API (Node.js / NestJS) > เมธอด HTTP, status code, หลักการ RESTful, การกำหนดเวอร์ชัน, HATEOAS, การแบ่งหน้า - 20 คำถามสัมภาษณ์ - Junior - [คำถามสัมภาษณ์: Node.js / NestJS](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions.md) ## 1. เมธอด HTTP ใดที่เหมาะสมสำหรับการดึงรายการทรัพยากร? **คำตอบ** เมธอด GET ใช้สำหรับดึงข้อมูลโดยไม่เปลี่ยนแปลงสถานะของเซิร์ฟเวอร์ เป็น idempotent และปลอดภัย หมายความว่าสามารถเรียกได้หลายครั้งโดยไม่มีผลข้างเคียง GET เป็นเมธอดมาตรฐานสำหรับการอ่านข้อมูลทั้งหมดใน REST API ## 2. เมธอด HTTP ใดที่เป็น idempotent และแทนที่ทรัพยากรที่มีอยู่ทั้งหมด? **คำตอบ** PUT เป็น idempotent และแทนที่ทรัพยากรที่ URL ที่ระบุทั้งหมด ต่างจาก PATCH ที่แก้ไขเพียงบางส่วน PUT ต้องส่งการแสดงข้อมูลทั้งหมดของทรัพยากร ความเป็น idempotent หมายความว่าการเรียก PUT หลายครั้งด้วยข้อมูลเดียวกันจะให้ผลลัพธ์เหมือนเดิม ## 3. ความแตกต่างหลักระหว่าง PUT และ PATCH คืออะไร? **คำตอบ** PUT แทนที่ทรัพยากรทั้งหมดและต้องส่งทุกฟิลด์ แม้แต่ฟิลด์ที่ไม่เปลี่ยนแปลง PATCH อนุญาตให้แก้ไขเฉพาะฟิลด์ที่ระบุ ทำให้มีประสิทธิภาพมากกว่าสำหรับการอัปเดตบางส่วน ตัวอย่างเช่น หากต้องการแก้ไขเฉพาะอีเมลของผู้ใช้ PATCH จะเหมาะกว่า ## มีอีก 17 คำถาม - ควรส่งคืนรหัสสถานะ HTTP ใดหลังจากสร้างทรัพยากรสำเร็จ? - ควรใช้รหัสสถานะ HTTP ใดเมื่อคำขอถูกต้องแต่จำเป็นต้องมีการยืนยันตัวตน? สมัครฟรี: https://sharpskill.dev/th/login ## หัวข้อสัมภาษณ์ Node.js / NestJS อื่นๆ - [พื้นฐาน Node.js](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/nodejs-fundamentals.md): 20 คำถาม, Junior - [Core API ของ Node.js](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/nodejs-core-apis.md): 25 คำถาม, Junior - [การเขียนโปรแกรมแบบอะซิงโครนัส](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/asynchronous-programming.md): 25 คำถาม, Junior - [พื้นฐาน Express.js](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/express-basics.md): 20 คำถาม, Junior - [พื้นฐาน NestJS](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/nestjs-fundamentals.md): 23 คำถาม, Junior - [การตรวจสอบความถูกต้องและ DTO](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/validation-dto.md): 20 คำถาม, Junior - [เอกสาร API และ Contract](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/api-documentation.md): 20 คำถาม, Junior - [การจัดการข้อผิดพลาด](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/error-handling.md): 20 คำถาม, Junior - [การทดสอบหน่วย (Unit Testing)](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/testing-unit.md): 20 คำถาม, Junior - [การจัดตารางงาน](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/scheduling-cron.md): 15 คำถาม, Junior - [Module และ DI ของ NestJS](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/nestjs-modules-di.md): 20 คำถาม, Mid-Level - [การกำหนดค่าและการจัดการสภาพแวดล้อม](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/configuration-environment.md): 20 คำถาม, Mid-Level - [การยืนยันตัวตนด้วย JWT](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/authentication-jwt.md): 25 คำถาม, Mid-Level - [การให้สิทธิ์และ RBAC](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/authorization-rbac.md): 20 คำถาม, Mid-Level - [ฐานข้อมูลด้วย TypeORM](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/database-typeorm.md): 30 คำถาม, Mid-Level - [Prisma ORM](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/prisma-orm.md): 25 คำถาม, Mid-Level - [Middleware และ Interceptor](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/middleware-interceptors.md): 20 คำถาม, Mid-Level - [การอัปโหลดไฟล์](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/file-upload.md): 15 คำถาม, Mid-Level - [WebSockets](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/websockets.md): 20 คำถาม, Mid-Level - [GraphQL กับ NestJS](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/graphql-basics.md): 25 คำถาม, Mid-Level - [การทดสอบแบบ End-to-End](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/testing-e2e.md): 20 คำถาม, Mid-Level - [การแคชด้วย Redis](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/caching-redis.md): 20 คำถาม, Mid-Level - [คิวด้วย Bull](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/queues-bull.md): 20 คำถาม, Mid-Level - [DevOps, Logging และ CI/CD](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/logging-monitoring.md): 25 คำถาม, Mid-Level - [Docker และ Containerization](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/docker-containerization.md): 25 คำถาม, Mid-Level - [ไมโครเซอร์วิส](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/microservices.md): 30 คำถาม, Senior - [แนวทางปฏิบัติที่ดีที่สุดด้านความปลอดภัย](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/security-best-practices.md): 25 คำถาม, Senior - [ประสิทธิภาพและการ Deploy บน Cloud](https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/performance-optimization.md): 30 คำถาม, Senior --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/th/technologies/node-nestjs/interview-questions/rest-api-design