91. What is .NET MAUI?
Multi-platform App UI — allows building native apps for iOS, Android, Windows, macOS using C# and XAML.
92. How does MAUI differ from Xamarin?
MAUI is the evolution of Xamarin.Forms.
Single project structure and improved performance.
93. What platforms does MAUI support?
- iOS
- Android
- Windows
- macOS
94. What is MVVM?
Model-View-ViewModel pattern.
Separates UI from logic using data binding.
95. How do you handle dependency injection in MAUI?
Using built-in .NET DI container in MauiProgram.cs.
🟣 SECTION 8: WordPress & Joomla (96–100)
96. How does WordPress architecture work?
Core + Themes + Plugins.
Uses PHP and MySQL.
Hooks system (actions & filters).
97. What is a WordPress plugin?
Extends functionality without modifying core.
98. What is a WordPress theme?
Controls visual layout and design.
99. How would you secure a WordPress site?
- Keep core/plugins updated
- Use strong passwords
- Limit login attempts
- SSL
- Security plugins
- Disable file editing
100. What is Joomla and how does it differ from WordPress?
Joomla is another PHP CMS.
More complex permission system.
WordPress is more beginner-friendly and widely adopted.
🎯 Final Advice for Your Interview
For this role, the highest probability focus areas will be:
- .NET or PHP depth (depending on their stack)
- AWS deployment knowledge
- Security best practices
- Clean code and architecture
- Possibly WordPress if they run marketing sites