Esri Enterprise Administration Professional 2201 (RETIRED/REPLACED WITH EAEP_2025) EAEP2201 Dumps in PDF

Free Esri EAEP2201 Real Questions (page: 1)

A GIS administrator team must perform system maintenance over the weekend. The team must ensure that members do not add, publish, or edit any items in ArcGIS Enterprise. Members still need the ability to access and view items as necessary.

Which action should the team perform?

  1. Place ArcGIS Enterprise in read-only mode
  2. Change members' user role to Viewer
  3. Clone the organization's content to a standby deployment
  4. Disable ArcGIS Web Adaptor

Answer(s): A

Explanation:

The correct solution is to place ArcGIS Enterprise in read-only mode. This is an administrative function designed specifically to prevent changes to content or configuration while still allowing users to view and access existing items.

From the official ArcGIS Enterprise documentation:

"Read-only mode allows an administrator to restrict changes to the portal.
When enabled, no users (including administrators) can create, update, or delete items, groups, or users. However, users can still search for and view items, access content, and use apps and services."

This feature is typically used during maintenance windows or before performing disaster recovery tasks to preserve system state.

Option B is incorrect because changing user roles to Viewer would not prevent content changes by administrators or other roles with publishing privileges.

Option C refers to cloning, which is not a preventive or temporary access control measure, but rather a method for standby deployments or replication.

Option D (disabling the Web Adaptor) would disrupt access entirely, which does not match the requirement to allow viewing.


Reference:

ArcGIS Enterprise Portal Administration Guide ­ Read-only mode feature behavior and impact on user interactions



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?

  1. Hosted feature service
  2. Non-hosted map service
  3. Scene service
  4. Non-hosted feature service

Answer(s): A

Explanation:

The contractor should publish a hosted feature service. Hosted feature services are managed entirely by the ArcGIS Data Store, not by the ArcGIS Server site directly. This means they consume 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."

Option B (Non-hosted map service) would require server-side management and is more resource-

intensive.

Option C (Scene service) is used for 3D visualization and is not appropriate for 2D hydrant location data.

Option D (Non-hosted feature service) would also consume more ArcGIS Server resources.


Reference:

ArcGIS Enterprise ­ Understanding hosted layers vs. services on GIS Server



An organization's portal license file provides for 30 Editor user type and 15 GIS Professional user type licenses. After performing a needs assessment, the GIS administrator discovers that the organization requires 10 Viewer, 40 Editor, and 20 GIS Professional user type licenses.

When downloading a new license file, how many of each user type license should the administrator specify?

  1. 10 Viewer, 10 Editor, and 5 GIS Professional user type licenses
  2. 40 Editor and 20 GIS Professional user type licenses
  3. 10 Viewer, 40 Editor, and 20 GIS Professional user type licenses
  4. 30 Viewer, 30 Editor, and 15 GIS Professional user type licenses

Answer(s): C

Explanation:

When downloading a new license file from My Esri to accommodate the organization's user needs,

administrators should request the exact quantities identified in the internal needs assessment:

10 Viewer

40 Editor

20 GIS Professional

These quantities will be used to generate the new license file, which reflects the actual number of entitlements needed. Esri licensing is flexible in this regard, and the administrator can request different counts per type within their entitlements.

From the ArcGIS Enterprise Licensing documentation:

"When generating a new license file for your deployment, you can specify the number of each user type and role needed. The license file will reflect these values, and must match the needs of your organization."

Option A provides insufficient licenses.

Option B omits the necessary Viewer licenses.

Option D reflects original entitlements, not the updated requirement.


Reference:

ArcGIS Enterprise Administration ­ User Types and Licensing Model



A GIS administrator is responsible for maintaining the stability of a large internal ArcGIS Enterprise deployment. After the Domain CA certificate is replaced with a new one and the new PKCS#12 format PFX file is imported into all Portal for ArcGIS, ArcGIS Server, and ArcGIS Data Store deployments, the following issues are identified:

When connecting directly to the Portal for ArcGIS administration endpoint via port 7443, the new certificate is not recognized and is considered invalid

When connecting directly to the ArcGIS Server administration endpoint via port 6443, the new certificate is not recognized and is considered invalid

When connecting to the ArcGIS Data Store endpoint via port 2443, the new certificate is recognized and considered valid

