Prepare Top SAP E_C4HYCP1811 Exam Study Guide Practice Questions Edition [Q23-Q42]

Share

Prepare Top SAP E_C4HYCP1811 Exam Study Guide Practice Questions Edition

Go to E_C4HYCP1811 Questions - Try E_C4HYCP1811 dumps pdf

NEW QUESTION # 23
How do you configure SAP Commerce cluster settings?Note: There are 2 correct answers to this question.

  • A. Specify the cluster settings of each cluster node in the
    %HYBRIS_BIN%/config/tomcat/conf/server.xml file.
  • B. Specify the cluster settings in the %HYBRIS_BIN%/config/local.properties file for each cluster node.
  • C. Set the cluster.node.autodiscovery to True in order to enable cluster ID autodiscovery.
  • D. Specify exactly the same cluster settings for each node in the
    %HYBRIS_BIN%/config/local.properties file.

Answer: B,C


NEW QUESTION # 24
What must you configure when you use the iFlow? Choose Two correct answers.

  • A. Set the receiver address setting and proxy type setting of the iFox
  • B. Assign the AuthGroupIntegrationDeveloper role to the SAP Platform integration tenant
  • C. Assign the AuthGroupIntegrationDeveloper role to the SAP commerce user
  • D. Set iFlow authentication type always to certificate based

Answer: B,D


NEW QUESTION # 25
What Does SAP Commerce cloud context-driven services capture? Choose Three correct answers.

  • A. Data replication events
  • B. Click events, order events and address event updates
  • C. Quantity updates in the shopping cart
  • D. All customer interaction and behaviors
  • E. Outstanding requests from SAP commerce to external services

Answer: A,C,E


NEW QUESTION # 26
What must you do when you provide a workaround for a code glitch in an existing service, for example, ProductService?Note: There are 3 correct answers to this question.

  • A. Override the alias of the original bean definition.
  • B. Replace all injections with a new ID for the new service.
  • C. Add a new bean definition with a new ID for the new service.
  • D. Modify the existing bean definition with the new service.
  • E. Implement a new custom service by extending the existing service.

Answer: C,D,E


NEW QUESTION # 27
What activity does SAP recommend to escalate an SAP incident? Choose the correct answer.

  • A. Contact their Customer Engagement Execute (CEE)
  • B. Create another incident with very high priority(P1)
  • C. Contact the incident processor direct via e-mail and increase the priority of the incident
  • D. Contact the Customer interaction center (CIC)

Answer: D


NEW QUESTION # 28
How are bug fixes provided to partners and customers?

  • A. SAP Commerce provides a patch release that contains only bug fixes and security patches.
  • B. SAP Commerce provides SAP Notes with code corrections describing the best way to fix a specific bug.
  • C. SAP Commerce provides an extension that contains bug fixes.
  • D. SAP Commerce delivers small jar archives called Hot Fix for the extension that fixes a specific bug.

Answer: A,B


NEW QUESTION # 29
Which benefits does SAP BTP Extensions integration provide?Note: There are 2 correct answers to this question.

  • A. An analysis layer to capture customer interactions, contexts, and behaviors for future processing
  • B. Microservices that customize the standard functions of SAP Commerce Cloud without compromising on upgradability
  • C. An alternative and independent application to SAP Commerce Cloud based on the backoffice
  • D. A customization layer for SAP Commerce Cloud that depends on the API Registry module

Answer: B,C


NEW QUESTION # 30
Where can you check the SAP Commerce platform version? Choose Two correct answers.

  • A. In the SAP Administration Console
  • B. In the bin/platform/build number file
  • C. In the bin/platform/project properties file
  • D. In the command line by running the ant-version

Answer: A,C


NEW QUESTION # 31
When you troubleshoot a catalog synchronization issue, which files do you check first? Choose Three correct answers.

  • A. Database dump files
  • B. Sync Media dump files
  • C. Localextentions .xml file
  • D. Local properties file
  • E. JDBC log files

Answer: C,D,E


