Esri EAEP2201 Dumps Questions [2026] Pass for EAEP2201 Exam [Q19-Q40]

Share

Esri EAEP2201 Dumps Questions [2026] Pass for EAEP2201 Exam

Updated Esri Study Guide EAEP2201 Dumps Questions


The EAEP2201 exam covers topics such as geodatabase design and management, server administration, web services management, security, and performance optimization. It is a comprehensive exam that requires a deep understanding of GIS architecture and technology. EAEP2201 exam is a blend of multiple-choice and scenario-based questions that assess the candidate's ability to apply their knowledge in real-world situations.


The EAEP2201 certification is recognized globally as a standard of excellence in enterprise GIS administration. It is a valuable credential for professionals who work with ArcGIS Enterprise and wish to demonstrate their knowledge and expertise in the field. Enterprise Administration Professional 2201 certification can help professionals advance their careers, increase their earning potential, and gain recognition within the GIS community.

 

NEW QUESTION # 19
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 GeoEvent Server
  • B. ArcGIS Notebook Server
  • C. ArcGIS Workflow Manager Server

Answer: C


NEW QUESTION # 20
An organization has a requirement to geocode crime incidents from a CSV uploaded to the ArcGIS Enterprise portal. How should the organization configure their ArcGIS Server site to meet this requirement?

  • A. As the hosting server
  • B. With a registered geodatabase
  • C. As an ArcGIS GeoEvent Server

Answer: A

Explanation:
To enable geocoding of addresses from CSV files uploaded to the ArcGIS Enterprise portal, the organization must designate a federated ArcGIS Server site as thehosting server. This hosting server must have a relational data store configured. Once set up,the portal can utilize a geocode utility service to process the addresses. This configuration allows users to map addresses from CSV files added to the portal.
Reference Source:ArcGIS Enterprise documentation on configuring the portal to geocode addresses


NEW QUESTION # 21
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 an ArcGIS-managed data store in Server Manager
  • B. As a data store item in the ArcGIS Enterprise portal
  • C. As a relational data store in ArcGIS Data Store

Answer: B

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 # 22
A GIS administrator needs to add a member to the ArcGIS Enterprise organization. This member will perform publishing and editing workflows.
Which user type and role should the member be assigned?

  • A. The GIS Professional user type and the Data Editor role
  • B. The Creator user type and the Publisher role
  • C. The Editor user type and the Publisher role

Answer: B

Explanation:
In ArcGIS Enterprise, the Creator user type includes full privileges for content creation, sharing, and administration. When paired with the Publisher role, it grants the user the ability to publish hosted feature layers, map image layers, and other services, as well as perform editing tasks on existing data. This combination is specifically designed for users who require both publishing and editing capabilities.
The Editor user type is limited to editing and cannot publish content. The GIS Professional user type provides access to ArcGIS Pro but, when assigned the Data Editor role, restricts the user from publishing content. Therefore, only the Creator user type with Publisher role supports both publishing and editing workflows.
Reference Source: ArcGIS Enterprise Administrator Guide - User types and roles


NEW QUESTION # 23
A GIS analyst is working withreferenced dataand needs to offload alarge dataset of millions of oil rig locationsfrom the geodatabase. The data must bequickly accessible for spatial visualizationandqueryable within ArcGIS Enterprise.
Which ArcGIS Data Store type should be configured?

  • A. Tile cache
  • B. Relational
  • C. External big data file share
  • D. Spatiotemporal

Answer: D

Explanation:
TheSpatiotemporal big data storeis designed formassive datasetsand optimized for high-speed visualization, time-enabled querying, and big data analytics. It is ideal for storingmillions of point features such as sensors or oil rig locations, especially when performance and scalability are critical.
From ArcGIS documentation:
"The spatiotemporal big data store is designed for writing and querying large volumes of spatial and temporal data. It's optimized for visualizing high-density datasets in web maps."
* OptionB(Relational) works for moderate data volumes but may not scale well.
* OptionCsupports cached tiles, not dynamic feature access.
Reference:ArcGIS Enterprise -Choosing the Right Data Store Type for Large Datasets


NEW QUESTION # 24
A GIS contractor is developing and testing an upcoming workflow for a client. The contractor is publishing fictional hydrant locations as a service to be consumed in a custom application. The contractor wants to consume as few resources as possible for the client's ArcGIS Server because they do not have a testing environment.
Which type of service should the contractor publish?

  • A. Hosted feature service
  • B. Scene service
  • C. Non-hosted feature service
  • D. Non-hosted map service

Answer: A

