PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which of the following actions should you take?

You are employed as an application developer at ABC.com. You make use of Microsoft .NET
Framework 4 to develop Windows Presentation Foundation (WPF) applications.
You are in the process of developing a new application named ABCApp35. You have inserted
code to configure the foreground of a label property to be purple.
You are then informed that all labels within the application should be configured identically.
Which of the following actions should you take?

Which of the following actions should you take?

You are employed as an application developer at ABC.com. You make use of Microsoft .NET
Framework 4 to develop Windows Presentation Foundation (WPF) applications.
ABC.com has an application that contains StackPanel object named ABCStyle. The text font in the
StackPanel object is currently undefined.
You have been instructed to write code that sets the font size to 28, but the font weight must be
retained.
Which of the following actions should you take?

Which of the following describes reasons for writing this code?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You have written the following code segment:
int[] filteredEmployeeIds = employeeIds.Distinct().Where(value => value !=
employeeIdToRemove).OrderByDescending(x => x).ToArray();
Which of the following describes reasons for writing this code? (Choose two.)

Which of the following actions should you take?

You are employed as an application developer at ABC.com. You make use of Microsoft .NET
Framework 4 to develop Windows Presentation Foundation (WPF) applications.
You have developed a new application that contains a page, named testPage. You have addaed a
SolidColorBrush key, named ClientIDBrush, to the resources of testPage. You also configured the
color of the brush to be purple.
You have received instruction to configure all pages within the application to make use of the
ClientIDBrush.
Which of the following actions should you take?

Which of the following is the SqlDataReader method that allows for this?

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 currently discussing the use of a
method that moves the SqlDataReader on to the subsequent record.
Which of the following is the SqlDataReader method that allows for this?