Section 1

Preview this deck

Best usability practices when building an online catalog and checkout system

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 14, 2020

Cards (89)

Section 1

(50 cards)

Best usability practices when building an online catalog and checkout system

Front

Always place yourself in the customers' shoes to design for their optimal experience. Make sure that products and information are easy to find and that the process to checkout is a streamlined experience with the leas amount of barriers to conversion in place

Back

What are the different shopping cart promotion types, and how can shoppers apply them as discounts?

Front

-Percent of product price discount -Fixed amount discount -Fixed amount discount for whole cart -Buy X get Y free (discount amount is Y) -Either automatically or via a coupon

Back

Does Magento Enterprise Edition functionality allow merchants to contact shoppers about their abandoned shopping carts?

Front

-See Reports -> Shopping Car and select Abandoned Carts -Can then export as CSV or contact with the email of the account if the user has submitted that information

Back

How can you create a page redirects for specific search requests?

Front

-Navigate to Catalog -> Search Terms -Edit or Add New Search Term -Choose the term and specify the page to redirect users to

Back

Advantages of Magento MVC Architecture when building a site.

Front

-Used to keep the code modular and clean to assist in the programming (keeps things separate) Divides a given software application into three interconnected parts, so as to separate internal representation of information from the ways that information is presented to or accepted from the user -The central component, the model, consists of application data, business rules, logic and functions -A view can be any output representation of information, such as a chart or a diagram -Multiple views of the same information are possible, such as a bar chart for management and a tabular view for accountants -The third part, the controller, accepts input and converts it to commands for the model view

Back

How can you display associated products in the car and on the product page?

Front

-This can be accomplished by specifying one of the product relations (related, up-sell, cross-sell) -Can either be specific (in the product record) or rule-based (EE only)

Back

Which Magento feature can be used to display different content (example: CMS banner) depending on customer playgroup?

Front

-Customer Segmentation

Back

Omni-Channel

Front

Step above Multi-Channel. Omni-Channel dictates that we should provide same brand experience irrespective of channel/medium customer chooses

Back

Can shopping cart products be shared among different websites?

Front

No, only one cart per site that is not shared

Back

RMA

Front

Return Merchandise Authorization

Back

PA-DSS

Front

Payment Application Data Security Standard Implemented in an effort to provide the definitive data standard for software vendors that develop payment applications

Back

What are the main differences in Magento indexing between Magento Community Edition 1.8 and Enterpise Edition 1.13?

Front

-Partial Indexes -Removed ability to manually re-index

Back

Agile methodology

Front

-Spring based delivery -Iterative development where priorities can shift each sprint -Provides flexibility to implement small changes to the product as it can be seen as an output to each sprint -Planning is style required

Back

Can you have different product types using the same Attributes Set?

Front

Yes, can definitely have different product types using the same attributes

Back

What are the different product or order price discount options available in the shopping cart in Magento Enterprise Edition?

Front

-Percent of product price discount -Fixed amount discount -Fixed amount discount for whole cart -Buy X get Y free (discount amount is Y)

Back

MVC

Front

Model View Controller

Back

When Should PA-DSS Be Applied?

Front

This should be applied on any site that is utilizing payment applications

Back

How can you set up a product catalog for best search results, taking into account issues of duplicate content, meta content, meta title, keyword search terms in product description, attribute weight and so on?

Front

Duplicate content - Ensure that each product will have a unique description and there is only a single path to the same product. Meta content - ensure that this is populate and crawlable Meta title - again, make sure that this is populated Keyword search terms - make sure that this information is populated and relevant Attribute weight - When SOLR is used, make sure that weights are accurately assigned and that the most relevant fields across the catalog have the greatest weight

Back

How can a customer register an account when placing an order?

Front

-Option to 'Create an account" or 'Checkout as guest' as the first step in the checkout process

Back

Can a customer submit a JPG image with a product review?

Front

NO

Back

S.M.A.R.T Requirements

Front

-Specific -Mesurable -Achievable -Relevant -Time-bound

Back

Different ways in which an Admin user can update product inventory

Front

-Directly in the product record -Mass import updates -Creating an order in the admin -Creating a credit memo and returning to stock -Canceling an order

Back

What is the product "Attribute Set" used for in Magento?

Front

A grouping of attributes that can be used as a template for similar products (for example, there could be a set specific to electronics and one specific to clothing as there is not a lot of overlap)

Back

What is the process of creating layered navigation (including category creation and attributes, product attribute types, and product-category associations)?

Front

-Create and category tree that will be used for the main navigation and potential drill down -Create the attributes and determine which will be used for reductive navigation from the manage attributes section of the admin -Assign the products to categories and the appropriate attribute values

Back

Multi-Channel

Front

Providing different platforms like web, mobile, etc. to faciliate the sale of products/items

Back

When Is SSL Required When Transacting Online Data?

Front

It is required when the data is personal or private

Back

Minimum attributes to create a simple product

Front

-Name -Description -Short Description -SKU -Weight -Status -Visibility -Tax Class -Price -Qty (If Manage Stock = Yes)

Back

