New deck Flashcards
What is required before any use, alteration, or development of land in Trinidad and Tobago?
Approval from the Town and Country Planning Division (TCPD)
This ensures alignment with local planning regulations, zoning laws, and environmental considerations.
What does the Advisory Town Planning Panel (ATPP) do?
Reviews decisions made by the TCPD regarding development applications
This includes applications that have been denied or subjected to specific conditions.
What is the purpose of the Appeals Management Information System (AMIS)?
To streamline and digitize the appeals application process
It enhances internal operations of the ATPP by automating data collection and management.
How does AMIS improve the appeals process?
By reducing time and effort needed for manual handling
This leads to improved accuracy, consistency, and a quicker review process.
What is a SharePoint Add-In?
A self-contained piece of functionality that extends the capabilities of SharePoint websites
It solves a well-defined business problem.
What is meant by a ‘high trust’ add-in in SharePoint?
A provider-hosted add-in installed to an on-premises SharePoint farm using a certificate to establish trust
It differs from low trust add-ins which use a context token.
What are the main modules of the AMIS application?
- Remote web application (Add-In)
- Appellants List
- Appellant Documents Library
- Appeals Application Workflow
Each module plays a specific role in the appeals process.
What happens during development and updates of a SharePoint add-in?
Changes trigger SharePoint to uninstall and then reinstall the updated application
This can lead to the loss of important list and appellant data if the add-in includes an add-in web.
What is required for installing the SharePoint Workflow Manager?
SharePoint Server 2013, SQL Server, and Internet Information Services
Other prerequisites include SharePoint Workflow Manager Client and Azure Service Fabric Runtime.
What is the purpose of creating a site collection in SharePoint?
To manage resources and security for collections of sites
A site collection can have multiple subsites.
What services must be started for server-to-server add-in use?
User Profile Service Application and App Management Service
These services are essential for creating high trust provider-hosted add-ins.
What is a high trust add-in primarily intended for?
Use in an on-premise environment
It allows the add-in to use any user identity needed.
What type of certificate is needed for a high-trust SharePoint Add-In?
An X.509 digital certificate
It can be a domain-issued certificate, a commercial certificate, or a self-signed certificate for debugging.
True or False: SharePoint 2010 workflows have been retired.
True
They were retired on August 1st, 2020 for new tenants.
What is the recommended version of Visual Studio for developing SharePoint 2013 add-ins?
Visual Studio 2012, 2013, or 2015
Visual Studio 2022 is only available for SharePoint 2016, 2019, and SharePoint Online.
Fill in the blank: A __________ is a group of websites that share common features and are under a single top-level site.
Site Collection
Site collections help in organizing content and managing permissions effectively.
What is the significance of the isolated add-in domain in SharePoint?
To enhance security by isolating add-in components
The add-in domain should not be a subdomain of the host SharePoint domain.
What command is used to create an isolated add-in domain?
Set-SPAppDomain “<your>"</your>
Replace <your> with your actual add-in domain.</your>
What is the role of the SPManagedAccount in SharePoint?
To specify an account for the SPSubscriptionService and AppManagementServiceInstance services
This account must have appropriate permissions.
What does the AMIS application enhance in the appeals process?
Appellant experience and overall productivity within the ATPP
It achieves this through quicker evaluations and timely feedback.
What is an example of a task that AMIS automates?
Data collection and management
This minimizes manual handling and errors.
What must be done if an add-in includes an add-in web and is uninstalled?
The add-in web and its data will be deleted
This can result in loss of important information.
What is the purpose of the .cer file in SharePoint?
To facilitate secure communication and trust between SharePoint and remote web applications.
What permissions must the add-in pool identity have for the C:\Certs folder?
Read rights.