ArcGIS Python API Exam Questions with
Verified Answers
ArcGIS API for Python can be used immediately after installing
ArcGIS Pro. -
correct answer ✅True
Before using ArcGIS API for Python in your Python scripts, you
should validate that the API is available. Which method is used to
test the installation?
View the API in ArcGIS Pro's Application Manager.
Navigate to the API directory in your file system.
Run code that imports an object from a module in the API.
Verify that the API is included in the Add Or Remove Programs list. -
correct answer ✅Run code that imports an object from a module
in the API.
Descriptions of functional capabilities are available in the API
documentation on the Guide tab. -
correct answer ✅True
The search method returns a list of content items that match the
search criteria. -
correct answer ✅True
, ArcGIS Python API Exam Questions with
Verified Answers
When searching content on a specific GIS, content is returned as
which Python type? -
correct answer ✅List
Content from a GIS can be accessed using which object and which
function?
Portal object and get function
GIS object and get function
GIS object and item property
GIS object and search function -
correct answer ✅GIS object and get function
Which parameters are used to connect to a specific GIS?
Portal URL
User name
Password
Data directory
Verified Answers
ArcGIS API for Python can be used immediately after installing
ArcGIS Pro. -
correct answer ✅True
Before using ArcGIS API for Python in your Python scripts, you
should validate that the API is available. Which method is used to
test the installation?
View the API in ArcGIS Pro's Application Manager.
Navigate to the API directory in your file system.
Run code that imports an object from a module in the API.
Verify that the API is included in the Add Or Remove Programs list. -
correct answer ✅Run code that imports an object from a module
in the API.
Descriptions of functional capabilities are available in the API
documentation on the Guide tab. -
correct answer ✅True
The search method returns a list of content items that match the
search criteria. -
correct answer ✅True
, ArcGIS Python API Exam Questions with
Verified Answers
When searching content on a specific GIS, content is returned as
which Python type? -
correct answer ✅List
Content from a GIS can be accessed using which object and which
function?
Portal object and get function
GIS object and get function
GIS object and item property
GIS object and search function -
correct answer ✅GIS object and get function
Which parameters are used to connect to a specific GIS?
Portal URL
User name
Password
Data directory