McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

Microsoft MCTS 70-667

70-667

Exam Code: 70-667

Exam Name: TS: Microsoft SharePoint Server 2010, Configuring

Updated: Aug 06, 2026

Q & A: 249 Questions and Answers

70-667 Free Demo download:

PDF Version Test Engine Online Test Engine

70-667 PDF Price: $129.00  $59.99


About Microsoft 70-667 Exam

In a few years, Microsoft 70-667 certification exam has become a very influential exam which can test computer skills.The certification of Microsoft certified engineers can help you to find a better job, so that you can easily become the IT white-collar worker,and get fat salary.

However, how can pass the Microsoft 70-667 certification exam simple and smoothly? ITCertMaster can help you solve this problem at any time.

ITCertMaster is a site which providing materials of International IT Certification. ITCertMaster can provide you with the best and latest exam resources.The training questions of Microsoft certification provided by ITCertMaster are studied by the experienced IT experts who based on past exams. The hit rate of the questions is reached 99.9%, so it can help you pass the exam absolutely. Select ITCertMaster, then you can prepare for your Microsoft 70-667 exam at ease.

Our materials of Microsoft 70-667 international certification exam is the latest collection of exams' questions, it is covering a comprehensive knowledge points. It is the best assistant for you preparation about the exam. You just need to spend 20-30 hours to remember the content of the questions we provided.

All customers that purchased the materials of Microsoft 70-667 exam will receive the service that one year's free update, which can ensure that the materials you have is always up to date. If you do not pass the exam after using our materials, you can provide the scanning items of report card which provided by authorized test centers (Prometric or VUE) . we will refund the cost of the material you purchased after verified, We guarantee you interests absolutely.

Before you select ITCertMaster, you can try the free download that we provide you with some of the exam questions and answers about Microsoft 70-667 certification exam. In this way, you can know the reliability of ITCertMaster.

ITCertMaster is the best choice which can help you to pass the Microsoft certification exams, it will be the best guarantee for your exam.

No matter what level of entry you are for your Microsoft Certification, you will pass your 70-667 exam, FAST!

Quickly select ITCertMaster please! Select ITCertMaster is equivalent to choose a success. With it you can complete your dreams quickly!

Easy and convenient way to buy: Just two steps to complete your purchase, we will send the product to your mailbox quickly, you only need to download e-mail attachments to get your products.

Microsoft 70-667 Exam Syllabus Topics:

SectionWeightObjectives
Installing and Configuring a SharePoint Environment25%- Configure service applications
- Configure indexing and search
- Deploy new installations and upgrades
- Configure SharePoint farms
Deploying and Managing Applications24%- Configure enterprise features
- Configure content management
- Configure business connectivity services
- Deploy and manage SharePoint solutions
Maintaining a SharePoint Environment25%- Monitor and analyze a SharePoint environment
- Back up and restore a SharePoint environment
- Optimize performance and availability
- Troubleshoot configuration issues
Managing a SharePoint Environment26%- Manage operational settings
- Manage authentication and security
- Manage site collections
- Manage Web Applications

Microsoft TS: Microsoft SharePoint Server 2010, Configuring Sample Questions:

1. You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a single Search service Application that has two index servers.
The search index contains 3 million documents that reside on the SharePoint farm and 2 million documents that reside on a network file server named fileserver1.
You need to ensure that users throughout the farm can specify that results for an individual search query should include content only from a network file share that has the \\fileserver1\documents UNC path.
What should you do?

A) Add a new crawl rule and specify the path where the rule will App1y. In the Crawl Configuration section, select the Exclude all items in this path option.
B) Add a new search scope at the site administration level. Add a scope rule that uses the Content Source rule type.
C) Add a second Search service Application and distribute the indexed content across the two index servers.
D) Add a new index partition and distribute the existing index across the two index servers.
E) Add a new crawl rule and specify the path where the rule will App1y. In the Crawl Configuration section, select the Include all items in this path option.
F) Add a new federated search location. In the Restrictions and Credentials Information section, select the No restriction: All sites can use this location option.
G) Add a new search scope at the service Application level. Add a scope rule that uses the Web Address rule type.
H) Add a new content source and specify its start address. Add a crawl schedule, and initiate a full crawl.


2. You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm.
You have a site collection named http://www.contoso.com based on the Team Site template that has anonymous access enabled.
You need to ensure that anonymous users cannot view Application-level pages.
What should you do?

A) From the SharePoint 2010 Management Shell, run the following script:
$ spWeb = Get- SPWeb "http://www.contoso.com/sales" $ spWeb.BreakRolelnheritance
($false) $ spWeb.Disp ose ()
B) Grant Design permissions to the Sales SharePoint user group.
C) From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable- SPFeature ViewFormPagesLockdown - Url "http://www.contoso.com"
D) Grant Full Control permissions to the Sales SharePoint user group.
E) From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable- SPFeature DocumentSet - Url "http://www.contoso.com"
F) Add User1 to the Site Owners group.
G) From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable- SPFeature ViewFormPagesLockdown - Url http://www.contoso.com
H) From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable- SPFeature DocumentSet - Url "http://www.contoso.com"
I) Add User1 as a site collection administrator.
J) From the SharePoint 2010 Management Shell, run the following script:
$ spWeb = Get- SPWeb Mhttp://www.contoso.com/sales" $ spWeb.BreakRolelnheritance
($true) $ spWeb.Dispose ()


3. You have a Microsoft Office SharePoint Server 2007 Service Pack 2 (SP2) server farm.
You deploy SharePoint Server 2010 Service Pack 1 (SP1).
You attach the content databases from the SharePoint Server 2007 server farm to SharePoint Server 2010 Service Pack 1 (SP1).
You need to identify whether the content databases contain any customizations that cannot be used by SharePoint Server 2010 Service Pack 1 (SP1).
What should you run?

