Free Microsoft MCSE: 70-293 Questions and Answers — Questions and Answers
Question 1: Which Operations Master among the following is principally in charge of creating Active Directory objects?
- Schema Master (Correct answer)
- Infrastructure Master
- Global Catalog Server
- None of the above
Correct answer: Schema Master
The Active Directory schema, which specifies the structure and attributes of objects in the directory, is primarily the responsibility of the Schema Master. It regulates schema updates and alterations, such as the addition or deletion of object classes and attributes.
Question 2: Which of the following will assist Windows Server 2003 defragment the hard drive on a DC?
- Restarting the DC in DS Restore mode and using zip db.
- Restarting the DC in DS Restore mode and using compact db. (Correct answer)
- Running Scandisk on the DC
- Running a defragment tool on the DC
Correct answer: Restarting the DC in DS Restore mode and using compact db.
Make sure the stated DC is not active. Use the compress db argument in the ntdsutil command to restart the DC in DS Restore mode.
Question 3: Which path would you select when linking a new share to this root during the publishing process if your company's domain name is MetroTech and you have a new DFS root with the name DFSR?
- \\MetroTech.MSFT\DFSR (Correct answer)
- \\MetroTech\DFSR
- \\DFSR\{share name}
- \\MetroTech.com\DFSR
Correct answer: \\MetroTech.MSFT\DFSR
\\MetroTech.MSFT\DFSR is the appropriate path to select for establishing a link to the root of DFS in this instance.
Question 4: What would the Subnet Id for this network be given the address 172.16.10.5 255.255.128.0?
- Subnet Id is 172.16.10.3
- Subnet Id is 172.16.10.0 (Correct answer)
- Subnet Id is 172.16.0.1
- Subnet Id is 172.16.0.2
Correct answer: Subnet Id is 172.16.10.0
You must combine the IP address and subnet mask using the AND operation to obtain the subnet ID. With that in mind, the subnet ID is 172.16.10.0.
Question 5: Which of the following do Microsoft operating systems like Windows XP, Windows 2000, and Windows Server 2003 refer to as an APIPA?
- 172.16.0.0/30
- 10.0.0.0/30
- 192.168.0.0/30
- 169.254.0.0/16 (Correct answer)
Correct answer: 169.254.0.0/16
When a host is a DHCP client but is unable to connect to the DHCP server, either for the first time for IP address assignment or when the lease period of the existing IP address has expired before it could renew it with its DHCP server, Automatic Private IP Address is a process that assigns IP address to a host within a private network.
Question 6: Despite continually addressing the vulnerabilities, you are concerned about the security of your servers within the network. You must protect them from outside threats. On the edge of your internal network, you've put in place a perimeter network and firewall services. What else can you do to ensure that your internal network is protected from external threats by your perimeter network?
- Configure your routers with access lists (Correct answer)
- Implement proxy service in the perimeter network
- Implement NAT in the perimeter network
- Configure your routers with relevant routing protocols
Correct answer: Configure your routers with access lists
Even if security were not a concern, NAT and proxy services are still needed on the perimeter network because, in order to access the Internet, the private network address is translated from the perimeter network's edge to the public network address and vice versa. <br> Even if NAT and Proxy services provide security by masking internal network addresses from the outside world, the router can be more effective if you implement a precise access list to ensure only allowed packets can enter the network and access the pertinent service within the network.
Question 7: Which of the following servers can be substituted for one another in various circumstances and play the same role?
- Stand-alone CA
- Root CA (Correct answer)
- Enterprise CA (Correct answer)
- Subordinate CA
Correct answer: Root CA
In many network configurations, both the Root CA and the Enterprise CA play the same job. The Standalone CA does not operate at the top level of the hierarchy, while Subordinate CA is at that level.
Which Operations Master among the following is principally in charge of creating Active Directory objects?