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

Free Esri EAEP2201 Real Questions (page: 10)

An organization publishes a map image layer to ArcGIS Enterprise that references data from a user- managed PostgreSQL geodatabase.

The schema of a table is updated to add a field, but the map service cannot be stopped due to a Service Level Agreement (SLA). Schema locking is disabled.

Even after restarting the map service and database, the new field is not shown in the REST endpoint.

Which action should the administrator perform?

  1. Republish the map service by overwriting the original
  2. Ensure that the field is made visible by default in the ArcGIS Enterprise portal
  3. Re-enable schema locking for the map service
  4. Clear the enterprise geodatabase cache

Answer(s): A

Explanation:

Map image layers (map services) do not automatically detect schema changes, especially in registered enterprise geodatabases. Even with schema locking disabled, services cache the original schema at the time of publishing. To reflect the new field, you must overwrite the existing service.

From ArcGIS Server documentation:

"If the schema of a dataset is changed after a service is published (such as adding a field), the change is not automatically reflected in the service. You must overwrite the service or republish the map to reflect schema updates."

Option B is not applicable; field visibility in the portal reflects what's in the published service definition.

Option C is related to editing access, not field visibility.

Option D is not a valid administrative action in this context.


Reference:

ArcGIS Server ­ Schema Changes and Map Service Behavior



An organization buys an additional 25 licenses for ArcGIS Pro and needs to assign the licenses to ArcGIS Enterprise users.

Which license file is required to make those assignments?

  1. New license file with just the 25 ArcGIS Pro licenses
  2. An updated license file with only the 25 additional ArcGIS Pro licenses
  3. An updated license file with 25 additional ArcGIS Pro licenses
  4. Any existing license file used previously

Answer(s): C

Explanation:

When an organization purchases additional licenses (e.g., ArcGIS Pro), a new combined license file must be generated that includes both the existing entitlements and the newly purchased ones. This updated license file reflects the total number of licenses (original + new).

From the ArcGIS Enterprise Licensing documentation:

"When downloading a new license file from My Esri to assign additional licenses, the license file must reflect the complete set of user types and extensions required. You must generate a new license file that includes both the existing and new entitlements."

Option A is incorrect because a license file with only the new licenses would overwrite the previous file.

Option B is incorrect for the same reason--partial license files are not valid for merging with existing licenses.

Option D does not accommodate the new licenses.


Reference:

ArcGIS Enterprise ­ Managing Portal License Files and User Entitlements



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 credentials

However, 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?

  1. Their Active Directory accounts have not been added to the portal
  2. Their Active Directory accounts have been assigned an incompatible default user type
  3. Their Active Directory accounts have not had sufficient time to sync to the portal
  4. The Web Adaptor cache must be cleared

Answer(s): B



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?

  1. Work with the IT department to disable anonymous access to the IIS web server
  2. Assign a default user type to all portal members
  3. Refresh user membership in the Portal Administrator Directory
  4. Enable Windows Authentication in IIS

Answer(s): A

Explanation:

When using IWA through the Web Adaptor (IIS), the IIS server itself must be configured to deny anonymous access and allow Windows Authentication. Simply disabling anonymous access within the Portal settings is not 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."

Option B is irrelevant here--user types don't affect login behavior.

Option C is a content sync feature, not related to authentication.

Option D (Enable Windows Authentication) is correct only if it hasn't already been done, but the missing step is disabling anonymous access in IIS.


Reference:

ArcGIS Enterprise ­ Configuring Web-Tier Authentication with IIS



An ArcGIS Enterprise administrator wants to publish their feature classes as layers in bulk from a registered geodatabase.

Which action should the administrator perform?

  1. Register the geodatabase in ArcGIS Server Manager
  2. Create a data store item in the ArcGIS Enterprise portal
  3. Import an SDE connection file into ArcGIS Server Administrator Directory
  4. Register as a hosted layer in ArcGIS Data Store

Answer(s): A

Explanation:

To publish feature classes as services in bulk from an enterprise geodatabase, it must first be registered 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 through ArcGIS 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."

Option B is used for hosted services, not referenced publishing.

Option C is not the correct interface for registering data sources.

Option D involves hosting data, which is not applicable for referenced layers from a geodatabase.


Reference:

ArcGIS Server ­ Registering Data Stores for Publishing Referenced Services



A client has an internet-accessible ArcGIS Enterprise deployment with the Web Adaptors in the DMZ, and the remaining components are on an internal network behind a firewall. 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?

  1. 6443 and 7443
  2. 443 and 6443
  3. 80 and 443
  4. 2443 and 6443

