Question Bank

3705 approved questions from the community

What is a Sliver in Flutter?

HARD
SINGLE CHOICE
40s
Flutter
by Mohamed

Flutter's Flex layout (Row and Column) uses absolute positioning for child widgets.

MEDIUM
TRUE FALSE
25s
Flutter
by Mohamed

The pubspec.yaml file must include a unique package name for registration on pub.dev.

EASY
TRUE FALSE
20s
Flutter
by Mohamed

CupertinoTextField is optimized for iOS-style text input and maintains platform familiarity.

MEDIUM
TRUE FALSE
20s
Flutter
by Mohamed

Widgets in Flutter are built using inheritance rather than composition.

MEDIUM
TRUE FALSE
25s
Flutter
by Mohamed

What is the main entry point for a Flutter application?

EASY
SINGLE CHOICE
25s
Flutter
by Mohamed

What percentage of code can typically be shared across platforms in a Flutter application?

EASY
SINGLE CHOICE
25s
Flutter
by Mohamed

What are Platform Channels used for in Flutter?

MEDIUM
SINGLE CHOICE
35s
Flutter
by Mohamed

Flutter can only be used to develop mobile applications for Android and iOS.

MEDIUM
TRUE FALSE
20s
Flutter
by Mohamed

Material and Cupertino libraries in Flutter provide ready-to-use components consistent with Google's Material Design and Apple's iOS design respectively.

EASY
TRUE FALSE
25s
Flutter
by Mohamed

What is the purpose of the Flutter Engine?

MEDIUM
SINGLE CHOICE
35s
Flutter
by Mohamed

Which of the following are valid solutions to the N+1 query problem?

HARD
MULTIPLE CHOICE
50s
Database
by Mohamed

Which of the following are advantages of using prepared statements?

MEDIUM
MULTIPLE CHOICE
40s
Database
by Mohamed

What is the main characteristic of a FULL OUTER JOIN compared to an INNER JOIN?

EASY
SINGLE CHOICE
30s
Database
by Mohamed

Which SQL statement combination is most effective for identifying duplicate records in a table?

MEDIUM
SINGLE CHOICE
35s
Database
by Mohamed

What is the primary security benefit of using prepared statements in SQL?

MEDIUM
SINGLE CHOICE
35s
Database
by Mohamed

ROW_NUMBER() function can be used with PARTITION BY to identify and track duplicate records along with their unique row numbers.

EASY
TRUE FALSE
25s
Database
by Mohamed

Lazy loading in ORM frameworks always prevents the N+1 query problem.

MEDIUM
TRUE FALSE
25s
Database
by Mohamed

The HAVING clause can only be used in conjunction with the GROUP BY clause.

EASY
TRUE FALSE
20s
Database
by Mohamed

While indexes speed up read operations, they can slow down write operations like INSERT, UPDATE, and DELETE.

MEDIUM
TRUE FALSE
25s
Database
by Mohamed
PreviousPage 147 of 186Next