Free AD0-E704 Exam Braindumps (page: 5)

Page 4 of 23

Suppose you need to add an admin grid using uiComponent. if page URL ends with banners/index/index, then which basic uiComponent you would use and what should be the page layout file:

  1. We can not define uiComponent file in a page-layout file.
  2. Form component in the banner_index_index.xml
  3. Listing component in the banner_index_index.xml
  4. Grid component in the banner_index_index.xml

Answer(s): C



Suppose you are working on the product edit page of the backend.
Whenever admin-user clicks on the save button, you need to check that the product name should contain SKU as well in it. For this how would you get the product input field element in a variable using uiRegistry :

  1. In extended js file add code:
    var registry = require(`uiRegistry'); //get the registry instance var fieldName = registry.get(`inputName = product[name]');
  2. In extended js file add code:
    var registry = require(`uiRegistry'); //get the registry instance var fieldName = registry.find(`inputName = product[name]');
  3. In extended js file add code:
    var registry = require(`uiRegistry'); //get the registry instance var fieldName = registry(`product[name]');
  4. In extended js file add code:
    var registry = require(`uiRegistry'); //get the registry instance var fieldName = registry.get(`product[name]');

Answer(s): A



Consider below command: bin/magento dev:theme:create frontend vendor themename Please select correct options based on it (choose 2):

  1. dev is subject and frontend is a subject area argument
  2. dev is group and frontend is a subject area argument
  3. theme is subject and create is an action
  4. theme is group and create is an action

Answer(s): B,C



Which of the following task can't be performed using command-line interface in Magento?

  1. Managing indexes, including reindexing.
  2. Generating non-existent classes such as factories and interceptors for plug-ins, generating the dependency injection configuration for the object manager.
  3. Create admin user.
  4. Create front-end user.

Answer(s): D






Post your Comments and Discuss Adobe AD0-E704 exam with other Community members:

AD0-E704 Discussions & Posts