Pass the Esri Technical Certification EADP19-001 Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

An ArcGIS user is writing a Python script that will update the geometry of all the features of an input layer using a process that requires system tools to examine the geometric properties of each feature.

Which approach should be used to evaluate each feature's geometry and pass it to a system tool?

Options:

A.

make feature layers from a selection o' each input geometry that can be used as system tool inputs


B.

open an update cursor on the input layer and make in_memory feature classes for each feature that can be used as system tool inputs


C.

open an update cursor on the input layer and read its shapes as geometry objects that can be used as system tool inputs


D.

export input feature geometries to OGC WKT (OpenGIS Well Known Text) values in a spatial database and use OpenOIS spatial operators to calculate new geometries


Expert Solution
Questions # 2:

While attempting to geocode schools within a 20-mile of a museum, an ArcGIS user realizes that the table they are trying to geocode only contains the names of the schools. The table tails to include the school addresses.

Which type of table should the user link to their address locator in order to efficiently display the locations of the schools?

Options:

A.

A composite alias table


B.

An alternate name table


C.

A primary name table


D.

A place name alias table


Expert Solution
Questions # 3:

An ArcGlS user created a geoprocessing script in which the output layer's symbology property is set to an existing layer file. The user intends to share the tool with another ArcGlS user.

How can the user share the script tool while maintaining the symbology in the output layer?

Options:

A.

Share the script tool while the sumbology layer file embedded in it


B.

Publish the script tool as a geoprocessing service to ArcGlS Server


C.

Distribute the Toolshare folder containing the script tool and related data


D.

Upload the script tool as a model to an FTP site


Expert Solution
Questions # 4:

An ArcGIS user is given a geodatabase containing polygon and point features.

To ensure that the points fall on the boundary, which topology rule should the user set?

Options:

A.

Point Musi Be Covered By Boundary Of Polygon


B.

Point Must Be Properly inside Polygons


C.

Polygon Contains Point


D.

Polygon Contains One Point


Expert Solution
Questions # 5:

An ArcGIS user runs a geoprocessing tool and wants to create code in the Python window that repeats the process. In which two ways can the user generate Python code from the results window? (Choose two)

Options:

A.

copy a tool as Python snippet and paste it into the Python window


B.

copy an environment setting value into the Python window


C.

copy and paste messages to the Python window


D.

drag a previously executed tool to the Python window


Expert Solution
Questions # 6:

An ArcGiS user wants to dynamically generalize a line using the Douglas-Peucker algorithm. Which geometric effect should be used to achieve this?

Options:

A.

smooth curve


B.

simplify


C.

add control points


D.

cut curve


Expert Solution
Questions # 7:

In the Feature Class to Feature Class tool which parameter allows an ArcGlS user to manipulate attributes to be included the output feature class table?

Options:

A.

input features


B.

SQL expression


C.

configuration Keyword


D.

field mapping


Expert Solution
Questions # 8:

After the ground water is the local community was contaminated by a landfill, the health department requested a map showing the cancer rate for each postal code. An ArcGlS user Is provided a file geodatabase feature class (FeatureClassA) that has been joined to a cancer rate table (TableB). The cancer rate table does not have data for each postal code In the study and also contains data outside the study area creating null values. To eliminate the null values from being symbolized.

Which exclusion query should be used?

Options:

A.

(FeatureClassA OBJECTED is Not Null) and (TableB.cancerrate Is Not Null)


B.

("FeatureClassA OBJECTED" is Not Null) and (TableB.cancerrate is Not Null)


C.

("FeatureClassA OBJECTED". "TableB cancerrate" is Not Null)


D.

("FeatureClassA OBJECTED" and "TableB cancerrate" is Not Null)


Expert Solution
Questions # 9:

An ArcGIS user regularly receives a large volume of data in shaped le coverage, and table formats. The user has a Python script tool for converting the data to a standard feature class format and writing it into a file geodatabase. The user schedules the script to run automatically, based on the update schedule, but the tool is sometimes unable to write to the database.

Why is the tool sometimes unable to write to the database?

Options:

A.

Another user has a schema lock on the output feature class


B.

The scheduled task is unable to access the output feature class


C.

The service is published as a map service


D.

Another scheduled task is running simultaneously


Expert Solution
Questions # 10:

An ArcGIS user is tasked with converting an IDRISI vector format file to a geodatabase feature class. The user does not need to change any aspects of the data source in the output feature class.

Which tool should the user employ?

Options:

A.

Feature Class to Feature Class


B.

IDRISI to Feature Class


C.

Quick Import


D.

Raster to Geodatabase


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions