
SAP E_C4HYCP1811認定ガイドPDFは100%カバー率でリアル試験問題
合格させるE_C4HYCP1811試験にはリアル問題解答
質問 # 17
What happens when you set the impex legacy mode property to true? Choose Two correct answers.
- A. The operations INSERT UPDATE and REMOVE are performed by the Mode/Service during the import
- B. The ServiceLayer interceptors are triggered during the import/export process
- C. The operations INSERT UPDATE and REMOVE are NOT performed by the mode/service during the import
- D. The ServiceLeayer interceptors and validators are NOT triggered during the import/export process
正解:B、C
質問 # 18
In the SAP Commerce cache, how does invalidation work on a product type?Note: There are 2 correct answers to this question.
- A. All cached FlexibleSearch results are invalidated from the query results region because the result set might have changed.
- B. Cached Product items updated during the import are invalidated only in the node where the import is running.
- C. Cached Product items updated during the import are invalidated in all connected SAP Commerce cluster nodes and are reloaded from the database when it is used next.
- D. All cached FlexibleSearch results where Product type is included are invalidated because the result set might have changed.
正解:A、C
質問 # 19
Which properties can you set to use Service Layer Direct (SLD)? Choose Two correct answers.
- A. Set persistence legacy.mode and servicelayer prefetch to False All in the local properties
- B. Set the sld.enabled modifier to True in the impEx file
- C. Set persistence.legacy mode to False in the local properties
- D. Set persistence legacy.mode to False in Core-spring .xml
正解:A、C
質問 # 20
Where can you find the SAP knowledge Base to search for known issues? Choose Two correct answers.
- A. SAP help Portal
- B. Ticketing tool
- C. SAP support Portal
- D. SAP Community Network
正解:B、D
質問 # 21
Your customer is planning to use a postgreSQL database for a new project.Where do you confirm the third-party compatibility? Choose the correct answer.
- A. SAP Support Portal
- B. SAP Commerce official product documentation
- C. SAP Community
- D. SAP App Center
正解:A
質問 # 22
Which actions do you perform to use the EDMX schema?Note: There are 3 correct answers to this question.
- A. Use ComplexType and EdmSimpleType as part of the <Association> ... </Association> tag.
- B. Define the structure of the payload that the Integration API will support for both inbound and outbound requests.
- C. Use the <Association> ... </Association> tag as a representation of the relationship between entity types.
- D. Use odata2webservices to get the EDMX schema for the integration object.
- E. Update the EDMX schema by downloading it, changing it, and re-uploading it within the SAP Commerce Backoffice.
正解:B、C、D
質問 # 23
Which benefits does SAP Cloud Platform Extension Factory provide? Choose Two correct answers.
- A. An analysis layer to capture customer interactions contexts and behaviors for future processing
- B. An alternative and independent application to the SAP Commerce cloud based on the Backoffice
- C. Microservices which customize the standard functions of SAP commerce Cloud without compromising or upgradability
- D. A customization layer for SAP commerce Cloud which depends on the API registry module
正解:C、D
質問 # 24
Where can you check the SAP Commerce platform version? Choose Two correct answers.
- A. In the bin/platform/build number file
- B. In the SAP Administration Console
- C. In the bin/platform/project properties file
- D. In the command line by running the ant-version
正解:B、C
質問 # 25
What should you do before you report incorrect software behavior to SAP (third-level support)?Note: There are 2 correct answers to this question.
- A. Reproduce and validate the problem on the standard out-of-the-box SAP Commerce.
- B. Tell the customer that the reported problem will be fixed in a future patch release.
- C. Test the issue on the customer's SAP Commerce installation.
- D. Document the complete technical environment information of the system where the incident occurred to provide to SAP.
正解:A、D
質問 # 26
How do you configure SAP Commerce cluster settings? Choose Two correct answers.
- A. Specify the cluster settings in the %HYBRIS_BIN% /config/local properties file for each cluster node
- B. Specify the cluster settings of each cluster node in the %HYBRIS_BIN%/config/tomcat/conf/server.xml file
- C. Specify the cluster node autodiscovery to True in Order to enable the cluster ID autodiscovery.
- D. Specify exactly the same cluster settings for each node in the %HYBRIS_BIN%/config/local properties file
正解:A、B
質問 # 27
What must you do when you configure the OAuth2 for SAP Cloud Integration?Note: There are 3 correct answers to this question.
- A. Run an ImpEx to import the OAuthClientDetails and ExposedOAuthCredential type data in the SAP Commerce Backoffice.
- B. Assign ROLE_CLIENT or ROLE_TRUSTED_CLIENT in the SAP Commerce Backoffice.
- C. Configure the token endpoint URL in the SAP BTP cockpit.
- D. Create the secret client credentials in the SAP Commerce Backoffice.
- E. Assign the ESBMessaging.Send role in the SAP Commerce Backoffice.
正解:B、C、D
質問 # 28
You are deploying the OAuth2 user credentials in SAP cloud Platform integration (CPI). Where do you configure the OAuth Client data? Choose the correct answer.
- A. SAP CPI Cockpit
- B. SAP CPI integration Web Ui
- C. SAP commerce Backoffice
- D. Sap CPI server infrastructure system configuration
- E. SAP CPI integration Web UI
正解:C
質問 # 29
Which of the following does Product Support consider to be a workaround?Note: There are 2 correct answers to this question.
- A. The support engineer provides guidelines on how to modify the code of the affected feature.
- B. The support engineer provides an alternative solution that resolves at least the basic processes of the affected feature.
- C. The support engineer provides the customer with the official SAP Commerce patch that includes the fix.
- D. The support engineer provides guidelines on how to implement and configure a custom Spring bean overriding the default behavior in SAP Commerce.
正解:C、D
質問 # 30
In the SAP Commerce cache, how does invalidation work on a product type? Choose Two correct answers.
- A. Cached product items updated during the import are invalidated in all connected hybris cluster nodes and are reloaded from the database when it is used next
- B. At cached FlexibleSearch results where product type is included because the result set might have changed
- C. Cached product items uploaded during the import are invalidated only in the node where the import is running
- D. All cached FlexibleSearch results are invalidated form the query result region because the result set might have changed
正解:A、C
質問 # 31
What must you do when you provide a workaround for a code glitch in a existing service. For example, ProductService. Choose Three correct answers.
- A. Add a new bean definition with new ID for the new service
- B. Modify the existing bean definition with the new service
- C. Implement a new custom service by extending the existing service
- D. Replace all injections with a new Id for the new service
- E. Override the alias of the original bean definition
正解:A、C、D
質問 # 32
Which scripting languages are supported by the Backoffice application in SAP Commerce?Note: There are 3 correct answers to this question.
- A. Python
- B. BeanShell
- C. JavaScript
- D. Bash
- E. Groovy
正解:B、C、E
質問 # 33
You are troubleshooting a connection pool issue. How do you investigate this issue? Choose Three correct answers.
- A. Request heap dumps
- B. Check the physical connections
- C. Request JDBC logs
- D. Check the configuration parameters related to connection pool
- E. Request Console log files and thread dumps
正解:A、D、E
質問 # 34
Which ImpEx headers can you use to update an SAP Commerce item? Choose Two correct answers.
- A. ISERT_UPDATE UserGroup UID [unique=true] locname; groups (uid) (mode=append0
- B. INSERT_UPDATE UserGroup UID [unique=true] locname [lang en] locname[lang de] groups (uid) (mode=append0
- C. INSERT_UPDATE UserGroup;UID: locname groups (uid)(mode=append)
- D. INSERT_UPDATE UserGroup UID [unique=true] locname [lang=en] locname [lang=de] groups (uid) (mode-append)
正解:B、D
質問 # 35
You enable the automatic reset in the Backoffice Framework configuration.When is the reset triggered?Note: There are 2 correct answers to this question.
- A. After you login again
- B. After you logout
- C. After the next compilation
- D. On the next server startup
正解:A、B
質問 # 36
Which ImpEx headers can you use to update an SAP Commerce Cloud item?Note: There are 2 correct answers to this question.
- A. INSERT_UPDATE UserGroup;UID[unique=true];locname[lang:en];locname[lang:de];groups(uid)[mode=append]
- B. INSERT_UPDATE UserGroup;UID[unique=true];locname[lang=en];locname[lang=de];groups(uid)[mode=append]
- C. INSERT_UPDATE UserGroup;UID;locname;groups(uid)[mode=append]
- D. UPDATE UserGroup;UID[unique=true];locname;groups(uid)[mode=append]
正解:B、D
質問 # 37
A customer reports an incident where the SAP Commerce system crashes in production. The customer provides the following log:
What would you advise the customer to do to avoid this happening again?
- A. Modify the FlexibleSearch query that fetches catalogs to fix the syntax errors.
- B. Configure the auto reconnect property in the JDBC properties to reconnect to the database automatically.
- C. Increase the number of connections in the pool if the current number is NOT sufficient.
- D. Fix the missing links between related items in the catalog.
正解:A
質問 # 38
How can you avoid bottlenecks in the SAP Commerce Platform? Choose Two correct answers.
- A. Switch off relations ordering to improve the performance of the import and the synchronization
- B. Check the average amount of items per second imported by impEx to validate that the cache size is sufficient
- C. Schedule a regular cleanup of the props table
- D. Avoid using the lazy-loading mechanism when coding in the development phase
正解:B、C
質問 # 39
......
100%無料E_C4HYCP1811日常練習試験には42問があります:https://jp.fast2test.com/E_C4HYCP1811-premium-file.html