Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Esri EADP19-001 Practice Exam with Questions & Answers

Questions 1

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

Esri EADP19-001 Premium Access
Questions 2

When is an ArcGlS user required to change the format of data before working with it in ArcMap?

Options:
A.

when the data is an ESRI interchange (.e00) file

B.

when the data is an Autodesk dwg file

C.

when the data is an ERDAS Imagine (img) file

D.

when the data is in a JPEG (jpg) format

Questions 3

Using the Spatial Analyst IDW (Inverse Distance Weighted) tool an ArcGlS user interpolates a point feature class to a raster. The user notices that some high point values near the edge of the feature class seem to have a dramatic effect on the output.

This occurs even in areas that are far from the high edge values

Which two parameters should the user consider changing in the IDW tool? (Choose two)

Options:
A.

z-value field

B.

search radius

C.

power

D.

output cell size

E.

weight

Questions 4

An ArcGIS user is creating a script tool to automate a common workflow.

Which tool property ensures that the tool only recognizes intended feature data sources?

Options:
A.

output spatial reference property

B.

data type fitter property

C.

workspace data property

D.

data extent property

Questions 5

An ArcGIS user is creating a processing environment that will be used repeatedly. To confirm results, the user wants to visualize the output of Intermediate processes during testing. The user is working with large data sets and wants to preserve already-complete steps and focus on one problem at a time.

Which geoprocessing approach should the user consider?

Options:
A.

a Python script tool commenting out code blocks and functions as development progresses

B.

the Python window saving the contents to a script when each processing step is confirmed

C.

a stand-alone Python script executed in PythonWin with print statements capturing ArcPy messages

D.

ModelBuilder running processes step-wise and displaying intermediate results in ArcMap

Questions 6

A water utility company had received calls fromseveral customers complaining oflow water pressure.

Using a geometric network representing the water network, how can an ArcGIS user determine the most likely location of the problem?

Options:
A.

place junction flags on each customer water meter and use the Find Common Ancestors trace task

B.

place junction flags on each customer water meter and use the Find Disconnected trace task

C.

place a junction barrier on each customer water meter and use the Trace Upstream trace task

D.

place a junction barrier on each customer water meter and use the Find Path upstream trace task

Questions 7

An ArcGIS user has a custom .dll that reads the domains available in a geodatabase and compares them to business rules. What must the user do to have this tool run automatically each night?

Options:
A.

add the dll to a model and schedule the model through the Windows Task Scheduler

B.

create a stand-alone application to publish a service and schedule the application through the Windows Task Scheduler

C.

call the .dll within a Python script and schedule the script through the Windows Task Scheduler

D.

schedule the .dll to run in batch through the Windows Task Scheduler

Questions 8

A tax preparation company completes a quarterly cleaning of their records. Using a Python script they automate the deletion of records that are more than seven years old or records for customers who have not been seen in more than five years.

When using a cursor function, what deletes the appropriate records?

Options:
A.

a search cursor and the deleteRow method

B.

an insert cursor and the deleteRow method

C.

an update cursor and the deleteRow method

D.

a find cursor and the deleteRow method

Questions 9

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

Questions 10

A taster contains pixels with decimal values.

Which method is used to round raster pixel values to the nearest whole number?

Options:
A.

use the Round Up tool (Spatial Analyst), then the Round Down tool (Spatial Analyst)

B.

use the Round Down tool (Spatial Analyst), then the Round Up tool (Spatial Analyst)

C.

use the Plus tool (Spatial Analyst) to add 1. then the Minus tool (Spatial Analyst) to subtract 0.5

D.

use the Plus tool (Spatial Analyst) to add 0.5, then the int tool (Spatial Analyst) to truncate to the nearest integer