What is related with Connector for Magento 2? (select 3 )
Answer
module
Api
theme
erp
Question 2
Question
Customers can make purchases in three ways: (select 3)
Answer
logged-in user
guest user who does not create an account
guest user who logs in or creates an account when the order is placed
From Admin Panel
Question 3
Question
The OMS Integration Guides contain the following content areas .(Select 3)
Answer
introduction to a Magento OMS integration
MCOM Connector
Magento Integration API
Order Status
Question 4
Question
How to configure the Magento Order Management System (OMS) for Magento Commerce using the Connector To sync only 10 orders:
Answer
$ bin/magento oms:orders:sync 10
$ bin/magento oms:orders:sync
$ bin/magento oms:orders:10 sync
$ bin/magento oms:sync:orders 10
Question 5
Question
Magento Integration Bus (MIB) was designed to provide different mechanisms for services to communicate among themselves. There are three communication types, Which communication types not exist?
Answer
Synchronous
Asynchronous
Broadcast
Many-to-Many
Question 6
Question
Customize Checkout Add custom shipping carrier system.xml source code declares custom shipping module options are not related? (select 2)
Answer
Enabled, Title & Method Name
Shipping Cost
Ship to Applicable Countries & Specific Countries
Show Method if Not Applicable &Sort Order
Shipping Rule
Catalog Rule
Question 7
Question
How can define several zip code patterns for the same country, by passing a list of codes : <codes> ... </codes> in Customize Checkout ?