What is causing this issue?

  1. ArcGIS Server and Portal for ArcGIS require that new root and new issuing authority certificates be imported explicitly into the software
  2. Domain CA certificates are no longer supported by ArcGIS Server and Portal for ArcGIS and should be replaced by self-signed certificates
  3. Domain CA certificates must be imported using a DER encoded binary X.509 (CER) format file for ArcGIS Server and Portal for ArcGIS
  4. ArcGIS Server and Portal for ArcGIS are not compatible with PKCS#12 certificates

Answer(s): A

Explanation:

When replacing SSL certificates in ArcGIS Enterprise components, ArcGIS Server and Portal for ArcGIS require the root and intermediate (issuing) certificates to be explicitly imported into their trust stores. Unlike the ArcGIS Data Store, which can often rely on the system-level trust store, ArcGIS Server and Portal maintain their own certificate trust management.

From the official ArcGIS Enterprise documentation:

"When using certificates issued by an internal or external CA, it is essential to also import the corresponding root and intermediate certificates into the Portal for ArcGIS and ArcGIS Server trust stores to ensure the certificate chain is validated properly."

Option B is incorrect. Domain CA certificates are supported and recommended over self-signed certificates for internal deployments.

Option C refers to an acceptable format but does not address the issue, which is about importing the chain of trust.

Option D is incorrect; PKCS#12 (.pfx) certificates are supported but must be paired with the correct chain files.


Reference:

ArcGIS Enterprise ­ Managing CA certificates in Portal and ArcGIS Server environments



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?

  1. Adjust pooling to handle the request
  2. Increase the max record count
  3. Use service defaults for publishing
  4. Enable cached drawing mode

Answer(s): B

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



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?

  1. Share the image service as a copy
  2. Save viewer credentials in the collaboration
  3. Set the collaboration workspace to send and receive
  4. Configure the service with anonymous access

Answer(s): A



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?

  1. Additional services in the shared instance pool
  2. Adjusting the log level to Debug
  3. Federating the additional ArcGIS Server site
  4. Restarting ArcGIS Server

Answer(s): A



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?

  1. Increase the non-interactive desktop heap size
  2. Scale up the ArcGIS Server machine resources
  3. Use more dedicated instances instead of shared

Answer(s): C

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



Share your comments for Esri EAEP2201 exam with other users:

S
sheik
10/14/2023 11:37:00 AM

@aarun , thanks for the information. it would be great help if you share your email

R
Random user
12/11/2023 1:34:00 AM

1z0-1078-23 need this dumps

L
labuschanka
11/16/2023 6:06:00 PM

i gave the microsoft azure az-500 tests and prepared from this site as it has latest mock tests available which helped me evaluate my performance and score 919/1000

M
Marianne
10/22/2023 11:57:00 PM

i cannot see the button to go to the questions

S
sushant
6/28/2023 4:52:00 AM

good questions

A
A\MAM
6/27/2023 5:17:00 PM

q-6 ans-b correct. https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-cli-quick-start/use-the-cli/commit-configuration-changes

U
unanimous
12/15/2023 6:38:00 AM

very nice very nice

A
akminocha
9/28/2023 10:36:00 AM

please help us with 1z0-1107-2 dumps

J
Jefi
9/4/2023 8:15:00 AM

please upload the practice questions

T
Thembelani
5/30/2023 2:45:00 AM

need this dumps

A
Abduraimov
4/19/2023 12:43:00 AM

preparing for this exam is overwhelming. you cannot pass without the help of these exam dumps.

P
Puneeth
10/5/2023 2:06:00 AM

new to this site but i feel it is good

A
Ashok Kumar
1/2/2024 6:53:00 AM

the correct answer to q8 is b. explanation since the mule app has a dependency, it is necessary to include project modules and dependencies to make sure the app will run successfully on the runtime on any other machine. source code of the component that the mule app is dependent of does not need to be included in the exported jar file, because the source code is not being used while executing an app. compiled code is being used instead.

M
Merry
7/30/2023 6:57:00 AM

good questions

V
VoiceofMidnight
12/17/2023 4:07:00 PM

Delayed the exam until December 29th.

U
Umar Ali
8/29/2023 2:59:00 PM

A and D are True

V
vel
8/28/2023 9:17:09 AM

good one with explanation

G
Gurdeep
1/18/2024 4:00:15 PM

This is one of the most useful study guides I have ever used.

AI Tutor 👋 I’m here to help!