NEW QUESTION # 32
You are troubleshooting a connection pool issue. How do you investigate this issue? Choose Three correct answers.

  • A. Request Console log files and thread dumps
  • B. Request heap dumps
  • C. Request JDBC logs
  • D. Check the configuration parameters related to connection pool
  • E. Check the physical connections

Answer: A,B,D


NEW QUESTION # 33
Which actions do you perform to use the EDMX schema? Choose Three correct answers.

  • A. Use ComplexType and EdmSimpleType as part of the < Associations></Associations> tag
  • B. By use odata2webservices to get the EDMX schema for the Integration Object
  • C. Define the structure of the payload that the Integration APi will support for both inbound and outbound requests
  • D. Use the <Association></Association> tag as a representation of the relationship between Entity Types
  • E. Update the EDMX schema by downloading changes it and re-uploading it within the SAP Commerce cloud backoffice

Answer: A,B,C


NEW QUESTION # 34
You need to run a FlexibleSearchService query to get results without restrictions.To whom do you assign the session?Note: There are 2 correct answers to this question.

  • A. Any user that does NOT have any restrictions
  • B. Admin user
  • C. Anonymous user
  • D. Any member of the admingroup

Answer: B,D


NEW QUESTION # 35
A customer reports a performance problem with DefaultStockService. After checking the customer's system by running SELECT COUNT(*) FROM {StockLevelHistoryEntry}, you discover that there are hundreds of millions of instances of StockLevelHistoryEntry.What would you do to resolve this performance issue?Note: There are 2 correct answers to this question.

  • A. Suggest an improvement by creating a maintenance request for the customer.
  • B. Implement a CronJob that will clean the StockLevelHistoryEntry table according to customer business needs.
  • C. Run Cleanup Type System in the SAP Commerce Administration Console.
  • D. Delete the content of the StockLevelHistoryEntry table directly from the database to immediately improve performance.

Answer: A,C


NEW QUESTION # 36
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 Community
  • C. SAP App Center
  • D. SAP Commerce official product documentation

Answer: A


NEW QUESTION # 37
Which of the following cases should you treat as a support incident? Choose Two correct answers.

  • A. A partner contacts SAP product support regarding a platform with slow performance
  • B. A partner needs specialized advice regarding the architectural aspects of a project
  • C. A partner requests information on how to customize the backoffice
  • D. A partner contacts SAP Product for assistance with a custom solution

Answer: C,D


NEW QUESTION # 38
What happens when you set the impex legacy mode property to true? Choose Two correct answers.

  • A. The ServiceLayer interceptors are triggered during the import/export process
  • B. The ServiceLeayer interceptors and validators are NOT triggered during the import/export process
  • C. The operations INSERT UPDATE and REMOVE are performed by the Mode/Service during the import
  • D. The operations INSERT UPDATE and REMOVE are NOT performed by the mode/service during the import

Answer: A,D


NEW QUESTION # 39
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;locname;groups(uid)[mode=append]
  • C. INSERT_UPDATE UserGroup;UID[unique=true];locname[lang:en];locname[lang:de];groups(uid)[mode=append]
  • D. UPDATE UserGroup;UID[unique=true];locname;groups(uid)[mode=append]

Answer: A,D


NEW QUESTION # 40
How does SAP Commerce use the LDAP protocol?Note: There are 2 correct answers to this question.

  • A. SAP Commerce converts LDAP query results to ImpEx.
  • B. SAP Commerce can use the DSML protocol within LDAP.
  • C. SAP Commerce imports user and group data from an external LDAP system.
  • D. SAP Commerce writes actions to the connected LDAP system.

Answer: A,C


NEW QUESTION # 41
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. Implement a new custom service by extending the existing service
  • B. Override the alias of the original bean definition
  • C. Modify the existing bean definition with the new service
  • D. Replace all injections with a new Id for the new service
  • E. Add a new bean definition with new ID for the new service

Answer: A,D,E


NEW QUESTION # 42
......

Free SAP Certified Product Support Specialist E_C4HYCP1811 Exam Question: https://pass4sures.realvce.com/E_C4HYCP1811-VCE-file.html