D-PDM-DY-23 · Question #57
What is required when deploying a search engine?
The correct answer is D. A fully qualified domain name. Deploying a search engine requires a Fully Qualified Domain Name (FQDN) because the search engine must be uniquely and consistently addressable on the network - enabling DNS resolution, SSL certificate binding, and authenticated access from clients and crawlers. Without an…
Question
What is required when deploying a search engine?
Options
- AAn IPv6 address
- BFour virtual CPUs with two cores each
- C16 GB RAM
- DA fully qualified domain name
How the community answered
(28 responses)- A7% (2)
- B4% (1)
- C4% (1)
- D86% (24)
Explanation
Deploying a search engine requires a Fully Qualified Domain Name (FQDN) because the search engine must be uniquely and consistently addressable on the network - enabling DNS resolution, SSL certificate binding, and authenticated access from clients and crawlers. Without an FQDN, services cannot reliably locate or trust the search engine endpoint.
Why the distractors are wrong:
- A (IPv6 address): An IP address of any version may be involved, but IPv6 specifically is not a requirement - IPv4 works equally well, and neither replaces the need for a resolvable hostname.
- B (Four vCPUs with two cores each): Hardware specs vary by vendor and deployment scale; no universal rule mandates this exact configuration.
- C (16 GB RAM): Again, memory requirements depend on index size and traffic load - this figure is not a fixed deployment prerequisite.
Memory tip: Think "search = find by name." A search engine's job is to make things findable, and it must itself be findable - which requires a proper, fully qualified name on the network. FQDN = the search engine's own "searchable identity."
Topics
Community Discussion
No community discussion yet for this question.