Google Associate Android Developer ASSOCIATE ANDROID DEVELOPER Dumps in PDF

Free Google ASSOCIATE ANDROID DEVELOPER Real Questions (page: 5)

To automate UI tests with Android Studio, you implement your test code in a separate Android test folder. Folder could be named:

  1. app/androidTest/java
  2. app/src/androidTest/java
  3. app/java/androidTest

Answer(s): B



Once your test has obtained a UiObject object, you can call the methods in the UiObject class to perform user interactions on the UI component represented by that object. You can specify such actions as: (Choose four.)

  1. click() : Clicks the center of the visible bounds of the UI element.
  2. touch() : Touch the center of the visible bounds of the UI element.
  3. dragTo() : Drags this object to arbitrary coordinates.
  4. moveTo() : Move this object to arbitrary coordinates.
  5. setText() : Sets the text in an editable field, after clearing the field's content. Conversely, the
    clearTextField() method clears the existing text in an editable field.
  6. swipeUp() : Performs the swipe up action on the UiObject. Similarly, the swipeDown(), swipeLeft(), and swipeRight() methods perform corresponding actions.

Answer(s): A,C,E,F



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.)

  1. If more than one matching element is found, the first matching element in the layout hierarchy is returned as the target UiObject.
  2. If no matching UI element is found, an IOException is thrown.
  3. If more than one matching element is found, the last matching element in the layout hierarchy is returned as the target UiObject.
  4. If no matching UI element is found, a UiAutomatorObjectNotFoundException is thrown.

Answer(s): A,D



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.)

  1. The message queue is empty.
  2. The message queue is not empty.
  3. There are some instances of AsyncTask currently executing a task.
  4. There are no instances of AsyncTask currently executing a task.
  5. Some developer-defined idling resources are not idle.
  6. All developer-defined idling res

Answer(s): A,D,F



To run your local unit tests, follow these steps:

1. Be sure your project is synchronized with Gradle by clicking Sync Project in the toolbar.

2. Run your test in one of the following ways (select possible): (Choose three.)

  1. To run a single test, open the Project window, and then right-click a test and click
    Run.
  2. To test all methods in a class, right-click a class or method in the test file and click
    Run.
  3. To run all tests in a directory, right-click on the directory and select Run tests.
  4. To run all tests in Project, open the Project window, and then right-click a test and click
    Run.

Answer(s): A,B,C



Share your comments for Google ASSOCIATE ANDROID DEVELOPER exam with other users:

J
Jefi
9/4/2023 8:15:00 AM

please upload the practice questions

T
Thembelani
5/30/2023 2:45:00 AM

need this dumps

A
Abduraimov
4/19/2023 12:43:00 AM

preparing for this exam is overwhelming. you cannot pass without the help of these exam dumps.

P
Puneeth
10/5/2023 2:06:00 AM

new to this site but i feel it is good

A
Ashok Kumar
1/2/2024 6:53:00 AM

the correct answer to q8 is b. explanation since the mule app has a dependency, it is necessary to include project modules and dependencies to make sure the app will run successfully on the runtime on any other machine. source code of the component that the mule app is dependent of does not need to be included in the exported jar file, because the source code is not being used while executing an app. compiled code is being used instead.

M
Merry
7/30/2023 6:57:00 AM

good questions

V
VoiceofMidnight
12/17/2023 4:07:00 PM

Delayed the exam until December 29th.

U
Umar Ali
8/29/2023 2:59:00 PM

A and D are True

V
vel
8/28/2023 9:17:09 AM

good one with explanation

G
Gurdeep
1/18/2024 4:00:15 PM

This is one of the most useful study guides I have ever used.

AI Tutor 👋 I’m here to help!