SR info

Friday, 10 October 2014

Latest Shopify Test Question & Answer


Which of the following is Not an automatic email notification a customer can receive?

    The product they have ordered is currently in backorder====Ans
    they create a customer account for your store
    their order is cancelled
    they forget their password to their customer account.



A grouping of products defined by simple rules set by shop owners is called a:

    Quick collection
    You cannot group products on Shopify
    Themed collection
    Smart collection=====Ans



Where does Shopify tracks your online store’s traffic, revenue, and growth trends

    Statistics Section
    Dashboard Section=======Ans
    Customer Section
    Sales Section



Which of these are NOT programming languages supported by the Shopify API?

    Ruby on Rails
    Node
    All are supported=====Ans
    .Net


True or False? You cannot hide specific pages of your storefront.

    True
    False===Ans



What is the purpose of tagging a data type such as a product or customer?

    To delete all tagged items within a specified time block eg 1 hour, 1 day, 1 week, from current time
    To help identify, describe, or search for some property of the object=========Ans
    To help give discount codes to a specific customer or product
    To restrict tagged users from purchasing certain products


Which of these is an example of a product variance?

    All of these
    Different sizes of clothing=====Ans
    The difference in price between your product and your competitor
    The country in which you are located




What is the Shopify Job Board primarily used for?

    Hiring someone to help with your shop======Ans
    Shopify does not have a job board
    Alerting shop owners to openings at brick and mortar stores
    Shopify posts jobs they are looking to fill



True or False? Tags are case sensitive.

    False
    True=====Ans


When setting up promotions for a Shopify webpage how many discount codes/coupons can a customer use at once

    No Limit
    One=====Ans
    Three
    Two


Which of these are NOT available pricing tiers for Shopify?

    Unlimited - $179 per month
    Basic - $29 per month
    All are available tiers=======Ans
    Professional - $59 per month


True of False? Tags only show on Collection and Product Pages as well as Blog Posts.

    False
    True=====Ans

When setting up a new order notification which of the following options are available?

    Email address: Send the order notification to your email address.
    All of these options=============Ans
    Mobile phone: Send an order notification to a mobile phone number.
    Staff member: Send the email notification to a staff member


Which of the following online platforms does Shopify often use for managing apps created with the API?

    Heroku======Ans
    ActiveState
    Vfabric
    Cloudify


How can you ensure a particular image of your products gets "featured?"

    You can change the settings on the product preferences page
    Simply put it at the front of the list=========Ans
    This is a special feature of only a handful of themes
    Shopify selects products to be featured monthly


True or False? You can use the Shopify iPhone app to close/reopen orders.

    False
    True======Ans


When creating a Webhook for an event, which of the following URL will work properly?

    www.mycoolwebsite.com======Ans
    www.mycoolwebsite.com/internal
    www.example.com
    localhost:3000



When should you use the "_thumb" suffix in your image file name for each image you upload to Shopify?

    Only with the default Liquid file
    When designing an app for Shopify
    When you want the image to be correctly formatted
    Never, this will cause unintended issues with your picture============Ans

f there is no badge to the left of a customer on your Orders screen in the iPhone app, the order is:

    Closed======Ans
    Cancelled
    Behind schedule
    Still open


Can I change my collection handle?

    Yes====Ans
    No


What is the name of the tool Shopify uses to prevent spam?

    Defensio======Ans
    reCAPTCHA
    CAPTCHA
    Shopify does not currently prevent spam


What file format can you export and import files in

    TSV
    CSV=====Ans
    TXT
    YML


True or False? You can create groups of customers to send email newsletters to.

    True====Ans
    False


How many product variants are you allowed for each product?

    10
    There is no limit to product variances you are allowed
    100=====Ans
    It depends on the product type


Which of the following criteria is not available for specifying shipping rates?

    Location Based===========Ans
    Carrier Calculated Rates
    Weight Based
    Price Based


Which operating system is required for Shopify?

    All are supported========Ans
    Linux
    Windows
    MacOS

A feature that fetches and displays data on a Shopify shop page from an outside location is known as what?

    API Fetcher
    Application Proxy=====Ans
    Shopify does not allow for outside data to be displayed on a shop page
    Data Streaming


