Exam 7: Google Analytics Individual Qualification
Exam 1: Google AdWords: Display Advertising122 Questions
Exam 2: Google AdWords Fundamentals153 Questions
Exam 3: Associate Android Developer86 Questions
Exam 4: Associate Cloud Engineer134 Questions
Exam 5: Cloud Digital Leader91 Questions
Exam 6: Google Analytics Individual Qualification (IQ)121 Questions
Exam 7: Google Analytics Individual Qualification78 Questions
Exam 8: GSuite202 Questions
Exam 9: Looker Business Analyst388 Questions
Exam 10: LookML Developer41 Questions
Exam 11: Mobile Web Specialist13 Questions
Exam 12: Professional Cloud Architect on Google Cloud Platform118 Questions
Exam 13: Professional Cloud Developer85 Questions
Exam 14: Professional Cloud DevOps Engineer28 Questions
Exam 15: Professional Cloud Network Engineer57 Questions
Exam 16: Professional Cloud Security Engineer80 Questions
Exam 17: Professional Collaboration Engineer71 Questions
Exam 18: Professional Data Engineer on Google Cloud Platform256 Questions
Exam 19: Professional Machine Learning Engineer35 Questions
Select questions type
@Query is the main annotation used in DAO classes. It allows you to perform read/write operations on a database. Each @Query method is verified at compile time, so what happens if there is a problem with the query?
(Multiple Choice)
4.8/5
(38)
Each time your test invokes onView() , Espresso waits to perform the corresponding UI action or assertion until the following synchronization conditions are met: (Choose three.)
(Multiple Choice)
4.8/5
(36)
Relative positioning is one of the basic building blocks of creating layouts in ConstraintLayout. Constraints allow you to position a given widget relative to another one. What constraints do not exist?
(Multiple Choice)
4.9/5
(30)
In a class PreferenceFragmentCompat . As a convenience, this fragment implements a click listener for any preference in the current hierarchy. So, in what overridden method we can handle that a preference in the tree rooted at this PreferenceScreen has been clicked?
(Multiple Choice)
4.8/5
(43)
RecyclerView is a subclass of ViewGroup and is a more resource-efficient way to display scrollable lists. Instead of creating a View for each item that may or may not be visible on the screen, RecyclerView:
(Multiple Choice)
4.8/5
(38)
The easiest way of adding menu items (to specify the options menu for an activity) is inflating an XML file into the Menu via MenuInflater. With menu_main.xml we can do it in this way:
(Multiple Choice)
4.9/5
(41)
What is the incorrect statement about Data Access Object ( androidx.room.Dao )?
(Multiple Choice)
4.9/5
(39)
If you want the Database Inspector to automatically update the data it presents as you interact with your running app, check the Live updates checkbox at the top of the inspector window. While live updates are enabled, what happens with the table in the inspector window?
(Multiple Choice)
4.7/5
(46)
What statements about InputStreamReader (java.io.InputStreamReader) are correct? (Choose two.)
(Multiple Choice)
4.8/5
(41)
To automate UI tests with Android Studio, you implement your test code in a separate Android test folder. Folder could be named:
(Multiple Choice)
4.9/5
(43)
An overridden method onCreateOptionsMenu in an Activity returns boolean value. What does this value mean?
(Multiple Choice)
4.9/5
(41)
If you want to access a specific UI component in an app, use the UiSelector class. This class represents a query for specific elements in the currently displayed UI. What is correct about it? (Choose two.)
(Multiple Choice)
4.8/5
(34)
About queries in DAO classes. Room verifies the return value of the query such that if the name of the field in the returned object doesn't match the corresponding column names in the query response, Room alerts you in one of the following two ways: (Choose two.)
(Multiple Choice)
4.8/5
(41)
Working with Custom View. To define custom attributes, we can add <declare-styleable> resources to our project. It is customary to put these resources into a file:
(Multiple Choice)
4.9/5
(34)
Select correct statements about Hardware Abstraction Layer (HAL). (Choose two.)
(Multiple Choice)
4.9/5
(37)
To create a basic JUnit 4 test class, create a class that contains one or more test methods. A test method begins with the specific annotation and contains the code to exercise and verify a single functionality in the component that you want to test. What is the annotation?
(Multiple Choice)
5.0/5
(42)
If no any folder like res/anim-<qualifiers>, res/drawable-<qualifiers>, res/layout-<qualifiers>, res/raw-<qualifiers>, res/xml-<qualifiers> exist in the project. Which folders are required in the project anyway? (Choose two.)
(Multiple Choice)
4.8/5
(38)
When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Step Over
you can

(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 78
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)