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

Free Esri EAEP2201 Dumps 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



Viewing page 1 of 10

Share your comments for Esri EAEP2201 exam with other users:

N
Nico
4/23/2023 11:41:00 PM

my 3rd purcahse from this site. these exam dumps are helpful. very helpful.

C
Chere
9/15/2023 4:21:00 AM

found it good

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

excellent material

V
vinesh phale
9/11/2023 2:51:00 AM

very helpfull

B
Bhagiii
11/4/2023 7:04:00 AM

well explained.

R
Rahul
8/8/2023 9:40:00 PM

i need the pdf, please.

C
CW
7/11/2023 2:51:00 PM

a good source for exam preparation

A
Anchal
10/23/2023 4:01:00 PM

nice questions

J
J Nunes
9/29/2023 8:19:00 AM

i need ielts general training audio guide questions

A
Ananya
9/14/2023 5:16:00 AM

please make this content available

S
Swathi
6/4/2023 2:18:00 PM

content is good

L
Leo
7/29/2023 8:45:00 AM

latest dumps please

L
Laolu
2/15/2023 11:04:00 PM

aside from pdf the test engine software is helpful. the interface is user-friendly and intuitive, making it easy to navigate and find the questions.

Z
Zaynik
9/17/2023 5:36:00 AM

questions and options are correct, but the answers are wrong sometimes. so please check twice or refer some other platform for the right answer

M
Massam
6/11/2022 5:55:00 PM

90% of questions was there but i failed the exam, i marked the answers as per the guide but looks like they are not accurate , if not i would have passed the exam given that i saw about 45 of 50 questions from dump

A
Anonymous
12/27/2023 12:47:00 AM

answer to this question "what administrative safeguards should be implemented to protect the collected data while in use by manasa and her product management team? " it should be (c) for the following reasons: this administrative safeguard involves controlling access to collected data by ensuring that only individuals who need the data for their job responsibilities have access to it. this helps minimize the risk of unauthorized access and potential misuse of sensitive information. while other options such as (a) documenting data flows and (b) conducting a privacy impact assessment (pia) are important steps in data protection, implementing a "need to know" access policy directly addresses the issue of protecting data while in use by limiting access to those who require it for legitimate purposes. (d) is not directly related to safeguarding data during use; it focuses on data transfers and location.

J
Japles
5/23/2023 9:46:00 PM

password lockout being the correct answer for question 37 does not make sense. it should be geofencing.

F
Faritha
8/10/2023 6:00:00 PM

for question 4, the righr answer is :recover automatically from failures

A
Anonymous
9/14/2023 4:27:00 AM

question number 4s answer is 3, option c. i

P
p das
12/7/2023 11:41:00 PM

very good questions

A
Anna
1/5/2024 1:12:00 AM

i am confused about the answers to the questions. are the answers correct?

B
Bhavya
9/13/2023 10:15:00 AM

very usefull

R
Rahul Kumar
8/31/2023 12:30:00 PM

need certification.

D
Diran Ole
9/17/2023 5:15:00 PM

great exam prep

V
Venkata Subbarao Bandaru
6/24/2023 8:45:00 AM

i require dump

D
D
7/15/2023 1:38:00 AM

good morning, could you please upload this exam again,

A
Ann
9/15/2023 5:39:00 PM

hi can you please upload the dumps for sap contingent module. thanks

S
Sridhar
1/16/2024 9:19:00 PM

good questions

S
Summer
10/4/2023 9:57:00 PM

looking forward to the real exam

V
vv
12/2/2023 2:45:00 PM

good ones for exam preparation

D
Danny Zas
9/15/2023 4:45:00 AM

this is a good experience

S
SM 1211
10/12/2023 10:06:00 PM

hi everyone

A
A
10/2/2023 6:08:00 PM

waiting for the dump. please upload.

A
Anonymous
7/16/2023 11:05:00 AM

upload cks exam questions

AI Tutor 👋 I’m here to help!