Answer(s): C



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?

  1. Configure the ArcGIS Enterprise portal to send an automated email when the portal license is expiring
  2. Create a Python script to run an administrative report and schedule the script to run regularly
  3. Design an information banner to automatically display the license expiration date
  4. Use the license file in read-only mode to extend the license

Answer(s): A



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?

  1. ArcGIS Server virtual machine resources
  2. Specification for the file share location
  3. ArcGIS Server patches applied
  4. Network DNS cache

Answer(s): B

Explanation:

These errors point to problems accessing the configuration store, which is commonly stored on a shared file location across 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."

Option A (VM resources) might impact general performance but not sync reliability.

Option C (patches) is important but doesn't fix shared drive instability.

Option D is not relevant in this context.


Reference:

ArcGIS Server ­ High Availability Configuration Store Troubleshooting



Share your comments for Esri EAEP2201 exam with other users:

S
Show-Stopper
7/27/2022 11:19:00 PM

my 3rd test and passed on first try. hats off to this brain dumps site.

M
Michelle
6/23/2023 4:06:00 AM

please upload it

L
Lele
11/20/2023 11:55:00 AM

does anybody know if are these real exam questions?

G
Girish Jain
10/9/2023 12:01:00 PM

are these questions similar to actual questions in the exam? because they seem to be too easy

P
Phil
12/8/2022 11:16:00 PM

i have a lot of experience but what comes in the exam is totally different from the practical day to day tasks. so i thought i would rather rely on these brain dumps rather failing the exam.

B
BV
6/8/2023 4:35:00 AM

good questions

K
krishna
12/19/2023 2:05:00 AM

valied exam dumps. they were very helpful and i got a pretty good score. i am very grateful for this service and exam questions

P
Pie
9/3/2023 4:56:00 AM

will it help?

L
Lucio
10/6/2023 1:45:00 PM

very useful to verify knowledge before exam

A
Ajay
5/17/2023 4:54:00 AM

good stuffs

T
TestPD1
8/10/2023 12:19:00 PM

question 17 : responses arent b and c ?

N
Nhlanhla
12/13/2023 5:26:00 AM

just passed the exam on my first try using these dumps.

R
Rizwan
1/6/2024 2:18:00 AM

very helpful

Y
Yady
5/24/2023 10:40:00 PM

these questions look good.

K
Kettie
10/12/2023 1:18:00 AM

this is very helpful content

S
SB
7/21/2023 3:18:00 AM

please provide the dumps

D
David
8/2/2023 8:20:00 AM

it is amazing

U
User
8/3/2023 3:32:00 AM

quesion 178 about "a banking system that predicts whether a loan will be repaid is an example of the" the answer is classification. not regresion, you should fix it.

Q
quen
7/26/2023 10:39:00 AM

please upload apache spark dumps

E
Erineo
11/2/2023 5:34:00 PM

q14 is b&c to reduce you will switch off mail for every single alert and you will switch on daily digest to get a mail once per day, you might even skip the empty digest mail but i see this as a part of the daily digest adjustment

P
Paul
10/21/2023 8:25:00 AM

i think it is good question

U
Unknown
8/15/2023 5:09:00 AM

good for students who wish to give certification.

C
Ch
11/20/2023 10:56:00 PM

is there a google drive link to the images? the links in questions are not working.

J
Joey
5/16/2023 5:25:00 AM

very promising, looks great, so much wow!

A
alaska
10/24/2023 5:48:00 AM

i scored 87% on the az-204 exam. thanks! i always trust

N
nnn
7/9/2023 11:09:00 PM

good need more

U
User-sfdc
12/29/2023 7:21:00 AM

sample questions seems good

T
Tamer dam
8/4/2023 10:21:00 AM

huawei is ok

Y
YK
12/11/2023 1:10:00 AM

good one nice

D
de
8/28/2023 2:38:00 AM

please continue

D
DMZ
6/25/2023 11:56:00 PM

this exam dumps just did the job. i donot want to ruffle your feathers but your exam dumps and mock test engine is amazing.

J
Jose
8/30/2023 6:14:00 AM

nice questions

T
Tar01
7/24/2023 7:07:00 PM

the explanation are really helpful

D
DaveG
12/15/2023 4:50:00 PM

just passed my exam yesterday on my first attempt. these dumps were extremely helpful in passing first time. the questions were very, very similar to these questions!

AI Tutor 👋 I’m here to help!