
[Jun-2026 Newly Released] Pass EAEP2201 Exam - Real Questions and Answers
Pass EAEP2201 Review Guide, Reliable EAEP2201 Test Engine
NEW QUESTION # 32
A GIS analyst is running raster analysis in the ArcGIS Enterprise portal Map Viewer. The input data is an image layer, but the output of the raster analysis is a feature layer.
Which ArcGIS Server will host the output feature service?
- A. ArcGIS Image Hosting Server site
- B. ArcGIS Hosting Server site
- C. ArcGIS Raster Analytics Server site
Answer: B
Explanation:
In ArcGIS Enterprise, when performing raster analysis that results in feature data (e.g., vector outputs), the ArcGIS Hosting Serveris responsible for hosting the resulting feature services. The Raster Analytics Server processes the raster data, and the output is then stored in the ArcGIS Data Store associated with the Hosting Server, which subsequently serves the feature layer.
The Image Hosting Server is primarily used for hosting large imagery datasets and does not handle feature services. The Raster Analytics Server conducts the analysis but does not host the output services.
Reference Source:ArcGIS Enterprise documentation on configuring and deploying raster analytics
NEW QUESTION # 33
A client wants to performincremental webgisdr backupsdaily and full backups weekly. They store all data in therelational ArcGIS Data Store, withno tile or map caches.
Which action is required to enable incremental backups?
- A. Increase the heap size of ArcGIS Data Store
- B. Decrease the max connections during backups
- C. Enable point-in-time recovery on ArcGIS Data Store
Answer: C
Explanation:
To performincremental backupsusing thewebgisdr tool,point-in-time recoverymust be enabled on the relational data store. This creates transaction logs needed for differential backups and aligns with best practices for enterprise-level backup strategies.
From Esri documentation:
"Incremental backups can only be used with a relational data store when point-in-time recovery is enabled.
This enables transaction log capture needed for delta backups."
* OptionAis unrelated to backup functionality.
* OptionCis not required unless performance tuning is needed.
Reference:ArcGIS Enterprise -Enabling Point-in-Time Recovery in ArcGIS Data Store for Incremental Backups
NEW QUESTION # 34
An ArcGIS Enterprise deployment is completely internal and does not have access to the internet. How should the organization find patches and updates for the deployment components?
- A. Run the patch notification bat utility from the command line
- B. Refer to the Patches and Service Pack page on the Esri Support website
- C. Open the Check For Updates option on the machine where ArcGIS Server is installed
Answer: A
Explanation:
For environments without internet access, the organization can use thepatchnotification.batutility to check for available patches and updates. This utility can be run from the command line and provides information about the current patch status of the ArcGIS Enterprise components. Administrators can then manually download the necessary patches from another machine with internet access and transfer them to the internal environment for installation.
Reference Source:ArcGIS Enterprise documentation on checking for and installing software patches and updates
NEW QUESTION # 35
An organization is implementing a disaster recovery strategy for an ArcGIS Enterprise deployment for custom cached basemaps.
Which action should the organization perform?
- A. Make backup copies of all cache folder directories
- B. Run the webgisdr disaster recovery utility tool
- C. Use the ArcGIS Data Store backup utility
Answer: A
Explanation:
Custom cached basemaps are stored as tile cache files on disk and are not included in backups created by the webgisdr tool or the ArcGIS Data Store backup utility. Therefore, to ensure these basemaps can be restored in the event of a disaster, it's essential to manually back up the cache directories where these tiles are stored.
This involves copying the cache folders to a secure backup location and ensuring they are kept in sync with any updates made to the basemaps.
The webgisdr tool (Option A) is used for backing up and restoring the ArcGIS Enterprise configuration and content but does not include custom tile caches. The ArcGIS Data Store backup utility (Option C) is used for backing up hosted feature layers and other data managed by the ArcGIS Data Store, not custom cached basemaps.
Reference Source:ArcGIS Enterprise documentation on backup and restore best practices
NEW QUESTION # 36
An ArcGIS Pro user receives the following error when trying to publish to ArcGIS Enterprise:
"Unable to publish to ArcGIS Server, error 001369: failed to create service" The ArcGIS Server logs reveal:
* Failed to create service
* Internal server error
* Unable to instantiate class for XML schema type
* Invalid XML registry file
* 390 ArcSOC processes running
* Server uses only half of available RAM
Which action should the administrator perform?
- A. Use more dedicated instances instead of shared
- B. Scale up the ArcGIS Server machine resources
- C. Increase the non-interactive desktop heap size
Answer: A
Explanation:
This issue is consistent with desktop heap exhaustion, especially when a high number of ArcSOC processes (e.g., 390) are running on Windows. Desktop heap is a limited memory resource used for GUI and system object management. When it runs out, services can fail to start and produce XML-related errors.
Increasing the non-interactive desktop heap size in the Windows registry resolves this.
From Esri documentation:
"If the Windows desktop heap size is too low, ArcGIS Server may be unable to create new processes (ArcSOC), causing service failures and related internal server errors."
* Option B is a generic fix and won't address the specific heap exhaustion issue.
* Option C doesn't help if the root issue is OS-level heap size limits.
Reference:ArcGIS Enterprise - ArcSOC process limits and Windows desktop heap size
NEW QUESTION # 37
An organization experiences a temporary loss of service for its ArcGIS Enterprise deployment due to expired licenses.
What should the administrator have done to prevent this issue?
- A. Design an information banner to automatically display the license expiration date
- B. Create a Python script to run an administrative report and schedule the script to run regularly
- C. Use the license file in read-only mode to extend the license
- D. Configure the ArcGIS Enterprise portal to send an automated email when the portal license is expiring
Answer: D
NEW QUESTION # 38
ArcGIS Server is installed with its Web Adaptor on the same server. The configuration is as follows:
* ArcGIS Server is federated with Portal for ArcGIS
* Portal is set up to use Integrated Windows Authentication
* The environment was set up using a domain certificate
* The attempted login account is a Windows account with admin privileges A GIS administrator tries to connect to ArcGIS Server Manager through ArcGIS Web Adaptor but the connection fails. Why did the connection fail?
- A. The connection must be made with an internal admin account and not a Windows account
- B. The certificate must come from a valid Certificate Authority and not a Domain Certificate Authority
- C. The Web Adaptor was not set to allow administrative access to the server
Answer: C
Explanation:
When using aWeb Adaptorto accessArcGIS Server Manager,administrative access must be explicitly enabled during Web Adaptor configuration. If this setting is not enabled, even valid administrator accounts (including Windows accounts with elevated privileges) will be unable to access ArcGIS Server Manager via the Web Adaptor.
This is a common configuration oversight. The federation, IWA setup, and domain certificate are not the causes here. A domain certificate is valid within trusted enterprise networks, and Windows accounts can access services through IWA once configured correctly.
Reference Source:ArcGIS Enterprise documentation - Enabling administrative access for Web Adaptor
NEW QUESTION # 39
Multiple users report that a map service is experiencing negative performance. Upon review of ArcGIS Monitor data, the GIS analyst finds the following:
* The minimum number of instances is 2 and the maximum is 8 for that service.
* The data is in a publication Enterprise Geodatabase with no system usage in excess of 50%.
* At the p75 level of requests, the map service time is 10 times longer than the service time at the p25 level.
* The number of instances in use at the p50 level is 8.
* The maximum % of physical memory in use is 40%, and the maximum % of virtual memory in use is
44% on the ArcGIS Server.
* The maximum % CPU utilization observed is 53%.
What is causing the issue?
- A. The client is an Android device, and the ArcGIS Server is a Linux virtual machine.
- B. The network connection between the database server and ArcGIS Server is saturated.
- C. The maximum instance setting is too low for the demand on the underperforming map service.
Answer: B
NEW QUESTION # 40
A GIS administrator is analyzing the usage statistics of ArcGIS Enterprise. The administrator needs to pull tabular statistics on various groups and users about the type of content that they produce and consume.
Which action should the administrator perform?
- A. Open ArcGIS Server statistics to create a report for commonly used items.
- B. Use ArcGIS Monitor to capture desired information over a period of time in a report.
- C. Run usage reports in Portal for ArcGIS to determine the effect on the organization.
Answer: C
Explanation:
Portal for ArcGIS provides built-in usage reports that allow administrators to monitor how members are using, sharing, and contributing resources. These reports offer insights into content creation, usage patterns, and group activities. Administrators can generate and export these reports in tabular formats for further analysis.
ArcGIS Server statistics focus on service-level metrics and do not provide detailed user or group content statistics. ArcGIS Monitor captures system performance metrics but is not designed for detailed content usage analysis by users or groups.
Reference Source: ArcGIS Enterprise documentation on usage reports in Portal for ArcGIS.
NEW QUESTION # 41
An organization must limit the users who can publish services that reference data in a user-managed database.
At the same time, all users must be able to access and edit the data in that user-managed data store.
How should the database be registered?
- A. As a relational data store in ArcGIS Data Store
- B. As a data store item in the ArcGIS Enterprise portal
- C. As an ArcGIS-managed data store in Server Manager
Answer: C
Explanation:
Registering the database as a data store item in the ArcGIS Enterprise portal allows administrators to control who can publish services referencing the data. By sharing the data store item with specific groups or individuals, administrators can restrict publishing capabilities to authorized users. At the same time, all users can be granted appropriate permissions to access and edit the data directly in the user-managed database, independent of the publishing privileges.
Registering the database as an ArcGIS-managed data store in Server Manager does not provide the same level of control over publishing permissions. Registering it as a relational data store in ArcGIS Data Store is intended for managed data storage and does not apply to user-managed databases.
Reference Source: ArcGIS Enterprise documentation on registering user-managed data stores and controlling access.
NEW QUESTION # 42
A small organization has an ArcGIS Enterprise deployment where all components are installed on one virtual server hosted on Microsoft Azure. Each deployment component was initially installed manually. The organization wants to upgrade its deployment to the most recent version in the most efficient way.
Which action should the organization perform?
- A. Manually upgrade each ArcGIS Enterprise component
- B. Upgrade the entire deployment with ArcGIS Enterprise Builder
- C. Run the ArcGIS Enterprise Cloud Builder for Microsoft Azure tool
Answer: A
Explanation:
For ArcGIS Enterprise deployments on Microsoft Azure that were initially installed manually, the recommended approach for upgrading is to manually upgrade each component. This involves downloading the latest installers for each component (Portal for ArcGIS, ArcGIS Server, ArcGIS Data Store, etc.) and following the standard upgrade procedures for each. This method ensures that each component is properly updated and configured according to the organization's specific setup.
Using ArcGIS Enterprise Builder (Option B) is intended for new installations and is not suitable for upgrading existing deployments. ArcGIS Enterprise Cloud Builder for Microsoft Azure (Option C) is designed for deployments that were originally created using Cloud Builder; it cannot be used to upgrade deployments that were installed manually.
Reference Source:ArcGIS Enterprise documentation on upgrading manually installed deployments
NEW QUESTION # 43
An organization is configuring ArcGIS Enterprise. They want to enable asingle sign-on experiencefor users using theirexisting SAML identity provider.
What action should the organization perform?
- A. Register the identity provider as a web-tier authenticator
- B. Register the portal's service provider metadata with the identity provider
- C. Configure ArcGIS Web Adaptor to use Integrated Windows Authentication
- D. Set up Lightweight Directory Access Protocol with portal-tier authentication
Answer: B
Explanation:
To enableSAML-based SSO, the ArcGIS Enterpriseportal acts as the Service Provider (SP). To link it to an Identity Provider (IdP), you mustregister the portal's SP metadatawith the IdP and configure the portal to trust it.
From Esri's documentation:
"To complete SAML configuration, register the portal's SAML service provider metadata with your organization's identity provider, then configure the portal with the IdP metadata."
* OptionAis for IWA (Kerberos), not SAML.
* OptionCrefers to LDAP but doesn't configure SAML or SSO.
* OptionDis not a valid standalone action for SAML integration.
Reference:ArcGIS Enterprise -Configuring SAML Identity Providers for Single Sign-On
NEW QUESTION # 44
An ArcGIS Enterprise deployment is expanding one of its ArcGIS Server sites from one to three machines because some services now require additional resources. Half the services use a shared instance, and the other half includes dedicated instances.
What will happen to the minimum number of ArcSOCs running on the site?
- A. One and a half times as many ArcSOCs will be running
- B. The same number of ArcSOCs will be running
- C. Three times as many ArcSOCs will be running
Answer: C
Explanation:
When expanding an ArcGIS Server site from one to three machines, the number of ArcSOC processes (service instances) will increase proportionally. For dedicated instances, each service's minimum and maximum instances are configured per machine, so tripling the number of machines will triple the number of dedicated ArcSOCs. For shared instances, the shared instance pool runs on each machine, and the number of shared instances is configured per machine. Therefore, the total number of ArcSOCs (both dedicated and shared) will be approximately three times greater after the expansion
NEW QUESTION # 45
A GIS administrator receives reports of slow-performing services and notices that disk space is filling up after recent troubleshooting sessions.
In those sessions, the following tasks were performed:
* Services added to the shared instance pool
* Log retention settings reduced
* Log level set toDebug
* ArcGIS Server machine restarted
* An additional ArcGIS Server site federated
What is causing this slow performance?
- A. Adjusting the log level to Debug
- B. Restarting ArcGIS Server
- C. Additional services in the shared instance pool
- D. Federating the additional ArcGIS Server site
Answer: A
Explanation:
Setting thelog level to Debugcan significantly impact performance and disk space. Debug-level logging writes detailed information about every process and service request to log files, which can rapidly fill up disk space and consume server resources, leading toperformance degradation.
From ArcGIS Server documentation:
"The debug log level is used only for troubleshooting specific problems and should not be used in a production environment as it can negatively affect performance and result in excessive disk space usage."
* OptionAis partially valid, but shared instance pooling is designed for efficient resource use and generallyimprovesperformance when used properly.
* OptionCis unrelated to performance directly unless misconfigured.
* OptionD(restart) is typically neutral or helpful.
Reference:ArcGIS Server -Logging Levels and Performance Considerations
NEW QUESTION # 46
A GIS analyst is running raster analysis in the ArcGIS Enterprise portal Map Viewer. The input data is an image layer, but the output of the raster analysis is a feature layer.
Which ArcGIS Server will host the output feature service?
- A. ArcGIS Raster Analytics Server site
- B. ArcGIS Hosting Server site
- C. ArcGIS Image Hosting Server site
Answer: C
NEW QUESTION # 47
A GIS administrator must restore an ArcGIS Enterprise deployment from a backup file previously created by the webgisdr utility.
Which utility should the administrator run first?
- A. restore
- B. restoredatastore
- C. webgisdr
Answer: C
Explanation:
Thewebgisdrutility is the official tool used to both back up and restore ArcGIS Enterprise deployments.
When restoring a backup, this tool ensures all components-Portal for ArcGIS, ArcGIS Server (federated), ArcGIS Data Store, and associated configurations-are restored in the correct sequence and with integrity.
The utility reads from a configuration file that defines the backup location, type, and parameters.webgisdr orchestrates the entire restoration process automatically. Runningrestoredatastore(Option B) individually is not required and may only restore part of the deployment, such as the relational store.Restore(Option C) is not a valid utility for ArcGIS Enterprise.
Reference Source:ArcGIS Enterprise documentation - Web GIS Disaster Recovery tool (webgisdr)
NEW QUESTION # 48
An ArcGIS administrator executes a script to silently upgrade all components of ArcGIS Enterprise version
10.6.1 to version 10.9.1. The upgrade completes without logging any errors.
When the administrator logs in, the following message appears: "Members in your organization were assigned the Standard (Temporary) or Lite (Temporary) user types. No users can log in to the Portal." What is causing these issues?
- A. The portal has no internet access, and the Software Authorization Wizard could notconnect to Esri to validate the new license file.
- B. The Portal for ArcGIS upgrade process requires a restart of the Portal for ArcGIS service when adding additional user types.
- C. The organization has level 2 members and the new license file used for the upgrade now has more than one compatible user type.
Answer: C
Explanation:
During the upgrade from ArcGIS Enterprise 10.6.1 to 10.9.1, user type licensing is enforced. If the new license file includes more than one compatible user type (e.g., Creator and GIS Professional), existing members without a specified user type may be assigned temporary user types like "Standard (Temporary)" or
"Lite (Temporary)." These temporary assignments prevent users from logging in until valid user types are manually assigned.
This issue is not related to internet access (Option B) or the need to restart services (Option C).
Reference Source:ArcGIS Enterprise documentation on user type licensing during upgrades
NEW QUESTION # 49
A GIS administrator must determine which type of service to use when publishing a new basemap for the organization. The basemap must meet several requirements:
* Support offline workflows
* Use as little storage space as possible
* High-resolution display
* Easily incorporate data updates periodically made to a feature service Which service type should be used?
- A. Vector tile service
- B. Dynamic map service
- C. Cached map service
Answer: B
NEW QUESTION # 50
A new user is added to the organization and can see roads, building footprints, parcels, and traffic data shared with them in Portal for ArcGIS. However, the user cannot use analysis tools in the portal, even though the SpatialAnalysisTools service is verified to be running.
What is causing this issue?
- A. The hosting server has not been configured
- B. SpatialAnalysisTools needs to be restarted
- C. The service needs to be published as a hosted layer
- D. The new user is a Creator user type
Answer: D
NEW QUESTION # 51
A portal administrator is trying to enable web-tier authentication (IWA) for the ArcGIS Enterprise portal using Active Directory and IIS.
Steps taken:
* Configured portal with Microsoft version of ArcGIS Web Adaptor
* Set identity store to Active Directory
* Added AD users to the portal
* Disabled anonymous access in Portal
Users are not prompted to sign in and are not automatically logged in.
What should the administrator do next?
- A. Refresh user membership in the Portal Administrator Directory
- B. Enable Windows Authentication in IIS
- C. Work with the IT department to disable anonymous access to the IIS web server
- D. Assign a default user type to all portal members
Answer: C
Explanation:
When usingIWA through the Web Adaptor (IIS), theIIS server itself must be configuredto deny anonymous access and allow Windows Authentication. Simply disabling anonymous accesswithin the Portal settingsisnot enough.
From Esri's web-tier authentication guide:
"For IWA to function as expected, anonymous access must be disabled in IIS for the ArcGIS Web Adaptor, and Windows Authentication must be enabled. If IIS still allows anonymous access, users will bypass authentication prompts."
* OptionBis irrelevant here-user types don't affect login behavior.
* OptionCis a content sync feature, not related to authentication.
* OptionD(Enable Windows Authentication) is correctonly if it hasn't already been done, but the missing step isdisabling anonymous accessin IIS.
Reference:ArcGIS Enterprise -Configuring Web-Tier Authentication with IIS
NEW QUESTION # 52
A GIS administrator installs and configures an ArcGIS GeoAnalytics Server machine with four cores and 16 GB of RAM. Users experience a slowdown when analyzing large datasets.
Which action should the administrator perform?
- A. Set the GeoAnalytics Server as the hosting server
- B. Add 16 GB of RAM to the GeoAnalytics Server machine
- C. Add two cores to the GeoAnalytics Server machine
Answer: B
Explanation:
ArcGIS GeoAnalytics Server is designed to perform distributed analysis on largevolumes of spatial and temporal data. To efficiently process large datasets, it is recommended that each machine in the GeoAnalytics Server site has at least 16 GB of RAM and 4 CPU cores. However, for optimal performance, especially when handling very large datasets, increasing the available RAM can significantly improve processing times.
In this scenario, the machine already has 16 GB of RAM and 4 cores. Adding more RAM would allow the GeoAnalytics Server to allocate more memory per job, enhancing its ability to process large datasets efficiently. Therefore, the recommended action is to add 16 GB of RAM to the GeoAnalytics Server machine.
Reference Source:ArcGIS Enterprise documentation on GeoAnalytics Server system requirements and performance optimization.
NEW QUESTION # 53
After upgrading, a GIS administrator tries to log in to Portal for ArcGIS using admin credentials. The portal site doesn't display correctly and an error is shown. Login fails.
What should the administrator do?
- A. Roll back the upgrade
- B. Clear the browser's cache
- C. Run portalscan.py
- D. Reinstall the ArcGIS Web Adaptor
Answer: B
Explanation:
After an upgrade, Portal for ArcGIS often changes web elements, scripts, and cached content. If the browser is usingold cached files, the portal page may not render correctly, and authentication may fail.Clearing the browser cacheensures that new files are loaded.
From Esri documentation:
"After upgrading ArcGIS Enterprise, clear the browser's cache to ensure that all updated components and scripts are loaded properly."
* OptionAis a diagnostic tool, not a fix.
* OptionBmay be excessive if the issue is simply browser cache.
* OptionDis not a standard troubleshooting step.
Reference:ArcGIS Enterprise -Post-Upgrade Troubleshooting and Web Adaptor Behavior
NEW QUESTION # 54
An organization expects a large influx of users who use the standard analysis tools in the portal Map Viewer.
The organization is concerned with the hosting server's available resources.
Which system resource should be closely monitored?
- A. Disk activity
- B. CPU utilization
- C. Network utilization
Answer: B
Explanation:
When users perform standard analysis tasks in the portal Map Viewer, the hostingserver executes geoprocessing operations that are computationally intensive. These operations require significant CPU resources. Monitoring CPU utilization helps ensure that the server can handle the increased load without performance degradation.
While disk activity and network utilization are important, they are less directly impacted by standard analysis tasks compared to CPU usage. Therefore, CPU utilization is the primary resource to monitor in this scenario.
Reference Source:ArcGIS Enterprise documentation on system performance monitoring.
NEW QUESTION # 55
......
100% Free EAEP2201 Daily Practice Exam With 69 Questions: https://itcertspass.prepawayexam.com/Esri/braindumps.EAEP2201.ete.file.html