Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E720 Topic 6 Question 18 Discussion

Actual exam question for Adobe's AD0-E720 exam
Question #: 18
Topic #: 6
[All AD0-E720 Questions]

An Adobe Commerce developer wants to override the following Layout XML file in the theme ExampleCorp/orange.

app/design/frontend/ExampleCorp/blank/Vendor_Module/layout/catalog_product_view.xml

What path would the developer use inside the layout directory of the theme to override the file?

Show Suggested Answer Hide Answer
Suggested Answer: B

The bin/magento dev:source-theme:deploy command is used to create symlinks for frontend theme files during development. This command allows the developer to modify source files without running static content deployment every time. The developer can use parameters to specify the type, locale, theme, and file names for creating symlinks. For example, to create symlinks for a CSS file named styles-l.css for the Vendor/Orange theme and the en_US locale, the developer can use:

bin/magento dev:source-theme:deploy --type=less --locale=en_US --theme=Vendor/Orange css/styles-l

The other two options are incorrect because they do not create symlinks for frontend theme files. The bin/magento dev:theme:deploy command is used to register themes with Magento and clear caches. The bin/magento deploy:mode:set command is used to change the application mode. Reference:Adobe Commerce Developer Documentation,Adobe Inc.


Contribute your Thoughts:

Barbra
24 days ago
Option A sounds like a good choice, but I'd prefer to override the file using a layout update that includes glitter and rainbows. That would really make it stand out!
upvoted 0 times
Eric
4 days ago
User 1: I think Option A is the way to go.
upvoted 0 times
...
...
Nieves
27 days ago
Hmm, this question is a bit tricky. I'm tempted to go with Option B, but I'm worried I might be missing something obvious. I wish the question provided more context.
upvoted 0 times
...
Sheridan
30 days ago
Option C is too simple. It's missing the directory structure that the question is asking for. This path wouldn't work for overriding the layout file.
upvoted 0 times
...
Rolande
1 months ago
I think Option B is the correct answer. The documentation states that the path should be relative to the 'app/design/frontend' directory, so this looks right.
upvoted 0 times
...
Marta
1 months ago
Option A seems reasonable, but I'm not sure if the path is correct. Shouldn't it be 'app/design/frontend/ExampleCorp/orange/Vendor_Module/layout/catalog_product_view.xml' instead?
upvoted 0 times
...
Shonda
2 months ago
Actually, I think it's just /catalog_product_view.xml because it's already in the theme directory
upvoted 0 times
...
Denny
2 months ago
I disagree, I believe the correct path is /override/theme/ExampleCorp/blank/catalog_product_view.xml
upvoted 0 times
...
Shonda
2 months ago
I think the path would be /override/ExampleCorp/blank/catalog_product_view.xml
upvoted 0 times
...
Delisa
2 months ago
But the developer wants to override the file in the theme ExampleCorp/orange, so it should be A)
upvoted 0 times
...
Teri
2 months ago
I disagree, I believe the correct path is C) /catalog_product_view.xml
upvoted 0 times
...
Delisa
2 months ago
I think the answer is A) /override/ExampleCorp/blank/catalog_product_view.xml
upvoted 0 times
...

Save Cancel