Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ON28Mar2024DTD

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
28Mar2024DTD

Description:
28 Mar 2024

Author:
AVATAR

Creation Date:
19/03/2024

Category:
Others

Number of questions: 40
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
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. Any member of the admin group Anonymous user Admin user Any user that does NOT have any restrictions.
What happens when you set the impex.legacy.mode property to True? Note: There are 2 correct answers to this question. The ServiceLayer interceptors and validators are triggered during the import/export process. The ServiceLayer interceptors and validators are NOT triggered during the import/export process. The INSERT, UPDATE, and REMOVE operations are performed by the ModelService during the import. The INSERT, UPDATE, and REMOVE operations are NOT performed by the ModelService during the import.
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. Run Cleanup Type System in the SAP Commerce Administration Console. Delete the content of the StockLevelHistoryEntry table directly from the database to immediately improve performance. Implement a CronJob that will clean the StockLevelHistoryEntry table according to customer business needs. Suggest an improvement by creating a maintenance request for the customer.
What is a Restriction? A limitation of the types and attributes a user can see or edit in the Backoffice Administration Cockpit The WHERE clause of a FlexibleSearch statement A fragment of the WHERE clause of a FlexibleSearch statement A way to assign access rights to users and user groups.
Your customer reports an incident where the SAP Commerce system crashes in production. What would you ask for? Note: There are 2 correct answers to this question. The database dump from the production system The thread dumps taken right before the crash The thread dumps taken after the system reboot The specific scenario to reproduce the issue.
Your customer is planning to use a PostgreSQL database for a new project. Where do you confirm the third-party compatibility? SAP Commerce official product documentation SAP Store SAP Support Portal SAP Community.
Which actions do you perform to use the EDMX schema? Note: There are 3 correct answers to this question. Update the EDMX schema by downloading it, changing it, and re-uploading it within the SAP Commerce Backoffice. Use ComplexType and EdmSimpleType as part of the <Association> ... </Association> tag. Use the <Association> ... </Association> tag as a representation of the relationship between entity types. Use odata2webservices to get the EDMX schema for the integration object. Define the structure of the payload that the Integration API will support for both inbound and outbound requests.
Where can you find SAP knowledge base articles (KBAs) to search for known issues? Note: There are 2 correct answers to this question. SAP Support Portal SAP Help Portal SAP ONE Support Launchpad SAP Community.
Why would you use an SAP Commerce JDBC log? Note: There are 3 correct answers to this question. To check FlexibleSearch queries that have been fired To check how long a query took in milliseconds To retrieve the log from the database To check the Java classes caller hierarchy (Enable Trace checkbox must be activated) To analyze the number of user connections to the database at various times.
How can you avoid bottlenecks in the SAP Commerce platform? Note: There are 2 correct answers to this question. Avoid using the lazy-loading mechanism when coding in the development phase. Check the average number of items per second imported by ImpEx to validate that the cache size is sufficient. Switch off relations ordering to improve the performance of the import and the synchronization. Schedule a regular cleanup of the props table.
Which scripting languages are supported by the Backoffice application in SAP Commerce? Note: There are 3 correct answers to this question. Python Bash BeanShell JavaScript Groovy.
What are some of the benefits of using Service Layer Direct? Note: There are 3 correct answers to this question. It works for global sessions and for current sessions. It bypasses the Jalo layer completely to persist data in the database. It allows you to read data from and write data to the database. It bypasses the interceptors to persist data in the database. It combines the Jalo layer and service layer.
When you troubleshoot a catalog synchronization issue, which files do you check first? Note: There are 3 correct answers to this question. Database dump files localextensions.xml file JDBC log files local.properties file Sync Media dump files.
What must you do when you configure the OAuth2 for SAP Cloud Integration? Note: There are 3 correct answers to this question. Assign ROLE_CLIENT or ROLE_TRUSTED_CLIENT in the SAP Commerce Backoffice. Run an ImpEx to import the OAuthClientDetails and ExposedOAuthCredential type data in the SAP Commerce Backoffice. Configure the token endpoint URL in the SAP BTP cockpit. Assign the ESBMessaging.Send role in the SAP Commerce Backoffice. Create the secret client credentials in the SAP Commerce Backoffice.
How do you configure SAP Commerce cluster settings? Note: There are 2 correct answers to this question. Specify the cluster settings of each cluster node in the %HYBRIS_BIN%/config/tomcat/conf/server.xml file. Specify exactly the same cluster settings for each node in the %HYBRIS_BIN%/config/local.properties file. Specify the cluster settings in the %HYBRIS_BIN%/config/local.properties file for each cluster node. Set the cluster.node.autodiscovery to True in order to enable cluster ID autodiscovery.
You see the following entry in the thread dumps while analyzing a system's performance:ajp-8019- 43" nid=183 state=WAITING - waiting on <0x515a41f6> (a org.apache.tomcat.util.net.JIoEndpoint$Worker) - locked <0x515a41f6> (a org.apache.tomcat.util.net.JioEndpoint$Worker)at java.lang.Object.wait(Native Method)at java.lang.Object.wait(Object.java :485)at org.apache.tomcat.util.net.JioEndpoint$Worker.await(JioEndpoint.java :471)at org.apache.tomcat.util.net.JioEndpoint$Worker.run(JioEndpoint.java :497)at java.lang.Thread.run(Thread.java:662)Locked synchronizers: count = 0 How do you interpret this thread dump? The thread is waiting for an incoming connection. The system is about to crash because the thread is blocked and cannot perform its job. The Tomcat AJP parameter maxThreads is too small to handle simultaneous requests. The JVM option maxAJPThreads is too small to handle simultaneous requests.
How do you persist changes to enable and disable JDBC logging? SAP Commerce Administration Console Java code Configuration properties file Backoffice Administration Cockpit .
Which of the following does Product Support consider to be a workaround?? Note: There are 2 correct answers to this question. The support engineer provides guidelines on how to implement and configure a custom Spring bean overriding the default behavior in SAP Commerce. The support engineer provides an alternative solution that resolves at least the basic processes of the affected feature. The support engineer provides the customer with the official SAP Commerce patch that includes the fix. The support engineer provides guidelines on how to modify the code of the affected feature.
You are deploying the OAuth2 user credentials in SAP Cloud Integration. Where do you configure the OAuth Client data? SAP Commerce Backoffice|SAP Cloud Integration Web UI SAP BTP cockpit|SAP Cloud Integration Web UI SAP Commerce Backoffice|Administration Console SAP BTP cockpit|SAP Commerce Backoffice.
What activity does SAP recommend to escalate an SAP support incident? Create another incident with very high priority (P1) Contact the incident processor directly via e-mail and increase the priority of the incident Contact the customer's Customer Engagement Executive (CEE) Contact the Customer Interaction Center (CIC).
Which of the following cases should you treat as a support incident? Note: There are 2 correct answers to this question. A partner requests information on how to customize the backoffice A partner contacts Product Support regarding a platform with slow performance A partner contacts Product Support for assistance with a custom solution A partner needs specialized advice regarding the architectural aspects of a project.
What must you do before you can run CronJobs in SAP Commerce Cloud? Assign a CronJob to a group of nodes to run on a configured node group Set a reference to a specific job implementation within the CronJob Configure a trigger to run at a specified time Assign a CronJob to run on a node with a specified ID.
What are the recommended tools to enable JDBC logs in SAP Commerce? Note: There are 3 correct answers to this question. Java code Backoffice Administration Cockpit Configuration properties file ImpEx SAP Commerce Administration Console.
A customer reports an error and provides the following snippet of a log file:INFO | jvm 1 | srvmain | 2013/11/15 21:36:38.829 | ERROR [ImpExWorker<1/4>] (000000RS-ImpEx-Import) [MultiThreadedImpExImportReader] line 11 at main script: worker 1 got error com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK 3819157796645776366'. Cannot insert duplicate key in object 'dbo.users'. The duplicate key value is (8796126019588).INFO | jvm 1 | srvmain | 2013/11/15 21:36:38.876 | de.hybris.platform.jalo.JaloSystemException: com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK 3819157796645776366'. Cannot insert duplicate key in object 'dbo.users'. The duplicate key value is (8796126019588).[HY--1]What could be the root cause of the error? Note: There are 2 correct answers to this question. SAP Commerce verifies that the key is NOT unique and reports an exception A primary key is used in the database instead of a unique index The current PK sequence value is corrupt The database engine verifies that the key is NOT unique and reports an exception.
You enable the automatic reset in the Backoffice Framework configuration. When is the reset triggered? Note: There are 2 correct answers to this question. After the next compilation After you login again On the next server startup After you logout.
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 Override the alias of the original bean definition Modify the existing bean definition with the new service Replace all injections with a new ID for the new service Implement a new custom service by extending the existing service Add a new bean definition with a new ID for the new service.
In the SAP Commerce cache, how does invalidation work on a product type? Note: There are 2 correct answers to this question. All cached FlexibleSearch results are invalidated from the query results region because the result set might have changed. All cached FlexibleSearch results where Product type is included are invalidated because the result set might have changed. Cached Product items updated during the import are invalidated only in the node where the import is running. 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.
A new item type was added to an items.xml file named CarProcessDefinition. After the Ant build and SAP Commerce server startup, the following appears in the log file:15:56:54 **** [java] [m[0;31mERROR [main] [DefaultModelConverterRegistry] code CarProcessDefinition does not belong to known type. Maybe you have added a new type without updating your system. What does this message mean? The new item has been added without specifying a deployment table. The Java class associated to the new item is missing. The new deployment table has been added without specifying a new item. The new item type will be created after a system update. .
What should you do before you report incorrect software behavior to SAP (third-level support)? Note: There are 2 correct answers to this question. Document the complete technical environment information of the system where the incident occurred to provide to SAP. Tell the customer that the reported problem will be fixed in a future patch release. Reproduce and validate the problem on the standard out-of-the-box SAP Commerce. Test the issue on the customer's SAP Commerce installation. .
Where can you check the SAP Commerce platform version? Note: There are 2 correct answers to this question. In the bin/platform/project.properties file In the command line by running the ant-version In the bin/platform/build.number file In the Administration Console.
You are troubleshooting a connection pool issue. How do you investigate this issue? Note: There are 3 correct answers to this question. Check the physical connections. Check the configuration parameters related to connection pool. Request heap dumps. Request database dumps. Request console log files and thread dumps.
Which properties can you set to use Service Layer Direct? Note: There are 2 correct answers to this question. Set the sld.enabled modifier to True in the ImpEx file Set persistence.legacy.mode to False in core-spring.xml Set persistence.legacy.mode to False in the local.properties Set persistence.legacy.mode and servicelayer.prefetch to False All in the local.properties.
How are bug fixes provided to partners and customers? SAP Commerce delivers small jar archives called Hot Fix for the extension that fixes a specific bug SAP Commerce provides an extension that contains bug fixes SAP Commerce provides SAP Notes with code corrections describing the best way to fix a specific bug SAP Commerce provides a patch release that contains only bug fixes and security patches.
What does SAP Commerce Cloud, context-driven services capture? Note: There are 3 correct answers to this question. Quantity updates in the shopping cart Data replication events All customer interactions and behaviors Outgoing requests from SAP Commerce to external services Click events, order events, and address book event updates.
What must you configure when you use the iFlow? Note: There are 2 correct answers to this question. Set iFlow authentication type to certificate-based Set the receiver address setting and proxy type setting of the iFlow Assign the AuthGroup.IntegrationDeveloper role to the SAP Commerce user Assign the AuthGroup.IntegrationDeveloper role to the SAP Cloud Integration tenant.
SAP Commerce receives a Java OOM (out of memory) exception. What should you do first? Note: There are 2 correct answers to this question. Analyze the gc.log file for object allocation Increase the memory size Take a Java heap dump when the issue is detected Analyze the access.log file for frequent requests.
How does SAP Commerce use the LDAP protocol? Note: There are 2 correct answers to this question. SAP Commerce converts LDAP query results to ImpEx SAP Commerce imports user and group data from an external LDAP system. SAP Commerce can use the DSML protocol within LDAP SAP Commerce writes actions to the connected LDAP system.
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? Configure the auto reconnect property in the JDBC properties to reconnect to the database automatically Modify the FlexibleSearch query that fetches catalogs to fix the syntax errors Increase the number of connections in the pool if the current number is NOT sufficient Fix the missing links between related items in the catalog.
Which ImpEx headers can you use to update an SAP Commerce Cloud item? Note: There are 2 correct answers to this question. . UserGroup;UID[unique=true];locname[lang=en];locname[lang=de];groups(uid)[mode=append] UserGroup;UID[unique=true];locname[lang:en];locname[lang:de];groups(uid)[mode=append] UPDATE UserGroup;UID[unique=true];locname;groups(uid)[mode=append] INSERT_UPDATE UserGroup;UID;locname;groups(uid)[mode=append].
Which benefits does SAP BTP Extensions integration provide? Note: There are 2 correct answers to this question. A customization layer for SAP Commerce Cloud that depends on the API Registry module An alternative and independent application to SAP Commerce Cloud based on the backoffice An analysis layer to capture customer interactions, contexts, and behaviors for future processing Microservices that customize the standard functions of SAP Commerce Cloud without compromising on upgradability .
Report abuse Consent Terms of use