Thursday, 31 March 2016

312-50v8 Certification Sample Questions

Question No: 20

Web servers often contain directories that do not need to be indexed. You create a text file with search engine indexing restrictions and place it on the root directory
of the Web Server.

User-agent: *
Disallow: /images/
Disallow: /banners/
Disallow: /Forms/
Disallow: /Dictionary/
Disallow: /_borders/
Disallow: /_fpclass/
Disallow: /_overlay/
Disallow: /_private/
Disallow: /_themes/
What is the name of this file?

A. robots.txt
B. search.txt
C. blocklist.txt
D. spf.txt

Correct Answer: A

Friday, 4 March 2016

312-50v8 Certification Sample Questions

Question No: 19

You run nmap port Scan on 10.0.0.5 and attempt to gain banner/server information from
services running on ports 21, 110 and 123.
Here is the output of your scan results:


Which of the following nmap command did you run?

A. nmap -A -sV -p21,110,123 10.0.0.5
B. nmap -F -sV -p21,110,123 10.0.0.5
C. nmap -O -sV -p21,110,123 10.0.0.5
D. nmap -T -sV -p21,110,123 10.0.0.5

Answer: C