Data Binding & MVVM interview questions

18 real Data Binding & MVVM questions from the .NET MAUI bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is Binding?

Junior
  1. A.an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
  2. B.an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  3. C.a connection that synchronizes a control property with a source object property automatically
  4. D.the interface a source implements to raise change events so bound views refresh when values update
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Junior
  1. A.Binding — an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  2. B.Binding — a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
  3. C.Binding — a connection that synchronizes a control property with a source object property automatically
  4. D.Binding — an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
Reveal the answer + AI explanation — free account

4. What is BindingContext?

Mid
  1. A.a connection that synchronizes a control property with a source object property automatically
  2. B.an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
  3. C.the source object assigned to a view from which its bound properties resolve their paths
  4. D.the interface a source implements to raise change events so bound views refresh when values update
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Mid
  1. A.BindingContext — a connection that synchronizes a control property with a source object property automatically
  2. B.BindingContext — a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
  3. C.BindingContext — the source object assigned to a view from which its bound properties resolve their paths
  4. D.BindingContext — the interface a source implements to raise change events so bound views refresh when values update
Reveal the answer + AI explanation — free account

7. What is INotifyPropertyChanged?

Mid
  1. A.the interface a source implements to raise change events so bound views refresh when values update
  2. B.an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  3. C.a connection that synchronizes a control property with a source object property automatically
  4. D.an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Mid
  1. A.INotifyPropertyChanged — the source object assigned to a view from which its bound properties resolve their paths
  2. B.INotifyPropertyChanged — an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
  3. C.INotifyPropertyChanged — the interface a source implements to raise change events so bound views refresh when values update
  4. D.INotifyPropertyChanged — a connection that synchronizes a control property with a source object property automatically
Reveal the answer + AI explanation — free account

10. What is Command?

Mid
  1. A.an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
  2. B.an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  3. C.a connection that synchronizes a control property with a source object property automatically
  4. D.a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Mid
  1. A.Command — an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
  2. B.Command — a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
  3. C.Command — an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  4. D.Command — the interface a source implements to raise change events so bound views refresh when values update
Reveal the answer + AI explanation — free account

13. What is MVVM pattern?

Senior
  1. A.the interface a source implements to raise change events so bound views refresh when values update
  2. B.the source object assigned to a view from which its bound properties resolve their paths
  3. C.a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
  4. D.an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
Reveal the answer + AI explanation — free account

14. Which term means: "an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers"?

Senior
  1. A.INotifyPropertyChanged
  2. B.CommunityToolkit.Mvvm
  3. C.Command
  4. D.MVVM pattern
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Senior
  1. A.MVVM pattern — a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
  2. B.MVVM pattern — the interface a source implements to raise change events so bound views refresh when values update
  3. C.MVVM pattern — an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  4. D.MVVM pattern — an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
Reveal the answer + AI explanation — free account

16. What is CommunityToolkit.Mvvm?

Senior
  1. A.an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
  2. B.a connection that synchronizes a control property with a source object property automatically
  3. C.the source object assigned to a view from which its bound properties resolve their paths
  4. D.a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
Reveal the answer + AI explanation — free account

17. Which term means: "a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate"?

Senior
  1. A.CommunityToolkit.Mvvm
  2. B.INotifyPropertyChanged
  3. C.MVVM pattern
  4. D.Binding
Reveal the answer + AI explanation — free account

18. Which statement is correct?

Senior
  1. A.CommunityToolkit.Mvvm — the source object assigned to a view from which its bound properties resolve their paths
  2. B.CommunityToolkit.Mvvm — a source-generator library providing ObservableProperty and RelayCommand attributes to cut MVVM boilerplate
  3. C.CommunityToolkit.Mvvm — an architecture separating the interface, presentation state and logic, and the underlying data into three distinct layers
  4. D.CommunityToolkit.Mvvm — an ICommand object that exposes an action and a can-execute check, letting buttons invoke logic without event handlers
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a scored voice mock interview

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.

Practice Data Binding & MVVM free