Explanation:
The contractor should publish ahosted feature service. Hosted feature services are managed entirely by the ArcGIS Data Store, not by the ArcGIS Server site directly. This means theyconsume fewer server resources since they are not managed by a dedicated ArcGIS Server site's memory or CPU at runtime the way traditional services are.
From ArcGIS documentation:
"Hosted feature layers (services) are stored in and powered by the ArcGIS Data Store, relieving ArcGIS Server from managing service processes. This is ideal for testing, lightweight apps, or non-production workflows when minimizing load on the GIS Server is desired."
* OptionB(Non-hosted map service) would require server-side management and ismore resource- intensive.
* OptionC(Scene service) is used for 3D visualization and isnot appropriate for 2D hydrant location data.
* OptionD(Non-hosted feature service) would also consume more ArcGIS Server resources.
Reference:ArcGIS Enterprise -Understanding hosted layers vs. services on GIS Server


NEW QUESTION # 25
A client has an internet-accessible ArcGIS Enterprise deployment with the Web Adaptors in theDMZ, and the remaining components are on aninternal networkbehind afirewall. A user on the internet must access a web map in that environment.
Which ports must be open in the firewall between the DMZ and the internal network?

  • A. 2443 and 6443
  • B. 80 and 443
  • C. 443 and 6443
  • D. 6443 and 7443

Answer: D

Explanation:
Web Adaptors in the DMZ must forward requests to internal components (Portal and Server). These internal services operate over HTTPS via ports:
* 7443 for Portal for ArcGIS
* 6443 for ArcGIS Server
Therefore, the firewall mustallow traffic over ports 6443 and 7443from the Web Adaptors (DMZ) to the respective internal services.
From ArcGIS Enterprise security documentation:
"When using Web Adaptors in the DMZ, make sure ports 6443 and 7443 are open between the Web Adaptors and the internal ArcGIS Server and Portal components respectively."
* OptionBis partially correct but leaves out Portal (7443).
* OptionCis for HTTP/HTTPS access from the public,not internal communications.
* OptionDincludes the Data Store admin port (2443), which isn't required here.
Reference:ArcGIS Enterprise -Firewalls, Ports, and DMZ Configuration


NEW QUESTION # 26
A user must create groups, edit features, and create web apps. This user will also create print layouts, charts, and animations using ArcGIS Pro. The organization has noadditional add-on licenses.
Which user type should be configured for this user?

  • A. GIS Professional
  • B. Creator
  • C. Editor

Answer: A

Explanation:
TheGIS Professionaluser type includes access toArcGIS Pro, which is required for creating print layouts, charts, animations, and conducting advanced analysis. It also includes capabilities such as creating groups, editing features, and creating web apps within the ArcGIS Enterprise portal-without needing additional add- on licenses.
TheCreatoruser type supports most web GIS tasks butdoes not include ArcGIS Prounless an add-on license is assigned. TheEditoruser type is the most limited and is intended for editing existing content only, not for creating or managing groups or web applications.
Reference Source:ArcGIS Enterprise documentation - User types, capabilities, and included applications


NEW QUESTION # 27
Users are reporting service timeouts and performance issues. The administrator notices that only the minimum number of instances are running during performance spikes. They want to monitor usage trends before adjusting instance settings.
Which action should the administrator perform?

  • A. Enable Windows Performance Monitor
  • B. Create a report of server statistics in ArcGIS Server Manager
  • C. Change the log level to Debug in ArcGIS Server Manager
  • D. Monitor Task Manager on each ArcGIS Server machine

Answer: B

Explanation:
To monitor usage patterns, including the number of requests and instances in use, ArcGIS Server provides statistics reports in Server Manager. These reports show peak and average service usage, helping administrators decide how to scale 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."
* Option A gives only raw system metrics, not service-specific insights.
* Option B (Debug logs) causes overhead and isn't appropriate for monitoring trends.
Reference:ArcGIS Server - Monitoring and Reporting Service Usage Statistics


NEW QUESTION # 28
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. Run the ArcGIS Enterprise Cloud Builder for Microsoft Azure tool
  • C. Upgrade the entire deployment with ArcGIS Enterprise Builder

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 # 29
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. GIS Professional
  • B. Creator
  • C. Editor

Answer: A

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 # 30
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 to Debug
* ArcGIS Server machine restarted
* An additional ArcGIS Server site federated
What is causing this slow performance?

  • A. Additional services in the shared instance pool
  • B. Adjusting the log level to Debug
  • C. Restarting ArcGIS Server
  • D. Federating the additional ArcGIS Server site

Answer: A


NEW QUESTION # 31
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 data store item in the ArcGIS Enterprise portal
  • B. As a relational data store in ArcGIS Data Store
  • 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 # 32
A GIS administrator is publishing a feature service. All 2,400 features in the dataset must be able to be returned from a single request to the service.
Which action should the administrator perform?

  • A. Use service defaults for publishing
  • B. Adjust pooling to handle the request
  • C. Enable cached drawing mode
  • D. Increase the max record count

Answer: D

