1. Home
  2. Docs
  3. Interview Technical Quest...
  4. Full Stack Web Developer
  5. SECTION 7: MAUI (91–95)

SECTION 7: MAUI (91–95)

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:

  1. .NET or PHP depth (depending on their stack)
  2. AWS deployment knowledge
  3. Security best practices
  4. Clean code and architecture
  5. Possibly WordPress if they run marketing sites

How can we help?