Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 66

A developer is working with the following HTL expression in a component rendering script:

What is the expected output of this expression?

    Correct Answer: B

    The HTL expression removes the 'foo' selector, leaving the 'bar' selector. The '@extension' is set to 'html', so the expression part '/infinity.json' is replaced by '.html'. It also prepends the suffix 'hello' and appends 'world'. So the expected output is 'path/page.bar.html/hello/world'.

Discussion
rakayaDOption: B

sorry my bad. B is correct.

chunpinOption: B

Answer: B

rakayaDOption: C

C is the correct answer.