CLD200-MY QUESTIONS Flashcards
Where are risk and mitigations stored?
In the extension own database
Risks have impact and priority;
They can be CRUD by the users.
What are the dev spaces available:
- SAP Fiori
- Full Stack Cloud Application using Productivity Tools
- Full Stack Cloud Application
- SAP HANA Native Application
- SAP Mobile Application
- Basic
What are APIs used for:
An API is a way to communicate with other software programs. APIs specify how software programs can exchange information with each other, even if they are designed and run by different organizations.
What is SAP API Business Hub:
It is a web application hosted by SAP to discover.
What is an API package:
it is a collection of related APIs or Service
What is API Service:
it is a collection of related resources and operations available for each resource.
What is a resource:
it is a remote data entity identify by an URI on which operations are performed.
What is API operation:
it is Crud like operation performed by HTTP verbs.
What is Get:
Get the resource (a collection of entities, a single entity, a structural property, and so on).
What is PUT:
Update an existing resource by replacing it with a complete instance.
What is POST:
Create a new resource.
What is Patch:
Update an existing resource by replacing part of its properties with a partial instance
What is OData:
The OData is a data access protocol built on core protocols like HTTP and commonly accepted methodologies like REST (Representational State Transfer) for the web.
OData currently supports two formats for representing the resources it exposes:
- the XML-based AtomPub and
- the JSON formats
Each OData service is represented by
a URI, called: the service root URI. A URI (Uniform Resource Identifier) is a uniform resource identifier, which is a string of characters used to identify a resource. More precisely, each resource can be accessed using a URL (Uniform Resource Locator), a uniform resource locator, describing how to access the resource.
Service Document list:
- List Entity sets
- Clients can use it to navigate the model in a hypermedia driven fashion
- Available at http://<host>:<port>/<service></service></port></host>