DRAG DROP
A company plans to upgrade a SharePoint 2010 farm to SharePoint Server 2013. The site
collection administrators will upgrade the SharePoint sites. The SharePoint 2013
environment contains a web application dedicated to the upgrade process. You need to
migrate SharePoint 2010 content to the SharePoint 2013 environment. Before completing
the upgrade process, you must ensure that all required customizations have been deployed.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Which three actions should you perform in sequence?
DRAG DROP
A company plans to upgrade a SharePoint 2010 farm to SharePoint Server 2013. The site
collection administrators will upgrade the SharePoint sites. The SharePoint 2013
environment contains a web application dedicated to the upgrade process. You need to
migrate SharePoint 2010 content to the SharePoint 2013 environment. Before completing
the upgrade process, you must ensure that all required customizations have been deployed.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Shouldn’t it be
In SP13, restore the SP Server 2010 database
Run Test-SPContentDatabase
Run Mount-SPContentDatabase
agree with Rosa, also technet says is: https://technet.microsoft.com/en-us/library/cc263299.aspx
I agree with Rosa. You should test the waters before you mount up. And this states that you can test first:
https://technet.microsoft.com/en-us/library/ff607941.aspx
And I believe mounting the database will cause the content to upgrade which you didn’t want to do until you were sure all the solutions were deployed.
Can we attach database in Central Administration instead of using Mount-SPContentDatabase?
Using the SharePoint Central Administration pages to attach a content database is not supported for upgrading
As thumbnails rule Microsoft prefer PowerShell options against user interface option if not explicitly indicated.
for migration purpose it is expected that migration will be scripted to replicate process (test -prod)
Took the 70-332 exam last week and passed with 905/1000 marks!
I got around 5-8 new questions, not hard at all, I learned them from the newest 180q premium 70-332 dumps.
New questions contain Drag and Drop Questions (Contoso, Ltd., SharePoint 2010 farm, upgrade for the extranet site…), Hotspot Questions (SharePoint environment, SQL Server AlwaysOn…SharePoint 2013 social features, User Profile Service Application…) and other mixed questions.
Be care of the Case Studies, some questions’ words and answers have been changed, read them carefully! And, Many questions on migrate SharePoint 2010 to SharePoint 2013 (THE IMPORTANT TOPICS!!!).
P.S. The valid 70-332 exam dumps that I learned are from here: http://bit.ly/70-332-180q-dumps (180q, including VCE and PDF files and Free VCE Player Software), 100% helpful for passing!
Best Regards!
SPAM
I believe the answer should be:
1) Restore
2) Attach
3) Test
Mount doesn’t make sense, you do this after testing and the question is how you can test that all customizations are deployed. Move-SPWebApplication is not an option either.
You should use test-spcontentdatabase BEFORE you call mount-spcontentdatabase. This also appears on other questions.