READ Free Dumps For Microsoft- 70-576
Question ID 10226 | You are designing a SharePoint 2010 application. You have a requirement to deploy content between servers that experience frequent interruptions in connectivity. You need to design a strategy for exporting the content to a package and transporting the package to meet the requirements. Which approach should you recommend? |
Option A | Create a job to export the content to a package, and then create a job to transport the package |
Option B | Create a path to export the content to a package, and then create a job to transport the package. |
Option C | Use the Content Migration API to export the content to a package, and then create a path to transport the package |
Option D | Use the Content Migration API to export the content to a package, and then manually transport the package |
Correct Answer | D |
Question ID 10227 | Your company has an existing SharePoint 2010 public-facing Web site. The Web site runs on multiple loadbalanced Web front-ends. Your company recently changed its name. You are asked to design a plan to update the Web site content to reflect the company name change. You need to accomplish this with a minimum amount of developer hours and minimum impact on users. Which approach should you recommend? |
Option A | Create a Power Shell script to iterate through the site content and make the updates as needed |
Option B | Create a custom delegate control with the new company name and copy it to the \14\Config directory of all Web front-end servers. Perform an IISReset on each Web front-end server. |
Option C | Create a custom application page with the new company name and copy it to the _layouts directory of all Web front-end servers |
Option D | Add a property in the web.config file to store the company name. Then update the master pages and page layouts to return the name from that property |
Correct Answer | A |