PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which of the following is TRUE with regards to sharing the folder in this manner?

You work as an administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com. All servers on the ABC.com network have Windows Server 2012 R2 installed.
ABC.com has a server, named ABC-SR13. ABC-SR13 hosts a shared folder, named ABCShare,
which has been shared as ABCShare$.
Which of the following is TRUE with regards to sharing the folder in this manner?

Which of the following options are TRUE with regards to the ListBox control?

You are employed as an application developer at ABC.com. You make use of Microsoft .NET
Framework 4 to develop Windows Forms applications.
You are in the process of developing a new application, named ABCApp21. You then created a
class and named it Client. You also configured the use of two properties named Name, and
Surname. You then assigned the family key to a newly created a resource, which hosts a
collection of Client objects.
You then wrote the code shown below to create a ListBox control:
<ListBox ItemsSource=”{StaticResource family}”>
<ListBox.ItemTemplate>
<DataTemplate>
<TextBox Text=”{Binding Name}” />
<TextBox Text=”{Binding Surname}” />
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
Which of the following options are TRUE with regards to the ListBox control?

Which of the following actions should you take?

You work as an administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
ABC.com has a server, named ABC-SR15, which has Windows Server 2012 R2 installed.
ABC.com also has a server, named ABC-SR16, which has Windows Server 2008 R2 SP1
installed.
You have been instructed to make sure that ABC-SR16 is able to run Windows PowerShell 3.0.
Which of the following actions should you take? (Choose two.)

Which combination of the following actions should you take?

You are employed as an application developer at ABC.com. ABC.com makes use of Microsoft
Visual Studio 2010 and Microsoft .NET Framework 4 for Windows Presentation Foundation (WPF)
application development.
You have created a new application named ABCApp13 and configured it to execute multiple
queries on a database named ABCDB35. To achieve this you created code that includes the LINQ
ParallelEnumerable.AsParallel method.
You would like the queries to be carried out simultaneously on different threads.
Which combination of the following actions should you take? (Choose two.)

Which of the following is TRUE with regards to the ContinueWith method?

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain

named ABC.com.
You are running a training exercise for junior developers. You are discussing the use of the Task
methods. You are currently dealing with the ContinueWith method.
Which of the following is TRUE with regards to the ContinueWith method?

How would you configure DHCP to support this subnet?

You work as a network administrator at ABC.com. The ABC.com network consists of a single
domain named ABC.com. All servers on the ABC.com network have Windows Server 2012 R2
installed.
The network as a server named ABC_SR05 that provides DHCP services. You need to create a
new IPv4 subnet on the network. The subnet must support a maximum of 5,000 hosts and must
have a few unused addresses as possible.
How would you configure DHCP to support this subnet?

Which of the following actions should you take?

You are employed as an application developer at ABC.com. ABC.com makes use of Microsoft
.NET Framework 4 for application development.
You have developed an application, named ABCApp35, which will be deployed to ABC.com
servers that have dissimilar component setups.
You would like to configure the application in such a way that server CPU resources are used as

efficiently as possible. You do not want to make use of uneccessary code to complete the task.
Which of the following actions should you take?