AD0-E704 Exam Question 21

Your company asks you to create the option to disable RMA for the customer group named CustomerGroup1. How do you do it?
A) It will require a code customization
B) This feature already exists and can be set in:
Admin > Store > Settings > Configuration > Sales > Rma Settings > Exclude Customer Group
C)

D)
  • AD0-E704 Exam Question 22

    Suppose you need to add a custom css file in layout XML in such a way that it should load asynchronously to improve the page load performance. What is the correct attribute for this:
  • AD0-E704 Exam Question 23

    Consider below command: bin/magento dev:theme:create frontend vendor themename Please select correct options based on it (choose 2):
  • AD0-E704 Exam Question 24

    You are creating a module that creates a Catalog Price Rule. You have written this code to specify the conditions:

    After saving the catalog rule, the second and third condition do not seem to fall under the combine condition.
    How do you fix the issue?
  • AD0-E704 Exam Question 25

    You have created a custom block MyCompany MyModule/Block/Product/Update/ php. Which two approaches allow you to set a template to your block?