70-640 Exam Details

  • Exam Code
    :70-640
  • Exam Name
    :TS: Windows Server 2008 Active Directory Configuring
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :631 Q&As
  • Last Updated
    :Dec 15, 2021

Microsoft 70-640 Online Questions & Answers

  • Question 401:

    Your network contains a server named Server1 that runs Windows Server 2008 R2. You create an Active Directory Lightweight Directory Services (AD LDS) instance on Server1. You need to create an additional AD LDS application directory partition in the existing instance.

    Which tool should you use?

    A. Adaminstall
    B. Dsadd
    C. Dsmod
    D. Ldp

  • Question 402:

    Your network contains an Active Directory domain named contoso.com. You create a GlobalNames zone. You add an alias (CNAME) resource record named Server1 to the zone. The target host of the record is server2.contoso.com.

    When you ping Server1, you discover that the name fails to resolve. You successfully resolve server2.contoso.com.

    You need to ensure that you can resolve names by using the GlobalNames zone. What should you do?

    A. From the command prompt, use the netsh tool.
    B. From the command prompt, use the dnscmd tool.
    C. From DNS Manager, modify the properties of the GlobalNames zone.
    D. From DNS Manager, modify the advanced settings of the DNS server.

  • Question 403:

    A corporate network includes a single Active Directory Domain Services (AD D5) domain. The domain contains 10 domain controllers. The domain controllers run Windows Server 2008 R2 and are configured as DNS servers.

    You plan to create an Active Directory-integrated zone.

    You need to ensure that the new zone is replicated to only four of the domain controllers.

    What should you do first?

    A. Use the dnscmd tool with the /enlistdirectorypartition parameter.
    B. Create a new delegation in the ForestDnsZones application directory partition.
    C. Use the dnscmd tool with the /createdirectorypartition parameter.
    D. Use the dnscmd tool with the /createbuiltindirectorypartitions parameter.

  • Question 404:

    Your network contains an Active Directory domain. The domain contains two Active Directory sites named Site1 and Site2. Site1 contains two domain controllers named DC1 and DC2. Site2 contains two domain controller named DC3 and DC4, The functional level of the domain is Windows Server 2008 R2. The functional level of the forest is Windows Server 2003.

    Active Directory replication between Site1 and Site2 occurs from 20:00 to 01:00 every day. At 07:00, an administrator deletes a user account while he is logged on to DC1.

    You need to restore the deleted user account. You want to achieve this goal by using the minimum amount of administrative effort.

    What should you do?

    A. On DC3, stop Active Directory Domain Services, perform an authoritative restore, and then start Active Directory Domain Services.
    B. On DC3, run the Restore-ADObject cmdlet.
    C. On DC1, run the Restore-ADObject cmdlet.
    D. On DC1, stop Active Directory Domain Services, restore the SystemState, and then start Active Directory Domain Services.

  • Question 405:

    Your network contains two Active Directory forests named contoso.com and nwtraders.com. Active Directory Rights Management Services (AD RMS) is deployed in each forest. You need to ensure that users from the nwtraders.com forest can access AD RMS protected content in the contoso.com forest.

    What should you do?

    A. Add a trusted user domain to the AD RMS cluster in the nwtraders.com domain.
    B. Create an external trust from nwtraders.com to contoso.com.
    C. Add a trusted user domain to the AD RMS cluster in the contoso.com domain.
    D. Create an external trust from contoso.com to nwtraders.com.

  • Question 406:

    You have a Windows PowerShell script that contains the following code:

    import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword $_. password}

    When you run the script, you receive an error message indicating that the format of the password is incorrect.The script fails.

    You need to run a script that successfully creates the user accounts by using the password contained in accounts.csv.

    Which script should you run?

    A. import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword(ConvertTo-SecureString "Password" -AsPlainText -force)}
    B. import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword(ConvertTo-SecureString $_.Password -AsPlainText -force)}
    C. import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword(Read-Host -AsSecureString "Password")}
    D. import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword(Read-Host -AsSecureString $_.Password)}

  • Question 407:

    Your company asks you to implement Windows Cardspace in the domain.

    You want to use Windows Cardspace at your home.

    Your home and office computers run Windows Vista Ultimate.

    What should you do to create a backup copy of Windows Cardspace cards to be used at home?

    A. Log on with your administrator account and copy \Windows\ServiceProfiles folder to your USB drive
    B. Backup \Windows\Globalization folder by using backup status and save the folder on your USB drive
    C. Back up the system state data by using backup status tool on your USB drive
    D. Employ Windows Cardspace application to backup the data on your USB drive.
    E. Reformat the C: Drive
    F. None of the above

  • Question 408:

    Your company purchases a new application to deploy on 200 computers. The application requires that you modify the registry on each target computer before you install the application.

    The registry modifications are in a file that has an .adm extension.

    You need to prepare the target computers for the application.

    What should you do?

    A. Import the .adm file into a new Group Policy Object (GPO). Edit the GPO and link it to an organizational unit that contains the target computers.
    B. Create a Microsoft Windows PowerShell script to copy the .adm file to each computer. Run the REDIRUsr CONTAINER-DN command on each target computer.
    C. Create a Microsoft Windows PowerShell script to copy the .adm file to the startup folder of each target computer.
    D. Create a Microsoft Windows PowerShell script to copy the .adm file to each computer. Run the REDIRCmp CONTAINER-DN command on each target computer.

  • Question 409:

    Your network contains an Active Directory domain named contoso.com. The domain contains a domain controller named DC1. DC1 has the DNS Server server role installed and hosts an Active Directory- integrated zone for contoso.com. The no-refresh interval and the refresh interval are both set to three days. The Advanced DNS settings of DC1 are shown in the Advanced DNS Settings exhibit. (Click the Exhibit button.)

    You open the properties of a static record named Server1 as shown in the Server1 Record exhibit.(Click the Exhibit button.)

    You discover that the scavenging process ran today, but the record for Server1 was not deleted.

    You run dnscmd.exe and specify the age all records parameter.

    You need to identify when the record for Server1 will be deleted from the zone.

    In how many days will the record be deleted?

    A. 13
    B. 10
    C. 23
    D. 7

  • Question 410:

    Your network contains two Active Directory forests named contoso.com and nwtraders.com. Active Directory Rights Management Services (AD RMS) is deployed in each forest. You need to ensure that users from the nwtraders.com forest can access AD RMS protected content in the contoso.com forest.

    What should you do?

    A. Add a trusted user domain to the AD RMS cluster in the nwtraders.com domain.
    B. Add a trusted user domain to the AD RMS cluster in the contoso.com domain.
    C. Create an external trust from nwtraders.com to contoso.com.
    D. Create an external trust from contoso.com to nwtraders.corn.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-640 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.