SlideShare une entreprise Scribd logo
1  sur  3
Télécharger pour lire hors ligne
Articles of php tutorial magento tutorial from php
                       community
Magento certification mock test
2011-01-05 10:01:36 admin

Q1 When editing categories tree, there are quantities specified nearby categories names. What
are these quantities?
A Distinct quantity of products either in the category, or in the category and its child categories
B Distinct quantity either of child categories, or all children categories
C Quantity of products in its children categories
D Quantity of child categories

answer: (A)

if the option "is anchor" of category configuration is enable, A is right.



Q2 What other products can be displayed on shopping cart page in default design package?
A Cross-sells products, except those are shopping cart items
B Related products, except those are shopping cart items
C Cross-sells products
D Up-sells products

answer: (A)

it’s no reason, A is truth.



Q3 What search results are shown on frontend?
A CM S Blocks enabled for search
B Categories
C Products
D CM S Pages enabled for search

answer: (C)

only product can be searched in Magento.



Q4 Layered Navigation price ranges calculation depends on:

A Catalog price rules
B Tax rules
C Shopping cart price rules
D Products prices

answer: (ABD)

when product price inlcuding tax, the range will calculated by price including tax.
when catalog price rule is applied, the range will calculated by price applied with catalog price rules.
when there are no rules configured, the range only depend on product prices.

shopping cart price rules won’t affect the price range in layered navigation.
Q5 What is(are) the limitation(s) on associated products of a configurable product?

A. Only unique combinations of configurable attribute values are allowed
B. They cannot have different inventory settings
C. They cannot have different tax classes
D. They should be the same attribute set that configurable product belongs to

answer: (AD)

comment:
They can have different inventory settings
They can have different tax classes



Q6 What is the recommended way to inject some logic just before dispatching every action of a
controller?
A Create a floating function and put its calls to each action
B Create an observer in the configuration and put its calls to each action
C Add it into the preDispatch() method
D Create a private method in this controller and put its calls to each action

answer: (C)

A and D are not good ideas.

I’m not sure if B is right



Q7 Where are Magento routers configured?

A In admin –> System Configuration –> Web –> Routers
B Configuration is implemented in the resource model, that uses the core/url_rewrite database table
C In the xml configuration default/web/routers
D Routers cannot be configured, they are hard-coded in the front controller

answer: (C)

here is a part of configuration in /app/code/core/Mage/Core/etc/config.xml
[Copy to clipboard]

CODE:

     <web>
       <routers> <!– declare default routers–>
          <admin><area>admin</area><class>M age_Core_Controller_Varien_Router_Admin</class></admin>
          <standard><area>frontend</area><class>M age_Core_Controller_Varien_Router_Standard</class></standard>
       </routers>


A – no such configuration in BO
B – Configuration is implemented in the resource model =>I’m not sure
   that uses the core/url_rewrite database table => it’s right
D Routers can be configured, they are not hard-coded in the front controller




Q8 What is the recommended way to establish controller-level authorization?
A By extending each action of the controller and putting logic there
B All required authorization logic can be put in _preDispatch() of the controller
C By injecting the logic into the controller constructor
D All required authorization logic can be put in preDispatch() of the controller

answer: (D)
A & C , not a good way
B, there no such parent method in controller




more test will available soon…………….

       Tweet

People who read this post also read:

       No Related Posts

Contenu connexe

En vedette

Practical Accessibility - Midwest UX conference 2011
Practical Accessibility - Midwest UX conference 2011Practical Accessibility - Midwest UX conference 2011
Practical Accessibility - Midwest UX conference 2011Chris Merkel
 
Introduction to accessibility
Introduction to accessibilityIntroduction to accessibility
Introduction to accessibilityJoseph McLarty
 
UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...
UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...
UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...uxHH
 
Design with accessibility in mind
Design with accessibility in mindDesign with accessibility in mind
Design with accessibility in mindMike Donahue
 
UX Content Strategy
UX Content StrategyUX Content Strategy
UX Content StrategyMike Donahue
 
Principles of User Interface Design
Principles of User Interface DesignPrinciples of User Interface Design
Principles of User Interface DesignKANKIPATI KISHORE
 
User Interface Design @iRajLal
User Interface Design @iRajLalUser Interface Design @iRajLal
User Interface Design @iRajLalRaj Lal
 
Fundamentals of User Interface Design
Fundamentals of User Interface DesignFundamentals of User Interface Design
Fundamentals of User Interface DesignMerlin Rebrović
 
User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principlesDavid Little
 
USER INTERFACE DESIGN PPT
USER INTERFACE DESIGN PPTUSER INTERFACE DESIGN PPT
USER INTERFACE DESIGN PPTvicci4041
 