Can a customer place orders?

Front

Dependent on if 'Guest Checkout' is selected as an option in the admin configuration

Back

Process for getting a site certified as PCI-compliant

Front

Utilize a PCI scanning told that will provide a report on the level of compliance. If there are any failures, they will need to be addressed and resolved before a rescan can take place.

Back

How can you change the layout of the catalog pages using Magento Admin functionality?

Front

-List Mode -Custom Design

Back

How can you create a product discount to have it automatically added in the shopping cart

Front

-Shopping cart price rule

Back

Process for creating a product, and catalog data used in this process

Front

Catalog -> Manage Products -> Add Product Select the Product type and attribute set Based on the above set the appropriate attributes Upload images Enable the product and assign to the appropriate categories

Back

Requires attributes for creating a CMS page using Magento Admin functionality

Front

-Page title -URL key -Store View -Status -Layout

Back

Can customers ship products to multiple different addressed using native Magento functionality?

Front

YES

Back

Methods available in the Magento Admin (in the System section) to change the design of a site

Front

-Package -Themes

Back

How does the persistent shopping cart option work in Magento?

Front

When a user adds a product to their cart (even if not logged in), that session is cookied so if the user is to return, those items will still appear in their cart as a part of that session

Back

What marketing and merchandising features are available only in Magento Enterprise Edition?

Front

-Customer Segmentation -Dynamic Rule Based Product Relations -Persistent Shopping -Automated Email Marketing Reminder -Private Sales -Gift Registry -Gifting options -Rewards Points -Store Credits -Multiple Wish Lists

Back

Waterfall methodology

Front

-Traditional methodology -Typically will be managed via a Gantt chart -Not flexible to change -Typically need to design and scope the entire project before beginning

Back

How can you display a telephone number in a page footer using Admin functionality?

Front

-Specify the phone number for the store -Enable display in footer using the appropriate variable

Back

When does product inventory change (decrease) during the ordering process?

Front

When the order is actually placed by the end user (pending/processing)

Back

Canonical Link Element

Front

Used for SEO that will describe the 'proper' link that should be used.

Back

Different product types in Magento Enterprise Edition

Front

-Simple -Configurable -Grouped -Bundle -Virtual Downloadable -Gift Card

Back

SSL

Front

Secure Socket Layer Required as it will encrypt data that is entered client side when transmitting to the application

Back

Best practices for protecting commerce user data

Front

Never store sensitive data onsite (CC or payment info) and for the data that is stored, ensure that the information is encrypted where available and correct server security measures are in place to prevent access to this information

Back

Type of RMA

Front

RESOLUTION: -Exchange -Refund Store Credit REASON FOR RETURN: -Wrong Color -Wrong Size -Out of Service

Back

Social Merchandising" techniques that are used in commerce

Front

-Ratings, likes, comments and purchases from either a social network or a broader community -This can involve onsite ratings and reviews Currently the trend is moving towards matching customer interests with products offering.

Back

What payment methods are payment functionality are available only in Magento Enterprise Edition?

Front

-Payment Bridge -CoD

Back

How can an administrator control the inventory change?

Front

-Manage Stock Yes/No -Decrease Stock When Order is Placed

Back

Product data constructed in Mangeto

Front

EAV structure so that there can be an ever-expanding structure of data Elements of a product include: -Attributes -Categories -Inventory -Pricing -Images -Product Associations -Design -Website Associations -Product Reviews -Product Tags

Back

How is the price defined for a product and what methods are available for the changing product price using Magento Admin functionality?

Front

-Price is defined within the Prices tab of a product -Can be set as a standard price -Set a special price -Set a group price -Set a tier price -Configurable base plus price -Custom options -Catalog price rules -Shopping cart price rules

Back

Section 2

(39 cards)

What are the three common methods of creating product price discounts?

Front

-Direct: Assigning a value to the Sale Price of the product -Shopping Cart Price Rule -Catalog Price Rule

Back

What are the differences between customer segments and customer groups?

Front

Groups can be used for pricing -Segments are used mainly for marketing Groups are 1:1 Segments are 1:many

Back

Can a customer apply a coupon on the order review page?

Front

No they cannot, only in the car (native)

Back

How can a Magento Admin user disabler an extension using Admin functionality

Front

-Disable Module Output

Back

What is a gift certificate, and how can it be used?

Front

-A Magento Gift Certificate is a form of payment that can applied to an order -This can be applied on the Cart page before proceeding to checkout

Back

How can product attributes be used when creating shopping cart discounts

Front

-If the Attribute is given the property of 'Can be used in creating promotions' then a condition of that Attribute as it applies to Products can be defined to apply the desired pricing rule

Back

A customer wants the ability to preview product information pages in the production environment before making them live. What Magento Enterprise Edition module would you recommend to satisfy this need?

Front

-Content Staging

Back

Can you add an image to a product using Magento product import functionality?

Front

-Yes, FTP or web server location

Back

When editing a pending order, what data can be changed?

Front

Address and contact information

Back

How can customer groups be used in assigning discounts?

Front

