The guide provides great study material. It helped me to get started on studying for the Microsoft 074-338 exams. Great dumps!
Clear the 074-338 Actual Exam Test with high efficiency by using our 074-338 Exam Lab Questions. Now, you can try our 074-338 Latest Free Demo to assess the validity and reliability, and then choose 074-338 Pdf Study Guide immediately.
Updated: Sep 04, 2026
Q & A: 114 Questions and Answers
It is easy to understand why so many people want to take the 074-338 exam even though they know how hard it is. In the past, just like the old saying goes “Practice makes perfect”, only the most hard-working workers who nearly spend most of their time on preparing for the exam can pass the exam as well as get the 074-338 certification. However, things have changed with the passage of time, now I am glad to introduce our Microsoft 074-338 exam training material to you, with which you can achieve your goal with the minimum of time and efforts. If you choose our 074-338 pdf test training to be your leaning partner in the course of preparing for the exam, I can assure that you will pass the exam as well as get your desired certification as easy as pie. There are numerous shining points of our 074-338 exam training material which deserve to be mentioned, such as free trial available to everyone, mock examination available in Windows operation system, to name but a few.
Instant Download: Upon successful payment, Our systems will automatically send the product you have purchased to your mailbox by email. (If not received within 12 hours, please contact us. Note: don't forget to check your spam.)
In our software version the unique point is that we will provide you the mock examination which will simulate the real exam for you to practice. There is no doubt that mock examination is of great significance for those workers who are preparing for the 074-338 exam. First and foremost, workers can find deficiencies of their knowledge as well as their shortcomings in the Microsoft 074-338 exam lab questions, so that they can enrich their knowledge before the real exam. Second, many people are inclined to feel nervous when the exam is approaching, so the Microsoft 074-338 exam study material provided by us can help every candidate to get familiar with the real exam, which is meaningful for them to take away the pressure. Last but not least, our customers can accumulate exam experience as well as improving their exam skills with our 074-338 updated study material. What's more, there is no limitation on our 074-338 software version about how many computers our customers used to download it, but it can only be operated under the Windows operation system.
Our 074-338 exam training material has been praised as the best study materials for the actual exam by our customers in many different countries. And it is clear that actions speak louder than words, we have enough confidence in our 074-338 exam training material so that we provide the free demo for everyone to have a try, after trying, then you will understand why 074-338 pdf study guide is so popular in the international market. Now, you only need to find the "download for free" item in our website, and you will notice that there are three kinds of versions for you to choose. What is called "A bold attempt is half success", I can assure that you will be fully satisfied with our Microsoft 074-338 online test simulator. We are always here waiting for giving you a hand, please feel free to have a try.
| Section | Objectives |
|---|---|
| Topic 1: Lync Server 2013 Architecture and Core Components | - Server roles and topology design
|
| Topic 2: Federation, Mobility, and External Access | - External access and mobility
|
| Topic 3: Installation, Configuration, and Deployment | - Client and server configuration
|
| Topic 4: Monitoring, Troubleshooting, and Maintenance | - Troubleshooting scenarios
|
| Topic 5: Voice, Video, and Conferencing | - Enterprise Voice configuration
|
Question 1
You support a customer whose network environment includes Microsoft Lync Server 2013 Enterprise Voice deployed at two sites named Sitel and 5ite2. All users require extension dialing. Only direct inward dialing will be used for auto attendants or response groups. The extension numbers in four-digit format are
stored in the telephoneNumber attribute on the users' Active Directory Domain Services (AD DS) account. Sitel uses 2xxx extensions, and Site2 uses 3xxx extensions. You want to retain the four-digit extensions in Active Directory, but also present the numbers as valid numbers in the Lync 2013 client. You need to ensure that four-digit dialing normalizes properly in the address book for Lync. What should you do?
A. Use absconfig.exe from the Lync Resource Kit and change the flag of telephoneNumber to be included in the address book generation.
B. Modify the Company_Phone_Number_Normalization_Rules.txt file and add the following rules: ^(2\d{3})$ -- +15197778888;ext=$1^(3\d{3})$ -- +14163334444;ext=$1
C. In the Lync Control Panel, under voice routing and dial plan, modify the global dial plan to add the following rules: ^(2\d{3})$ --+15197778888;ext=$1^(3\d{3})$ -- +14163334444;ext=$1
D. Modify the Company_Phone_Number_Normalization_Rules.txt file and add the following rules: ^(2d\{3})$ -- +15197778888;ext=$1^(3d\{3})$ -- +14163334444;ext=$1
Question 2
You are a member of the CsAdministrator group that supports the Microsoft Lync 2013 datacenter for the Contoso company. The Contoso datacenter has 65,000 users. The datacenter has two pools, named ConPool01 and ConPool02. Both pools run Microsoft Lync Server 2013. The Central Management Store is hosted on ConPool01. The servers that run ConPool01 suffer a catastrophic failure. You want users hosted on ConPool01 to be supported permanently on ConPool02. You need to fail over ConPool01. What should you do?
A. Run the Invoke-CsPoolFailover PowerShell cmdlet.
B. Run the Get-CsDatabaseMirrorState cmdlet, and then the Invoke-CSManagementServerFailover PowerShell cmdlet.
C. Run the Install-CsDatabase PowerShell cmdlet, and then the Move- CsManagementServer cmdlet.
D. Run the Set-CsConfigurationStoreLocation cmdlet.
Question 3
You support a customer whose network environment includes Microsoft Lync Server 2013 with Enterprise Voice. Your customer enables centralized logging on the Lync servers. According to your customer, a user has reported that when she attempts to dial out to a public switched telephone network (PSTN) number, she receives the following message: "Your organization does not support calling this number." You confirm that the user is configured to use Enterprise voice and that other users are successfully making and receiving calls. Within the captured logs from the affected user, you view the following message: "SIP/2.0 403 Forbidden." The Microsoft Lync 2013 control panel displays the following information:
You need to ensure that the user is able to dial out to PSTN. What should you do?
A. Change the associated normalization rule in the dial plan policy to match: ^(\d(11))$, Translation pattern +$1.
B. Open port TCP/5061 inbound on the Mediation Server.
C. Change the voice policy for this user to < North America > for PSTN usage association.
D. Contact the Session Initiation Protocol (SIP) provider.
Question 4
Your customer recently installed Microsoft Lync Server 2013 in his company network and he is migrating users from Office Communications Server (OCS) 2007 R2. Some users who have been moved to Lync server but still have the OCS client installed report that they receive the following error when trying to connect: "Microsoft Office Communicator 2007 R2 is not a version that can be used to sign in to the server. Please contact your system administrator to get the required version." You need to ensure that Microsoft Office Communicator 2007 R2 clients can connect to the Lync server. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Run the Get-CsClientVersionPolicyRule | Where-Object {$_.UserAgent -eq "CPE"} | Set- CsClientVersionPolicyRule -MajorVersion 0 -MinorVersion 0 - BuildNumber 0 -Action Allow cmdlet.
B. Enter a new registry entry on the client computers: HKEY_CURRENT_USER\Software\Policies\Microsoft\Communicator Name: DisableServerCheck Type: DWORD Value: 1 (00000001)
C. Run the Set-CsClientVersionConfiguration -Enabled $false cmdlet.
D. Install the latest Microsoft Office Communicator 2007 R2 update.
Question 5
You support a customer's Microsoft Lync Server 2013 environment.
Users regularly host online meetings in which participants use the MultiView video feature in Lync Server 2013.
All clients use the Lync 2013 client and are located in the headquarters site as well as a branch site. The network team reports high bandwidth utilization by Lync for these conferences. You need to find a potential cause of the high bandwidth use. Which cmdlet should you run from the Lync Server Management Shell?
A. Get-CsConferencingPolicy
B. Get-CsVoicePolicy
C. Get-CsClientPolicy
D. Get-CsMediaConfiguration
Solutions:
| Question 1 Answer: B | Question 2 Answer: B | Question 3 Answer: C | Question 4 Answer: C,D | Question 5 Answer: A |
The guide provides great study material. It helped me to get started on studying for the Microsoft 074-338 exams. Great dumps!
These 074-338 exam questions are important exam dumps for you to get reference. With them, the exam is not hard at all. Good luck!
Thanks for availing us such helpful 074-338 exam questions with so many latest questions along with correct answers! I and my best friends both passed with high scores. You are doing great job.
I strongly recommend 074-338 Material available at BraindumpsVCE to everyone. You are Superb!
I just passed my exam yesterday. It was an amazing idea by my friend to try 074-338 exam questions and i was not confident that I can pass it. But once I study it and memorize all the questions then i had a feeling that i can pass it. And I passed it with 85% marks. Thanks 074-338 exam questions once again. 100% recommended to everyone.
It is the firt time to take 074-338 exams. I worry a lot about whether I can pass the exam. Thanks for your help, my friends! I passed my exam with good score. Most questions are from your guidance.Thanks so much!
Great! I scored 90% on this 074-338 exam.
Thank you for sending me the great 074-338 study material.
There is no need of practicing more questions! These 074-338 exam questions are enough for you to pass the exam. I have passed the exam with good marks. Thanks!
I have already told my friend how effective your 074-338 course is.
The soft version of 074-338 study guide is like real exams for i can set testing time by myself.
Passed my 074-338 data scientist exam today with 93% marks. Studied from the dumps at BraindumpsVCE. All questions were included in the actual exam. Thank you BraindumpsVCE. Recommended to all.
The materials are very precise! BraindumpsVCE is the best website i have ever visited. Your services are very prompt and helped me a lot. I passed my 074-338 exam with high marks.
BraindumpsVCE Microsoft Lync Server 074-338 practice questions cover most of questions and answers of real test.
This 074-338 practice questions are easy to understand. I passed my exam with them. Big thanks!
Really recommed 074-338 exam materials to all candidates, this is a most useful dump I have seen.
I found these 074-338 practice dumps when i was about to give up on programming for i had failed twice. So you know when i passed the exam finally, how happy i am! Thank you sincerely!
Passed with score of 97%!I was wondering that you have only a few 074-338 product in your collection.
When I am ready to order074-338, the service tell me it is not latest version and let me wait more days. She informs me the latest version two days before my exam date. Based on my trust I decide to order. I study day and night in two days. It is OK. PASS.
BraindumpsVCE Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
We are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
If you prepare for the exams using our BraindumpsVCE testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
BraindumpsVCE offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.