Q1. Which is the most effective way to have labels for different street types be shown at different scale ranges?
- Use the Draw toolbar to create text boxes for each street type
- Create label classes for each type of street
- Create a separate layer for each street type
- This is not possible. Labels are the same at all scale ranges
- 2D and 3D
- Global and Local
- Small scale and Large scale
- Solid and Wireframe
Q3. When an ArcMap .mxd file is imported into ArcGIS Pro, what is each data frame in the original document converted to in the ArcGIS Pro project?
- basemap
- layout
- local scene
- map
Q4. Which is a collection of raster datasets stored as a catalog that allows you to view or access the datasets as a single merged image or individual images?
- an image collection dataset
- a mosaic dataset
- raster tiles
- a folder of raster data files
- Press shift and left-click to zoom in. Press ctrl and left-click to zoom out.
- Hold the left mouse button, and drag up to zoom in and drag down to zoom out.
- Move the mouse scroll wheel forward to zoom out and backward to zoom in.
- Click and drag a box with the left mouse button to zoom in; press shift and drag a box to zoom out.
- Trees
- Building_Footprints
- Sewer_Lines
- Roads
- from a higher scale to a lower scale
- from a smaller scale to a larger scale
- from a lower scale to a higher scale
- from a larger scale to a smaller scale
- inside of file geodatabases
- inside of enterprise geodatabases
- inside of feature datasets
- inside of feature classes
Q9. Which of these methods is best for sharing a map with colleagues who do not have ArcMap or ArcGis Pro?
- Export the map to PDF and send your colleagues the PDF.
- Export the map to KML and ask your colleagues to download Google Earth.
- Publish the map as a service and then create a web map that you can share with your colleagues
- Export the map to a map package, and ask your colleagues to download and install the free Map Package Viewer software
Q10. You built a model and verified that it works as intended by running it on your own data files. What is the best way to share the entire procedure with colleagues so that they can study it, reproduce your results exactly, and then apply the model to their own data?
- Convert the model to Python and upload the results to ArcGIS Online as a service.
- Create a geoprocessing package.
- Run the consolidated Model tool to gather the model and input datasets into a shared folder
- Create a map Package
- WGS 1984
- Winkel Tripel
- Universal Transverse Mercator
- Natural Earth
- the map's current scale and center point
- the visibility status of each layer
- the center point of the current view
- the map's current scale
Q13. What geoprocessing tool, when applied to the Point Data Layer, is most likely responsible for the data shown in the Result Layer?
- Dissolve
- Buffer
- Merge
- Intersect
- Python Scripts
- foreground processes
- background processes
- in-memory processes
Q15. A grayscale raster is said to have a single **_** while a full-color RGB raster has three **_**.
- band; bands
- color; colors
- channel; channels
- value; values
Q16. Which Classification method places approximately the same number of values in each class **_**.
- defined intervals
- equal intervals
- quantile
- standard deviation
Q17. You want to add a time and date to your map layout that will update when the map is printed. What element should you add to do this ? **_**.
- variable data
- dynamic text
- datestamp
- system information
- polyline feaature classes and point location tables
- line event tables and point event tables
- reference control points feature class and target tables
- route feature classes and event tables
Q19. How can you link the size of text and symbols to a specific zoom level of the map so that they increase and decrease in size as you zoom in and out? **_**.
- Right click the map in the Contents pane and click Set Reference Scale.
- Right click the data layer and choose Symbology > Variable.
- Turn on the option for Zoom Symbology and Labels in the map's properties.
- In the Layer Properties dialog box, click Display, and then clear Fixed Sizing
Q20. When trying to publish a web feature layer from ArcGIS Pro to ArcGIS Online, the analyzer returns the error message "Layer uses an unsupported renderer or property." Which symbology method would cause this error?
- unique values
- dot density
- graduated symbols
- unclassed colors
- Microsoft Excel workbooks
- personal geodatabases
- Google Sheets spreadhssts stored in Google Drive
- GeoJSON files
Q22. You need to attach photographs to a geodatabase feature class called Bus_Stops
. To enable this capability using ArcCatalog, you right-click the Bus_Stops
feature class, point to Manage, and then click Create Attachments. What does this create in the geodatabase?
- A geodatabase table called
Bus_Stops_REL
is created that references aBus_Stops_ATTACHMENTS
folder in the same parent folder as the geodatabase - A geodatabase table called
Bus_Stops_ATTACH
and a relationship class calledBus_Stops_ATTACHREL
are created. - A feature class called
Bus_Stops_ATTACH
and a relationship class calledBus_Stops_RELATION
are created. - A new raster feature dataset called
Bus_Stops_ATTACHMENTS
is created.
Q23. A file geodatabase table field that will be used to store scans of historical records in .pdf
format needs to be what data type?
- attachment
- blob
- document
- OLE object
Q24. You want to create a tool for your organization that will walk users through a best-practice workflow in a consistent manner. What is the best way to go about this?
- Script the procedure using Python..
- Build an ArcGIS model.
- Build an ArcGIS Pro task.
- Publish an ArcGIS Online story map.
Q25. When creating a feature class, which field data type would be the most appropriate to store values in the expected range of 1,000 to 10,000?
- double
- short integer
- float
- long integer