You need to ensure that internal Lync 2013 clients can sign in automatically
You support a customer whose network environment includes Microsoft Lync Server 2013
Enterprise, with two Front End Servers and two Back End Servers. The Back End Servers are deployed
in a high availability configuration. You create a Front End pool named pool.contoso.com and
implement DNS load balancing for client access to the Lync servers. Your internal DNS records have
the following configuration:
_gc._tcp.contoso.com SRV priority 0, weight 100, port 3268 dc1.contoso.com_ldap._tcp.contos.com
SRV priority 0, weight 100, port 389 dc1.contoso.com_kerberos._tcp.contos.com SRV priority 0,
weight 100, port 88 dc1.contoso.com_sip._tls.contoso.com SRV priority 0, weight 0, port 5061,
pool.contoso.com FrontEndServer1 A 192.168.1.10FrontEndServer2 A 192.168.1.11BackEndServer1
A 192.168.1.20BackEndServer2 A 192.168.1.21Pool01
A
192.168.1.10Pool01
A
192.168.1.11 Your Lync 2013 clients fail to sign in automatically. The trace log of failed sign-in
attempt is as follows: INFO
:: QueryDNSSrv – DNS Name[_sipinternaltls._tcp.contoso.com]ERROR :: HRESULT failed: 80072726 =
HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDRERROR
:: ResolveHostNameUsingGetAddrInfo – getaddrinfo(pool.contoso.com) failed WARN
:: ResolveHostName – getaddrinfo failed for pool.contoso.com ERROR ::
ResolveHostNameUsingDnsQuery – DnsQuery(pool.contoso.com) failed WARN
:: ResolveHostName – DNS lookup failed for pool.contoso.com ERROR :: ResolveHostName – Name
resolution for pool.contoso.com failedERROR :: ResolveHostSyncResolveHostName failed ERROR ::
GetDnsResults – did not get any resultERROR :: QueryDNSSrvGetDnsResults query:
_sipinternaltls._tcp.contoso.com failed ERROR ::
DNS_RESOLUTION_WORKITEM::ProcessWorkItemResolveHostName failed
You need to ensure that internal Lync 2013 clients can sign in automatically. You also need to ensure
that internal traffic is load balanced across the two Front End Servers. What should you do?
Which of the following values is outside acceptable limits?
You support Microsoft Lync Server 2013 in your company network. Your company has four buildings
on a single site. A user reports that when she calls users in another building, the call quality is poor.
You receive the Quality of Experience (QoE) report: Capture device:
Headset MicrophoneRender device: Headset EarphoneMicrophone timestamp error: 0.02msEcho
percent microphone in: 15.21%Codec: SIRENAudio FEC: FalsePacket utilization: 32701Avg. packet
loss rate: 10.21%Avg. jitter: 23msAvg. round trip: 62msAvg. network MOS: 3.71Avg. network MOS
degradation (jitter):0.00%Avg. sending MOS: 2.97Avg. listening MOS: 3.17Receive noise level: –
56dBoV
Which of the following values is outside acceptable limits?
You need to ensure that users are able to receive calendar information from Lync Mobile devices
You support a customer who administers Microsoft Lync Server 2013 Enterprise servers in his
company. The pool named lync.contoso.com is configured with the session initiation protocol (SIP)
domain contoso.com. The internal split-DNS domain contoso.com contains the following records:
_gc._tcpSRV
priority 0, weight 100, port 3268 dc1.contoso.com_ldap._tcpSRV
priority 0, weight 100, port 389 dc1.contoso.com_kerberos._tcpSRV
priority 0, weight 100, port 88 dc1.contoso.com_sipinternal._tcpSRV
priority 0, weight 0, port 5061, lync.contoso.com _sip._tlsSRV
priority 0, weight 0, port 5061, lync.contoso.com EnterpriseCA
A
192.168.10.5Admin
A
192.168.10.10Lync A
192.168.10.10Lyncdiscoverinternal
A
192.168.10.10Exchange2010
A
192.168.10.4OWA
A
192.168.10.4DC1
A
192.168.10.3Sip
A
192.168.10.10
Users who are running Lync Mobile on their mobile devices report that when they attempt to
retrieve calendar information, they receive an error that references a Microsoft Exchange Web
Services connectivity issue. You need to ensure that users are able to receive calendar information
from Lync Mobile devices. What should you do?
Which two actions should you perform?
You deploy Microsoft Lync Server 2013 Enterprise Edition and create a pool named
Lync2013pool.Contoso.local. You configure the Lync admin URL to be admin.contoso.local. The Front
End and Back End roles are installed on servers named FE2013 and BE2013.
Your DNS server hosts the following records:
_Sipinternaltls._tcp.contoso.local SRV priority 0, weight 0, port 5061,
lync2013pool.contoso.local_tcp._kerberos.contoso.local SRV proiority 0, weight 100, port 88,
DC.contoso.localDC
A 192.168.10.20Dialin A 192.168.10.10Admin A 192.168.10.20FE2013 A 192.168.10.10BE2013 A
192.168.10.11
You attempt to open the Lync Server Control Panel and you receive an error message. You need to
be able to open the Lync Server Control Panel. Which two actions should you perform? (Each correct
answer presents part of the solution. Choose two.)
Which two actions should you perform?
You deploy Microsoft Lync Server 2013 Enterprise Edition and create a pool named
Lync2013pool.Contoso.local. You configure the Lync admin URL to be admin.contoso.local. The Front
End and Back End roles are installed on servers named FE2013 and BE2013.
You create the following DNS records: _Sipinternaltls._tcp.contoso.local SRV priority 0, weight 0,
port 5061, lync2013pool.contoso.localDialin A 192.168.10.10FE2013 A 192.168.10.10BE2013 A
192.168.10.11
You attempt to open the Lync Server Control Panel and you receive an error message. You need to
be able to open the Lync Server Control Panel. Which two actions should you perform? (Each correct
answer presents part of the solution. Choose two.)
Which collection type should you use?
You are developing an application that includes a class named Order. The application will store a
collection of Order objects.
The collection must meet the following requirements:
Use strongly typed members.
Process Order objects in first-in-first-out order.
Store values for each Order object.
Use zero-based indices.
You need to use a collection type that meets the requirements.
Which collection type should you use?
Which code segment should you use?
You are developing an application. The application calls a method that returns an array of integers
named employeeIds. You define an integer variable named employeeIdToRemove and assign a value
to it. You declare an array named filteredEmployeeIds.
You have the following requirements:
Remove duplicate integers from the employeeIds array.
Sort the array in order from the highest value to the lowest value.
Remove the integer value stored in the employeeIdToRemove variable from the employeeIds array.
You need to create a LINQ query to meet the requirements.
Which code segment should you use?
Which two actions should you perform?
You are developing an application that includes the following code segment. (Line numbers are
included for reference only.)
The GetAnimals() method must meet the following requirements:
Connect to a Microsoft SQL Server database.
Create Animal objects and populate them with data from the database.
Return a sequence of populated Animal objects.
You need to meet the requirements.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)
Which code segment should you insert at line 08?
You are developing an application that uses the Microsoft ADO.NET Entity Framework to retrieve
order information from a Microsoft SQL Server database. The application includes the following
code. (Line numbers are included for reference only.)
The application must meet the following requirements:
Return only orders that have an OrderDate value other than null.
Return only orders that were placed in the year specified in the OrderDate property or in a later
year.
You need to ensure that the application meets the requirements.
Which code segment should you insert at line 08?
How should you complete the relevant code?
DRAG DROP
You are developing a custom collection named LoanCollection for a class named Loan class.
You need to ensure that you can process each Loan object in the LoanCollection collection by using a
foreach loop.
How should you complete the relevant code? (To answer, drag the appropriate code segments to
the correct locations in the answer are
a. Each code segment may be used once, more than once, or not at all. You may need to drag the
split bar between panes or scroll to view content.)