-Can select the Group(s) that the discount will apply to -Can create a specific Price for a specific Group

Back

What is Magento Secure Payment Bridge?

Front

-Magento Secure Payment Bridge assists merchants win meeting PCI standards with this Payment Application-Data Security Standards (PA-DSS) compliant payment application -Implementing Secure Payment Bridge with Magento Enterprise save online money and time when it comes to complying with PCI DSS Standards

Back

A customer wants to display a CMS block on category pages. What would be the most efficient way to implement that?

Front

-Specify the 'Static Block' to be used for the category -Select to display 'Products and Static Block'

Back

How could you create a product price discount and display a related on sake banner on listing pages using Magneto Enterprise Functionality?

Front

-Create the Product Price Discount Rule -Create the required banner -Assign the Related Promotion to the Banner

Back

Does Magento native logic allow for partial shipment or partial payment of an order, and if so, what are the conditions for using this functionality?

Front

-Yes, only if an appropriate payment method is used that will allow for the partial capture -Split shipments can usually be applied to an order, however the invoice would be for the complete order (depending on the payment method)

Back

What are the three major security feature in native Magento EE v. 1.13

Front

-CSRF - Cross-Site Request Forgery (Form Keys) -Secure payment bridge -PA-DSS Certification

Back

What customer and product data can be imported an exported using Magento native logic?

Front

-All customer data and customer attributes -Contact information -Address -Custom Attributes -All product data -Attributes -Pricing -Inventory -Note that product relations cannot be exported

Back

What is the process of creating a product in Magento using import functionality?

Front

-Creating all desired attributes and if appropriate, attribute values -Export the current product sheet -Update the sheet to add the desired products -Reimporrt the sheet -Alternatively, can use data flow profiles

Back

What customer's data is saved in cookies, and how is it used in the storefront using Magento native functionality?

Front

-Items in cart -Some data that the user enters -Store selection (store view, store, website)

Back

How can a customer account password be changed by a customer or an Admin user?

Front

Customer - My Account or Password Reset Admin - In the customer

Back

Does creating a product price attribute require a customization or can this be achieved using native Mangeot functionality?

Front

This can be accomplished via the Admin

Back

How is shopping cart coupon code use tracked with Magento native logic?

Front

This code is stored with the order and if used is recored against the counter for the specific Coupon Code (if their is a limit)

Back

What product types do not require any shipping cost?

Front

-Virtual -Downloadable -Gift Card -Subscription

Back

Using Magento Enterprise Edition native functionality, how could you display a personalized banner target to customers who match specific conditions?

Front

-Create the appropriate Customer Segment based on Customer Segments

Back

What shipping option attributes are available for a customer when placing an order?

Front

-Single shipment -Multi-Shipment

Back

What is the data encryption, hashing key management method used in MAgento EE v. 1.13?

Front

-SHA-256 -AES-256

Back

What are the different methods of creating an order in Mangeot: One Page Checkout, Multiple Addresses Checkout, Backend Create Order, Web Services API, Order Import, Other?

Front

-One Page Checkout -Standard Checkout -Admin Order Create -Web Services API -Order Import -Reorder

Back

How are cookies used in Magento

Front

Tracking user preferences -Persistent cart -Search history

Back

What product types can be created in Magento Enterprise Edition v. 1.13 using product import functionality?

Front

-Simple -Virtual -Downloadable

Back

Where can a merchant find Magento extensions

Front

-Some will be available directly on the developers' websites -Magento Connect is the best place to look

Back

Could you create a "How did you hear about us?" customer attribute to collect customer data during purchase and export it to a CSV rule using Magento native functionality, or would that require a code customization?

Front

This would only be available to Magento EE installations

Back

Which of the following changes requires a code customization: Displaying a banner in the page content area, chaining the footer link, changing a product page layout from one column to two columns?

Front

NONE

Back

When an order is saved in the Magento database, what triggers a confirmation email to a customer who pays using PayPal Express (Logging into the Paypal account? Clicking the Checkout button? Clicking the Purchase button?)

Front

Clicking the Purchase button

Back

What are the two ways of installing an extension in Mangeto?

Front

-The Connect Installer via the Admin -Copying installation files directly to the server

Back

Is it possible to change product qty during the checkout, on the order review page?

Front

-Not during the checkout, only in the cart (but can be directed to the cart at the oder review page).

Back

Does a layout change of a category page from one column to three columns requires a customization?

Front

No, Catalog -> Categories -> Manage Catergories -> Custom Design -> PAGE LAYOUT

Back

A merchant uses a Magento system, along with the other online interfaces, as part of a multichannel business, and the merchant uses a business intelligence application to aggregate data from all of these systems. What native features would allow the merchant to integrate Magento with this application?

Front

Data flow profiles to schedule import an export of data

Back

Can a customer print an order invoice from the My Account section?

Front

Yes, My Account -> My Orders

Back

Can customers share their wish lists with friends?

Front

Yes they can via email

Back

How is the shipping cost calculated for the DHL and table rates methods

Front

Table Rates - used rates in table and lookup based on product information DHL - live rate lookup (not on the weekend)

Back