Question Bank

133 approved questions from the community

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

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

MEDIUM
MULTIPLE 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
MULTIPLE CHOICE
30s
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
30s
Flutter
by Mohamed

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

MEDIUM
MULTIPLE 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
MULTIPLE 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
MULTIPLE CHOICE
35s
Python
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
30s
Python
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
35s
Python
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
30s
Python
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
40s
Python
by Mohamed

Which block in a try-except statement executes only if no exception was raised in the try block?

MEDIUM
MULTIPLE CHOICE
35s
Python
by Mohamed

In Python, modifying a mutable object (like a list) inside a function will affect the original object outside the function.

MEDIUM
TRUE FALSE
25s
Python
by Mohamed

How is Python code executed by the CPython interpreter?

MEDIUM
MULTIPLE CHOICE
40s
Python
by Mohamed

What is the difference between 'mouseenter' and 'mouseover'?

MEDIUM
MULTIPLE CHOICE
35s
Javascript
by Mohamed

When comparing ES2015 classes to ES5 function constructors, what is the 'super()' call used for?

MEDIUM
MULTIPLE CHOICE
35s
Javascript
by Mohamed

How would you define a closure in JavaScript?

MEDIUM
MULTIPLE CHOICE
45s
Javascript
by Mohamed

Which of the following is a typical use case for anonymous functions in JavaScript?

MEDIUM
MULTIPLE CHOICE
30s
Javascript
by Mohamed
PreviousPage 5 of 7Next