AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 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?

Show Answer
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

3 comments
Sign in to comment
rakayaDOption: B
Dec 16, 2020

sorry my bad. B is correct.

rakayaDOption: C
Dec 16, 2020

C is the correct answer.

chunpinOption: B
Jan 7, 2021

Answer: B