
試験問題解答ブレーン問題集でP_C4H340_34試験問題集PDF問題
無料ダウンロードSAP P_C4H340_34リアル試験問題
質問 # 48
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 cloud instance. Enable the autostart for the default instance. Set the default instance mode to cloud.
- D. Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the cloud instance mode to cloud.
正解:D
質問 # 49
What is SmartEdit's Navigation Management page useful for? Note: There are 2 correct answers to this question.
- A. It allows you to manipulate a parent-child hierarchy of CMSLinkComponent objects.
- B. It is used to configure automatic mapping of the Product Catalog's category hierarchy to the navigation bar displayed on site pages.
- C. It allows you to manipulate a hierarchy of CMSNavigationNode items, each of which may contain a CMSNavigationEntry.
- D. It can define more than one navigation hierarchy, each accessed by a different component on the page.
正解:C、D
質問 # 50
In personalization (based on SmartEdit), you want to configure when the experience calculation is triggered for registered customers without requiring any customization. What are the available options? Note: There are 3 correct answers to this question.
- A. Trigger the experience calculation when the customer logs in.
- B. Trigger the experience calculation when the customer adds a product to the cart.
- C. Trigger the experience calculation when the customer is promoted to a reward-level status.
- D. Trigger the experience calculation after a defined number of requests.
- E. Trigger the experience calculation for certain URL patterns.
正解:A、D、E
質問 # 51
What is the effect of the redeclare attribute within an itemtype definition? Note: There are 2 correct answers 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
質問 # 52
You are running a transaction that creates an item and updates it twice. If the transaction is committed successfully, how many AfterSaveEvent items will the ServiceLayer create?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
質問 # 53
What type of class should you implement when you need to change the trigger for recalculating the user experience results?
- A. An interceptor
- B. A controller
- C. A voter
- D. A populator
正解:D
質問 # 54
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 "PinkCandle".
- B. The flexible search query returns an SQL exception.
- C. The flexible search query returns an empty list.
- D. The flexible search query returns a null value.
正解:C
質問 # 55
Which order-splitting strategies are provided in the basecommerce extension? Note: There are 3 correct answers to this question.
- A. Split by warehouse
- B. Split by stock availability
- C. Split by payment method
- D. Split by order date
- E. Split by named delivery date
正解:A、B、E
質問 # 56
Where are enumerations stored? Note: There are 2 correct answers to this question.=======
- A. Dynamic enumerations are stored in the active session.
- B. Dynamic enumerations are stored in the database.
- C. Non-dynamic enumerations are stored as enumeration classes.
- D. Non-dynamic enumerations are stored as SpEL lists in Spring.
正解:B、C
質問 # 57
Which of the following can you configure in a widget definition (definition.xml) file? Note: There ======== are 2 correct answers to this question.
- A. The available virtual sockets
- B. The business logic of the widget via a bean shell script
- C. The view file
- D. The available non-virtual sockets
- E. The default values for widget settings
正解:A、C、E
質問 # 58
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 answers to this question.
- A. Implement your custom action item so that it can store the original delivery mode
- B. Create a promotion that uses the inverse action if the condition is NOT fulfilled
- C. Define a new session attribute to store the original delivery mode
- D. Implement the undo method in your custom rule action strategy
正解:A、D
質問 # 59
Which interface would you inject into your class to allow you to trigger an indexing operation via ====== API?
- A. IndexerListener
- B. IndexerService
- C. IndexerStrategy
- D. IndexerQueryContext
正解:B
質問 # 60
Which component configurations does the ServiceLayer architecture promote? Note: There are 3 ===== correct answers to this question.
- A. Facades orchestrate Strategies
- B. Services orchestrate Converters
- C. Facades orchestrate Converters
- D. Facades orchestrate Services
- E. Services orchestrate Strategies
正解:A、B、D
質問 # 61
When using monitoring support in the integration API Module, What should you pay attention to?
- A. In outbound monitoring, if the source of the outbound request is not from outbound sync or webhooks, it is set as UNKNOW
- B. You can monitor the inbound integration requests using the Meta API.
- C. If the number of batches in a bulk requests exceeds the time allowed, then the system records one inbound request with the payload.
- D. As, it's not possible to disable the monitoring on a running server, you need to change the dedicated properties in the local properties
正解:A、B
質問 # 62
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-beans.xml file
- D. In the customPromotion-spring.xml file
正解:C
質問 # 63
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] #%groovy% beforeEach: line.clear(); ;foo; ;bar; ;baz;
- A. All data rows will be cleared of unnecessary space.
- B. No entries will be updated or inserted.
- C. Only the Title with code that equals "baz" will be updated or inserted.
- D. All "foo", "bar", and "baz" codes will be updated or inserted.
正解:B
質問 # 64
Which services are included in the basecommerce extension to address customer services functionality? Note: There are 3 correct answers to this question.
- A. ReturnService
- B. CustomerAccountService
- C. OrderCancelService
- D. RefundService
- E. CustomerReviewService
正解:A、C、D
質問 # 65
When are consignments created for an order in the default order management implementation?
- A. When an administrator approves the order
- B. When the user adds items to the cart
- C. After the order is placed, but before it is sourced successfully
- D. After the order is placed and after it has been sourced successfully
正解:D
質問 # 66
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 answers to this question.
- A. Define a dependency wherein extension B requires extension A
- B. The beans are loaded in alphabetical order; therefore, extension B takes precedence.
- C. Add only one of the extensions into localextensions.xml at the same time.
- D. Use the beans' parent attribute in extension B to specify the core bean.
正解:A、C
質問 # 67
Your solution has been live for a significant period of time. Now you need to update project data across multiple environments, but this update should only be executed once. What is the recommended approach for updating the project data?
- A. Create a class that extends AbstractSystemSetup and use the @SystemSetup annotation with TYPE.PROJECT, which can run an import of your ImpEx files during an update.
- B. Create a class that extends AbstractPatchesSystemSetup and configure any data patches, which can run an import of your ImpEx files during an update.
- C. Extract a SQL script of all the changes in a single environment, which a DBA can then run directly against the database for all remaining environments.
- D. With each deployment, manually import the ImpEx files via the hybris Admin Console or via the ant importimpex target.
正解:A
質問 # 68
In Integration API Module, which of the following API verbs are controlled by access rights? Note:
There are 2 correct answers to this question.
- A. Update - POST, PATCH
- B. Create - PATCH
- C. Update - POST
- D. Create - POST
正解:A、D
質問 # 69
What should you pay attention to when you are working with webhook?
- A. A webhook guarantees the At Least Once(ALO) principal and concurrent events are not completely discarded.
- B. A webhook can be configured to send notifications when an item is created, updated or deleted.
- C. A webhook requires an integration object as notification payload and consumed destination as the webhook...
- D. A webhook uses the optional filter attribute to control which consumed destination will received notifications
正解:B、C
質問 # 70
You updated a price row for a particular product using the Backoffice Product Cockpit and also made sure the cronjob for synchronizing the involved product catalog was executed sucessfully.
When you visit the category page containing the specific product, you discover that its new price value is NOT properly displayed. How can you fix this issue?
- A. Synchronize the category page in the Backoffice Administration Cockpit
- B. Re-import the price using ImpEx
- C. Synchronize the involved product in the Backoffice Product Cockpit directly
- D. Run a Solr indexer operation in the Backoffice Administration Cockpit
正解:D
質問 # 71
What do you set up to create visibility rules for specific product items for a user group?
- A. A type access right on the Product type for the user group
- B. A type access right on the UserGroup type
- C. A search restriction on the UserGroup type
- D. A search restriction on the Product type for the user group
正解:D
質問 # 72
Which of the following steps could be included in the process of installing an AddOn? Note: There ======= are 3 correct answers to this question.
- A. Configure storefront properties files.
- B. Run ant all.
- C. Copy files from the storefront to the AddOn web source folder
- D. Run ant addoninstall.
- E. Run ant modulegen.
正解:A、B、D
質問 # 73
......
SAP P_C4H340_34 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
最新のSAP P_C4H340_34リアル試験問題集PDF:https://www.goshiken.com/SAP/P_C4H340_34-mondaishu.html
P_C4H340_34試験問題集、P_C4H340_34練習テスト問題:https://drive.google.com/open?id=1945N1VY4onV_FIhRg8jJ2NA9CgqKhwST