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

Free Esri EAEP2201 Real Questions (page: 7)

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:

T
Tanvi
9/27/2023 4:02:00 AM

good level of questions

B
Boopathy
8/17/2023 1:03:00 AM

i need this dump kindly upload it

S
s_123
8/12/2023 4:28:00 PM

do we need c# coding to be az204 certified

B
Blessious Phiri
8/15/2023 3:38:00 PM

excellent topics covered

M
Manasa
12/5/2023 3:15:00 AM

are these really financial cloud questions and answers, seems these are basic admin question and answers

N
Not Robot
5/14/2023 5:33:00 PM

are these comments real

K
kriah
9/4/2023 10:44:00 PM

please upload the latest dumps

E
ed
12/17/2023 1:41:00 PM

a company runs its workloads on premises. the company wants to forecast the cost of running a large application on aws. which aws service or tool can the company use to obtain this information? pricing calculator ... the aws pricing calculator is primarily used for estimating future costs

M
Muru
12/29/2023 10:23:00 AM

looks interesting

T
Tech Lady
10/17/2023 12:36:00 PM

thanks! that’s amazing

M
Mike
8/20/2023 5:12:00 PM

the exam dumps are helping me get a solid foundation on the practical techniques and practices needed to be successful in the auditing world.

N
Nobody
9/18/2023 6:35:00 PM

q 14 should be dmz sever1 and notepad.exe why does note pad have a 443 connection

M
Muhammad Rawish Siddiqui
12/4/2023 12:17:00 PM

question # 108, correct answers are business growth and risk reduction.

E
Emmah
7/29/2023 9:59:00 AM

are these valid chfi questions

M
Mort
10/19/2023 7:09:00 PM

question: 162 should be dlp (b)

E
Eknath
10/4/2023 1:21:00 AM

good exam questions

N
Nizam
6/16/2023 7:29:00 AM

I have to say this is really close to real exam. Passed my exam with this.

P
poran
11/20/2023 4:43:00 AM

good analytics question

A
Antony
11/23/2023 11:36:00 AM

this looks accurate

E
Ethan
8/23/2023 12:52:00 AM

question 46, the answer should be data "virtualization" (not visualization).

N
nSiva
9/22/2023 5:58:00 AM

its useful.

R
Ranveer
7/26/2023 7:26:00 PM

Pass this exam 3 days ago. The PDF version and the Xengine App is quite useful.

S
Sanjay
8/15/2023 10:22:00 AM

informative for me.

T
Tom
12/12/2023 8:53:00 PM

question 134s answer shoule be "dlp"

A
Alex
11/7/2023 11:02:00 AM

in 72 the answer must be [sys_user_has_role] table.

F
Finn
5/4/2023 10:21:00 PM

i appreciated the mix of multiple-choice and short answer questions. i passed my exam this morning.

A
AJ
7/13/2023 8:33:00 AM

great to find this website, thanks

C
Curtis Nakawaki
6/29/2023 9:11:00 PM

examination questions seem to be relevant.

U
Umashankar Sharma
10/22/2023 9:39:00 AM

planning to take psm test

E
ED SHAW
7/31/2023 10:34:00 AM

please allow to download

A
AD
7/22/2023 11:29:00 AM

please provide dumps

A
Ayyjayy
11/6/2023 7:29:00 AM

is the answer to question 15 correct ? i feel like the answer should be b

B
Blessious Phiri
8/12/2023 11:56:00 AM

its getting more technical

J
Jeanine J
7/11/2023 3:04:00 PM

i think these questions are what i need.

AI Tutor 👋 I’m here to help!