
Exam EAEP2201 Realistic Dumps Verified Questions Free [Oct 28, 2025]
Valid EAEP2201 Dumps for Helping Passing Esri Exam!
NEW QUESTION # 40
An ArcGIS analyst is curating a series of basemaps for field crews editing utility infrastructure in the field.
The analyst must ensure optimal performance.
Which type of service should be published?
- A. Dynamic map service
- B. Cached map service
- C. Vector tile service
Answer: B
Explanation:
For field operations, Vector Tile Services are highly efficient and suitable for basemaps. They offer fast rendering, smaller file sizes, and are easily scalable across various devices, including those with limited bandwidth or processing capabilities. Vector tiles also support dynamic styling and are ideal for offline use, which is often necessary for field crews working in areas with limited connectivity.
Cached map services (Option A) are raster-based and can be larger in size, making them less optimal for mobile use. Dynamic map services (Option C) require real-time data rendering, which can be resource- intensive and may not perform well in field conditions with limited connectivity.
Reference Source: ArcGIS Enterprise documentation on customizing basemaps
NEW QUESTION # 41
Portal for ArcGIS is running in aWindows environment.
Which type of account is recommended to run the Portal for ArcGIS service?
- A. Built-in system account
- B. Group-managed service account
- C. Windows Active Directory domain account
- D. Local machine administrator account
Answer: B
Explanation:
Esri recommends using aGroup Managed Service Account (gMSA)to run Portal for ArcGIS services in Windows environments. gMSAsautomatically manage passwords, align withActive Directory policies, and areideal for enterprise-scale deployments.
From Esri documentation:
"Using a group managed service account (gMSA) to run Portal for ArcGIS services improves security by allowing Windows to manage the password, reducing administrative overhead while meeting enterprise security requirements."
* OptionB(regular AD account) is acceptable butrequires manual password updates.
* OptionCandDare not secure or scalable for enterprise environments.
Reference:ArcGIS Enterprise -Service Account Recommendations for Windows Environments
NEW QUESTION # 42
An organization is considering deploying ArcGIS Enterprise. A needs assessment shows that all users need access to the following applications and capabilities:
* ArcGIS Pro
* ArcGIS StoryMaps
* View, edit and create portal content items
Which user type should be assigned for these users?
- A. Editor
- B. GIS Professional
- C. Creator
Answer: B
Explanation:
To meet the listed requirements, the appropriate user type isGIS Professional. This user type includes:
* Access to ArcGIS Pro(essential for desktop GIS work and analysis)
* Full content management and sharing privileges in the portal
* Use of premium apps likeArcGIS StoryMaps,Experience Builder, and others TheCreatoruser type provides access to web-based apps and content butdoes not include ArcGIS Pro without an additional add-on license. TheEditoruser type is limited to viewing and editing existing data and does not support app creation or use of ArcGIS Pro.
Reference Source:ArcGIS Enterprise user type documentation - Application access matrix
NEW QUESTION # 43
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. Use ArcGIS Monitor to capture desired information over a period of time in a report.
- B. Open ArcGIS Server statistics to create a report for commonly used items.
- 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 # 44
A GIS administrator must share an imagery service with another ArcGIS Enterprise. The administrator sets up a distributed collaboration with the other ArcGIS Enterprise and shares the service as a reference. The users in the other organization keep being prompted for credentials.
Which action should the administrator perform?
- A. Save viewer credentials in the collaboration
- B. Share the image service as a copy
- C. Configure the service with anonymous access
- D. Set the collaboration workspace to send and receive
Answer: A
Explanation:
When sharing areferenced servicethrough adistributed collaboration, users accessing the service from the guest organization need valid credentialsunlesscredentials are stored with the item. To prevent repeated credential prompts, the administrator shouldsave credentials with the item when it is shared, particularly for read-only access like viewing imagery.
From the ArcGIS Enterprise documentation on collaborations:
"When sharing services as references across ArcGIS Enterprise organizations, credentials must be stored with the item to ensure seamless access unless the service is public."
* OptionA(sharing as a copy) is an alternative, but it'snot what was asked forand might not be ideal for large imagery.
* OptionC(workspace direction) affects sync behavior, not access control.
* OptionDwould only work if the service is made public, which often isn't acceptable for internal data.
Reference:ArcGIS Enterprise -Distributed Collaborations and Shared Credential Requirements
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. Federating the additional ArcGIS Server site
- B. Restarting ArcGIS Server
- C. Additional services in the shared instance pool
- D. Adjusting the log level to Debug
Answer: D
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
In a multi-machine ArcGIS Server site, the following is observed:
* Random services missing on one server but reappear later
* Intermittent service failures
* Warnings and severe errors like:
* Failed to write heartbeat
* Error synchronizing with config store
* Failed to return all folder configurations
* Failed to return all services configurations in folder
What should the administrator review?
- A. Specification for the file share location
- B. Network DNS cache
- C. ArcGIS Server virtual machine resources
- D. ArcGIS Server patches applied
Answer: A
Explanation:
These errors point toproblems accessing the configuration store, which is commonly stored on ashared file locationacross ArcGIS Server machines. Intermittent access, latency, or I/O issues with the shared drive can cause synchronization failures and service visibility problems.
From Esri documentation:
"If ArcGIS Server cannot reliably access the configuration store, errors such as heartbeat failure, sync issues, and missing service configurations may occur. Always ensure the shared file location is on a reliable, supported file system with proper permissions and stability."
* OptionA(VM resources) might impact general performance butnot sync reliability.
* OptionC(patches) is important but doesn't fix shared drive instability.
* OptionDis not relevant in this context.
Reference:ArcGIS Server -High Availability Configuration Store Troubleshooting
NEW QUESTION # 47
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 # 48
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. Enable Windows Authentication in IIS
- B. Work with the IT department to disable anonymous access to the IIS web server
- C. Assign a default user type to all portal members
- D. Refresh user membership in the Portal Administrator Directory
Answer: B
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 # 49
A GIS administrator is architecting a new ArcGIS Enterprise deployment. The organization has grown and evolved since the initial deployment. The organization is having difficulty meeting the existing Service Level Agreement.
Recently, the team rolled out a series of web tools that are used in various applications throughout the organization. In the existing deployment, users report poor performance when the web tools are used.
Which action should the GIS administrator perform?
- A. Configure additional ArcGIS Server machines within the existing ArcGIS Server site
- B. Install an additional ArcGIS Enterprise deployment for analysis workflows
- C. Dedicate an ArcGIS Server site for analysis to use workload separation
Answer: C
Explanation:
Workload separation is a best practice in ArcGIS Enterprise architecture. By dedicating a separate ArcGIS Server site for analysis tasks, such as geoprocessing services used in web tools, system resources can be managed more effectively, and performance can be improved. This configuration avoids overloading a single site and ensures that interactive web applications are not affected by resource-intensive analysis tools.
Adding more machines to the same site (Option A) does not isolate workloads and may still result in contention. Installing an entirely new ArcGIS Enterprise deployment (Option C) increases complexity and administration effort unnecessarily. The recommended solution is to implementa dedicated ArcGIS Server site for analysisas part of a federated multi-site deployment.
Reference Source:ArcGIS Enterprise System Design Strategies - Workload separation practices
NEW QUESTION # 50
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. Decrease the max connections during backups
- B. Increase the heap size of ArcGIS Data Store
- 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 # 51
After upgrading ArcGIS Enterprise, an administrator observes that some items, groups, and users are missing in the portal. What should the administrator check first?
- A. That the ArcGIS Data Stores are validating
- B. Portal for ArcGIS index status
- C. Portal for ArcGIS service status
Answer: B
Explanation:
After upgrading, it's essential toreindexthe portal to ensure that all items, groups, and users are correctly displayed. The administrator should check thePortal for ArcGIS index statusto verify if the reindexing process has completed successfully. Incomplete or failed reindexing can result in missing content within the portal.
Reference Source:ArcGIS Enterprise documentation on common problems and solutions after upgrading
NEW QUESTION # 52
A GIS administrator must configure ArcGIS Server so that onlyspecific groups and roles from the identity storecan administer it.
Which action should the administrator perform?
- A. Configure role-based access through the ArcGIS Server Manager
- B. Define the shared key used to generate an ArcGIS token
- C. Disable the primary administrator account
- D. Use a group-managed service account to administer the server
Answer: C
Explanation:
Theprimary site administrator accountin ArcGIS Server is abuilt-in accountthat bypasses external identity store configurations. To ensureonly users from a configured identity store(e.g., Active Directory) can administer the site, the primary site admin account must bedisabledafter alternative administrative access has been confirmed.
From ArcGIS Server documentation:
"After you configure your ArcGIS Server to use users and roles from an identity store (LDAP or Active Directory), you can disable the primary site administrator account to prevent bypassing the identity store."
* OptionBrelates to token security, not access control.
* OptionCis about running the service securely, not defining user permissions.
Reference:ArcGIS Enterprise -Managing Access Using Identity Stores and Disabling the Primary Site Administrator Account
NEW QUESTION # 53
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. The same number of ArcSOCs will be running
- B. One and a half times as many 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 # 54
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. Dynamic map service
- B. Vector tile service
- C. Cached map service
Answer: B
Explanation:
Vector tile services are optimized for high-resolution display and efficient storage, making them ideal for offline workflows. They allow for smaller file sizes compared to raster tiles and support dynamic styling.
Additionally, vector tile services can be updated by regenerating tiles from updated feature services, facilitating easy incorporation of data updates.
NEW QUESTION # 55
Users are reportingservice timeouts and performance issues. The administrator notices thatonly the minimum number of instances are runningduring performance spikes. They want tomonitor usage trends before adjusting instance settings.
Which action should the administrator perform?
- A. Monitor Task Manager on each ArcGIS Server machine
- B. Create a report of server statistics in ArcGIS Server Manager
- C. Change the log level to Debug in ArcGIS Server Manager
- D. Enable Windows Performance Monitor
Answer: B
Explanation:
To monitorusage patterns, including the number of requests and instances in use, ArcGIS Server provides statistics reportsin Server Manager. These reports showpeak and average service usage, helping administrators decide how toscale service instance counts.
From ArcGIS Server documentation:
"Use the ArcGIS Server Manager statistics reporting tool to monitor service usage trends over time. This data helps inform adjustments to instance counts."
* OptionAgives only raw system metrics, not service-specific insights.
* OptionB(Debug logs) causes overhead and isn't appropriate for monitoring trends.
Reference:ArcGIS Server -Monitoring and Reporting Service Usage Statistics
NEW QUESTION # 56
In an existing ArcGIS Enterprise deployment, the ArcGIS Data Interoperability extension must be licensed on one of the federated ArcGIS Server sites. The administrator has received the license file for the extension.
What should the administrator do?
- A. Use the Software Authorization Wizard to apply the license and then restart
- B. Manually add the license to the JSON license file, and then reload it
- C. Use the ArcGIS Server installation program to apply the license
Answer: A
Explanation:
To license the ArcGIS Data Interoperability extension on a federated ArcGIS Server site, the administrator must use theSoftware Authorization Wizard. This is the officially supported and recommended method provided by Esri for authorizing additional extensions to ArcGIS Server.
According to the ArcGIS Enterprise Installation Guide and Esri's administration best practices:
* The Software Authorization Wizard is the tool used to input license information and authorize software features such as the Data Interoperability extension.
* This wizard can be launched after installation or from the ArcGIS Server program group at any time.
* Once the license is applied using the wizard, it is necessary torestart the ArcGIS Server serviceso that the newly authorized extension is loaded properly.
Option A is incorrect because Esri does not support manually modifying license JSON files. Doing so can corrupt the licensing configuration and is not documented or recommended.
Option C is incorrect because the ArcGIS Server installation program does not apply or manage licenses-it is used solely for installing the core server software.
Therefore, the correct method is to use the Software Authorization Wizard, apply the license file, and restart the ArcGIS Server service to activate the extension.
Reference Source:ArcGIS Enterprise Administration and Installation documentation - ArcGIS Server Software Authorization and Extension Licensing section.
NEW QUESTION # 57
A GIS administrator must automate certain data workflows and administrative tasks in ArcGIS Enterprise.
The administrator must meet several requirements:
* The processes and methods must be well and thoroughly documented
* An option must be provided to modify the processes on the fly
* Scripts and processes must be shared to different individuals throughout the ArcGIS Enterprise organization Which ArcGIS Server role should be used to meet these requirements?
- A. ArcGIS Notebook Server
- B. ArcGIS Workflow Manager Server
- C. ArcGIS GeoEvent Server
Answer: B
NEW QUESTION # 58
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. webgisdr
- C. restoredatastore
Answer: B
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 # 59
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 # 60
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. Reinstall the ArcGIS Web Adaptor
- C. Clear the browser's cache
- D. Run portalscan.py
Answer: C
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 # 61
A GIS analyst publishes a 3D scene from ArcGIS Pro to ArcGIS Enterprise to create a hosted 3D scene layer.
Which data store hosts the data for the 3D scene layer?
- A. Tile cache
- B. Raster
- C. Relational
Answer: A
Explanation:
Hosted 3D scene layers are stored in thetile cache data store, which is optimized for storing and serving cached 3D content, such as buildings and elevation surfaces. This data store supports scene layers published from ArcGIS Pro and allows for efficient rendering in 3D web scenes within the portal.
Therelational data storeis used for feature layers and structured tabular data. Theraster data storesupports large raster datasets for imagery layers. Neither is appropriate for 3D scene layer content. Thus, for hosted 3D scenes, the correct data store is thetile cache.
Reference Source:ArcGIS Enterprise Help - Data store types and publishing workflows
NEW QUESTION # 62
An ArcGIS Enterprise administrator wants to publish their feature classes as layers in bulk from a registered geodatabase.
Which action should the administrator perform?
- A. Import an SDE connection file into ArcGIS Server Administrator Directory
- B. Register as a hosted layer in ArcGIS Data Store
- C. Register the geodatabase in ArcGIS Server Manager
- D. Create a data store item in the ArcGIS Enterprise portal
Answer: C
Explanation:
To publish feature classes as services in bulk from an enterprise geodatabase, it must first beregistered with the ArcGIS Server site. This registration tells ArcGIS Server where to access the data directly for referenced service publishing. The proper way to do this is throughArcGIS Server Manager.
From ArcGIS Enterprise documentation:
"To publish layers directly from a registered enterprise geodatabase without copying data, you must register the geodatabase with your ArcGIS Server site using ArcGIS Server Manager."
* OptionBis used for hosted services, not referenced publishing.
* OptionCis not the correct interface for registering data sources.
* OptionDinvolves hosting data, which is not applicable for referenced layers from a geodatabase.
Reference:ArcGIS Server -Registering Data Stores for Publishing Referenced Services
NEW QUESTION # 63
......
EAEP2201 Exam Dumps For Certification Exam Preparation: https://prepaway.testkingpass.com/EAEP2201-testking-dumps.html