Home
21.
You want to migrate a classic-mode web application from SharePoint 2010 to SharePoint 2013. What are your options with regards to configuring authentication before the web application is migrated?
  • A.
    Convert the SharePoint 2010 to claims-based authentication and then upgrade.
  • B.
    Convert the SharePoint 2010 web application to claims-based authentication after the database upgrade.
  • C.
    Create a classic-mode SharePoint 2013 web application and then upgrade.
  • D.
    All of the above
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
  • A. Incorrect: 200 is the limit for number of content databases in a single SharePoint 2013 farm.
  • B. Correct: 5,000 is the recommend limit for the number of site collections in a single content database.
  • C. Incorrect: Although up to 10,000 site collections per content database is supported, it’s beyond the recommend limit of 5,000.
  • D. Incorrect: A million is way off. However, up to 60 million items (documents and list items) are supported per content database.
Report
Name Email  
22.
What method name is used to remove orphan objects from a content database using the SharePoint 2010 Management tool?
  • A.
    deletecorruption
  • B.
    Test-SPContentDatabase
  • C.
    Repair
  • D.
    Upgrade-SPContentDatabase
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
  • A. Incorrect: This valid path for upgrading allows for troubleshooting any issues with claims-based authentication before the upgrade, but it’s just one of the valid methods.
  • B. Incorrect: This supported method is just one of the valid methods.
  • C. Incorrect: This is just one of the valid methods and should be used only if you have a strong reason to keep the web application in classic mode.
  • D. Correct: All three of these methods are valid.
Report
Name Email  
23.
Windiff.exe is a graphical Windows Server tool that you can use to compare files in different directories. What file types can it compare?
  • A.
    ASCII files
  • B.
    All binaries
  • C.
    DLLs
  • D.
    EXEs
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
  • A. Incorrect: Deletecorruption is a parameter used with the stsadm command databaserepair.
  • B. Incorrect: Test-SPContentDatabase can help you determine issues with content databases, but it’s not used to remove orphaned objects.
  • C. Correct: Repair is the method of a content database object used to remove orphaned objects using the SharePoint 2010 Management Shell.
  • D. Incorrect: Upgrade-SPContentDatabase doesn’t remove orphaned objects. It can detect them, however, but is used only to resume a failed upgrade or begin a build-to-build upgrade.
Report
Name Email  
24.
You can use the command-line utility Psconfig to perform which of the following functions on a SharePoint farm?
  • A.
    Unprovision a SharePoint Central Administration web application
  • B.
    Install features
  • C.
    Provision SharePoint product services
  • D.
    All of the above
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
  • A. Incorrect: You can unprovision a SharePoint Central Administration web application with the command psconfig.exe -cmd adminvs –unprovision, but it is just one of the right answers.
  • B. Incorrect: Features can be installed by using the command psconfig.exe -cmd install features, which registers any SharePoint Products and Technologies features located on the file system, but this is just one of the right answers.
  • C. Incorrect: Psconfig can be used to provision services on standalone installations (but not farm installations). This is just one of the right answers.
  • D. Correct: All the preceding answers are correct, although C is a bit tricky in that it applies only to standalone installations, which aren’t covered on this exam.
Report
Name Email  
25.
When you are connecting databases to a web application for the purposes of upgrading to SharePoint 2013, in which order should you connect them using the PowerShell command Mount-SPContentDatabase?
  • A.
    Largest first, because it takes the most time to upgrade
  • B.
    The one with the root site collection first
  • C.
    Smallest first, so that the web application can be available as soon as possible
  • D.
    It doesn’t matter because they can be upgraded in parallel
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
  • A. Incorrect: Connecting the largest database first can minimize the total amount of time, but not necessarily, and if it doesn’t contain the root site collection, it could fail.
  • B. Correct: The content database that contains the root site collection should first be connected with the command Mount-SPContentDatabase so that other site collections can be connected to the root.
  • C. Incorrect: The root site collection must be available before any of the other site collections can be accessed.
  • D. Incorrect: Because B is the correct answer, D can’t be correct.
Report
Name Email