1. Liquid .............. are the programming logic that tells templates what to do. ............. are wrapped in:
2. How many results are you able to output per page with the 'paginate' tag?
3. What is the output of the code?
4. Shopify liquid get related blog posts?
5. Which code is correct of Shopify cycle iteration to simplify?
6. Which page fields available to use?
7. Shopify Liquid error: Memory limits exceeded?
8. In Shopify, you can display money and currencies in different ways to make it easier for your customers to read monetary amounts in your store. Which of the following formats will display the amount 1134.65 as 1.134,65
9. Shopify provides all its customers with a world class __ run by Fastly at no additional charge. This means that your Shop will be fast around the globe, even in remote areas like New Zealand and South Africa despite the Shopify servers being in North America. Faster load times have shown over and over again to lead to more sales, so this is a big win for everyone.
10. How do change the title-Attribute in Shopify's liquid?
11. In Liquid, what will get printed in the code below ?
12. You can activate SSL certificates in your Shopify admin to encrypt your online storefront's content and publish it securely using HTTPS instead of HTTP. Which one is NOT a benefit for using SSL in your online store ?
13. Correct way of using SCSS/SASS in Shopify?
14. Which article fields are available to use?
15. The img_tag filter can be used on which objects?
16. Which page fields can be used?
17. Which product fields are available to use?
18. Shopify Payments provides following payment gateways :
19. In Liquid code, what will get printed, considering fulfillment.tracking_numbers is nil ?
20. Purpose of adding the liquid extension to your assets?
21. In given Liquid code, what will get displayed, considering that customer.email has the value [email protected] ?
22. You want to use external CSS which you already uploaded in the assets folder. How do you link it to the page on which you want to use it?
23. You want to use external JS which you already uploaded in the assets folder. How do you link it to the page on which you want to use it?
24. In Liquid, what will get printed from the following code?
25. Adding a Custom API Function After Shopify Checkout?
26. In Shopify, when you get a theme from the theme store that is offered in many styles, one of those styles will be applied by default. To change your theme style, go to the 'Customize theme page', then click in:
27. In Shopify, many themes include styles that let you quickly set many theme options at once. By choosing a style, you can quickly change the appearance of your current theme.
28. Main template file used by default?
29. Correct way to create variable?
30. _____is a tailor-made theme for the modern apparel store. Features include a mobile-first responsive design, unique typography, an edge-to-edge homepage slideshow, a dynamic product grid, and product pages with at-a-glance availability for each size.
31. When uploading a theme to Shopify, there's a _ MB file size limit. If you get an error uploading a new theme, make sure that the .zip file is smaller than the MB file size limit.
32. In Liquid, the ..... filter removes any duplicate instances of elements in an array.
33. Regarding Liquid global objects, the ____ returns the set of the menus and links in your store.
34. From which folder of a theme does 'include' tag inserts code?
35. Which of the following is the correct way to change a Shopify theme name?
36. Which of the following correct way to change a shopify theme name?
37. Which one is NOT a theme made by Shopify ?
38. You can import a theme by uploading a __ file containing a theme.
39. For themes with , Shopify's theme editor offers an easier way to customize your store's home page content. You can add, reorder, and remove content on your store's homepage using ), which let you customize your store's design and content in a quick and visual way.
40. A responsive theme's layout adjusts to your device's _____. It provides an optimal viewing experience, easy reading, and accessible navigation on mobile phones, tablets, laptop and desktop computers.
41. Your store's controls all aspects of your online store's appearance and layout. You can manage from the _____ page of your Shopify admin.
42. In Liquid, the _____ tag executes a block of code only if a certain condition is not met (that is, if condition is false).
43. In Liquid, the _____ tag loops through a group of strings and outputs them in the order that they were passed as parameters. Each time an iteration is called, the next string that was passed as a parameter is output.
44. Which one is not true in regards to Liquid objects?
45. Number type in Liquid includes the following
46. Liquid objects can be which of the following datatypes?
47. In Liquid, _____ are simple methods that modify the output of numbers, strings, variables and objects. They are placed within an output tag {{ }} and are denoted by a pipe character |.
48. Control flow tags create conditions that decide whether blocks of Liquid code get executed. Which one is NOT a control tag?
49. Money filters format prices based on the Currency Formatting found in General Settings. Which one is NOT supported money filter in Liquid ?
50. ''Accepts an array element's attribute as a parameter and creates a string out of each array element's value.'' Which Liquid filter is described above ?
51. Which one is not true about 'increment' tag?
52. Correct way to load full-width.liquid template?
53. In Liquid, which one is NOT a basic operator ?
54. Variable Tags are used to create new Liquid variables. Which one is NOT a variable tag ?
55. Iteration tags repeatedly run blocks of Liquid code. Which one is NOT a iteration tag ?
56. Correct way to output next variable?
57. What will be the output?
58. Liquid uses a combination of , __, and __ to load dynamic content. They are used inside Liquid template files, which are a group of files that make up a theme.
59. The following objects can be used and accessed from any file in your theme, and are defined as global objects, or global variables, EXCEPT for:
60. Consider following code , What will be output?
61. If you've downloaded and/or purchased a new Shopify theme for you store, you need to and it for your customers to see the changes.
62. In Liquid, you can include {% ______ 'alternate' %} at the beginning of a template file to use an alternate layout file from the Layout folder of your theme. If you don't define it, the theme.liquid template file is used by default
63. When working with theme files in Shopify, which one is NOT a supported operation?
64. Which one is not true about 'decrement' tag?
65. Which conditional statement code snippet is correct?
66. Handles are used to access the attributes of Liquid objects. By default, a handle is the object's title in lowercase with any spaces and special characters replaced by _____.
67. if you've changed theme files and need to revert them, you can roll back _____ files individually to a time and date before you made the changes.
68. Shopify Liquid template language is written in :
69. Which one is not existing Theme property?
70. if you have a theme on your computer that you want to install, you can upload it to your Themes page. But you can install a maximum of _____ themes in your store.
71. Regarding themes in Shopify, what's the incorrect statement?
72. Wherever you sell online, you'll use your secure Shopify checkout to accept orders and take payments. You can view and update your store's checkout settings from the Checkout settings page in your Shopify admin. Which of the following is NOT supported in Shopify checkout ?
73. Correct way to leave un-rendered code inside a Liquid template?
74. Theme tags have many functions, NOT including:
75. Which one is photography-first theme with a minimal UI that features edge-to-edge photography?
76. In Shopify checkout, the order status page updates in real time as the status of the shipment changes. Possible statuses are, EXCEPT for:
77. Regarding features of themes in Shopify plataform, which one is NOT correct ?
78. You can embed or link to other types of media in your online store including?
79. Which one is correct about Shopify Liquid: Variables within Filters?
80. Correct way of Shopify Liquid: Variables within Filters?
81. Any Premium or paid theme in the Shopify Theme Store allows you to _____ it on your store using the Themes page in the admin.
82. How to use {% include '''' %} in Shopify for an app?
83. Accessing forEach index inside a liquid variable?
84. Redirect properties in Shopify?
85. In June 2009, Shopify launched an _____ and App Store?
86. Valid values for ApplicationCharge the status of the application charge?
87. Maximum page size allowed, in kilobytes ?
88. Which one is NOT a supported Digital Currency ?
89. Shopify founded by?
90. Because Shopify deploys your store with a CDN (Content Delivery Network), all images of the store are cached at thousands of 'edge servers' around the world. Therefore Shopify has to indicate to the CDN that images have changed manually. To do this, Shopify uses the ____ filter which automatically appends 'asset versions' to all urls generated. This is the ?v=1384022871 style appendages that you see all over Shopify.
91. Regarding deploying Shopify sites in custom domains, choose correct statement.
92. All Shopify stores automatically generate a sitemap.xml file that contains links to all your products, product images, pages, collections, and blog posts. This is used by search engines like Google and Bing to quickly scan your webpages for content. Where is the sitemap.xml located based on your Shopify store's primary domain name ?
93. Which one is true about editing the HTML / Liquid on the checkout page in Shopify?
94. How to edit the HTML / Liquid on the checkout page in Shopify?
95. Shopify provides all its customers with a world class __ run by Fastly at no additional charge.
96. A protocol-independent URL simply begins with ...
97. To check Shopify vendor if statement?
98. CDN means that all images of a store are cached at thousands of 'edge servers' around the world, Shopify has to indicate to the CDN that images have changed manually. CSS often exhibits the above issue. If you reference images directly from your CSS then these urls will be static and will not carry the asset version that Shopify updates automatically. To solve this you will have to ...
99. What two programming languages are used to edit a shopify webpage theme?
100. True of False? Tags only show on Collection Pages.
JSON
Ruby on Rails
C++
CCNA
CISCO
CakePHP
Related MCQ's
Popular MCQ's