Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Android AFD-200 Practice Exam with Questions & Answers

Questions 1

A plug-in is used to enter the date in your Flutter app interface instead of asking an app user to add it manually.

Which is of the choices below represents this definition?

Options:
A.

DateInsert( ) widget

B.

Date Picker plug-in

C.

Date Dialog plug-in

D.

Date Mark plug-in

Android AFD-200 Premium Access
Questions 2

Select the correct choice below to complete the following sentence:

SnackBar widget is used if you want to let your app pop up a message............... at the bottom of your app interface.

Options:
A.

For a few seconds

B.

Forever

C.

Until the app user taps the close button of this message

D.

Until the app user taps the OK button for of message

Questions 3

The Container is a Flutter widget that allows you to customize, compose, decorate and position its child

widget.

Options:
A.

True

B.

False

Questions 4

The image in this question includes a Flutter app interface which uses three tabs to navigate the app content.

AFD-200 Question 4

Which of the following choices is the parent widget for the TabBar and TabBarView widgets?

Options:
A.

DefaultTabController

B.

TabScreenSelect

C.

TabOptions

D.

TableTabSelect

Questions 5

The code in this image is to add a Slider widget to a Flutter app interface.

The divisions property value is 4. What does that mean?

AFD-200 Question 5

Options:
A.

It means that the slider will have 4 values other than the start or the minimum value is 0. The values are

0, 25, 50, 75, and 100.

B.

It means that the slider will have 3 values only. The values are 0, 50, and 100.

C.

It means that the slider will have 6 values.. The values are 0, 20, 40, 60, 80 and 100.

D.

It means that the slider will have only 2 values. The values are 0, and 100.

Questions 6

In Flutter development, you can add three rows inside a column and add an image within each row.

Options:
A.

True

B.

False

Questions 7

The image in this question includes a part of Android Studio tools bar.

AFD-200 Question 7

Which of the following choices is correct about the missing icon name (represented by question marks)?

Options:
A.

AVD Manager (Android Virtual Device Manager)

B.

SDK Update

C.

SDK Manager

D.

Insert Image

Questions 8

The image in this question includes a Dart code for a Raised button widget. When the app user taps this button, the app will display the content of Screen2( ) class of this app using Navigator.push navigation technique.

AFD-200 Question 8

To do this you should replace the xxx in this Navigator.push class with ............

Options:
A.

anchor

B.

context

C.

title

D.

path

Questions 9

Assume that you designed a Flutter app as illustrated in the image of this question. When you tapped the "Bottom Sheet" button, you got a bottom sheet including the text "Welcome to Android ATC".

But, you were not able to tap the "Test Button" button in this app interface when this bottom sheet was

active.

AFD-200 Question 9

Which of the following choices about the type of this Bottom Sheet Widget is correct?

Options:
A.

Persistent Bottom Sheet

B.

Modal Bottom Sheet

C.

Middle Bottom Sheet

D.

Secure Bottom Sheet

Questions 10

In this question, check the four images, then answer the following question:

AFD-200 Question 10

Which image is the run output of the following Dart code?

AFD-200 Question 10

The correct answer is :

Options:
A.

Image 1

B.

Image 2

C.

Image 3

D.

Image 4