Magento2 Basic Test Sheet-2 To show a custom design on category page for partcular period(dates), where did we need to make modification? admin Xml Templates Block File Continue >>Which of the following is responsible to show left navigation(filters) on category page? Is Active Show Filters Is Anchor Category Filter Continue >>Which of the following is used to describe breadcrumb? page/breadcrumb page/html_breadcrumb core/breadcrumb page_breadcrumb Continue >>Which of the following is true to remove block (catalog.compare.sidebar) in Magento 2? store view > store > website > global store view < store < website < global global < store view < store < website global < website < store < store view global < store < store view < website Continue >>What is best way to replace an block in Magento 2? referenceBlock name="catalog.compare.sidebar" remove="true" remove block="catalog.compare.sidebar" block name="catalog.compare.sidebar" remove="true" Continue >>Which of the following are correct syntax to remove css and js ? referenceBlock name="catalog.compare.sidebar" replace="true" Override template to replace the block First remove the element and then add new Write your block code here Continue >>How do we set a template in a block in magento 2?(Multiple option can be correct) remove src="css/styles-m.css" remove src="http://fonts.googleapis.com/css?family=Montserrat" removecss src="http://fonts.googleapis.com/css?family=Montserrat" removecss src="css/styles-m.css" Continue >>Which file add breadcrumb on page in Magento2? referenceBlock name="page.main.title" template="Namespace_Module::new_template.phtml" block class="Magento\Catalog\Block\Product\View\Description" name="product.info.sku" template="product/view/attribute.phtml" referenceBlock name="page.main.title" settemplate="new_template.phtml" Continue >>Which of the following is used to show cms static block in from template? module-theme\view\frontend\layout\default.xml module-theme\view\frontend\layout\page.xml module-theme\view\frontend\layout\default-head-blocks.xml module-theme\view\frontend\layout\breadcrumbs.xml Continue >>What is the correct order of translation priority? $this->getChildBlock (‘myCmsBlock’) $this->getchildHtml(‘myCmsEloclc’) $this->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('your_block_identifier')->toHtml(); $this->getLayout()->setBlockId('your_block_identifier')->toHtml(); Continue >> PLAY AGAIN !