Multiple Choice
You want to remove a column introduced by a third-party extension via declarative schema. How do you do that?
A) Create the etc/db_schema.xml file and specify disable="true" on the column Create the etc/db_schema.xml file and specify disable="true" on the column
B) Modify the original etc/db_schema.xml file and remove the column from there Modify the original file and remove the column from there
C) Create a SchemaPatch file and remove the column programmatically
D) Copy the etc/db_schema.xml file into your module and remove the column from your copy Copy the file into your module and remove the column from your copy
Correct Answer:

Verified
Correct Answer:
Verified
Q16: Assume that a customer's cart only includes
Q17: You want to declare a block of
Q18: What order operation is available in the
Q19: You are working on a jewelry store
Q20: What are two functions of a resource
Q22: In the module located at app/code/MyCompany/MyModule there
Q23: You have created a module with a
Q24: You are reviewing a Magento module and
Q25: A module declares the route: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1622/.jpg"
Q26: During a code review of a module