









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
What syntax in the dialog would you select to set the output coordinate system by name? ANSWER As Specified Below What syntax in the dialog would you select to set the output raster cell size based on the smallest cell size of all input datasets? ANSWER Minimum Of Inputs Which of the following actions is an effect of the Extent environment setting? A. The selected coordinate system is applied to the output data. B. The output is saved to the selected workspace. C. Only data within the selected area is processed. D. Input data cell size is changed to the selected value before being processed. - ANSWER C. Only data within the selected area is processed. Which three environment settings are most commonly used? A. Extent B. Reference Scale C. Output Has Z Values D. Output Coordinate System
Typology: Exams
1 / 16
This page cannot be seen from the preview
Don't miss anything!
What syntax in the dialog would you select to set the output coordinate system by name? ANSWER As Specified Below What syntax in the dialog would you select to set the output raster cell size based on the smallest cell size of all input datasets? ANSWER Minimum Of Inputs Which of the following actions is an effect of the Extent environment setting? A. The selected coordinate system is applied to the output data. B. The output is saved to the selected workspace. C. Only data within the selected area is processed. D. Input data cell size is changed to the selected value before being processed. - ANSWER C. Only data within the selected area is processed. Which three environment settings are most commonly used? A. Extent B. Reference Scale C. Output Has Z Values D. Output Coordinate System E. NoData F. XY Resolution G. Current Workspace - ANSWER A. Extent D. Output Coordinate System G. Current Workspace
Which functionality is possible for users with public access to ArcGIS Online? A. Unlimited storage space B. Creating web maps C. Sharing content within an organization D. Access to additional ArcGIS apps - ANSWER B. Creating web maps Which phrase best describes an ArcGIS Online organization? A. A discrete virtual space within the ArcGIS Online cloud that enables an organization to manage content and foster collaboration B. The organization that hosts ArcGIS Online, including the location of servers, administrators, and management C. A desktop application through which an organization can access local geospatial data D. The process of structuring and managing maps, scenes, apps, layers, and other content within ArcGIS Online including use of groups, folders, and schemas Submit - ANSWER A. A secured, separate virtual space in the ArcGIS Online cloud where members of an organization can manage content and collaborate AGOL Online Content Type: Layer - ANSWER A layer references a dataset and specifies how that dataset is to be portrayed using symbols and text labels. AGOL Online Content Type: Web Map - ANSWER Web maps are 2D maps that are made up of web layers that can be shared, edited, and displayed online. AGOL Online Content Type: Web Scene - ANSWER Web scenes are like web maps, except that they show 3D geographic data and phenomena. AGOL Online Content Type: Web App - ANSWER Web apps let you control how people use your web maps and scenes. Web apps provide a focused experience and have more potential for context and utility.
one entity or occurrence. What are the four types of content that can be added to a web map? A. Apps B. Layers C. Scenes D. Groups - ANSWER B. Layers You want to create a layer with pop-ups containing tabular information that will be used in a web map. What type of layer would you use? A. Scene layer B. Tile layer C. Feature layer D. Basemap layer - ANSWER C. Feature Layer Object Identifiers - ANSWER Unique IDs What do the field types short and long integer have in common? - ANSWER They both represent whole numbers What do the field types float and doubles have in common? - ANSWER They both represent decimal numbers What are the 3 basic components of an attribute query? - ANSWER An attribute field, an attribute value, and an operator Wrangling - ANSWER the process of transforming data from one format into another format so that it can be used to discover patterns
Data-Cleaning - ANSWER may include actions such as correcting spelling errors, populating empty fields, identifying duplicate records, removing errors, and standardizing data sets Data-Engineering - ANSWER focuses on data collection and building mechanisms for performing analysis of the cleaned data. Data-Exploration - ANSWER engineering mechanisms are used in carrying out analysis to know what the range of the values exist and identifying outliers along with showing data variables with their relation What 2 main goals exist for visualizing your data? - ANSWER to Explore the result analysis; communication of results T / F : An ArcGIS notebook making use of an ArcPy API is restricted to referring only the data residing on the running computer - ANSWER True Which of the following is responsible for processing an ArcGIS notebook? A. ArcGIS Runtime B. Jupyter kernel C. ArcPy D. ArcGIS API for Python - ANSWER B. Jupyter kernel Which two ArcGIS notebook output types can be used to share analysis results as a story? A. Tables B. Images C. Maps D. Video - ANSWER A. Tables C. Maps
3D - Spatial Analysis Process: ANSWER View and analyze data in a 3D context. Statistical - Spatial Analysis Process: ANSWER Quantify spatial distribution and relationships using numbers and statistics. Network - Spatial Analysis Process: ANSWER View and analyze data based upon a system of interconnected elements. Spatial Analysis Process: Overlay - ANSWER View and analyze features and attributes of overlapping layers. Which two results are considered to be the major advantages of the ArcGIS Pro geoprocessing framework? Select two. A. No more paper maps B. Build your own tools C. Fewer calculation errors D. Limited use of tools E. Automate GIS work - ANSWER B. Build your own tools E. Automate GIS work T/F: Proximity analysis allows you to identify the areas that can be seen from a fire tower. - ANSWER False Which of the following spatial analysis processes would you use to answer this question, "Which district does each fire station point fall within?" ANSWER Overlay Describe the Apportion Polygon tool. ANSWER The tool summarizes attributes from an input polygon layer based on the spatial overlay of a target polygon layer and assigns
the summarized attributes to the target polygons. The target polygons have summed numeric attributes derived from the input polygons that each target overlaps. Describe the Count Overlapping Features tool. - ANSWER Creates planarized overlapping features from the input features. The count of overlapping features is written to the output features. Describe the Erase tool. - ANSWER Creates a feature class by overlaying the input features with the erase features. Only those portions of the input features falling outside the erase features are copied to the output feature class. Explain the Identify tool. - ANSWER Calculates an intersection of the input features and the identify features in a geometric sense. Input features or portions thereof which overlap identity features will acquire the attributes of those identity features. Explain the Intersect tool. - ANSWER Calculates an intersection of input features in a geometric sense. The features or portions of features that overlap in all the participating layers or feature classes are written to the output feature class. Describe the Remove Overlap (multiple) tool. - ANSWER Removes overlap between polygons contained in multiple input layers. Describe the Spatial Join tool. - ANSWER Joins attributes from one feature to another based on the spatial relationship. The target features and joined attributes from the join features are written to the output feature class. Describe the Symmetrical Difference tool. - ANSWER Computes a geometric intersection of the input and update features, returning the input features and update features that do not overlap. Features or portions of features in the input and update features that do not overlap will be written to the output feature class. Describe the Union tool. - ANSWER Calculates a geometric union of input features. All input features and their attributes will be written to the output feature class.
features. You have the location data of a hurricane for every six hours from the time when it developed from a tropical storm until its dissipation. Which analysis would you use to see the hurricane's movement over time? A. Statistical B. Network C. Temporal D. Proximity - ANSWER C. Temporal You have to find the shortest route between two hospitals. What set of geoprocessing tools would be a good place to start looking for a routing tool? A. Network Analyst Tools B. Analysis Tools: Proximity toolset C. Analysis Tools: Statistics toolset D. Analysis Tools: Overlay toolset - ANSWER A. Network Analyst Tools What are the purpose of environment settings? - ANSWER To provide additional parameters that can be used to modify the output. What are the 4 levels of environment settings? - ANSWER Application, Tool, Model, and Model Process Describe Application Environment Settings - ANSWER System-wide defaults. Saved to geoprocessing settings. Describe Tool Environment Settings - ANSWER Applied to a single run of a tool and override the application-level settings. Describe Model Environment Settings - ANSWER Set and stored with a model and
override tool- and application-level settings. Describe Model Process Environment Settings - ANSWER Set at the model process level, are stored with the model, and override model-level settings. What is the expected result of selecting Intersection Of Inputs for the Extent environment setting? - ANSWER The output extent will be where all input features or rasters overlap. T/F: Environment settings affect geoprocessing within the project for which they are set.
D. A single vertex - ANSWER A. Two or more connected vertices T/F: An Image is always a Raster and a Raster is always an Image - ANSWER False Describe a Multiband Raster - ANSWER A raster with 2 or more bands of information from different sensors. T/F: Raster attributes are usually user defined. - ANSWER False Which statement is true about the raster data model? A. The raster data model shows discrete features on the Earth's surface as points, lines, and polygons, while; B. The raster data model represents continuous features of the Earth's surface as points, lines, and polygons. C. The Raster model is made of cells of various sizes to represent different features of the Earth's surface. D. The raster data model represents the surface of the earth as a grid of equally sized cells. - ANSWER D. The raster data model represents the surface of the earth as a grid of equally sized cells. T/F: Each pixel of a raster contains attribute information. - ANSWER True Which item can be used to manage raster data? A. Mosaic dataset B. Spectral band C. Shapefile D. Lidar - ANSWER A. Mosaic dataset Explain Mosaic Dataset - ANSWER a geodatabase model serving to catalog, process and visualize, query and publish from a few to hundreds of thousands raster datasets.
Wherein both do static maps and Dynamic (web) maps differ? A. Static map may be slower to load as compared to slower interaction with it. B. Only a static map is allowed to have map layout, in which informative map elements. C. Static maps can take on any map projection required for your project. D. Static maps have no pre-determined map extent and never an inset map. - ANSWER B. Only static maps have map layouts that contain informative map elements. C. Static maps can use any map projection that your project requires. When designing a map for use outside of a GIS, which two considerations affect the choice of the map format (static or dynamic)? A. Map extent B. Software version C. Target audience D. Color schemes - ANSWER A. Map extent C. Target audience A spatial analyst has opened a project in ArcGIS Pro. Which two of the following can be stored in the project for use when needed? A. Layouts B. Script C. Maps D. Data Frames - ANSWER A. Layouts C. Maps Which of the following elements of the ArcGIS Pro user interface shows the contents of the active view? A. Contents Pane B. Catalog Pane
Public user - ANSWER An ArcGIS public account is a free account for personal, noncommercial use. This account type allows people to create and share content, with limits on usage. Organizational member - ANSWER An ArcGIS organizational account is affiliated with an ArcGIS organization. Signing in as an organizational member provides additional access and capabilities. Social login A social login allows you to create an ArcGIS organizational account or to sign in to a public account created with a social login. Using a social login you can sign in with either your GitHub, Facebook, Google, or Apple credentials. What is an ArcGIS Online organization? An ArcGIS Online organization is a separate virtual space within the secure Esri cloud. What is the best description of ArcGIS Online? A. Cloud-based geographic information system B. Localized geographic information system C. Desktop-based geographic information system D. Mobile device-based geographic information system - ANSWER A. Cloud-based geographic information system