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

Free Esri EAEP2201 Real Questions (page: 4)

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
soheib
7/24/2023 7:05:00 PM

question: 78 the right answer i think is d not a

S
srija
8/14/2023 8:53:00 AM

very helpful

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

i am writing this exam tomorrow and have dumps

A
Anita
10/1/2023 4:11:00 PM

can i have the icdl excel exam

B
Ben
9/9/2023 7:35:00 AM

please upload it

A
anonymous
9/20/2023 11:27:00 PM

hye when will post again the past year question for this h13-311_v3 part since i have to for my test tommorow…thank you very much

R
Randall
9/28/2023 8:25:00 PM

on question 22, option b-once per session is also valid.

T
Tshegofatso
8/28/2023 11:51:00 AM

this website is very helpful

P
philly
9/18/2023 2:40:00 PM

its my first time exam

B
Beexam
9/4/2023 9:06:00 PM

correct answers are device configuration-enable the automatic installation of webview2 runtime. & policy management- prevent users from submitting feedback.

R
RAWI
7/9/2023 4:54:00 AM

is this dump still valid? today is 9-july-2023

A
Annie
6/7/2023 3:46:00 AM

i need this exam.. please upload these are really helpful

S
Shubhra Rathi
8/26/2023 1:08:00 PM

please upload the oracle 1z0-1059-22 dumps

S
Shiji
10/15/2023 1:34:00 PM

very good questions

R
Rita Rony
11/27/2023 1:36:00 PM

nice, first step to exams

A
Aloke Paul
9/11/2023 6:53:00 AM

is this valid for chfiv9 as well... as i am reker 3rd time...

C
Calbert Francis
1/15/2024 8:19:00 PM

great exam for people taking 220-1101

A
Ayushi Baria
11/7/2023 7:44:00 AM

this is very helpfull for me

A
alma
8/25/2023 1:20:00 PM

just started preparing for the exam

C
CW
7/10/2023 6:46:00 PM

these are the type of questions i need.

N
Nobody
8/30/2023 9:54:00 PM

does this actually work? are they the exam questions and answers word for word?

S
Salah
7/23/2023 9:46:00 AM

thanks for providing these questions

R
Ritu
9/15/2023 5:55:00 AM

interesting

R
Ron
5/30/2023 8:33:00 AM

these dumps are pretty good.

S
Sowl
8/10/2023 6:22:00 PM

good questions

B
Blessious Phiri
8/15/2023 2:02:00 PM

dbua is used for upgrading oracle database

R
Richard
10/24/2023 6:12:00 AM

i am thrilled to say that i passed my amazon web services mls-c01 exam, thanks to study materials. they were comprehensive and well-structured, making my preparation efficient.

J
Janjua
5/22/2023 3:31:00 PM

please upload latest ibm ace c1000-056 dumps

M
Matt
12/30/2023 11:18:00 AM

if only explanations were provided...

R
Rasha
6/29/2023 8:23:00 PM

yes .. i need the dump if you can help me

A
Anonymous
7/25/2023 8:05:00 AM

good morning, could you please upload this exam again?

A
AJ
9/24/2023 9:32:00 AM

hi please upload sre foundation and practitioner exam questions

P
peter parker
8/10/2023 10:59:00 AM

the exam is listed as 80 questions with a pass mark of 70%, how is your 50 questions related?

B
Berihun
7/13/2023 7:29:00 AM

all questions are so important and covers all ccna modules

AI Tutor 👋 I’m here to help!