Answers
1. Menu is not a de- Which of the following Liquid objects do not have an
fault liquid associated handle
object
Product
Link
Blog
Menu
https://help.shopify.com/en/themes/liquid/objects
2. {% layout 'alter- Which of the following is required for an alternative
native' %} layout file?
{{ content_for_footer }}
{{ content_for_layout }}
{% layout 'alternative' %}
{% alternative_ layout %}
{{ get_content }}
https://www.shopify.com/part-
ners/blog/84342470-the-power-of-alternate-lay-
out-files-in-shopify-theme-development
3. True, since If you wanted to display offsite gateway buttons on your
these buttons checkout page, you would need to remove, or comment
show up in both out, the additional_checkout_buttons Liquid tag from the
cart and cart page.
checkout, you
would need to True
disable this tag False
in the cart page
in order to have https://help.shopify.com/en/themes/customiza-
it show in check- tion/cart/add-more-checkout-buttons-to-cart-page
out
4. Left to right Multiple filters can be applied to a single output. Filters
are applied in order from:
Left to right
,Shopify Theme Development Certification Exam Test with Verified
Answers
Right to left
,Shopify Theme Development Certification Exam Test with Verified
Answers
You can use parentheses to dictate the order
https://help.shopify.com/en/themes/liquid/filters
5. 50 MB What's the maximum size a theme zip file can be?
20 MB
50 MB
100 MB
There is no limit
6. yarn cre- If you are running Yarn, which Slate command will
ate slate-build gener- ate a new Slate project?
my-new-theme
yarn create slate-theme my-new-theme
yarn slate create-theme my-new-theme
yarn slate build-theme my-new-theme
yarn create slate-build my-new-theme
https://www.shopify.com/partners/blog/shopi-
fy-slate-new-release
7. True To submit a theme to the Shopify Theme Store, you
must be approved as a Shopify Design Expert.
True
False
8. True If a custom SEO description isn't provided for a product,
then the product description will be used as the meta
description instead.
True
False
https://help.shopify.com/en/themes/development/get
- ting-started/search-engine-optimization
9. [link text](link When creating a link for a label in the set-
URL) tings_schema.json file, which format is correct?
, Shopify Theme Development Certification Exam Test with
Verified Answers
(link URL)[link text]
(link text)[link URL]
[link text](link URL)
[link URL](link text)
https://help.shopify.com/en/themes/develop
- ment/theme-editor/settings-schema
10. <link What would you add to the <head> of your theme to
rel="canonical" prevent duplicate content issues with search engines?
href="{{
canonical_url <link rel="canonical" href="{{ canonical_url }}">
}}"> <link rel="unique" href="{{ unique_url }}">
<link rel="canonical" href="{{ no-follow_url }}">
https://www.shopify.com/partners/blog/canonical-urls
https://help.shopify.com/en/themes/development/get
-
ting-started/search-engine-optimization
11. Type Which of the following attributes is required to render a
block?
"A block must
have a name and Type
a type." ID
Title
Settings
Default
https://help.shopify.com/en/themes/development/sec
- tions#blocks
12. text textarea What are the different section input setting types
image_picker
radio https://help.shopify.com/en/themes/develop-
select ment/theme-editor/settings-schema#input-setting-types