Certs-Engine and Magento Certified Developer ExamMagento Front End Developer CertificationAre there any document or ebook for Magento Certification exam?magento certified developer exam passed but profile is not updatedCertification: Developer or Developer PlusLoading an attribute on a catalog/product objectDeveloper Plus CertificationCertified Professional Developer Exam reading materialMagento 2 Certified Associate Developer Exam Reading MaterialMagento 2 Certified Associate Developer ExamExam-Labs and Magento Certified Developer Exam
Light propagating through a sound wave
Knife as defense against stray dogs
Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?
Should I use acronyms in dialogues before telling the readers what it stands for in fiction?
What is the term when voters “dishonestly” choose something that they do not want to choose?
Optimising a list searching algorithm
What is the plural TO / OF something
My friend is being a hypocrite
Usage and meaning of "up" in "...worth at least a thousand pounds up in London"
In what cases must I use 了 and in what cases not?
What can I do if I am asked to learn different programming languages very frequently?
Turning a hard to access nut?
Describing a chess game in a novel
What is the significance behind "40 days" that often appears in the Bible?
Can a medieval gyroplane be built?
Do US professors/group leaders only get a salary, but no group budget?
Pronounciation of the combination "st" in spanish accents
Existence of a celestial body big enough for early civilization to be thought of as a second moon
Variable completely messes up echoed string
HP P840 HDD RAID 5 many strange drive failures
Brake pads destroying wheels
A Ri-diddley-iley Riddle
Maths symbols and unicode-math input inside siunitx commands
Wrapping homogeneous Python objects
Certs-Engine and Magento Certified Developer Exam
Magento Front End Developer CertificationAre there any document or ebook for Magento Certification exam?magento certified developer exam passed but profile is not updatedCertification: Developer or Developer PlusLoading an attribute on a catalog/product objectDeveloper Plus CertificationCertified Professional Developer Exam reading materialMagento 2 Certified Associate Developer Exam Reading MaterialMagento 2 Certified Associate Developer ExamExam-Labs and Magento Certified Developer Exam
I'm trying to take the exam for the Magento Certified Developer. I've done some researches and found this CertsEngine website, and here we can try a test exam.
I wonder if the answers provided to each question are realiable?
Because when I came to this question today,
I am confused can some one tell weather it is C,D or E
certification
New contributor
add a comment |
I'm trying to take the exam for the Magento Certified Developer. I've done some researches and found this CertsEngine website, and here we can try a test exam.
I wonder if the answers provided to each question are realiable?
Because when I came to this question today,
I am confused can some one tell weather it is C,D or E
certification
New contributor
Why you try M1 exam. This is outdated and you can't take this exam through Magento and Kryterion.
– Sohel Rana
15 hours ago
add a comment |
I'm trying to take the exam for the Magento Certified Developer. I've done some researches and found this CertsEngine website, and here we can try a test exam.
I wonder if the answers provided to each question are realiable?
Because when I came to this question today,
I am confused can some one tell weather it is C,D or E
certification
New contributor
I'm trying to take the exam for the Magento Certified Developer. I've done some researches and found this CertsEngine website, and here we can try a test exam.
I wonder if the answers provided to each question are realiable?
Because when I came to this question today,
I am confused can some one tell weather it is C,D or E
certification
certification
New contributor
New contributor
New contributor
asked 16 hours ago
Steve RicksonSteve Rickson
212
212
New contributor
New contributor
Why you try M1 exam. This is outdated and you can't take this exam through Magento and Kryterion.
– Sohel Rana
15 hours ago
add a comment |
Why you try M1 exam. This is outdated and you can't take this exam through Magento and Kryterion.
– Sohel Rana
15 hours ago
Why you try M1 exam. This is outdated and you can't take this exam through Magento and Kryterion.
– Sohel Rana
15 hours ago
Why you try M1 exam. This is outdated and you can't take this exam through Magento and Kryterion.
– Sohel Rana
15 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Answers C,D and E are correct:
Usually for an EAV model
the resource model extends MagentoEavModelEntityAbstractEntity
the collection extends MagentoEavModelEntityCollectionAbstractCollection
the setup class extends MagentoEavSetupEavSetup
while a model extends MagentoFrameworkModelAbstractModel
or MagentoFrameworkModelAbstractExtensibleModel
and a helper extends MagentoFrameworkAppHelperAbstractHelper
Good explanation. +1
– Shoaib Munir
12 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Steve Rickson is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266211%2fcerts-engine-and-magento-certified-developer-exam%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Answers C,D and E are correct:
Usually for an EAV model
the resource model extends MagentoEavModelEntityAbstractEntity
the collection extends MagentoEavModelEntityCollectionAbstractCollection
the setup class extends MagentoEavSetupEavSetup
while a model extends MagentoFrameworkModelAbstractModel
or MagentoFrameworkModelAbstractExtensibleModel
and a helper extends MagentoFrameworkAppHelperAbstractHelper
Good explanation. +1
– Shoaib Munir
12 hours ago
add a comment |
Answers C,D and E are correct:
Usually for an EAV model
the resource model extends MagentoEavModelEntityAbstractEntity
the collection extends MagentoEavModelEntityCollectionAbstractCollection
the setup class extends MagentoEavSetupEavSetup
while a model extends MagentoFrameworkModelAbstractModel
or MagentoFrameworkModelAbstractExtensibleModel
and a helper extends MagentoFrameworkAppHelperAbstractHelper
Good explanation. +1
– Shoaib Munir
12 hours ago
add a comment |
Answers C,D and E are correct:
Usually for an EAV model
the resource model extends MagentoEavModelEntityAbstractEntity
the collection extends MagentoEavModelEntityCollectionAbstractCollection
the setup class extends MagentoEavSetupEavSetup
while a model extends MagentoFrameworkModelAbstractModel
or MagentoFrameworkModelAbstractExtensibleModel
and a helper extends MagentoFrameworkAppHelperAbstractHelper
Answers C,D and E are correct:
Usually for an EAV model
the resource model extends MagentoEavModelEntityAbstractEntity
the collection extends MagentoEavModelEntityCollectionAbstractCollection
the setup class extends MagentoEavSetupEavSetup
while a model extends MagentoFrameworkModelAbstractModel
or MagentoFrameworkModelAbstractExtensibleModel
and a helper extends MagentoFrameworkAppHelperAbstractHelper
answered 16 hours ago
HelgeBHelgeB
2,4531319
2,4531319
Good explanation. +1
– Shoaib Munir
12 hours ago
add a comment |
Good explanation. +1
– Shoaib Munir
12 hours ago
Good explanation. +1
– Shoaib Munir
12 hours ago
Good explanation. +1
– Shoaib Munir
12 hours ago
add a comment |
Steve Rickson is a new contributor. Be nice, and check out our Code of Conduct.
Steve Rickson is a new contributor. Be nice, and check out our Code of Conduct.
Steve Rickson is a new contributor. Be nice, and check out our Code of Conduct.
Steve Rickson is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266211%2fcerts-engine-and-magento-certified-developer-exam%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why you try M1 exam. This is outdated and you can't take this exam through Magento and Kryterion.
– Sohel Rana
15 hours ago