[2021年12月最新リリース]C_S4CDK_2021試験問題はあなたをパスさせる [Q92-Q116]

Share

[2021年12月最新リリース]C_S4CDK_2021試験問題はあなたをパスさせる

SAP C_S4CDK_2021試験基本問題とアンサー

質問 92
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.

 

質問 93
In which phase is the project initiated and kicked-off?

  • A. Deploy
  • B. Prepare
  • C. Realize
  • D. Discover
  • E. Explore

正解: B

解説:
Explanation/Reference:
See, for example, SAP Activate Methodology for SAP S/4HANA Cloud:
https://go.support.sap.com/roadmapviewer/#/group/658F507A-D6F5-4B78-9EE1-
0300C5F1E40F/roadmapOverviewPage/IMPS4HANACLDENMGMT.

 

質問 94
What is Elastic Stack used for?

  • A. Is the foundation of serverless functions on SAP Cloud Platform
  • B. Gives your application the ability to elasticly react to a multi-tenant-stack.
  • C. Enables the elastic scaling of applications on SAP Cloud Platform.
  • D. To collect logs from multiple services and enable the analysis of these logs in one place using Kibana.

正解: D

解説:
Explanation/Reference:
See page 157, S4C80 Col17.

 

質問 95
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 all the required SAP Cloud Platform mocks inside the beforeClass() method
  • C. Mocks a dummy SAP S/4HANA destination
  • D. Initializes the mocking facility MockUtil provided by the SAP Cloud SDK
  • E. The actual testing happens here.
  • F. It is annotated with @BeforeClass, which means that this method is called exactly once before all the other tests methods are executed.

正解: B,C,F

解説:
Explanation/Reference:
See page 184, S4C80 Col17.

 

質問 96
You extend an S/4HANA Standard API with customer fields. What kind of API is used for the extended API?

  • A. SOAP
  • B. OData
  • C. GraphQL

正解: B

解説:
Explanation/Reference:
You'll find your extensions within the standard SAP OData API. See page 26 of S4C80 Col 17.

 

質問 97
hat's the correct description for a communication arrangement in a S/4HANA Cloud system?

  • A. Is a logical object that bundles inbound and outbound communication design-time artifacts.
  • B. Acts as the primary integration point for an SAP S/4HANA Cloud system and allows you to configure inbound and outbound connections on a semantic level.
  • C. Is assigned to communication system and is used by communication scenarios.
  • D. Represents the SAP Cloud Platform subaccount through which you'll consume your cloud application.

正解: B

解説:
Explanation/Reference:
See page 56, S4C80 Col17. "Is a logical object..." describes the communication scenario. "Is assigned to..." describes the communication user. "Represents the..." describes the communication system.

 

質問 98
Which applications are used to manage the lifecycle of an in-app extension?
Note: There are 2 correct answers to this question.

  • A. Extensibility Inventory
  • B. Export Software Collection
  • C. Extensibility Cockpit
  • D. Import Software Collection

正解: B,D

解説:
Explanation/Reference:
See page 28 of S4C80 Col 17.

 

質問 99
What activities can be performed when using the Export Software Collection app?
Note: There are 3 correct answers to this question.

  • A. Merge software collections
  • B. Check items of the collection for inconsistencies and dependencies
  • C. Create new software collections
  • D. View the business interruptions
  • E. Check which collection items have been changed or added to a collection version

正解: A,B,C

解説:
Explanation/Reference:
See page 28 and 29 of S4C80 Col 17. Both statements marked as incorrect belong to the "Import Software Collection" app.

 

質問 100
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. Facilitates messaging capabilities in a robust, efficient and scalable broker architecture
  • B. SAP Event Enablement communicates directly with the respective instance of SAP Cloud Platform Enterprise Messaging via a WebSocket connection.
  • C. Is the basis for Business Event Handling in SAP S/4HANA
  • D. Enables out-of-the-box integration with SAP applications such as SAP S/4HANA Cloud and the SAP Cloud Platform
  • E. Is the basis for Enterprise Event Enablement

正解: A,B,D

解説:
Explanation/Reference:
See page 168, S4C80 Col17.

 

質問 101
Where are we testing for a responsive user experience?

  • A. Intergration test
  • B. Smoke test
  • C. Unit test
  • D. End-to-end test
  • E. Performance test

正解: E

解説:
Explanation/Reference:
See page 177, S4C80 Col17.

 

質問 102
In which of these phases are extensibility workstream activities expected? Note: There are 3 correct answers to this question.

  • A. Explore
  • B. Deploy
  • C. Prepare
  • D. Discover
  • E. Realize

正解: A,C,E

解説:
Explanation/Reference:
See page 15, S4C80 Col17. Attention: The current official SAP Activate
Methodology for SAP S/4HANA Cloud only shows activities in Explore and Realize in the overview:
https://go.support.sap.com/roadmapviewer/#/group/658F507A-D6F5-4B78-9EE1-
0300C5F1E40F/roadmapOverviewPage/IMPS4HANACLDENMGMT. You'll need to switch to the content view and filter on the Workstream to see the prepare phase activity.

 

質問 103
Which of the following containers is provided in the Cloud Foundry buildpack for Java?

  • A. TomEE
  • B. TomEE7
  • C. Tomcat

正解: C

解説:
Explanation/Reference:
See page 69 S4C80 Col17. SAP provides an enhanced buildpack for Java, which provides additional containers for TomEE and TomEE7.

 

