
究極のガイド準備問題P-C4H340-24には正確なPDF解答[2023年10月30日]
合格できるSAPの試験問題集
質問 # 35
What Solr index operation uses the indexedProperties field on the SolrExtlndexerCronJob?
- A. DELETE
- B. UPDATE
- C. FULL
- D. PARTIAL UPDATE
正解:D
質問 # 36
You synchronize a media item stored in SAP Commerce Cloud from a staged version to an online version. What happens next? Note: There are 2 correct answer to this question.
- A. The staged and online media items now refer to two different image files in the file system.
- B. The values of the attributes are copied from the source item in the staged catalog to the target item in the online catalog.
- C. Both staged and online media items now refer to the same image file in the file system.
- D. The media format in the staged version is also synchronized to the media format in the online version.
正解:B、C
質問 # 37
You need to create a CronJob for an automated task that will be performed every day at midnight. Which steps would you follow? Note: There are 3 correct answer to this question.
- A. Create a CronJob item and a trigger for midnight using ImpEx or Backoffice.
- B. Register the JobPerformable bean in your extension's Spring configuration file.
- C. Perform a system update for essential data.
- D. Define the Cronjob logic in a class that implements the JobPerformable interface.
- E. Perform a system update for sample data.
正解:A、B、D
質問 # 38
When using Monitoring Support in the Integration API Module, what should you pay attention to? Note: There are 2 correct answer to this question.
- A. If you want to disable the monitoring, you need to change the dedicated properties in local.properties and restart the commerce cloud server.
- B. In Outbound monitoring, if the source of the OutboundRequest is not from outbound sync or webhooks, it is set as UNKNOWN.
- C. If the number of batches in a bulk request exceeds the limit allowed, then the system records one Inbound Request with the payload.
- D. You can monitor the inbound integration requests using the Meta API.
正解:A、D
質問 # 39
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. Create or reuse an add-on, and install it into the storefront.
- B. Create a new multiplexer widget for the borderlayout widget.
- C. Create or reuse a Backoffice extension with the proper meta information.
- D. Add a new layout widget in config.xml.
正解:B、C
質問 # 40
To install and configure the Solr server in cloud mode, which sequence of steps should you use?
- A. Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the cloud instance mode to true.
- 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 cloud.
- D. Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the default instance mode to cloud.
正解:C
質問 # 41
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 data rows will be cleared of unnecessary space.
- B. Only the Title with code that equals "baz" will be updated or inserted.
- C. No entries will be updated or inserted.
- D. All "foo", "bar", and "baz" codes will be updated or inserted.
正解:D
質問 # 42
What do you set up to create visibility rules for specific product items for a user group?
- A. A search restriction on the UserGroup type
- B. A type access right on the Product type for the user group
- C. A type access right on the UserGroup type
- D. A search restriction on the Product type for the user group
正解:D
質問 # 43
Which services are included in the basecommerce extension to address customer services functionality? Note: There are 3 correct answer to this question.
- A. OrderCancelService
- B. CustomerAccountService
- C. CustomerReviewService
- D. ReturnService
- E. RefundService
正解:A、D、E
質問 # 44
When you define an aspect in your manifest.json file, what types of information should you provide? Note: There are 2 correct answer to this question.
- A. properties
- B. webapps
- C. addons
- D. extensions
正解:B、D
質問 # 45
You need to create a new custom promotion based on customer reviews for a product. You create a customPromotion extension with a new Rule Aware Object to keep customer reviews. In which file will you define this new Rule Aware Object?
- A. In the customPromotion-items.xml file
- B. In the customPromotion-backoffice-config.xml file
- C. In the customPromotion-spring.xml file
- D. In the customPromotion-beans.xml file
正解:D
質問 # 46
What is the purpose of the dynamic forms in the Backoffice?
- A. To provide dynamic client-side validation of web forms
- B. To provide a dynamic extension of type definitions in the SAP Commerce platform
- C. To enable dynamic behaviors in the user interface of Backoffice applications
- D. To provide a dynamic layout of the wizards at runtime using drag and drop
正解:C
質問 # 47
What is the recommended way to deploy Solr in a production environment? Note: There are 2 correct answer to this question.
- A. As one standalone server
- B. As a Solr Cloud
- C. Embedded with the SAP Commerce Cloud server
- D. As one leading server and multiple subordinate servers
正解:A、D
質問 # 48
How are relations modeled in the database? Note: There are 2 correct answer to this question.
- A. One-to-many relations are stored in a column.
- B. One-to-many relations are stored in the links table.
- C. One-to-many relations are binary objects.
- D. Many-to-many relations are deployed as a table.
正解:B
質問 # 49
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
質問 # 50
Which order-splitting strategies are provided in the basecommerce extension? Note: There are 3 correct answer to this question.
- A. Split by named delivery date
- B. Split by order date
- C. Split by stock availability
- D. Split by payment method
- E. Split by warehouse
正解:A、C、E
質問 # 51
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. 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.
- B. 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.
- 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. 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.
正解:A、D
質問 # 52
Which of the following relations are defined in the data model for personalization (based on SmartEdit)? Note: There are 2 correct answer to this question.
- A. A many-to-many relation between CxSegmentTrigger and CxSegment.
- B. A many-to-many relation between CxVariation and CxAbstractAction.
- C. A one-to-many relation between CxCustomization and CxVariation.
- D. A one-to-many relation between CxExpressionTrigger and CxSegment
正解:A、C
質問 # 53
You are asked to define a new business process. What steps do youperform? Note: There are 3 correct answer to this question.
- A. Define actions as new item types.
- B. Create actions in Java code.
- C. Define the actions as Spring beans.
- D. Define the process in XML format.
- E. Define the process in BPMN format.
正解:B、C、D
質問 # 54
You have created your products and price rows using the approach displayed in the following ImpEx file:
$catalog-id=Default $catalog-
lines INSERT_UPDATE
PriceRow;productld[unique=true];price;unit(code);currency(isocode) ;product1;100;pieces;EUR;product 2;200;pieces;EUR #in total 1000 price row data lines. After you import this file and synchronize the catalogs (Staged to Online), how many items are stored in the database?
- A. 1000 products and 2000 price rows
- B. 2000 products and 1000 price rows
- C. 2000 products and 2000 price rows
- D. 1000 products and 1000 price rows
正解:C
質問 # 55
What must you always specify when you are creating a new Adaptive Search Profile? Note: There are 3 correct answer to this question.
- A. Catalog version
- B. Index configuration
- C. User
- D. Category
- E. Index type
正解:A、E
質問 # 56
Which configuration options are available on a cache region? Note: There are 3 correct answer to this question.
- A. Clustering enabled
- B. Size
- C. Persistence mode
- D. Eviction policy
- E. Statistics enabled
正解:B、C、D
質問 # 57
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. Define a dependency wherein extension B requires extension A.
- B. Add only one of the extensions into localextensions.xml at the same time.
- C. The beans are loaded in alphabetical order; therefore, extension B takes precedence.
- D. Use the beans' parent attribute in extension B to specify the core bean.
正解:A、D
質問 # 58
When are consignments created for an order in the default order management implementation?
- A. When the user adds items to the cart
- B. After the order is placed and after it has been sourced successfully
- C. When an administrator approves the order
- D. After the order is placed, but before it is sourced successfully
正解:B
質問 # 59
......
最新P-C4H340-24試験問題集で有効で最新の問題集:https://www.jpntest.com/shiken/P-C4H340-24-mondaishu
完全版で最新のP-C4H340-24問題集で100%カバー率問題と解答があなたをリアル試験で合格させる:https://drive.google.com/open?id=1fm5pqzvPP608pqM5KCwDH1CF7EH456Sy