A) the test-spcontentdatabase cmdlet
B) the psconfig.exe command
C) the spmetal.exe command
D) the mount-spcontentdatabase cmdlet


4. You configure a SharePotnt Server 2010 Service Pack 1 (SP1) server farm.
You need to perform backup and restore of a site collection and its content database by using Windows PowerShell.
Which command should you run to restore a web application?

A) Backup-SPFarm -Directory \\FileServer_Name\SharePointBackupFolder -BackupMethod Full -Item WSS_AdventureWorks
B) Backup-SPFarm -Directory \\FileServer_Name\SharePointBackupFolder -BackupMethod Full
C) Backup-SPSite http://localhost -Path \\FileServer_Name\SharePointBackupFolder\SiteBackup.bak
D) Restore-SPFarm -Directory \\FileServer_Name\share\site_name.bak -RestoreMethod Overwrite -Item "Farm\Microsoft SharePoint Foundation Web Application\AdventureWorks"
E) Restore-SPFarm -Directory \\FileServer_Name\ share\site_name.bak -RestoreMethod Overwrite -ConfigurationOnly
F) Restore-SPFarm -Directory \\FileServer_Name\ share\site_name.bak -RestoreMethod Overwrite -Item WSS_Adventure Works
G) Backup-SPFarm -Directory \\FileServer_Name\SharePointBackupFolder -Item "Farm\Microsoft SharePoint Foundation Web Application\AdventureWorks" -BackupMethod Full
H) Restore-SPSite http://localhost -Path \\FileServer_Name\SharePointBackupFolder SiteBackup.bak -Force


5. You have a SharePoint Server 2010 server farm.
The farm contains the servers configured as shown in the following table:

You need to ensure that users can perform searches if a single server fails.
What should you do?

A) Add a new database server to the server farm and configure database mirroring. Add a new SharePoint Server 2010 server to the server farm and configure the server as a Web server and as a query server.
B) Add a new SharePoint Server 2010 server to the server farm. Remove the query component from Server2 and configure the new server as a query server.
C) Add a new SharePoint Server 2010 server to the server farm. Configure the new server as a crawl server.
D) Add two new SharePoint Server 2010 servers to the server farm. Configure one server as a Web server and as a query server. Configure the other server as a crawl server.


Solutions:

Question # 1
Answer: B
Question # 2
Answer: G
Question # 3
Answer: A
Question # 4
Answer: F
Question # 5
Answer: A

1367 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

The dump gave me the information I needed. I took my first 70-667 exam in Oct and passed it, I am so happy! Thank you!

Judith

Judith     4 star  

So I am glad to share my success to you, I passed!
Anyway I dont need the refund bcoz I should pass 70-667 exam, however I get certified today.

Judy

Judy     5 star  

Valid 70-667 learning dumps! The forcast is accurate. Key knowledge is complete for before-exam prepare. I got a good score and feel very happy!

Sylvia

Sylvia     5 star  

Amazingly helpful 70-667 practice questions! I cleared the 70-667 exam successfully last week!

Jacob

Jacob     5 star  

This 70-667 learnng braindump has really helped me to clarify all my doubts regarding the exam topics. All of the topics are contained in the exam. I cleared the exam without difficulty!

Antoine

Antoine     4 star  

The Itcertmaster provides valid and the latest questions. Thanks. I passed 70-667 exam.

Page

Page     4 star  

I have failed twice, but with the help of the 70-667 exam materials, I passed successfully this time. It is really lucky to find this Itcertmaster!

Elma

Elma     5 star  

When I got my score, I think choosing 70-667 is my best choice I have made. Thank Itcertmaster.

Derrick

Derrick     4.5 star  

The credit of my success in exam 70-667 goes to ure that helped with its innovative and reliable study material

Ella

Ella     5 star  

Exam dumps for 70-667 exam at Itcertmaster are very similar to the actual exam. Great work team Itcertmaster for this helping tool. Passed my exam today.

Harvey

Harvey     5 star  

When i worte the 70-667 exam, i got the feeling of practicing on the Software version which can simulate the real exam and passed it as i practiced as well. You should try this version too.

Erica

Erica     4 star  

passed the 70-667 exam. Satisfied with the good scores, thanks to the Itcertmaster! It saved a lot of time!

Lynn

Lynn     4 star  

I got all the answers to the questions from this 70-667 exam dumps, and i passed the exam with full marks. What are you waiting for? Rush to buy it right now!

Abraham

Abraham     5 star  

The 70-667 dump does an excellent job of covering all required objectives. If you want a good study guide to pass the 70-667 exam, I want to recommend 70-667 study guide to you. Very useful.

Amos

Amos     5 star  

The top class 70-667 study guide from Itcertmaster helped me more, which ensure me pass the exam smoothly.

Frances

Frances     4 star  

Thank you anyway for providing me excellent 70-667 practice test.

George

George     4.5 star  

Thank you so much Itcertmaster for all my success and achievements!
I have tried many study guides for this 70-667 exam.

Poppy

Poppy     4 star  

Thank you so much for the great work.

Eileen

Eileen     5 star  

I am very interested in this 70-667 course and i also have a brandnew study experience! The most improtant thing is that i have passed my 70-667 exam! Thank you!

Matt

Matt     4 star  

Very helpful pdf questions answers file by Itcertmaster for the certified 70-667 exam. I studied from these and passed my exam. I scored 90% marks. Thank you so much, Itcertmaster.

Renata

Renata     5 star  

Thanks Itcertmaster that encourage me to put all my effort in preparation of the exam.

Adonis

Adonis     4 star  

LEAVE A REPLY

Your email address will not be published. Required fields are marked *