
無料ダウンロードSAP P_C4H340_24リアル試験問題ゲットせよ
最新のSAP P_C4H340_24リアル試験問題集PDF
質問 10
Which services are included in the basecommerce extension to address customer services functionality? Note: There are 3 correct answer to this question.
- A. RefundService
- B. CustomerReviewService
- C. ReturnService
- D. CustomerAccountService
- E. OrderCancelService
正解: A,C,E
質問 11
In an extension named myext, you defined Pump, a subtype of the Product item type with a property named efficiency. You have also extended the productDTO bean to have an efficiency property. To copy the efficiency property to the productDTO, what do you need to do? Note: There are 2 correct answer to this question.
- A. Create a PumpPopulator class that extends ProductPopulator and, if necessary, copies the efficiency property from the Pump item to the productDTO bean. In myext-spring.xml, redefine the productPopulator alias to point to an instance of PumpPopulator.
- B. Write a PumpAttributePopulator class that copies the efficiency property from the item to the OTO only if its method is passed an instance of PumpModel. Define a bean for this new class in myext-spring.xml, and use a modifyPopulatorList bean to add it to the productConverter's list of populators.
- C. Make sure the definition of the Pump item type defines the efficiency attribute with persistence type property. When you run ant all, the productConverter class generated in bootstrap/gensrc will copy the efficiency property to the productDTO.
- D. Write a PumpProductConverter class that extends AbstractPopulatingConverter, and copies the efficiency property from the Pump item to the productDTO bean if the item is an instance of Pump. Configure an instance of this converter in myext-spring.xml.
正解: A,B
質問 12
To define the data that gets extracted into the Solr index for searching, what do you need to provide? Note: There are 2 correct answer to this question.
- A. A flexible search query for an incremental update
- B. A flexible search query for a full load
- C. An ImpEx script for a full load
- D. A solrconfig XML file
正解: A,B
質問 13
In SmartEdit, what can you do with variations defined for a customization? Note: There are 3 correct answer to this question.
- A. Apply a variation to customers who belong to a combination of segments.
- B. Give the customer a coupon if a variation is in effect.
- C. More than one variation in a customization can be triggered at the same time.
- D. Assign the customer a custom search profile if a variation is in effect.
- E. Show different content in a slot if a variation is in effect.
正解: C,D,E
質問 14
How can CronJobs be started or aborted? Note: There are 3 correct answer to this question.
- A. CronJobs can be started manually using flexible search.
- B. CronJobs can be aborted automatically if a configurable time threshold is exceeded.
- C. CronJobs can be started manually via the Backoffice administration perspective.
- D. CronJobs can be aborted only if implemented as abortable.
- E. CronJobs can be started manually via the command line by running "ant runcronjob".
正解: C,D,E
質問 15
What is the recommended way to deploy Solr in a production environment? Note: There are 2 correct answer to this question.
- A. Embedded with the SAP Commerce Cloud server
- B. As one leading server and multiple subordinate servers
- C. As a Solr Cloud
- D. As one standalone server
正解: B,D
質問 16
Which of the core storefront features does Spartacus support? Note: There are 3 correct answer to this question.
- A. Configurable Promotions
- B. Newsletter Subscription
- C. B2B Scheduled Replenishment
- D. Wish List
- E. Customer Interests
正解: A,D,E
質問 17
How many category items will the following ImpEx create?
$prodCat=electronicsPr
$version=Staged
fli.
$catVersion=catalogVersion(catalog(id [defauIt=$prodCat]),version[default=$version]) INSERT_UPDATE Category;code[unique=true];$catVersion[unique=true]
;test_category;eIectronicsProductCatalog
;test_category;apparelProductCatalog:$version
;test_category;:Online
;test_category;
- A. 0
- B. 1
- C. 2
- D. 3
正解: A
質問 18
In Integration API Module, which of the following API verbs are controlled by access rights? Note: There are 2 correct answer to this question.
- A. Update - POST
- B. Create - POST
- C. Create - PATCH
- D. Update - POST, PATCH
正解: D
質問 19
What is the effect of the redeclare attribute within an itemtype definition? Note: There are 2 correct answer to this question.
- A. It can be used to change the name of an attribute.
- B. It can be used to change the class of an itemtype.
- C. It can be used to change the type of an attribute.
- D. It can be used to change the modifier of an attribute.
正解: C,D
質問 20
To install and configure the Solr server in cloud mode, which sequence of steps should you use?
- A. Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the default instance mode to cloud.
- B. Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the cloud instance mode to true.
- C. Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the cloud instance mode to true.
- D. Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the cloud instance mode to cloud.
正解: D
質問 21
What can you configure on the Endpoint Configuration page in Cloud Portal? Note: There are 3 correct answer to this question.
- A. Trusted Certificates
- B. IP Filter Sets
- C. Host Alias Sets
- D. Redirect Sets
- E. SSL Certificate
正解: B,D,E
質問 22
Which of the following are valid types of environments in SAP Commerce Cloud in the public cloud? Note: There are 3 correct answer to this question.
- A. Production
- B. Staging
- C. Development
- D. Pre-Production
- E. Test
正解: A,B,C
質問 23
You are implementing two new independent extensions, extension A and extension B, both of which extend and overwrite a bean of the core platform. How can you make sure the bean from extension A doesn't override the one from extension B? Note: There are 2 correct answer to this question.
- A. Add only one of the extensions into localextensions.xml at the same time.
- B. Use the beans' parent attribute in extension B to specify the core bean.
- C. The beans are loaded in alphabetical order; therefore, extension B takes precedence.
- D. Define a dependency wherein extension B requires extension A.
正解: B,D
質問 24
What can you do in the Builds workspace in Cloud Portal? Note: There are 2 correct answer to this question.
- A. Deploy a successful build to a certain environment
- B. Delete a build that is no longer needed
- C. View the history of the past deployments of a selected build
- D. Rebuild a successful build to do a performance test
正解: A,C
質問 25
Assuming that property impex.legacy.scripting is set to false and 'Enable code execution' is checked, what are the results of the following ImpEx script? INSERT_UPDATE Title;code[unique=true] #0/ogroovy0/o beforeEach: line.clear(); ;foo; ;bar; ;baz;
- A. All "foo", "bar", and "baz" codes will be updated or inserted.
- B. Only the Title with code that equals "baz" will be updated or inserted.
- C. No entries will be updated or inserted.
- D. All data rows will be cleared of unnecessary space.
正解: A
質問 26
You need to add a new Cockpit to the Backoffice to implement new features for a business user role. Which tasks are required? Note: There are 2 correct answer to this question.
- A. Add a new layout widget in config.xml.
- B. Create or reuse an add-on, and install it into the storefront.
- C. Create a new multiplexer widget for the borderlayout widget.
- D. Create or reuse a Backoffice extension with the proper meta information.
正解: C,D
質問 27
You are implementing a new custom promotion action that changes the delivery mode of an order. What steps are required to make sure that the effects of this action are reverted as soon as the condition that triggered it is NO longer fulfilled? Note: There are 2 correct answer to this question.
- A. Create a promotion that uses the inverse action if the condition is NOT fulfilled
- B. Implement the undo method in your custom rule action strategy
- C. Implement your custom action item so that it can store the original delivery mode
- D. Define a new session attribute to store the original delivery mode
正解: B,D
質問 28
How can you create asynchronous events in the SAP Commerce Cloud platform? Note: There are 2 correct answer to this question.
- A. Change the platformClusterEventSender Spring bean configuration.
- B. Implement the ClusterAwareEvent interface.
- C. Implement the TransactionAwareEvent interface.
- D. Extend the AbstractEvent class.
正解: A,B
質問 29
You are creating a business process (mybusinessprocess) that requires an action (actionB) to pass an info String value to another action (actionE) occurring later in the process. What do you need to do to make this possible? Note: There are 2 correct answer to this question.
- A. Create an event myEvent that extends the AbstractProcessEvent and adds an info String property. Register the target action as a listener for this event. Fire the event with eventService.publishEvent (myEvent).
- B. Create a myBusinessProcess item type that extends BusinessProcess and adds an info String property. Specify myBusinessProcessModel as the processClass argument to the process
- C. Create a myBusinessProcess item type that extends BusinessProcess and adds an info String property. Use an instance of this type to start theprocess in your Java code with businessProcessService.startProcess(new myBusinessProcessModel).
- D. In the mybusinessprocess.xml definition file, define an info event and configure actionB as the event's originator and actionE as its target. Trigger the event in the class implementing actionB using businessProcessService.triggerEvent(info).
正解: B,C
質問 30
Which component configurations does the ServiceLayer architecture promote? Note: There are 3 correct answer to this question.
- A. Services orchestrate Strategies
- B. Facades orchestrate Strategies
- C. Services orchestrate Converters
- D. Facades orchestrate Services
- E. Facades orchestrate Converters
正解: A,D,E
質問 31
You restart the platform without running "ant all". Which of the following changes take effect? Note: There are 2 correct answer to this question.
- A. Changes to database properties in the local.properties file
- B. Definition of a new item type in the items.xml file for an extension
- C. Removal of an extension from the localextensions.xml file
- D. Addition of a Spring bean definition
正解: A,D
質問 32
Your system contains a search restriction with the following parameters: Type: Product User: anonymous. Restriction: 1=0. There is a product "Candle" in the online catalog and a variant product "PinkCandle" in the online catalog. The system renders the Product Detail Page for Pink Candle using the following flexible search query: "SELECT {pk} FROM {VariantProduct} WHERE {code}="PinkCandle". What happens next?
- A. The flexible search query returns an SQL exception.
- B. The flexible search query returns a null value.
- C. The flexible search query returns "PinkCandle".
- D. The flexible search query returns an empty list. Question
正解: D
質問 33
......
PDF問題(2023年最新)実際のSAP P_C4H340_24試験問題:https://jp.fast2test.com/P_C4H340_24-premium-file.html
P_C4H340_24試験問題集、P_C4H340_24練習テスト問題はここ:https://drive.google.com/open?id=1-NvuhLTaRFkRh5-yk-LIyN5mWVEaK5Xr