1D0-525 · Question #148
Which of the following is a disadvantage of an online storefront?
The correct answer is D. Lack of control over security. See the full explanation below for the reasoning.
Question
Which of the following is a disadvantage of an online storefront?
Options
- ASpecialized hardware requirements
- BHigh software costs
- CDifficulty of administration
- DLack of control over security
How the community answered
(41 responses)- A7% (3)
- B5% (2)
- C17% (7)
- D71% (29)
Community Discussion
6D is the right answer here. When you run an online storefront, you are handing a lot of trust to third-party payment processors, hosting providers, and platform vendors, and you do not always get to dictate how customer data is stored or how vulnerabilities get patched. My senior at work actually drilled this into me when we were reviewing a client's e-commerce setup, she said the moment you go online you share your security posture with every vendor in the chain. The other options trip people up because specialized hardware and high software costs are actually advantages flipped on their head, most storefronts run on standard web tech and off-the-shelf platforms that are way cheaper than building a physical store. Administration being a disadvantage does not really hold either, most hosted platforms are designed to make day-to-day management pretty straightforward compared to a brick-and-mortar operation.
D is the right call here, but let me explain why A and B are the traps you need to dodge. Online storefronts run on commodity web servers and open-source platforms like WooCommerce or PrestaShop, so specialized hardware and high software costs are not legitimate concerns for the exam or in practice. Administration is actually easier with an online storefront than a physical store, so C is backwards. The real disadvantage is D, lack of control over security, because you are dependent on your hosting provider, payment gateway, and third-party plugins, any of which can introduce vulnerabilities you cannot fully audit or patch yourself. That dependency on external parties is exactly what the 1D0-525 content map flags as the core tradeoff of the online storefront model.
D is the one our group landed on too. With an online storefront you are handing off security to third-party hosting platforms and payment processors, so you never fully control how your customer data is protected or what vulnerabilities exist on infrastructure you do not own.
D is right, though "lack of control" undersells it, since you own your platform stack.
Right, though my senior always points out that owning the stack just trades one problem for another, since control without a solid ops team behind it can become a liability faster than any vendor SLA breach ever would.
Took 1D0-525 back when I was studying on weekends and this one tripped me up at first because I kept thinking about server costs, but then I remembered that shared hosting and third-party payment processors mean you are handing off control of the security stack to someone else, which is a real OWASP-level trust boundary problem. D is the answer because when your storefront depends on external vendors for TLS termination, payment handling, or session management, you lose the ability to audit and enforce your own security controls directly.