Test Your Knowledge

.NET MAUI (Full Section) Quiz

Answer all questions to test your understanding

1 What does MAUI stand for?
2 Which platforms does .NET MAUI support?
3 What percentage of code can be shared across platforms with .NET MAUI?
4 What is the minimum Android API level supported by .NET MAUI?
5 What is the minimum iOS version supported by .NET MAUI?
6 What is XAML in .NET MAUI?
7 Which version of Visual Studio is required for .NET MAUI development?
8 Which command installs the .NET MAUI workload?
9 What is the environment variable for the Android SDK path?
10 Which tool is required for iOS development on macOS?
11 How do you verify that .NET MAUI is installed correctly?
12 Which Visual Studio workload is required for .NET MAUI?
13 What does XAML stand for?
14 What is the root element of a .NET MAUI page?
15 What is the purpose of the x:Class attribute in XAML?
16 What is data binding in XAML?
17 Which syntax is used for binding in XAML?
18 What is the purpose of the x:Name attribute in XAML?
19 Which layout arranges children vertically or horizontally?
20 Which layout is best for creating complex, table-like structures?
21 Which control is used for single-line text input?
22 Which control displays a list of items with scrolling?
23 Which property controls how elements are spaced in a StackLayout?
24 What is the purpose of a ListView.ItemTemplate?
25 What is Shell in .NET MAUI?
26 Which navigation pattern does Shell support?
27 How do you navigate to a page in Shell?
28 What is the purpose of QueryProperty in Shell navigation?
29 Which Shell element is used for menu items?
30 How do you create a tab bar in Shell?
31 What does MVVM stand for?
32 What is the role of the ViewModel in MVVM?
33 What is the purpose of ObservableObject in MVVM?
34 What is a RelayCommand used for?
35 Which attribute is used with ObservableProperty in Community Toolkit?
36 What is the benefit of using MVVM?
37 Which class is used to make HTTP requests in .NET MAUI?
38 Which database is commonly used for local storage in .NET MAUI?
39 What is the purpose of JsonSerializer in .NET MAUI?
40 Which NuGet package is used for SQLite in .NET MAUI?
41 How do you handle network errors in a MAUI app?
42 What is the best practice for storing sensitive data in MAUI?
43 What file format is used for Android distribution on Google Play?
44 What is required to publish to the Apple App Store?
45 What is the purpose of a keystore in Android publishing?
46 Which command builds an Android app in Release mode?
47 What is App Store Optimization (ASO)?
48 What is the minimum requirement for publishing to the Microsoft Store?