Free Android AFD-200 Exam Actual Questions

The questions for AFD-200 were last updated On Nov 17, 2024

Question No. 1

The image in this question includes a Flutter app interface. Which Flutter widget has been added to this app title bar to add this navigation button?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

A floating action button in Flutter development is by default a circular icon button, and you should add the Icon widget as a child widget of FloatingActionButton widget.

Which of the following choices is correct to add a phone icon to the FloatingActionButton widget in a Flutter app ?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

When you want to create a Flutter app, you need to configure a lot of widgets and change their format. You don't need to create everything from scratch. You can easily add the Scaffold class or widget to your app. This class implements the basic material design visual layout structure for your app.

Show Answer Hide Answer
Correct Answer: A

Question No. 4

As illustrated in the image in this question, to get the Text value: "Welcome" in this app interface, you may configure the Text widget as a child widget of the Container widget in the following code:

But, you should replace the XXXXXXXXX with one of the following choices. Which of the following is the best answer ?

Show Answer Hide Answer
Correct Answer: D

Question No. 5

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

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

The correct answer is :

Show Answer Hide Answer
Correct Answer: A