SAP Certified Professional – SAP BTP Architect (2408) — Question 1
You are a solution architect helping to design a custom-built application for business users. You must follow these use case parameters:
The application requires data solely from SAP S/4HANA Cloud public edition.
The application supports create, read, update, and delete (CRUD) operations.
If multiple backend protocols are applicable the one with the fastest performance is to be used.
Which of the following combinations would you recommend for the application design?
Answer options
- A. Frontend: SAP Fiori , Backend: OData service binding on SAP S/4HANA Cloud
- B. Frontend: SAP Fiori , Backend: RFC binding on SAP S/4HANA Cloud
- C. Frontend: SAP Build Apps , Backend: SOAP binding on SAP S/4HANA Cloud
- D. Frontend: SAP Build Apps , Backend: IDoc binding on SAP S/4HANA Cloud
Correct answer: A
Explanation
The correct answer is A because OData service binding is optimized for CRUD operations and provides efficient data access in SAP S/4HANA Cloud. The other options, while using valid bindings, do not offer the same level of performance and are not as suited for the specific requirements of the application.