And Answers Verified 100% Correct
What is the Returns (RMA) functionality in Magento 2, and what are the RMA types? -
ANSWER - Return Merchandise Authorization. This allows a store to know
what products are being returned and possibly offer return labels.
• The three RMA types are: Store Credit, Refund, Exchange:
• The customer can request one of these types when they request an RMA from the
Account Dashboard (within the completed order)
What are the required attributes for creating a CMS page using Magento Admin
functionality? - ANSWER • Page title (provides the default value for the meta title tag
and the url key)
What is the process for creating a product, and which catalog data is used in this
process? - ANSWER Products > Catalog > Add new product.
• If you select the drop-down menu, you can choose what type of product to create.
You must specify:
• Any custom attributes that have been marked as required without a default value.
• Price
• Product Name
• SKU
It is good to specify:
• Product image
• Description
• Short description
• SEO-related fields, such as Meta Title and Meta Description
How is the price defined for a product, and what methods are available for changing
product price using Magento 2 Admin functionality? - ANSWER - Simple pricing is set
in the Price field.
• You can also update pricing in the Advanced Pricing link: Here you can set tier pricing
for customer groups and specific quantities.
• Via Mass Action update on the catalog grid.
,What payment methods and payment functionality are available
only in Magento 2 Enterprise Edition? - ANSWER - Cybersource
• eWAY
• Worldpay
What are the features and functions of Magento Commerce (Cloud)? - ANSWER
Magento's Enterprise hosting solution. According to people I have talked to at Magento,
this allows a single source of responsibility for anything happening at an application or
hosting level. They wrote the software, and they should be the best ones to keep the
software running.
Contains three areas:
• Integration: testing and development, up to 8 unique branches in different
environments.
• Staging: includes database, environment variables, configurations and Fastly.
• Production: a three node high-availability system
What are the differences between Elasticsearch and Solr? - ANSWER - Elasticsearch
allows multiple types of documents in an index. Solr requires you to do the work at the
application level.
• Elasticsearch is more configurable on the fly.
• Elasticsearch supports complex nested types.
• Solr supports grouping, but Elasticsearch doesn't.
What is caching and why is it important? - ANSWER - Caching saves a snapshot of
pre- generated, filtered or
calculated data.
• This saves the generation time, resulting in faster responses.
• Faster responses mean less wait time for a customer (or admin) on the website.
• Less wait time means happier people
What is Bluefoot? - ANSWER • Bluefoot is a CMS package that adds drag & drop
capabilities to
the admin editing experience.
• It is also very extensible to add new types of elements.
How are cookies used in Magento 2? - ANSWER They are used to associate
a customer (or admin) with PHP's session storage. This session storage
contains the transient information about this person.
• They are used also to transfer certain types of information to the user. In other words,
they store certain types of transient data that is related to that user.
, Which customer data is saved in cookies, and how is it used in the storefront using
Magento native functionality? - ANSWER "Cart": the association with the customer's
shopping cart
• "Compare": the items in the customer's Compare Products list
• "Customer": an encrypted version of the shopper's customer ID
• "Customer_Auth": Whether or not the customer is logged into the store
• "Customer_Info": Encrypted version of the customer's group
• "Frontend": customer's session ID (most important cookie)
• "Last_Category": last category visited by the shopper
• "Last_Product": the most recent product viewed by a shopper
•"Persistent_Shopping_Cart": a link to information about the
shopper's cart and viewing history
• "RecentlyCompared": Items recently compared by the shopper
• "STF": information on products shopper has emailed to friends
• "Store": The store view or language chosen by the shopper
•"User_Allowed_Save_Cookie": whether or not the customer allows cookies to be saved
•"Viewed_Product_Ids": Products recently viewed by the shopper
• "Wishlist": An encrypted list of products added to the shopper's wishlist
• "Wishlist_Cnt": The number of items in the shopper's wishlist
What is Swagger, and how is it used in Magento? - ANSWER - Swagger is an API
framework.
• It provides a standardized way to define and document API access.
• Magento uses it for their REST API
How is role scope used? In which section of the Admin are most initial configuration
options located? - ANSWER To limit admin access to specific areas of a system.