質問 104
What is a key element of reactive systems?

  • A. Synchronous message-driven communication
  • B. Synchronous API calls
  • C. Asynchronous message-driven communication
  • D. Synchronous REST calls

正解: C

解説:
Explanation/Reference:
See page 167, S4C80 Col17.

 

質問 105
What can you define Cloud Foundry targets for in the stage specific configuration?

  • A. checkJMeter
  • B. performanceTests
  • C. staticCodeChecks
  • D. RecordedSimulation

正解: B

解説:
Explanation/Reference:
See page 178, S4C80 Col17. Take a special note of figure 168. It might help you ;)

 

質問 106
In which phase are the solution extensions developed and deployed?

  • A. Prepare
  • B. Deploy
  • C. Discover
  • D. Explore
  • E. Realize

正解: E

解説:
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.

 

質問 107
In the Extensibility Cockpit, the user can...
Note: There are 4 correct answers to this question.

  • A. View information about extensible objects such as CDS Views, APIs (SOAP, OData), business logic, and business scenarios
  • B. Edit details about the communication scenario and arrangement for each API
  • C. Use a full-text search that also takes detailed descriptions into consideration and includes objects not attached to a scope item or a UI
  • D. Search directly on technical level to produce a list of possible extension points together with objects that have already been extended. Besides the top-down navigation from the solution scope to a business context
  • E. Filter data based on solutions scopes, scope items, or business context

正解: A,C,D,E

解説:
Explanation/Reference:
The user can view details, but not edit them. See page 19 of S4C80 Col17.

 

質問 108
Which of the following can be automatically custom created via in-app tools?
Note: There are 3 correct answers to this question.

  • A. DDIC fields, structures and tables
  • B. SAP Fiori UIs for custom business objects
  • C. CDS Views
  • D. SOAP services for internal and external access

正解: A,B,C

解説:
Explanation/Reference:
See page 18 of S4C80 Col17.

 

質問 109
What's the most appropriate order of steps to activate the APIs in SAP S/4HANA Cloud?

  • A. 1) Create communication users 2) Create communication system 3) Assign communication users to the communication system 4) Create communication agreement 5) Activate the agreement to enable the communication
  • B. 1) Create communication scenario 2) Activate the scenario 3) Create communication users 4) Create communication system 5) Assign communication users to the communication system
  • C. 1) Create communication agreement 2) Activate the agreement 3) Create communication users
    4) Create communication system 5) Assign communication users to the communication system
  • D. 1) Create communication users 2) Create communication system 3) Assign communication users to the communication system 4) Create communication scenario 5) Activate the scenario to enable the communication

正解: A

解説:
Explanation/Reference:
See page 57, S4C80 Col17.

 

質問 110
Which of the following are NOT typical extension archetypes?
Note: There are 3 correct answers to this question.

  • A. Substitute Applications
  • B. Convenience Applications
  • C. Storage Applications
  • D. Postprocessing Applications
  • E. Intermediate Applications
  • F. Overwrite Applications

正解: C,E,F

解説:
Explanation/Reference:
See page 13 of S4C80 Col17.

 

質問 111
What is an abstraction that the SAP Cloud SDK can easily access and that, combined with the connectivity service's multi-tenancy concept, allows us to write our code once without worrying about different tenants or integrating with on-premise or cloud systems?

  • A. Roles
  • B. Channels
  • C. Routes
  • D. Destinations
  • E. Role Collections

正解: D

解説:
Explanation/Reference:
See pages 79 and 112, S4C80 Col17.

 

質問 112
Which of these grants the JWT?

  • A. Destination Service
  • B. XSUAA
  • C. Backend-Microservice
  • D. SAP ID Service
  • E. Connectivity Service
  • F. AppRouter

正解: B

解説:
Explanation/Reference:
See page 103, S4C80 Col17.

 

質問 113
What's happening in the build stage?
Note: There are 2 correct answers to this question.

  • A. The "Build Frontend" sub-stage executes the NPM install in the root of your project.
  • B. The "Build Backend" sub-stage executes the Maven goal install in the root of your project as defined in your pom.xml
  • C. The "Frontend Unit Tests" sub-stage executes the NPM script ci-test from your project's package.json
  • D. The "Backend Unit Tests" sub-stage executes the Maven goal test in the unit-test module of your project.
  • E. The "Init" sub-stage initializes the SAP Cloud SDK pipeline.

正解: A,B

解説:
Explanation/Reference:
See page 145, S4C80 Col17.

 

質問 114
Which of these components initiates the OAuth2 flow with the corresponding service of the SAP Cloud Platform?

  • A. User
  • B. AppRouter
  • C. XSUAA
  • D. Backend-Microservice
  • E. SAP ID Service

正解: B

解説:
Explanation/Reference:
See page 103, S4C80 Col17.

 

質問 115
What are the three core principles of DevOps?
Note: There are 3 correct answers to this question.

  • A. Flow
  • B. Test Driven Development
  • C. Feedback
  • D. Continous Deployment
  • E. Continous learning and experimentation

正解: A,C,E

解説:
Explanation/Reference:
See page 136, S4C80 Col17.

 

質問 116
......

2021年最新のリアルな無料SAP C_S4CDK_2021試験問題集問題と解答:https://jp.fast2test.com/C_S4CDK_2021-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어