Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

An ArcGIS user wants to create a hierarchy and differentiate cities on a map by categorizing the way the features are labeled. What should be used to achieve the desired result?

A.

label expressions

B.

label classes

C.

label stacking

D.

label priority

An ArcGIS user wants to create a tool that reads a Web data source from the U.S. Geological Survey site and create a feature class of earthquakes over magnitude 1 that have occurred in the last seven days. The data source URL is a .txt file directly usable as x, v event data, once downloaded.

The goal is to have a repeatable process to be run on demand overwriting the output each time with minimal user input and easy to understand for other users to whom the tool is provided

What should the user do to read and process the data?

A.

use a third party scraping application to copy the data to a local file and read it as an x, y event data source

B.

manually copy the file to local disk before running and run the Make XY Event Layer tool

C.

write a NET component that reads the data presents the data to ArcObjects as an x.v event and creates new features from the data source

D.

Write a Python script that imports urllib reads the data with uriopen and read methods and creates features from the data stream

An ArcGlS user receives parcel data from the regional government, which is supposed to line up with parcels in the data maintained by the local government. The user is tasked with reconciling the discrepancies between the local and regional data.

In which situation are the parcel boundaries within the local data more likely to be accurate than the regional data?

A.

when local records show a parcel subdivided in 2007 but regional records do not include the update

B.

when regional records show a new survey of a parcel in 1996. but local records do not include the survey information

C.

when a privately owned parcel is donated to the local government in 2002 for a park but the regional government does not have a record of the new owner

D.

when a new subdivision surveyed in 2004 within the regional area is incorporated into the local area limits in 2007

An ArcGiS user is working with a composite address locator that consists of the following:

• Citywide Address Locator

• Regional Address Locator

• Nationwide Address Locator

How does a composite address locator work if no selection criteria are specified? (Choose two)

A.

searches all locators in sequence

B.

searches the largest address locator first

C.

searches the smallest address locator first

D.

searches until an address is found

E.

searches the locator with the closest zone

An ArcGlS user adds an ESRl World Imagery service from ArcGlS Online to an empty Arc Map document.

The user then adds a polygon feature class representing national parks to the map.

The spatial reference of the national parks feature class is:

• Datum North American Datum 1927

• Linear units meters

• Protection Albers equal area

The user intends to digitize new national park boundaries using the features in the imagery.

What should the user avoid doing in the edit session?

A.

transforming the coordinate system of the national parks to match the Imagery from the Web service

B.

projecting the coordinate system of the imagery to match the national parks

C.

reprojecting the national park feature class and transforming the coordinate system to match the imagery from the Web service

D.

editing the park boundary laver without changing the original coordinate Systems

An ArcGIS user runs the Central Feature geoprocessing tool on a polygon feature class. The output feature is far north of the center of the feature class

Why Is the output feature off center of the feature class?

A.

There are more polygons In the northern part of the feature class

B.

The polygons in the northern part of the feature class are larger

C.

The feature class is not in the same promotion as the data frame

D.

A weight field is not specified

Four emergency response facilities need to be placed so that the greatest number of people in a community can be reached within five minutes.

Which analysis method is used to make this determination?

A.

location allocation

B.

closest facility

C.

route

D.

Dufer

Q35) When converting a raster dataset to a polygon feature class, which parameter choice would result in polygon boundaries that most obviously reflect the cell shape of the raster input data source?

A.

Simplify polygons checked

B.

Simplify polygons unchecked

C.

pyramid resampling technique set to cubic

D.

tile size block set to 128

An ArcGIS user is making a map showing the standard deviation from the mean ocean temperature. Which type of color ramp should be used to display the standard deviation?

A.

a three-color multipart color ramp

B.

a two-color algorithmic color ramp

C.

a random color ramp

D.

a thirteen-color preset color ramp

An ArcGIS has created a definition query on a parcel feature in a personal geodatabase to only show areas classified as residential. The user's company has decided to update all personal geodatabase to file geodatabases.

When the ArcGIS user updates the source data to point to the parcel feature class in the file geodatabase they receive the following error.

"One or more layers failed to draw:

Parcel: An invalid SQL statement was used. [Select Shape FROM Parcel WHERE [Parcel] B residential]

Parcel: An invalid SQL statement was used"

What is the correct SQL statement for the file geodatabase?

A.

{Parcel} = residential

B.

[Parceii = residential

C.

Parcel = residential

D.

"Parcel" = residential