Question Bank

1899 approved questions from the community

What is the key difference between a 'pure' and an 'impure' pipe?

MEDIUM
SINGLE CHOICE
30s
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
by Mohamed

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

MEDIUM
SINGLE CHOICE
40s
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
by Mohamed

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

MEDIUM
SINGLE CHOICE
40s
by Mohamed

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

MEDIUM
SINGLE 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

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

MEDIUM
SINGLE CHOICE
35s
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
Flutter
by Mohamed

What is the primary difference between a StatelessWidget and a StatefulWidget?

MEDIUM
SINGLE CHOICE
40s
by Mohamed

How can you prevent a code block in a module from running when the module is imported by another script?

MEDIUM
SINGLE CHOICE
30s
Python
by Mohamed

A decorator is a higher-order function that can modify the behavior of another function without changing its source code.

MEDIUM
TRUE FALSE
30s
Python
by Mohamed

What does the '*args' syntax in a function definition do?

MEDIUM
SINGLE CHOICE
35s
Python
by Mohamed

Which of the following describes a key limitation of lambda functions in Python?

MEDIUM
SINGLE CHOICE
30s
Python
by Mohamed

According to the LEGB rule, what is the order of variable resolution in Python?

MEDIUM
SINGLE CHOICE
35s
Python
by Mohamed

What is the difference between the '==' and 'is' operators?

MEDIUM
SINGLE CHOICE
30s
Python
by Mohamed

What is the primary difference in memory behavior between a list and a tuple?

MEDIUM
SINGLE CHOICE
40s
Python
by Mohamed
PreviousPage 94 of 95Next