En vedette (11)

Practical Accessibility - Midwest UX conference 2011
Practical Accessibility - Midwest UX conference 2011Practical Accessibility - Midwest UX conference 2011
Practical Accessibility - Midwest UX conference 2011
 
Introduction to accessibility
Introduction to accessibilityIntroduction to accessibility
Introduction to accessibility
 
UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...
UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...
UXR2/17: Accessibility Trends – Anspruch und Wirklichkeit der Barrierefreihei...
 
Design with accessibility in mind
Design with accessibility in mindDesign with accessibility in mind
Design with accessibility in mind
 
UX Content Strategy
UX Content StrategyUX Content Strategy
UX Content Strategy
 
Accessible Responsive Web Design
Accessible Responsive Web DesignAccessible Responsive Web Design
Accessible Responsive Web Design
 
Principles of User Interface Design
Principles of User Interface DesignPrinciples of User Interface Design
Principles of User Interface Design
 
User Interface Design @iRajLal
User Interface Design @iRajLalUser Interface Design @iRajLal
User Interface Design @iRajLal
 
Fundamentals of User Interface Design
Fundamentals of User Interface DesignFundamentals of User Interface Design
Fundamentals of User Interface Design
 
User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principles
 
USER INTERFACE DESIGN PPT
USER INTERFACE DESIGN PPTUSER INTERFACE DESIGN PPT
USER INTERFACE DESIGN PPT
 

Dernier

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 

Dernier (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

Magento certification magento tutorial

  • 1. Articles of php tutorial magento tutorial from php community Magento certification mock test 2011-01-05 10:01:36 admin Q1 When editing categories tree, there are quantities specified nearby categories names. What are these quantities? A Distinct quantity of products either in the category, or in the category and its child categories B Distinct quantity either of child categories, or all children categories C Quantity of products in its children categories D Quantity of child categories answer: (A) if the option "is anchor" of category configuration is enable, A is right. Q2 What other products can be displayed on shopping cart page in default design package? A Cross-sells products, except those are shopping cart items B Related products, except those are shopping cart items C Cross-sells products D Up-sells products answer: (A) it’s no reason, A is truth. Q3 What search results are shown on frontend? A CM S Blocks enabled for search B Categories C Products D CM S Pages enabled for search answer: (C) only product can be searched in Magento. Q4 Layered Navigation price ranges calculation depends on: A Catalog price rules B Tax rules C Shopping cart price rules D Products prices answer: (ABD) when product price inlcuding tax, the range will calculated by price including tax. when catalog price rule is applied, the range will calculated by price applied with catalog price rules. when there are no rules configured, the range only depend on product prices. shopping cart price rules won’t affect the price range in layered navigation.
  • 2. Q5 What is(are) the limitation(s) on associated products of a configurable product? A. Only unique combinations of configurable attribute values are allowed B. They cannot have different inventory settings C. They cannot have different tax classes D. They should be the same attribute set that configurable product belongs to answer: (AD) comment: They can have different inventory settings They can have different tax classes Q6 What is the recommended way to inject some logic just before dispatching every action of a controller? A Create a floating function and put its calls to each action B Create an observer in the configuration and put its calls to each action C Add it into the preDispatch() method D Create a private method in this controller and put its calls to each action answer: (C) A and D are not good ideas. I’m not sure if B is right Q7 Where are Magento routers configured? A In admin –> System Configuration –> Web –> Routers B Configuration is implemented in the resource model, that uses the core/url_rewrite database table C In the xml configuration default/web/routers D Routers cannot be configured, they are hard-coded in the front controller answer: (C) here is a part of configuration in /app/code/core/Mage/Core/etc/config.xml [Copy to clipboard] CODE: <web> <routers> <!– declare default routers–> <admin><area>admin</area><class>M age_Core_Controller_Varien_Router_Admin</class></admin> <standard><area>frontend</area><class>M age_Core_Controller_Varien_Router_Standard</class></standard> </routers> A – no such configuration in BO B – Configuration is implemented in the resource model =>I’m not sure that uses the core/url_rewrite database table => it’s right D Routers can be configured, they are not hard-coded in the front controller Q8 What is the recommended way to establish controller-level authorization? A By extending each action of the controller and putting logic there B All required authorization logic can be put in _preDispatch() of the controller C By injecting the logic into the controller constructor D All required authorization logic can be put in preDispatch() of the controller answer: (D)
  • 3. A & C , not a good way B, there no such parent method in controller more test will available soon……………. Tweet People who read this post also read: No Related Posts