EADA105 ArcGIS Desktop Associate 10.5

Loading demo links...

Showing 4–6 of 10 questions

Question 4

An ArcGIS Pro user must be able to share work with a user in another organization to complete an analysis. The following items must be shared:

Maps and the data referenced by their layers

Toolboxes

Geoprocessing history Attachments

Which package type meets the criteria?

Select an option, then click Submit answer.

  • Map

  • Layer

  • Project

  • Scene

Question 5

An analyst is part of a team that manages facility assets at a company with many operational sites with fixed and movable assets. Assets must be instantly located on a map in ArcGIS Pro, and are modeled as an editable feature service named ASSETS in the organization portal. Assets have a unique identifier attribute ID matching the company asset register.

How can an analyst instantly locate an asset on a map?

Select an option, then click Submit answer.

  • Create Address Locator > Project pane > Add To Project > Locate pane > Disable Esri World Geocoder

  • Create Attribute Index UNIQUE on ID > Analysis Gallery > Customize > Add Select Layer By Attributes

  • Locate pane > Settings > Add A Locate Provider > Add Layer ASSETS > Search Model Equals ID

  • Create a Python script tool that uses the feature service query endpoint to return a feature into the map

Question 6

A city planner is using ArcGIS to determine suitable areas that meet specific zoning criteria. The city's zoning polygon feature class has a ZONE attribute field that consists of one- or two-letter codes.

What is the correct SQL statement to use to select all zones designated type E, F, or FF?

Select an option, then click Submit answer.

  • ZONE = 'E' AND ZONE = 'F' OR ZONE = 'FF'

  • ZONE IN ('E', 'F', 'FF')

  • ZONE = 'E' OR ZONE = 'F%'

  • ZONE CONTAINS ('E', 'F', OR 'FF')