1D0-635 · Question #67
Which one of the following choices describes a type of information that a cookie can readily provide?
The correct answer is D. A history of the sites that the user has visited. Exam Questions, Study Guides, Practice Tests. Lead the way to help you pass any IT Certification exams, 100% Pass Guaranteed or Full Refund. Especially Cisco, Microsoft, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on. Our Slogan…
Question
Which one of the following choices describes a type of information that a cookie can readily provide?
Options
- AThe current licensing status of the software on the user's hard drive
- BThe addresses of all e-mail recipients with which the user has corresponded
- CThe current buying habits of the user
- DA history of the sites that the user has visited
How the community answered
(49 responses)- A12% (6)
- B6% (3)
- C2% (1)
- D80% (39)
Explanation
Exam Questions, Study Guides, Practice Tests. Lead the way to help you pass any IT Certification exams, 100% Pass Guaranteed or Full Refund. Especially Cisco, Microsoft, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on. Our Slogan: First Test, First Pass. Help you to pass any IT Certification exams at the first try. You can reach us at any of the email addresses listed below. Any problems about IT certification or our products, you could rely upon us, we will give you satisfactory answers in 24 hours.
Topics
Community Discussion
3The correct answer is D, a history of the sites that the user has visited. Cookies are small text files a web server writes to the client browser and reads back on subsequent visits, so they are scoped entirely to the web browsing session and the domain that set them. They cannot reach into the file system to check software licenses, they have no access to an email client or its address book, and while a site can infer buying habits from cookies it has set on its own domain, a single cookie does not aggregate that behavior across the broader web. What a cookie does track reliably and directly is whether a user has been to that particular site before, along with session identifiers, preferences, and page-visit data tied to that interaction, which squarely makes D the right choice.
Our group landed on D pretty quickly for this one. Cookies are small text files that a website stores on your local machine to remember state and session info, so tracking which sites you have visited, or at least the site that set the cookie, is well within their scope. The other options all involve reaching into places a cookie simply cannot go, like your local file system for software licenses or your email client for recipient addresses. Option C tripped up a couple of people because buying habits can be inferred from cookie data over time, but the question asks what a cookie can readily provide, and a direct visit history fits that better than a pattern you have to aggregate and interpret. Here is what I want to make sure everyone is clear on: when we say a cookie tracks sites visited, are we talking only about the one site that set the cookie, or can a single cookie follow you across multiple unrelated domains? That distinction might matter for other questions in this section, so if anyone wants to weigh in on how first-party versus third-party cookies differ in scope, that would help the group a lot.
D is right. A cookie is just a small text file the server drops on your machine and reads back later, so tracking which of its own pages you visited, or passing that session data around, is exactly what cookies were designed for, nothing more exotic than that.