Shopify Theme Development Certification Exam QUESTIONS WITH COMPLETE 100% VERIFIED SOLUTIONS 2024/2025 Which of the following Liquid objects do not have an associated handle Product Link Blog Menu https://help.shopify.com/en/themes/liquid/objects Menu is not a default liquid object Which of the following is required for an alternative layout file? {{ content_for_footer }} {{ content_for_layout }} {% layout 'alternative' %} {% alternative_ layout %} {{ get_content }} https://www.shopify.com/partners/b log/84342470 -the-power -of-alternate -layout -files-in-shopify -
theme -development {% layout 'alternative' %} If you wanted to display offsite gateway buttons on your checkout page, you would need to remove, or comment out, the additional_checkout_buttons Liqui d tag from the cart page. True False https://help.shopify.com/en/themes/customization/cart/add -more -checkout -buttons -to-cart-page True, since these buttons show up in both cart and checkout, you would need to disable this tag in the cart page in order to have it show in checkout Multiple filters can be applied to a single output. Filters are applied in order from: Left to right Right to left You can use parentheses to dictate the order https://help.shopify.com/en/themes/liquid/filters Left to right What 's the maximum size a theme zip file can be? 20 MB 50 MB 100 MB There is no limit 50 MB If you are running Yarn, which Slate command will generate a new Slate project? yarn create slate -theme my -new-theme yarn slate create -theme my -new-theme yarn slate b uild-theme my -new-theme yarn create slate -build my -new-theme https://www.shopify.com/partners/blog/shopify -slate -new-release yarn create slate -build my -new-theme To submit a theme to the Shopify Theme Store, you must be approved as a Shopify Design Expert . True False 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/getting -started/search -engine -optimization True When creating a link for a label in the settings_schema.json file, which format is correct? (link URL)[link text] (link text)[link URL] [link text](link URL) [link URL](link text) https://help.shopify.com/en/themes/development/theme -editor/settings -schema [link text](link URL) What would you add to the <head> of your theme to prevent duplicate content issues with search engines? <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/getting -started/search -engine -optimization <link rel="canonical" href="{{ canonical_url }}"> Which of the following attributes is req uired to render a block? Type ID Title Settings Default https://help.shopify.com/en/themes/development/sections#blocks Type "A block must have a name and a type." What are the different section input setting types https://help.shopify.com/en/themes/development/theme -editor/settings -schema#input -setting -
types
theme -development {% layout 'alternative' %} If you wanted to display offsite gateway buttons on your checkout page, you would need to remove, or comment out, the additional_checkout_buttons Liqui d tag from the cart page. True False https://help.shopify.com/en/themes/customization/cart/add -more -checkout -buttons -to-cart-page True, since these buttons show up in both cart and checkout, you would need to disable this tag in the cart page in order to have it show in checkout Multiple filters can be applied to a single output. Filters are applied in order from: Left to right Right to left You can use parentheses to dictate the order https://help.shopify.com/en/themes/liquid/filters Left to right What 's the maximum size a theme zip file can be? 20 MB 50 MB 100 MB There is no limit 50 MB If you are running Yarn, which Slate command will generate a new Slate project? yarn create slate -theme my -new-theme yarn slate create -theme my -new-theme yarn slate b uild-theme my -new-theme yarn create slate -build my -new-theme https://www.shopify.com/partners/blog/shopify -slate -new-release yarn create slate -build my -new-theme To submit a theme to the Shopify Theme Store, you must be approved as a Shopify Design Expert . True False 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/getting -started/search -engine -optimization True When creating a link for a label in the settings_schema.json file, which format is correct? (link URL)[link text] (link text)[link URL] [link text](link URL) [link URL](link text) https://help.shopify.com/en/themes/development/theme -editor/settings -schema [link text](link URL) What would you add to the <head> of your theme to prevent duplicate content issues with search engines? <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/getting -started/search -engine -optimization <link rel="canonical" href="{{ canonical_url }}"> Which of the following attributes is req uired to render a block? Type ID Title Settings Default https://help.shopify.com/en/themes/development/sections#blocks Type "A block must have a name and a type." What are the different section input setting types https://help.shopify.com/en/themes/development/theme -editor/settings -schema#input -setting -
types