PrepAway - Latest Free Exam Questions & Answers

Author: admin

Assuming that property impex.legacy.scripting is set to false and ‘Enable code execution’ is checked, what

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. New entries will NOT be updated or inserted in the table titles. B. All “foo”, “bar”, and “baz” codes will be updated or […]

Your solution has been live for a significant period of time and you now need to update project data across mu

Your solution has been live for a significant period of time and you now need to update project data across multiple environments. What is the recommended approach for updating the project data? A. With each deployment, manually import the ImpEx files via the hybris Admin Console or via the ant importimpex target. B. Create a […]

How many category items will the following ImpEx create?

How many category items will the following ImpEx create? $prodCat=electronicsProductCatalog $version=Staged $catVersion=catalogVersion(catalog(id[default=$prodCat]),version[default=$version]) INSERT_UPDATE Category;code[unique=true];$catVersion[unique=true] ;test_category;electronicsProductCatalog ;test_category;apparelProductCatalog:$version ;test_category;:Online ;test_category; A. 2 B. 3 C. 1 D. 4

You need to create a CronJob for an automated task that will be performed every day at midnight.

You need to create a CronJob for an automated task that will be performed every day at midnight. Which steps would you follow? (Choose three.) A. Register the JobPerformable bean in your extension’s Spring configuration file. B. Create a CronJob item and a trigger for midnight using ImpEx or Backoffice. C. Perform a system update […]

You are implementing two new independent extensions, extension A and extension B, that each extend and overwri

You are implementing two new independent extensions, extension A and extension B, that each extend and overwrite a bean of the core platform. How can you make sure the bean from extension B takes precedence over the one from extension A? (Choose two.) A. Add only one of the extensions into localextensions.xml at the same […]

You have generated a new extension based on the ywebservices template.

You have generated a new extension based on the ywebservices template. You have enabled server-side caching. How would you annotate your method to take advantage of caching? A. Add a @CacheControl annotation with the value attribute equal to your cache name and a custom key defined using SpEL. B. Add a @Caching annotation with the […]


Page 18 of 208« First...10...1617181920...304050...Last »