Flutter
Flutter
1. Oracle
2. Google
3. Facebook
4. IBM
Answer: Google
1. 2017
2. 2016
3. 2019
4. 2018
Answer: 2017
1. False
2. True
3. Can not say
4. Can be True or False
Answer: True
1. Stateless widgets
2. Statebuild widget
3. Stateful widget
4. All of the above
1. Cross-platform Development
2. Minimal code
3. Faster Development
4. All of the above
1. runApp()
2. main()
3. run()
4. flutter()
Answer: main()
1. No
2. Yes
3. Can be Yes or No
4. Can not Say
Answer: Yes
9. Flutter is mainly optimized for 2D mobile apps that can run on?
1. iOS
2. Android
3. Both iOS and Android
4. None of the above
1. Row
2. Text
3. Column
4. All of the above
11. When you build the Flutter app the first time, does it will take a longer time?
1. Yes
2. No
3. Can be Yes or No
4. Cannot say
Answer: Yes
12. Which of the following works with a small r key on the terminal or commands
prompt?
1. Cold Reload
2. Cold Restart
3. Hot Reload
4. Hot Restart
1. 0
2. 1
3. 2
4. 3
Answer: 2
14. Release mode allows us to optimize the codes and generate them without any debug
data in a fully optimized form
1. True
2. False
3. Can be True or False
4. Can not Say
Answer: True
1. Widget Test
2. Integration Test
3. Interactive Test
4. Unit Test
16. Which of the following used to develop the native hybrid app from a single
codebase?
1. Flutter
2. React Native
3. Keras
4. Both Flutter and React Native
18. It is very necessary to learn Dart language for building Flutter application?
1. No
2. Yes
3. Can be Yes or No
4. Can not Say
Answer: Yes
19. Which of the following takes more time to compile and update the app?
1. Hot Reload
2. Hot Restart
3. Depends on Compiler
4. Cold Restart
20. The Flutter tooling supports _____ modes while compiling the application
1. 4
2. 5
3. 2
4. 3
Answer: 3
1. Dart
2. Java
3. Kotlin
4. Go
Answer: Dart
1. 4
2. 6
3. 8
4. 2
Answer: 2
1. JIT (Just-in-time)
2. Transcompilation
3. Recompilation
4. AOT (ahead-of-time)
25. Access to a cloud database through Flutter is available through which service?
1. NOSQL
2. SQLite
3. Firebase Database
4. MYSQL
1. Keys
2. Widgets
3. Serial
4. Elements
Answer: Keys
27. What type of test can examine your code as a complete system?
1. Widget Test
2. Integration Test
3. Interactive Test
4. Unit Test
1. SizedBox
2. Table
3. AppBar
4. SafeArea
Answer: SizedBox
1. C++
2. Java
3. Dart
4. Kotlin
Answer: C++
30. What widget would you use for repeating content in Flutter?
1. ExpandedView
2. ArrayView
3. Stack
4. ListView
Answer: ListView