Android Flutter Certified Application Developer (AFD-200) Free Practice Test
Question 1
When you build a Flutter app, you can use an Android or an IPhone emulator to test your app UI (user interface ) and its work flow. But you can NOT test this app on a real Android or IPhone device before publishing your app on Apple or Google store.
Correct Answer: A
Question 2
How many child widgets can be added to the Container widget?
Correct Answer: D
Question 3
Flutter works with many development tools which are compatible with Flutter plug-ins (Flutter SDK).
Which of the following software can be used to build a Flutter app ? (Select three)
Which of the following software can be used to build a Flutter app ? (Select three)
Correct Answer: A,C,D
Question 4
Which type of Flutter widgets is used in designing this app interface ?


Correct Answer: B
Question 5
You may add a lot of properties to your Container widget such as background color, size, padding, margins, borders or the shape of text, and other properties.
Correct Answer: B