# EasyAdmin Bundle (Symfony) > Admin dashboard, CRUD controller, action แบบกำหนดเอง, field, filter, template แบบกำหนดเอง, การกำหนดค่าเมนู - 18 คำถามสัมภาษณ์ - Mid-Level - [คำถามสัมภาษณ์: Symfony](https://sharpskill.dev/th/technologies/symfony/interview-questions.md) ## 1. บทบาทหลักของ EasyAdmin ในแอปพลิเคชัน Symfony คืออะไร? **คำตอบ** EasyAdmin เป็น bundle ของ Symfony ที่สร้างอินเทอร์เฟซการจัดการ backend ที่สมบูรณ์โดยอัตโนมัติเพื่อจัดการ entity ของ Doctrine มันมีฟังก์ชัน CRUD ที่พร้อมใช้งาน อินเทอร์เฟซผู้ใช้ที่ทันสมัย และการกำหนดค่าที่ยืดหยุ่นผ่าน PHP attribute หรือไฟล์ YAML ต่างจากการพัฒนาอินเทอร์เฟซ admin ด้วยตนเอง EasyAdmin ช่วยลดเวลาในการพัฒนาได้อย่างมาก ## 2. ควรขยาย (extend) คลาสใดเพื่อสร้าง Dashboard Controller ใน EasyAdmin 4? **คำตอบ** ใน EasyAdmin 4 Dashboard Controller จะต้องขยาย (extend) AbstractDashboardController คลาส abstract นี้ให้เมธอดพื้นฐานสำหรับการกำหนดค่า dashboard รวมถึง configureDashboard() สำหรับการตั้งค่าทั่วไป และ configureMenuItems() สำหรับเมนูนำทาง dashboard เป็นจุดเริ่มต้นของอินเทอร์เฟซ admin ## 3. เมธอดใดที่อนุญาตให้กำหนดค่า field ที่แสดงในรายการ entity ของ CRUD Controller? **คำตอบ** เมธอด configureFields() ใน CRUD Controller กำหนดว่า field ใดจะถูกแสดงและถูกกำหนดค่าอย่างไร เมธอดนี้รับพารามิเตอร์ pageName ที่ระบุบริบท (index, detail, new, edit) ซึ่งช่วยให้แสดง field ที่แตกต่างกันได้ตามแต่ละหน้า ใช้คีย์เวิร์ด yield เพื่อคืนค่าออบเจ็กต์ Field ที่กำหนดค่าไว้ ## มีอีก 15 คำถาม - จะสร้างลิงก์ไปยัง CRUD Controller ในเมนู Dashboard ของ EasyAdmin ได้อย่างไร? - ควรใช้ field ประเภทใดเพื่อแสดงความสัมพันธ์แบบ ManyToOne ในฟอร์มของ EasyAdmin? สมัครฟรี: https://sharpskill.dev/th/login ## หัวข้อสัมภาษณ์ Symfony อื่นๆ - [PHP สมัยใหม่ (8.1+)](https://sharpskill.dev/th/technologies/symfony/interview-questions/php-modern-features.md): 20 คำถาม, Junior - [พื้นฐาน Symfony](https://sharpskill.dev/th/technologies/symfony/interview-questions/symfony-basics.md): 25 คำถาม, Junior - [Routing & Controllers](https://sharpskill.dev/th/technologies/symfony/interview-questions/routing-controllers.md): 20 คำถาม, Junior - [Twig & Templates](https://sharpskill.dev/th/technologies/symfony/interview-questions/twig-templates.md): 20 คำถาม, Junior - [พื้นฐาน Doctrine ORM](https://sharpskill.dev/th/technologies/symfony/interview-questions/doctrine-orm-basics.md): 25 คำถาม, Junior - [ฟอร์ม Symfony](https://sharpskill.dev/th/technologies/symfony/interview-questions/forms.md): 22 คำถาม, Junior - [การตรวจสอบความถูกต้องของข้อมูล](https://sharpskill.dev/th/technologies/symfony/interview-questions/validation.md): 18 คำถาม, Junior - [Dependency Injection & Services](https://sharpskill.dev/th/technologies/symfony/interview-questions/dependency-injection.md): 24 คำถาม, Mid-Level - [Security & Authentication](https://sharpskill.dev/th/technologies/symfony/interview-questions/security-authentication.md): 26 คำถาม, Mid-Level - [Doctrine ขั้นสูง](https://sharpskill.dev/th/technologies/symfony/interview-questions/doctrine-advanced.md): 24 คำถาม, Mid-Level - [API Platform](https://sharpskill.dev/th/technologies/symfony/interview-questions/api-platform.md): 22 คำถาม, Mid-Level - [Serializer Component](https://sharpskill.dev/th/technologies/symfony/interview-questions/serializer.md): 20 คำถาม, Mid-Level - [Events & Event Subscribers](https://sharpskill.dev/th/technologies/symfony/interview-questions/events-subscribers.md): 20 คำถาม, Mid-Level - [Console & Commands](https://sharpskill.dev/th/technologies/symfony/interview-questions/console-commands.md): 18 คำถาม, Mid-Level - [Messenger Component](https://sharpskill.dev/th/technologies/symfony/interview-questions/messenger.md): 22 คำถาม, Mid-Level - [HTTP Client](https://sharpskill.dev/th/technologies/symfony/interview-questions/http-client.md): 18 คำถาม, Mid-Level - [Cache & ประสิทธิภาพ](https://sharpskill.dev/th/technologies/symfony/interview-questions/cache.md): 20 คำถาม, Mid-Level - [Workflow Component](https://sharpskill.dev/th/technologies/symfony/interview-questions/workflow.md): 18 คำถาม, Mid-Level - [Testing Symfony](https://sharpskill.dev/th/technologies/symfony/interview-questions/testing.md): 22 คำถาม, Mid-Level - [Mailer Component](https://sharpskill.dev/th/technologies/symfony/interview-questions/mailer.md): 16 คำถาม, Mid-Level - [การแปลและ i18n](https://sharpskill.dev/th/technologies/symfony/interview-questions/translations.md): 16 คำถาม, Mid-Level - [สถาปัตยกรรม Symfony](https://sharpskill.dev/th/technologies/symfony/interview-questions/architecture-patterns.md): 24 คำถาม, Senior - [ประสิทธิภาพและการเพิ่มประสิทธิภาพ](https://sharpskill.dev/th/technologies/symfony/interview-questions/performance-optimization.md): 22 คำถาม, Senior - [ความปลอดภัยขั้นสูง](https://sharpskill.dev/th/technologies/symfony/interview-questions/security-advanced.md): 22 คำถาม, Senior - [Custom Bundles](https://sharpskill.dev/th/technologies/symfony/interview-questions/custom-bundles.md): 20 คำถาม, Senior - [Microservices ด้วย Symfony](https://sharpskill.dev/th/technologies/symfony/interview-questions/microservices.md): 22 คำถาม, Senior - [Real-time & WebSockets](https://sharpskill.dev/th/technologies/symfony/interview-questions/real-time.md): 18 คำถาม, Senior - [Deployment & DevOps](https://sharpskill.dev/th/technologies/symfony/interview-questions/deployment-devops.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/symfony/interview-questions/easyadmin