What is the purpose of a 'Sitemap' (typically packaged as sitemap.xml) uploaded onto a website's root domain space? MCQ with Answer and Explanation

What is the purpose of a 'Sitemap' (typically packaged as sitemap.xml) uploaded onto a website's root domain space?
A. To explicitly detail the architectural directory list of URLs to assist search engine crawlers in indexing the site thoroughly
B. To store backup email attachments
C. To encrypt user password data structures safely
D. To display a geographic satellite view map of the server facility layout
Answer: Option A
Solution (By JKSSB Mock Tests)
A sitemap.xml file acts as an architectural guide for web crawlers, listing available site URLs so search engines can efficiently map out and discover pages.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which parameter indicates a 'Typosquatting' cyber-squatting exploit design trait?
A. An attacker cuts a local copper telephone wire link.
B. An attacker runs heavy media scripts to overload system RAM pools.
C. An attacker registers a domain name that is a common misspelling of a popular website (e.g., goggle.com) to trick users into visiting a fake site.
D. An attacker deletes historical browser caching indices.

Correct Answer: Option C


Explanation:
Typosquatting targets internet users who accidentally type a website address incorrectly into their browser URL bar, directing them to lookalike phishing sites.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a valid top-level domain (TLD)?
A. .www
B. .http
C. .html
D. .com

Correct Answer: Option D


Explanation:
.com is a generic top-level domain (gTLD) used for commercial purposes. .html, .http, .www are not valid TLDs.

This question belongs to: Computer Internet and Web Technologies
Question #3
What status code is returned by a web server to indicate a '301' redirection?
A. Unauthorized Access
B. Moved Permanently
C. Request Timeout
D. Bad Gateway

Correct Answer: Option B


Explanation:
A 301 status code signifies a permanent redirection, indicating that the requested resource has been assigned a new permanent URI.

This question belongs to: Computer Internet and Web Technologies