75only - Ends in 0d 00h 00m 00s - Coupon code = 75only
Pass the Salesforce Developers Comm-Dev-101 Questions and answers with Dumpstech
Given the sandbox with:
• Service configured and assigned to its profile and credential
• A code version that uses that service
And given the requirement to limit the number of success or error calls the code can perform to a restricted number of calls per second. Which configuration should the developer perform?
Business Manager has the configuration:
• Active Log category is " root "
• Log level of WARN
The code below is executing:
varlog=Logger.getLogger( " products " );
Using this information, what will be written to the log?
Consider the following information:
A merchant has this three-tier category structure setup in the Storefront catalog.
New Arrivals > Women > Clothing
The category named Clothing has all the clothing items for Women and is merchandised.
A Search Refinement named Newness is correctly configured for the Clothing category.
When a merchandiser views the Clothing category, the Search Refinement appears and works as expected. However, the merchandiser does not see the Search Refinement when searching for Clothing via the Storefront search.
Why does the merchandiser not see the Search Refinement?
A client has a requirement to allow users on the Storefront to filter by a newly created attribute.
After creating the search refinement, what else is necessary to achieve this?
There are three logging categories: category1, category1.eu, and category1.us. In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes.
varlogger=Logger.getLogger( " loggerFile " , " category1.eu " );
logger.warn( " This is a log message " );
What is the result?
A client has a requirement to allow users on the Storefront to filter by a newly created attribute. Which is necessary to achieve this?
Given a template rendered by a controller with caching and a remote include without caching, which situation applies?
A developer is implementing a new feature that requires the use of a custom object. What is the first step the developer should take?
A developer implements an Open Commerce API call to add products to a basket. Given the following resource configuration:
{
" resource_id " : " /baskets/** " ,
" methods " :[ " get " ],
" read_attributes " : " (**) " ,
" write_attributes " : " (**) "
}
Which modification allows the requests to successfully execute?
A developer is working on a feature that requires the use of a third-party API. What is the best practice for handling API responses in Salesforce B2C Commerce?