Question Bank

246 approved questions from the community

Which Angular Guard prevents a user from navigating away from a route (e.g., if they have unsaved form changes)?

MEDIUM
MULTIPLE CHOICE
30s
Angular
by Mohamed

What is the primary characteristic of a 'standalone' component introduced in Angular 14?

MEDIUM
MULTIPLE CHOICE
30s
Angular
by Mohamed

What mechanism allows you to project HTML content from a parent component into a child component?

MEDIUM
MULTIPLE CHOICE
30s
Angular
by Mohamed

Double curly braces {{ }} are used in Angular templates for interpolation, a one-way data binding from component to view.

EASY
TRUE FALSE
20s
Angular
by Mohamed

Which Angular primitive allows for fine-grained change detection and efficient UI updates without always relying on Zone.js?

HARD
MULTIPLE CHOICE
45s
Angular
by Mohamed

Why is it recommended to perform initialization in ngOnInit() rather than the constructor?

MEDIUM
MULTIPLE CHOICE
40s
Angular
by Mohamed

What is the difference between a Component and a Directive in terms of templates?

EASY
MULTIPLE CHOICE
30s
Angular
by Mohamed

Which property in the @NgModule decorator is used to list components that other modules can use?

MEDIUM
MULTIPLE CHOICE
30s
Angular
by Mohamed

What are the three essential parts of an Angular component?

EASY
MULTIPLE CHOICE
30s
Angular
by Mohamed

In a standard Angular application, what is the sequence of bootstrapping?

MEDIUM
MULTIPLE CHOICE
40s
Angular
by Mohamed

What is a major architectural difference between Angular and its predecessor, AngularJS?

EASY
MULTIPLE CHOICE
30s
Angular
by Mohamed

How does Flutter achieve high-performance rendering across different platforms?

MEDIUM
MULTIPLE CHOICE
40s
Flutter
by Mohamed

Hot Reload preserves the current state of the app while injecting code changes.

MEDIUM
TRUE FALSE
20s
Flutter
by Mohamed

What is the purpose of the Scaffold widget?

EASY
MULTIPLE CHOICE
30s
by Mohamed

Which file is used to manage project dependencies and metadata in Flutter?

EASY
MULTIPLE CHOICE
30s
Flutter
by Mohamed

In Flutter's layout model, who provides context and constraints to the child widgets?

MEDIUM
MULTIPLE CHOICE
35s
by Mohamed

What is 'Hot Reload' in Flutter?

EASY
MULTIPLE CHOICE
25s
Flutter
by Mohamed

Which lifecycle state indicates that the app is visible but not responding to user input (e.g., during a phone call)?

MEDIUM
MULTIPLE CHOICE
30s
by Mohamed

What is the role of the BuildContext in Flutter?

HARD
MULTIPLE CHOICE
45s
Flutter
by Mohamed

Which widget is recommended for rendering very large lists of items efficiently?

MEDIUM
MULTIPLE CHOICE
30s
Flutter
by Mohamed
PreviousPage 8 of 13Next