True or false? Smart Collections can be formed on both products and customers.

    True
    False=====Ans


True of False? You can set the administrative interface to any language you wish.

    False========Ans
    True




What can you accomplish by changing your DNS CNAME?

    You will be able to to use your own domain name as the the web address for your shop=====Ans
    You will be able to allow your products to be shipped overseas
    It is not recommended to change the DNS CNAME as this will void your agreement with Shopify
    You will be able to track traffic analytics for your shop


By default a Shopify webpage comes with a blog?

    False
    True=====Ans


How frequently does Shopify charge its fee?

    Weekly
    Immediately at every sale
    Every quarter
    Every 30 days====Ans


What is a Merchant Account?

    Another title for your username
    A special account only available to premium users
    An account held directly at a bank used to accept credit card payments=====Ans
    A section of your store for regular customers



How do CSV files need to be encoded when uploading in bulk?

    ASCII
    Single-byte encoding
    Java compatible
    UTF-8====Ans

What do you mean by SKU?

    Stock Keeper Unit
    Stock Keeping Unit======Ans
    Standard Keeper Unit
    Standard Keeping Uni


Which of these is NOT a method of payment accepted by Shopify?

    Paypal
    Nochex
    Quickpay
    All are accepted=====Ans


Shopify only allows owners to alter the _____ in customizing their checkout page design.

    Javascript
    CSS=====Ans
    HTML



When customizing an email template, which programming language do you use?

    Javascript
    Ruby
    CSS
    HTML======Ans


The two parts of your store are called:

    Admin and Windowshop
    Storefront and Preferences
    Storefront and Admin======Ans
    storename and storefront


What are webhooks?

    A type of call to action you can place on your blog to attract more customers
    A tool for retrieving and storing data from a certain event with your shop======Ans
    A developer of Shopify themes
    A service Shopify uses to cut down on bot traffic


What is the name of Shopify's ecommerce template language?

    Liquid======Ans
    Sell-it
    HTML
    CSS




What is the purpose of a fulfillment service?

    a third party service to process your payments
    a in house Shopify team to help customize your Shopify page
    a third party warehouse that prepares and ships your orders for you.=======Ans
    a third party service that optimizes a Shopifys webpage SEO rating


How do you enter Google Analytics tracking code in Shopify?

    It is a standard feature included with Shopify========Ans
    You need to contact Shopify support to set up this feature
    Shopify does not recommend using Google Analytics with your store



A service that authorizes credit card payments and processes them securely with a user’s merchant account is called a:

    Locked down payments
    Payment gateway==========Ans
    Secure Money Transfer
    Merchant fund source



What is the difference between the {{ }} and {% %} Liquid markup?

    The first is used for design, the second is used for math
    The first is for output, the second is for tags=====Ans
    They are interchangeable
    The first is for products, the second is for checkout



Which programming language is used to edit a Shopify webpage theme?

    Javascript
    HTML5
    CSS3
    All of these choices are used.======Ans
    Liquid



How does Shopify calculate shipping rates?

    The rates come directly from USPS
    Rates are based on the weight class you set up======Ans
    Shipping is always free on Shopify
    Rates fluctuate rapidly based on current transportation costs


What is the purpose of the Bogus Gateway

    Setting up a joke shop for events like Halloween and April Fools
    Forming partnerships with similarly themed stores
    Testing, primarily testing transactions without being charged a commission=====Ans
    Brainstorming new tags


When canceling an order will unfulfilled products be automatically restocked?

    True====Ans
    False



How many link lists are given to every shop by default?

    Time's Up!
    Two: a checkout list and a blog list
    Two: A main menu and a footer====Ans
    None: You must create your lists yourself
    One: A main menu



Which of the following is a way to edit your theme offline?

    Use the Textmate bundle to edit your theme inside TextMate (or E-editor on the PC) as a workaround====Ans
    Download your Liquid files and use a Java editor
    Contact Shopify to get offline editing enabled
    Export the theme as a .rby format



What is Shopify's easy-to-use in house programming language called

    Water
    Rails
    Codify
    Liquid=======Ans