-
Developer wants output as -314%. PiValue is -3.14. So what should be the HTML?
- A. {-#%, piValue} a this answer will be in this {#%, @format piValue}
- B. {-#%, piValuepercent100}
- C. {-#.##%, piValue}
-
Developer wants to print “Hello World” in only edit mode. What should be the HTL?
- A. data-sly-test=${wcm.edit}
- B. data-sly-test=${wcmmode.editor}
- C. data-sly-test=${wcmmode.edit}
-
What a developer must use to use jcr:property in java variable
- A. Crx/de
- B. HTL
- C. Sling Model
-
A developer want to extend a core component so what property that developer has to use
- A. Sling:resourceType
- B. Sling:resourceSuperType
-
A developer wants a custom component that has functionality of core component so what component he needs to create?
- A. Custom Component
- B. Proxy Component
- C. Core Component
-
What will be the correct syntax for getting request attribute in sling model? (choose two).
- A. @RequestAttribute(“testParam”)
- B. @Inject(name = textParam)
- C. @Inject @Source(request-attributes) @Named(“testParam”)
-
Where a developer needs to write the business logic in java?
- A. Ui.config
- B. Ui.apps
- C. Core
-
A Project has a transient workflow. But a specific step defeat the purpose of making workflow to transient. creates a sling job to proceed further and generates error messages in log files. To make it better which step must be removed?
- A. Process Step
- B. Container Step
- C.Participant Step
-
While using the custom workflow model on multiple assets/ pages, workflow instance is getting started for each assets/pages, which property can be enabled to start a single workflow instance if multiple assets/pages are subjected?
- A. Multi-Resource Support
- B. Multi-Resource Helper
- C. Transient Workflow
-
How to get metadata of workflow by using java snippet?
- A. WorkflowDataMap wfd = workflowitem.getMetaDataMap(); wfd.Put(key, Value);
- B. WorkflowDataMap wfd = workflowitem.getWorkflow().getMetaDataMap(); wfd.Put(key, value);
- C. WorkflowDataMap wfd = workflowitem.getWorkflow().getWorkflowData().getMetaDataMap(); wfd.Put(key, Value);
-
While configuring Content Fragment component author has selected display mode as “Single Text element”. This enables the selection of one Multiline text element and enables paragraph control options. Which two properties will now determine the resulting paragraph system? (choose two).
- A. Paragraph title/ Paragraph heading
- B. Paragraph scope
- C. Paragraph description
- D. Paragraph range
-
While exporting the Experience Fragment to json what selector should be used?
- A. nocss
- B. text
- C. plain
-
A developer needs to create various content fragments depending on some dynamic names by writing java code. which cod should be used to create a new content fragment?
- A. resource.createFragment
- B. .adaptTo(Fragment.class)
- C. FragmentTemplate.createFragment();
-
A developer need to export Experience Fragment to adobe target then what should be the format for exported?
- A. HTML
- B. JSON
- C. XML
-
What is the plugin name used to clean the target folder?
- A. mvn-clean-plugin
- B. maven-clean-plugin
- C. clean-plugin
Thank you for visiting our site! We’d love to hear your thoughts—feel free to leave a comment below.
😊😊😊