Explanation:
By default, feature services limit the number of records returned in a single request (usually set to
1,000). To allow all 2,400 features to be returned in one call, the administrator needs to increase the
"Maximum number of records returned by the server" (maxRecordCount) setting during or after publishing.
From the ArcGIS Server documentation:
"The maxRecordCount property defines the number of records returned by the server in a single request. To return all features, this value must be increased accordingly."
* Option A (adjust pooling) relates to concurrency and scalability, not data retrieval limits.
* Option C would keep the default setting of 1,000, which would not meet the requirement.
* Option D relates to visual performance, not record retrieval.
Reference:ArcGIS Server - Feature Service Settings and Tuning for Performance


NEW QUESTION # 33
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. Increase the non-interactive desktop heap size
  • C. Scale up the ArcGIS Server machine resources

Answer: B

Explanation:
This issue is consistent withdesktop heap exhaustion, especially when a high number ofArcSOC 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 thenon-interactive desktop heap sizein 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."
* OptionBis a generic fix and won't address the specific heap exhaustion issue.
* OptionCdoesn'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 # 34
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 # 35
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. Enable Windows Performance Monitor
  • B. Create a report of server statistics in ArcGIS Server Manager
  • C. Change the log level to Debug in ArcGIS Server Manager
  • D. Monitor Task Manager on each ArcGIS Server machine

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 # 36
An organization configures an ArcGIS Enterprise portal to allow single sign-on using Integrated Windows Authentication (IWA). Configuration includes:
* All accounts in the Active Directory group gisusers are added to the portal
* Existing users can sign in without entering credentialsHowever, new employees assigned to the same gisusers group cannot log in, create content, or join groups.What is causing this issue for the new employees?

  • A. The Web Adaptor cache must be cleared
  • B. Their Active Directory accounts have not had sufficient time to sync to the portal
  • C. Their Active Directory accounts have been assigned an incompatible default user type
  • D. Their Active Directory accounts have not been added to the portal

Answer: C


NEW QUESTION # 37
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 # 38
A GIS administrator uses a data connection file (SDE file) for a Microsoft SQL Server database to add auser- maintained data store itemto Portal for ArcGIS.
Now, the administrator must ensure thatfive users can access the data store item to publish to federated servers. The administrator shares the SDE file with coworkers.
Which additional step must be taken?

  • A. Give the coworkers a custom administrator role
  • B. Upload the SDE file in Server Manager
  • C. Set the data store to public access
  • D. Share the portal item to a group of the coworkers

Answer: D

Explanation:
In ArcGIS Enterprise,data store itemsadded via the Portal (such as those using .sde files for SQL Server) are represented asportal items. To allow other users to publish using that data store, the administrator mustshare the item with them, typically via agroup.
From the official documentation:
"To allow other users to publish with a user-maintained data store, share the item with a group to which they belong. Users must have access to the data store item in the portal to publish services using it."
* OptionAis not required-users don't need admin rights to publish.
* OptionCrefers to registering data in Server Manager, not managing access.
* OptionDis not a valid setting for data store items.
Reference:ArcGIS Enterprise -Sharing Data Store Items for Publishing


NEW QUESTION # 39
An organization configures an ArcGIS Enterprise portal to allow single sign-on using Integrated Windows Authentication (IWA). Configuration includes:
* All accounts in the Active Directory group gisusers are added to the portal
* Existing users can sign in without entering credentialsHowever, new employees assigned to the same gisusers group cannot log in, create content, or join groups.What is causing this issue for the new employees?

  • A. The Web Adaptor cache must be cleared
  • B. Their Active Directory accounts have not had sufficient time to sync to the portal
  • C. Their Active Directory accounts have been assigned an incompatible default user type
  • D. Their Active Directory accounts have not been added to the portal

Answer: D

Explanation:
For IWA authentication, Active Directory users are not automatically added to the ArcGIS Enterprise portal. They must either be:
* Manually added as members, or
* Automatically created at first login if auto-creation is enabled.
Since the new users are assigned to the gisusers group but cannot sign in or create content, it's clear that their accounts have not yet been added to the portal.
From ArcGIS Enterprise documentation:
"Integrated Windows Authentication (IWA) allows users to sign in with their Windows credentials. However, users must still be members of the portal. You can manually add users or enable automatic account creation during login."
* Option B is invalid since default user type settings do not prevent login.
* Option C is incorrect because synchronization is not time-based-it's account-creation dependent.
Reference:ArcGIS Enterprise - Managing Portal Members and Identity Store Integration


NEW QUESTION # 40
......

Achieve Success in Actual EAEP2201 Exam EAEP2201 Exam Dumps: https://www.pass4surecert.com/Esri/EAEP2201-practice-exam-dumps.html

Valid EAEP2201 exam with Esri Real Exam Questions: https://drive.google.com/open?id=15aOYrOX3dpcrmlIkwG3tESMWVPwsHULK