ESRI Technical Certification Program — Questions and Answers
Question 1: What quality assurance measure supports continuing education requirements?
- Regular self-assessment, peer review, and adherence to established standards (Correct answer)
- Quality checks are unnecessary for experienced professionals
- Annual review is sufficient
- Quality only matters for new practitioners
Correct answer: Regular self-assessment, peer review, and adherence to established standards
Ongoing quality assurance through self-assessment, peer review, and standards adherence ensures continuous improvement.
Question 2: What ethical standard governs core concepts and principles practice?
- Ethics are personal opinions, not professional requirements
- Ethics only apply in academic settings
- Adherence to the profession's code of ethics and applicable laws and regulations (Correct answer)
- Ethical standards are optional for certified professionals
Correct answer: Adherence to the profession's code of ethics and applicable laws and regulations
Professional ethics codes and applicable laws provide the framework for ethical practice in every professional field.
Question 3: Which of the following is required to configure high availability for ArcGIS Enterprise?
- A shared configuration store. (Correct answer)
- Multiple Portal for ArcGIS instances. (Correct answer)
- ArcGIS GeoAnalytics Server.
- A load balancer. (Correct answer)
Correct answer: A shared configuration store.
To achieve high availability for ArcGIS Enterprise, redundancy is key across its components. Having multiple Portal for ArcGIS instances ensures that if one instance fails, another can take over, maintaining continuous access to the portal's functionalities. This setup, often combined with a load balancer and a shared configuration store, is fundamental for a resilient enterprise GIS deployment.
Question 4: What quality assurance measure supports core concepts and principles?
- Annual review is sufficient
- Quality only matters for new practitioners
- Quality checks are unnecessary for experienced professionals
- Regular self-assessment, peer review, and adherence to established standards (Correct answer)
Correct answer: Regular self-assessment, peer review, and adherence to established standards
Ongoing quality assurance through self-assessment, peer review, and standards adherence ensures continuous improvement.
Question 5: In ArcGIS Pro, what does a 'definition query' do when applied to a feature layer?
- Defines the symbology rules applied to the layer
- Sets the visible scale range for the layer
- Filters which features from the layer are displayed using SQL criteria (Correct answer)
- Defines the coordinate system of the layer
Correct answer: Filters which features from the layer are displayed using SQL criteria
A definition query uses SQL syntax to filter the features displayed from a layer, showing only records that meet specified attribute conditions without modifying the underlying data.
Question 6: In ArcGIS Enterprise, what is the ArcGIS Data Store used for?
- To cache basemap tiles
- To archive ArcGIS Pro project files
- To store hosted feature layer data, big data file shares, and spatiotemporal data for ArcGIS Server and Portal (Correct answer)
- To manage user accounts and roles
Correct answer: To store hosted feature layer data, big data file shares, and spatiotemporal data for ArcGIS Server and Portal
ArcGIS Data Store provides managed relational, tile cache, and spatiotemporal data store configurations that back Portal's hosted services.
Question 7: What is the purpose of the Extract by Mask tool in ArcGIS Spatial Analyst?
- Extracts the cells of a raster that correspond to the areas defined by a mask (Correct answer)
- Extracts raster bands from a multiband image
- Removes NoData cells from a raster
- Selects features using a SQL query
Correct answer: Extracts the cells of a raster that correspond to the areas defined by a mask
Extract by Mask clips a raster to a mask area, assigning NoData to cells outside the mask boundary.
Question 8: Which geoprocessing tool in ArcGIS Pro is used to combine overlapping polygon features from two input layers into a single output layer?
- Dissolve
- Union (Correct answer)
- Erase
- Clip
Correct answer: Union
The Union tool combines all features and attributes from two polygon layers into a single output, preserving overlapping areas.
Question 9: What quality assurance measure supports professional standards and ethics?
- Quality only matters for new practitioners
- Quality checks are unnecessary for experienced professionals
- Regular self-assessment, peer review, and adherence to established standards (Correct answer)
- Annual review is sufficient
Correct answer: Regular self-assessment, peer review, and adherence to established standards
Ongoing quality assurance through self-assessment, peer review, and standards adherence ensures continuous improvement.
Question 10: Which thematic map type applies shading or color to predefined geographic areas to represent variations in a statistical variable?
- Proportional symbol map
- Cartogram
- Choropleth map (Correct answer)
- Dot density map
Correct answer: Choropleth map
A choropleth map colors or shades predefined enumeration units (such as counties or states) to represent variations in a statistical variable, making spatial patterns immediately visible.
Question 11: Which ArcGIS Online capability allows you to schedule automatic updates to a hosted feature layer from an external data source?
- Scheduled overwrite using ArcGIS Pro or Python (ArcPy / ArcGIS API for Python) (Correct answer)
- Feature Layer Properties sync
- Operations Dashboard automation
- ArcGIS Hub refresh
Correct answer: Scheduled overwrite using ArcGIS Pro or Python (ArcPy / ArcGIS API for Python)
You can automate hosted feature layer overwrites using the ArcGIS API for Python or ArcPy scripts scheduled via a task scheduler or notebook.
Question 12: In ArcGIS Pro, what does the Near tool calculate?
- The distance from each input feature to the nearest feature in another layer (Correct answer)
- The intersection of two polygon layers
- The spatial extent of a dataset
- The density of point features
Correct answer: The distance from each input feature to the nearest feature in another layer
The Near tool calculates the distance and, optionally, direction from each input feature to the closest feature in the near features layer.
Question 13: Which ArcGIS Online app builder allows non-developers to create custom web applications using a drag-and-drop interface?
- Experience Builder (Correct answer)
- Survey123
- Web AppBuilder (Classic)
- Operations Dashboard
Correct answer: Experience Builder
ArcGIS Experience Builder provides a no-code/low-code drag-and-drop interface for building multi-page web applications that work on any device.
Question 14: How should applied methods and techniques knowledge be maintained and updated?
- Knowledge updates are only needed every five years
- Learning stops after certification
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Initial training provides lifelong competence
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 15: What is the difference between a hosted feature layer and a referenced feature layer in ArcGIS Online?
- Hosted layers are read-only; referenced layers support editing
- There is no functional difference
- Hosted layers store data in ArcGIS Online's cloud; referenced layers point to an external service (Correct answer)
- Hosted layers require ArcGIS Enterprise; referenced layers work only with ArcGIS Online
Correct answer: Hosted layers store data in ArcGIS Online's cloud; referenced layers point to an external service
Hosted feature layers store data in Esri's managed cloud infrastructure, while referenced feature layers point to external REST services hosted elsewhere.
Question 16: Which type of spatial join transfers attributes from the join features to the target features based on spatial relationship?
- Subtypes
- Attribute join
- Spatial join (Correct answer)
- Relate
Correct answer: Spatial join
A spatial join appends attributes from join features to target features based on their spatial relationship, such as intersects or within.
Question 17: Which tool would you use to convert a polygon feature class to a raster dataset in ArcGIS Pro?
- Convert to Grid
- Feature to Raster
- Rasterize
- Polygon to Raster (Correct answer)
Correct answer: Polygon to Raster
The Polygon to Raster tool converts polygon features to a raster dataset using a specified cell size and value field.
Question 18: What is the primary function of the ArcGIS Data Store in an Enterprise deployment?
- Provides storage for map services in ArcGIS Server.
- Stores configuration files Portal for ArcGIS.
- Hosts relational, tile cache, and spatiotemporal data. (Correct answer)
- Manages users and roles in ArcGIS Enterprise.
Correct answer: Hosts relational, tile cache, and spatiotemporal data.
The ArcGIS Data Store is a crucial component of ArcGIS Enterprise, designed to store specific types of data published from Portal for ArcGIS. It provides a robust and scalable storage solution for hosted feature layers (relational data), cached map and image layers (tile cache data), and big data analytics layers (spatiotemporal data). This specialized data store optimizes performance and scalability for these data types within the ArcGIS Enterprise environment.
Question 19: How should professional standards and ethics knowledge be maintained and updated?
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Initial training provides lifelong competence
- Knowledge updates are only needed every five years
- Learning stops after certification
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 20: What is a key consideration when chaining multiple geoprocessing tools in a workflow to ensure output quality?
- Saving all outputs to a shapefile format
- Verifying that intermediate outputs have the correct spatial reference and extent before passing to the next tool (Correct answer)
- Using only raster inputs
- Running all tools as background processes
Correct answer: Verifying that intermediate outputs have the correct spatial reference and extent before passing to the next tool
Mismatched spatial references or extents between intermediate outputs can cause errors or incorrect results in subsequent geoprocessing steps.
Question 21: How should assessment and evaluation knowledge be maintained and updated?
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Initial training provides lifelong competence
- Knowledge updates are only needed every five years
- Learning stops after certification
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 22: What is the foundational principle of industry best practices in the ESRI Technical Certification Program field?
- Avoiding all challenging situations
- Maximizing personal advancement
- Following the easiest path available
- Maintaining competence, integrity, and service to stakeholders (Correct answer)
Correct answer: Maintaining competence, integrity, and service to stakeholders
The foundational principles of industry best practices in ESRI Technical Certification Program center on maintaining competence, integrity, and quality service.
Question 23: In ArcGIS Pro, what is the Euclidean Distance tool used for?
- Calculates the straight-line distance from each cell to the nearest source feature (Correct answer)
- Projects coordinates from one system to another
- Measures the length of vector line features
- Identifies the shortest network route
Correct answer: Calculates the straight-line distance from each cell to the nearest source feature
Euclidean Distance computes the straight-line (as-the-crow-flies) distance from each raster cell to the closest source feature.
Question 24: How should challenges in assessment and evaluation be addressed?
- Delegate all challenges to supervisors
- Ignore challenges until they resolve themselves
- Avoid challenges and stick to familiar tasks
- Apply systematic problem-solving, seek expert guidance when needed, and document decisions (Correct answer)
Correct answer: Apply systematic problem-solving, seek expert guidance when needed, and document decisions
Systematic problem-solving combined with appropriate consultation and documentation ensures challenges are addressed effectively.
Question 25: What is the purpose of Notebooks in ArcGIS Online?
- To document map layer metadata
- To run Python code interactively in a cloud-based Jupyter environment for GIS analysis and automation (Correct answer)
- To schedule tile layer updates
- To configure pop-up templates for web maps
Correct answer: To run Python code interactively in a cloud-based Jupyter environment for GIS analysis and automation
ArcGIS Notebooks provide a hosted Jupyter environment where users can write and execute Python code to automate tasks and perform analysis without local Python setup.
Question 26: What does a Feature Layer in ArcGIS Online allow users to do?
- Store raster imagery on the cloud
- Generate network routes
- Query, edit, and visualize vector features through a REST service endpoint (Correct answer)
- Stream real-time sensor data
Correct answer: Query, edit, and visualize vector features through a REST service endpoint
A Feature Layer exposes vector data (points, lines, polygons) via a REST endpoint, enabling querying, editing, and rendering in web maps and applications.
Question 27: In raster spatial analysis, what does Focal Statistics calculate?
- Statistics for each cell based on a defined neighborhood around it (Correct answer)
- Statistics for the entire raster surface
- The global maximum and minimum values
- Statistics only for cells with NoData values
Correct answer: Statistics for each cell based on a defined neighborhood around it
Focal Statistics calculates a statistic (e.g., mean, sum, range) for each cell using values within a specified neighborhood window.
Question 28: What ethical standard governs professional standards and ethics practice?
- Ethics are personal opinions, not professional requirements
- Ethical standards are optional for certified professionals
- Ethics only apply in academic settings
- Adherence to the profession's code of ethics and applicable laws and regulations (Correct answer)
Correct answer: Adherence to the profession's code of ethics and applicable laws and regulations
Professional ethics codes and applicable laws provide the framework for ethical practice in every professional field.
Question 29: How should professionals apply continuing education requirements in daily practice?
- Follow standards only for complex tasks
- Only when being evaluated
- Apply principles selectively based on convenience
- Consistently integrate best practices into every aspect of professional work (Correct answer)
Correct answer: Consistently integrate best practices into every aspect of professional work
Consistent application of professional standards ensures quality outcomes and builds professional credibility.
Question 30: How should professionals apply industry best practices in daily practice?
- Consistently integrate best practices into every aspect of professional work (Correct answer)
- Apply principles selectively based on convenience
- Only when being evaluated
- Follow standards only for complex tasks
Correct answer: Consistently integrate best practices into every aspect of professional work
Consistent application of professional standards ensures quality outcomes and builds professional credibility.
Question 31: Which map projection is best suited for preserving area when creating thematic maps showing global distributions?
- Lambert Conformal Conic
- Mercator
- Stereographic
- Albers Equal-Area Conic (Correct answer)
Correct answer: Albers Equal-Area Conic
The Albers Equal-Area Conic projection preserves area relationships, making it ideal for thematic maps that compare regional distributions.
Question 32: Which component is required to deploy ArcGIS Enterprise on-premises?
- Portal for ArcGIS
- GeoEvent Server
- ArcGIS Server (Correct answer)
- ArcGIS Online
Correct answer: ArcGIS Server
ArcGIS Server is a foundational component required to deploy ArcGIS Enterprise on-premises. It provides the core GIS server capabilities, allowing users to publish and share maps, feature layers, geoprocessing services, and other GIS resources across an organization and to the web. Without ArcGIS Server, the enterprise deployment cannot function.
Question 33: Which map projection property is most critical when designing navigation charts where accurate bearings must be preserved?
- Equidistant
- Conformal (shape-preserving) (Correct answer)
- Equal area
- Equivalent
Correct answer: Conformal (shape-preserving)
Conformal projections preserve local angles and shapes, which is essential for navigation charts where accurate bearing measurements are needed for route planning.
Question 34: Which geodatabase type is best suited for small-scale, single-user applications?
- Enterprise geodatabase
- File geodatabase (Correct answer)
- Cloud geodatabase
- Personal geodatabase
Correct answer: File geodatabase
A file geodatabase is a collection of GIS datasets stored in a file system folder, making it ideal for small-scale, single-user applications. It offers good performance, is easily transportable, and doesn't require a database management system, making it a convenient choice for individual projects or small teams.
Question 35: What quality assurance measure supports industry best practices?
- Quality only matters for new practitioners
- Quality checks are unnecessary for experienced professionals
- Regular self-assessment, peer review, and adherence to established standards (Correct answer)
- Annual review is sufficient
Correct answer: Regular self-assessment, peer review, and adherence to established standards
Ongoing quality assurance through self-assessment, peer review, and standards adherence ensures continuous improvement.
Question 36: How should professionals apply assessment and evaluation in daily practice?
- Consistently integrate best practices into every aspect of professional work (Correct answer)
- Follow standards only for complex tasks
- Apply principles selectively based on convenience
- Only when being evaluated
Correct answer: Consistently integrate best practices into every aspect of professional work
Consistent application of professional standards ensures quality outcomes and builds professional credibility.
Question 37: How should professionals apply safety and compliance in daily practice?
- Consistently integrate best practices into every aspect of professional work (Correct answer)
- Only when being evaluated
- Follow standards only for complex tasks
- Apply principles selectively based on convenience
Correct answer: Consistently integrate best practices into every aspect of professional work
Consistent application of professional standards ensures quality outcomes and builds professional credibility.
Question 38: Which output file format is most appropriate for high-quality print cartography because it preserves vector graphics and supports multiple pages?
- PDF (Correct answer)
- BMP
- JPEG
- PNG
Correct answer: PDF
PDF preserves vector graphics, embedded fonts, and layers at any resolution, making it the industry standard for professional print cartography and multi-page map series.
Question 39: What is the primary purpose of versioning in an enterprise geodatabase?
- Enhancing spatial analysis speed.
- Optimizing map rendering performance.
- Allowing multiple users to edit data simultaneously. (Correct answer)
- Reducing the size of geodatabase storage.
Correct answer: Allowing multiple users to edit data simultaneously.
Versioning in an enterprise geodatabase is primarily designed to enable multiple users to edit the same data concurrently without interfering with each other's work. It creates isolated versions of the data for each editor, allowing them to make changes, resolve conflicts, and then merge their edits back into the default version. This facilitates collaborative editing in multi-user environments.
Question 40: What is the foundational principle of assessment and evaluation in the ESRI Technical Certification Program field?
- Avoiding all challenging situations
- Following the easiest path available
- Maximizing personal advancement
- Maintaining competence, integrity, and service to stakeholders (Correct answer)
Correct answer: Maintaining competence, integrity, and service to stakeholders
The foundational principles of assessment and evaluation in ESRI Technical Certification Program center on maintaining competence, integrity, and quality service.
Question 41: How should core concepts and principles knowledge be maintained and updated?
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Learning stops after certification
- Initial training provides lifelong competence
- Knowledge updates are only needed every five years
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 42: In ArcGIS Online, what is a Web Map?
- A static image exported from ArcGIS Pro
- A geodatabase stored in the cloud
- A JSON document that references layers, defines symbology, and sets the map extent for display in web applications (Correct answer)
- A Python script that generates map outputs
Correct answer: A JSON document that references layers, defines symbology, and sets the map extent for display in web applications
A Web Map is a JSON configuration file that specifies which layers to display, their styles, pop-ups, and the initial map view for browser-based mapping apps.
Question 43: How should challenges in continuing education requirements be addressed?
- Avoid challenges and stick to familiar tasks
- Ignore challenges until they resolve themselves
- Delegate all challenges to supervisors
- Apply systematic problem-solving, seek expert guidance when needed, and document decisions (Correct answer)
Correct answer: Apply systematic problem-solving, seek expert guidance when needed, and document decisions
Systematic problem-solving combined with appropriate consultation and documentation ensures challenges are addressed effectively.
Question 44: What is the purpose of a Geoprocessing Service in ArcGIS Server?
- To expose geoprocessing tasks as web services. (Correct answer)
- To store geodatabases in the cloud.
- To host and manage maps and layers for web applications.
- To create and publish dashboards for data visualization.
Correct answer: To expose geoprocessing tasks as web services.
A Geoprocessing Service in ArcGIS Server allows users to publish geoprocessing models or scripts as web services. This enables client applications (like web apps or desktop GIS) to execute complex spatial analysis tasks remotely, leveraging the server's processing power without needing to install ArcGIS software locally.
Question 45: What is the purpose of the Buffer tool in ArcGIS geoprocessing?
- Merges adjacent features
- Removes features outside a boundary
- Calculates area statistics
- Creates polygon areas at specified distances around input features (Correct answer)
Correct answer: Creates polygon areas at specified distances around input features
The Buffer tool generates polygon zones at a specified distance around input point, line, or polygon features.
Question 46: What is the foundational principle of core concepts and principles in the ESRI Technical Certification Program field?
- Following the easiest path available
- Avoiding all challenging situations
- Maintaining competence, integrity, and service to stakeholders (Correct answer)
- Maximizing personal advancement
Correct answer: Maintaining competence, integrity, and service to stakeholders
The foundational principles of core concepts and principles in ESRI Technical Certification Program center on maintaining competence, integrity, and quality service.
Question 47: What is the function of ArcGIS Living Atlas of the World?
- A marketplace for purchasing third-party GIS data
- An API for accessing census data
- A real-time satellite feed for disaster monitoring
- A curated collection of global maps, apps, and data layers maintained by Esri and its partners for use in ArcGIS (Correct answer)
Correct answer: A curated collection of global maps, apps, and data layers maintained by Esri and its partners for use in ArcGIS
Living Atlas provides authoritative, ready-to-use global datasets — including demographics, imagery, and basemaps — that can be added directly to ArcGIS projects.
Question 48: Which geoprocessing environment setting ensures that output rasters align to an existing raster grid?
- Extent
- Snap Raster (Correct answer)
- Cell Size
- Output Coordinate System
Correct answer: Snap Raster
The Snap Raster environment setting aligns the output raster's cell boundaries to match those of a specified existing raster.
Question 49: Which Python library is primarily used for scripting and automating tasks in ArcGIS?
- ArcPy (Correct answer)
- NumPy
- Pandas
- Matplotlib
Correct answer: ArcPy
ArcPy is a Python site package that provides a powerful and productive way to perform geographic data analysis, data conversion, data management, and map automation with Python. It is the primary library for scripting and automating tasks within ArcGIS Desktop, ArcGIS Pro, and ArcGIS Server environments.
Question 50: Which ArcGIS Pro feature controls how a layer's colors mix and interact visually with the layers drawn beneath it in the map?
- Color correction adjustment
- Feature effects
- Layer transparency slider
- Layer blend modes (Correct answer)
Correct answer: Layer blend modes
Layer blend modes in ArcGIS Pro govern how a layer's pixel colors combine with the colors of underlying layers, enabling advanced effects such as multiply, screen, or overlay blending.
Question 51: How should professionals apply core concepts and principles in daily practice?
- Follow standards only for complex tasks
- Apply principles selectively based on convenience
- Consistently integrate best practices into every aspect of professional work (Correct answer)
- Only when being evaluated
Correct answer: Consistently integrate best practices into every aspect of professional work
Consistent application of professional standards ensures quality outcomes and builds professional credibility.
Question 52: Which spatial relationship option in Select By Location identifies features that share a boundary or overlap with the selection layer?
- Contains
- Intersect (Correct answer)
- Are identical to
- Within
Correct answer: Intersect
The Intersect relationship selects input features that share any portion of their geometry (boundary or interior) with the selecting features.
Question 53: What ethical standard governs continuing education requirements practice?
- Ethics are personal opinions, not professional requirements
- Ethics only apply in academic settings
- Ethical standards are optional for certified professionals
- Adherence to the profession's code of ethics and applicable laws and regulations (Correct answer)
Correct answer: Adherence to the profession's code of ethics and applicable laws and regulations
Professional ethics codes and applicable laws provide the framework for ethical practice in every professional field.
Question 54: What is the purpose of setting a 'reference scale' on a map in ArcGIS Pro?
- To calibrate GPS measurement accuracy
- To lock symbol sizes relative to the real world so they scale with the map (Correct answer)
- To define the geographic extent printed in the layout
- To set the minimum display scale for all layers
Correct answer: To lock symbol sizes relative to the real world so they scale with the map
A reference scale locks symbol sizes to a real-world ground unit size, so symbols grow and shrink as the map is zoomed in or out, maintaining consistent representation.
Question 55: What does the "Symbology" pane in ArcGIS Pro allow you to do?
- Create and manage spatial joins.
- Add map layers to a project.
- Define how features are represented visually on the map. (Correct answer)
- Perform geoprocessing task.
Correct answer: Define how features are represented visually on the map.
The "Symbology" pane in ArcGIS Pro is where users control the visual representation of features on a map. This includes setting colors, symbols, labels, transparency, and classification methods for point, line, and polygon layers. It allows for effective communication of spatial data through visual aesthetics.
Question 56: In ArcGIS Pro, what does the Dissolve tool do?
- Converts multipart features to singlepart
- Aggregates features based on specified attributes, merging those with the same value (Correct answer)
- Removes features from a layer
- Splits features at vertices
Correct answer: Aggregates features based on specified attributes, merging those with the same value
Dissolve merges features that share the same value in a specified field, creating aggregated polygons and optionally computing statistics on other fields.
Question 57: What ethical standard governs assessment and evaluation practice?
- Ethical standards are optional for certified professionals
- Adherence to the profession's code of ethics and applicable laws and regulations (Correct answer)
- Ethics only apply in academic settings
- Ethics are personal opinions, not professional requirements
Correct answer: Adherence to the profession's code of ethics and applicable laws and regulations
Professional ethics codes and applicable laws provide the framework for ethical practice in every professional field.
Question 58: Which tool in ArcGIS Pro would you use to identify clusters of high and low values in spatial data?
- Spatial Join
- Hot Spot Analysis (Correct answer)
- Buffer
- Kernel Density
Correct answer: Hot Spot Analysis
The Hot Spot Analysis (Getis-Ord Gi*) tool in ArcGIS Pro is specifically designed to identify statistically significant spatial clusters of high values (hot spots) and low values (cold spots). It works by looking at each feature within the context of neighboring features, allowing users to understand where clustering occurs in their data.
Question 59: What type of thematic map represents quantitative data by varying the size of point symbols proportionally to data values?
- Dot density map
- Isopleth map
- Graduated symbol map (Correct answer)
- Choropleth map
Correct answer: Graduated symbol map
A graduated symbol map displays quantitative data by scaling point symbols proportionally to the values they represent, allowing visual comparison of magnitudes across locations.
Question 60: What is the recommended approach to keep an ArcGIS Enterprise deployment secure when exposing it to the internet?
- Use HTTP for internal services and HTTPS only for the portal home page
- Disable all authentication to simplify access
- Share all services publicly to avoid login prompts
- Use HTTPS with a trusted SSL certificate, configure the Web Adaptor, and restrict access through firewall rules (Correct answer)
Correct answer: Use HTTPS with a trusted SSL certificate, configure the Web Adaptor, and restrict access through firewall rules
Esri requires HTTPS for all ArcGIS Enterprise internet-facing deployments; the Web Adaptor handles SSL termination while firewall rules limit exposure.
Question 61: What quality assurance measure supports applied methods and techniques?
- Quality only matters for new practitioners
- Annual review is sufficient
- Regular self-assessment, peer review, and adherence to established standards (Correct answer)
- Quality checks are unnecessary for experienced professionals
Correct answer: Regular self-assessment, peer review, and adherence to established standards
Ongoing quality assurance through self-assessment, peer review, and standards adherence ensures continuous improvement.
Question 62: How should safety and compliance knowledge be maintained and updated?
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Initial training provides lifelong competence
- Learning stops after certification
- Knowledge updates are only needed every five years
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 63: What ethical standard governs industry best practices practice?
- Ethics only apply in academic settings
- Adherence to the profession's code of ethics and applicable laws and regulations (Correct answer)
- Ethics are personal opinions, not professional requirements
- Ethical standards are optional for certified professionals
Correct answer: Adherence to the profession's code of ethics and applicable laws and regulations
Professional ethics codes and applicable laws provide the framework for ethical practice in every professional field.
Question 64: Which ArcGIS Online service is used to convert addresses or place names into geographic coordinates?
- Elevation Service
- ArcGIS World Geocoding Service (Correct answer)
- Network Analysis Service
- GeoEnrichment Service
Correct answer: ArcGIS World Geocoding Service
The ArcGIS World Geocoding Service (powered by ArcGIS LocatorHub) converts addresses and place descriptions into geographic coordinates and consumes credits.
Question 65: Which color scheme is most appropriate for displaying population density on a map?
- Categorical color scheme
- Diverging color scheme
- Random color scheme
- Sequential color scheme (Correct answer)
Correct answer: Sequential color scheme
A sequential color scheme is most appropriate for displaying quantitative data that progresses from low to high values, such as population density. These schemes use a gradient of colors, typically varying in lightness or saturation, to clearly show the ordered progression of data. This makes it easy for map readers to interpret the density variations.
Question 66: What ethical standard governs safety and compliance practice?
- Ethics are personal opinions, not professional requirements
- Adherence to the profession's code of ethics and applicable laws and regulations (Correct answer)
- Ethical standards are optional for certified professionals
- Ethics only apply in academic settings
Correct answer: Adherence to the profession's code of ethics and applicable laws and regulations
Professional ethics codes and applicable laws provide the framework for ethical practice in every professional field.
Question 67: How should continuing education requirements knowledge be maintained and updated?
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Learning stops after certification
- Initial training provides lifelong competence
- Knowledge updates are only needed every five years
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 68: What is a 'neatline' in traditional cartographic design?
- A font style used for clear, readable map labels
- A line indicating the direction of true north
- A line connecting points of equal elevation
- A border line enclosing the geographic extent of the map (Correct answer)
Correct answer: A border line enclosing the geographic extent of the map
A neatline is a border drawn around the geographic content of a map that separates the map area from surrounding marginalia and gives the map a finished, professional appearance.
Question 69: Which visualization method is most appropriate for displaying a continuous surface of elevation data?
- Graduated symbols
- Unique values
- Hillshade (Correct answer)
- Heat map
Correct answer: Hillshade
Hillshade is a visualization method that creates a shaded relief map from elevation data, making it the most appropriate for displaying a continuous surface of elevation. It simulates the effect of sunlight and shadows across the terrain, enhancing the perception of three-dimensional forms and topographic features.
Question 70: What quality assurance measure supports assessment and evaluation?
- Quality checks are unnecessary for experienced professionals
- Annual review is sufficient
- Regular self-assessment, peer review, and adherence to established standards (Correct answer)
- Quality only matters for new practitioners
Correct answer: Regular self-assessment, peer review, and adherence to established standards
Ongoing quality assurance through self-assessment, peer review, and standards adherence ensures continuous improvement.
Question 71: Which of the following are examples of spatial analysis tools in ArcGIS?
- Feature to Raster
- Clip (Correct answer)
- Intersect (Correct answer)
- Dissolve (Correct answer)
Correct answer: Clip
Intersect, Dissolve, and Clip are all fundamental spatial analysis tools in ArcGIS. Intersect combines features from multiple layers and retains only the areas where they overlap, while Dissolve aggregates features based on common attribute values, and Clip extracts features from one layer using the boundary of another. These tools are used for various geoprocessing tasks.
Question 72: What is the foundational principle of continuing education requirements in the ESRI Technical Certification Program field?
- Following the easiest path available
- Maximizing personal advancement
- Maintaining competence, integrity, and service to stakeholders (Correct answer)
- Avoiding all challenging situations
Correct answer: Maintaining competence, integrity, and service to stakeholders
The foundational principles of continuing education requirements in ESRI Technical Certification Program center on maintaining competence, integrity, and quality service.
Question 73: How should challenges in industry best practices be addressed?
- Delegate all challenges to supervisors
- Avoid challenges and stick to familiar tasks
- Apply systematic problem-solving, seek expert guidance when needed, and document decisions (Correct answer)
- Ignore challenges until they resolve themselves
Correct answer: Apply systematic problem-solving, seek expert guidance when needed, and document decisions
Systematic problem-solving combined with appropriate consultation and documentation ensures challenges are addressed effectively.
Question 74: How should industry best practices knowledge be maintained and updated?
- Knowledge updates are only needed every five years
- Initial training provides lifelong competence
- Through continuous professional development, current literature review, and professional networking (Correct answer)
- Learning stops after certification
Correct answer: Through continuous professional development, current literature review, and professional networking
Professional competence requires ongoing development through education, literature review, and engagement with the professional community.
Question 75: In ArcGIS Enterprise, what is the role of the ArcGIS Server component?
- Provides routing and geocoding capabilities
- Hosts and publishes GIS services (map, feature, image) for use in web applications (Correct answer)
- Stores geodatabase content
- Manages user licenses and authentication
Correct answer: Hosts and publishes GIS services (map, feature, image) for use in web applications
ArcGIS Server publishes GIS resources as web services that can be consumed by web, mobile, and desktop applications.
ESRI Technical Certification Program
The ESRI Technical Certification Program validates GIS professionals' skills in ArcGIS software, covering spatial analysis, geoprocessing, data management, and industry best practices through proctored Pearson VUE exams.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds