
2022年01月最新のSAP C-S4CDK-2021問題集で更新された160問あります
PDF無料ダウンロードにはC-S4CDK-2021有効な練習テスト問題
質問 93
What ensures application latency and fault tolerance by integrating appropriate libraries to isolate access points to remote systems, services, and third-party libraries, stopping cascading failures and enabling resilience in complex distributed systems where failures are inevitable?
- A. SAP Cloud Platform
- B. SAP S/4HANA Connectivity
- C. Connectivity Service
- D. SAP Cloud SDK
正解: D
解説:
Explanation/Reference:
For resilient behaviour SAP Cloud SDK includes frameworks i.e. Hystrix. See page 112 S4C80 Col17.
質問 94
In which phase are the solution extensions developed and deployed?
- A. Deploy
- B. Prepare
- C. Realize
- D. Discover
- E. Explore
正解: C
解説:
Explanation/Reference:
See page 15, S4C80 Col17. They are planned and designed within the Explore phase.
Then they are developed and deployed within the Realize phase. See, for example, SAP Activate Methodology for SAP S/4HANA Cloud:
https://go.support.sap.com/roadmapviewer/#/group/658F507AD6F5-
4B78-9EE1-0300C5F1E40F/roadmapOverviewPage/IMPS4HANACLDENMGMT.
質問 95
Which version of Java will you use to develop a Java EE application on SAP Cloud Platform Cloud Foundry?
- A. 0
- B. 1
- C. 2
- D. 3
- E. 4
正解: C
解説:
Explanation/Reference:
See page 64 S4C80 Col17.
質問 96
What features are supported by custom CDS Views and can be managed via the "Custom CDS View" application?
Note: There are 3 correct answers to this question.
- A. Define output parameters
- B. Define input parameters
- C. Define calculated elements
- D. Join multiple associated data sources
- E. Define SOAP APIs
正解: B,C,D
解説:
Explanation/Reference:
See page 25 of S4C80 Col17.
質問 97
What is correct about the role and communication of SAP Cloud Platform Enterprise Messaging in the key messaging building blocks of SAP S/4HANA and SAP Cloud Platform?
Note: There are 3 correct answers to this question.
- A. SAP Event Enablement communicates directly with the respective instance of SAP Cloud Platform Enterprise Messaging via a WebSocket connection.
- B. Is the basis for Enterprise Event Enablement
- C. Enables out-of-the-box integration with SAP applications such as SAP S/4HANA Cloud and the SAP Cloud Platform
- D. Facilitates messaging capabilities in a robust, efficient and scalable broker architecture
- E. Is the basis for Business Event Handling in SAP S/4HANA
正解: A,C,D
解説:
Explanation/Reference:
See page 168, S4C80 Col17.
質問 98
What are the technical features of the SAP Cloud SDK?
Note: There are 3 correct answers to this question.
- A. Caching Management
- B. Latency and fault tolerance
- C. Integration with SAP Customer Data Cloud
- D. Abstraction for SAP Cloud for Customer
- E. Ensuring Quality
正解: A,B,E
解説:
Explanation/Reference:
See page 43, S4C80 Col17. "Integration with SAP S/4HANA" "Abstraction for SAP Cloud Platform"
質問 99
Which of these is created based on role templates at configuration time in the SAP Cloud Platform cockpit?
- A. Users
- B. Role Collections
- C. Permissions
- D. Roles
- E. Scopes
- F. Attributes
正解: D
解説:
Explanation/Reference:
See page 105, S4C80 Col17.
質問 100
Which of these components initiates the OAuth2 flow with the corresponding service of the SAP Cloud Platform?
- A. AppRouter
- B. XSUAA
- C. User
- D. SAP ID Service
- E. Backend-Microservice
正解: A
解説:
Explanation/Reference:
See page 103, S4C80 Col17.
質問 101
How can the SAP Cloud SDK pipeline be configured?
- A. pipeline_config.xml, residing in the pipelines folder below the root of the project.
- B. java_pipeline_config.yml residing in the root of the maven project
- C. pipeline_config.yml residing in the root of the project
正解: C
解説:
Explanation/Reference:
See page 153, S4C80 Col17.
質問 102
Which of the following categories of tests is the simplest, has the smallest scope, and is typically implemented most often?
- A. Integration tests
- B. Smoke tests
- C. Unit tests
- D. End-to-end tests
正解: C
解説:
Explanation/Reference:
See page 120 S4C80 Col17.
質問 103
Which of the following APIs are shipped with a virtual data model by the SAP Cloud SDK?
- A. SAP SuccessFactor APIs
- B. SAP Cloud for Customer APIs
- C. SAP API Business Hub - S/4HANA Cloud APIs
- D. Qualtrics APIs
正解: C
解説:
Explanation/Reference:
See page 54, S4C80 Col17.
質問 104
Which environment is abstracted by the SAP Cloud SDK?
- A. SAP HANA Cloud
- B. SAP Cloud Platform, Neo
- C. SAP CPQ
- D. SAP Sales Cloud
正解: B
解説:
Explanation/Reference:
See page 33, S4C80 Col17. The SAP Cloud SDK supports SAP Cloud Platform Neo and Cloud Foundry.
質問 105
What are the steps involved in using Gatling for performance testing?
Note: There are 3 correct answers to this question
- A. Adding JMeter dependencies to the pom.xml of the project.
- B. Adding Scala and Gatling Plugins to Maven dependencies
- C. Write test plan in Ruby programming language
- D. Execute the test with the command mvn clean gatling:execute
- E. Adding Gatling dependencies to the pom.xml of the project.
正解: D,E
解説:
Explanation/Reference:
See pages 179 and 180, S4C80 Col17.
質問 106
Which of these are correct statements for the following code?
@BeforeClass public static void before-Class() throws Exception { mockUtil.mockDefaults(); mockUtil.mockDestination("ErpQueryEndpoint",URI.create("")); }...
Note: There are 3 correct answers to this question.
- A. Contains the mocking.
- B. Initializes the mocking facility MockUtil provided by the SAP Cloud SDK
- C. Initializes all the required SAP Cloud Platform mocks inside the beforeClass() method
- D. It is annotated with @BeforeClass, which means that this method is called exactly once before all the other tests methods are executed.
- E. Mocks a dummy SAP S/4HANA destination
- F. The actual testing happens here.
正解: C,D,E
解説:
Explanation/Reference:
See page 184, S4C80 Col17.
質問 107
Which statements are correct for side-by-side extension applications?
Note: There are 3 correct answers to this question.
- A. Support for hybrid scenarios
- B. De-coupled integration via APIs, events, and replication services
- C. Lifecycle-dependent
- D. Separated application stacks.
- E. Highly productive development with the SAP Business Application Studio and SAP S/4HANA Cloud Platform SDK.
正解: A,B,D
解説:
Explanation/Reference:
See page 31, S4C80 Col17. The applications are lifecycle-independent. It's the SAP Cloud SDK.
質問 108
... Identifies event types. Organizes event messages on the messaging infrastructure and is used to dispatch messages at runtime.
This is a description for?
- A. Channel
- B. Business Event Handling
- C. Channel Protocol
- D. Channel Name
- E. Topic
- F. Channel Topic Space
正解: E
解説:
Explanation/Reference:
See page 169, S4C80 Col17.
質問 109
What are the goals of the SAP Cloud SDK Continous Delivery Pipeline?
Note: There are 2 correct answers to this question.
- A. Do performance testing
- B. Enable more logging and traceability features along deployment
- C. Rapid delivery of extension app projects
- D. Increase deployment cycles
- E. Detect violations of relevant quality standards and SAP guidelines
正解: C,E
解説:
Explanation/Reference:
See page 140, S4C80 Col17.
質問 110
What are we primarily talking about when we talk about identifying bottlenecks through performance tests?
Note: There are 2 correct answers to this question.
- A. Smoke Tests
- B. Infrastructure
- C. Infinity Loops
- D. Bugs
- E. Responsive user experience
正解: B,E
解説:
Explanation/Reference:
See page 177, S4C80 Col17.
質問 111
What characterizes reactive systems?
Note: There are 4 correct answers to this question.
- A. API driven
- B. Message-Driven
- C. Resilient
- D. Responsive
- E. Elastic
- F. Microservices
正解: B,C,D,E
解説:
Explanation/Reference:
See page 167, S4C80 Col17.
質問 112
What are Scopes used for?
- A. For functional authorization checks
- B. For instance-based authorization checks
- C. For description of roles
- D. For assignment to users
- E. For a grouping of roles
正解: A
解説:
Explanation/Reference:
See page 105, S4C80 Col17.
質問 113
What allows you to model data access without changing the underlying database tables including rearranging table fields and describing the metadata of fields belonging to one object but being located in different databases?
- A. Custom Business Objects
- B. Custom CDS Views
- C. Custom Field and Logic
- D. Custom Reports
正解: B
解説:
Explanation/Reference:
See page 25 of S4C80 Col17.
質問 114
Which service issues and validates the JWTs?
- A. XSUAA
- B. Backend-Service
- C. Destination Service
- D. Connectivity Service
- E. SAP ID Service
- F. AppRouter
正解: A
解説:
Explanation/Reference:
See page 103 and 108, S4C80 Col17.
質問 115
Which tools are NOT used to develop an extension application for S/4HANA Cloud written in JavaScript and running in the Cloud Foundry environment?
Note: There are 4 correct answers to this question.
- A. JDK 8
- B. Nest
- C. Maven
- D. Express
- E. TomEE
- F. Spring
正解: A,C,E,F
解説:
Explanation/Reference:
See page 94 S4C80 Col17.
質問 116
Where can fields be made available under custom fields in the "Custom Field and Logic" application?
Note: There are 4 correct answers to this question.
- A. UIs
- B. Process Visibility
- C. Form Templates
- D. Business Scenarios
- E. Business Rules
- F. E-Mail-Templates
正解: A,C,D,F
解説:
Explanation/Reference:
See page 22 of S4C80 Col17.
質問 117
......
C-S4CDK-2021テストエンジンお試しセット、C-S4CDK-2021問題集PDF:https://www.goshiken.com/SAP/C-S4CDK-2021-mondaishu.html