Which code segment should you use to format the columns at run time?
You are creating a Windows Form. You add a TableLayoutPanel control named pnlLayout to the form. You set the properties of pnlLayout so that it will resize with the form. You need to create a three-column layout that has fixed left and right columns. The fixed columns must each remain 50 pixels wide when the form is resized. The middle column must fill the remainder of the form width when the form is resized. You add the three columns in the designer. Which code segment should you use to format the columns at run time?
What should you do?
A message queue named SecureQueue requires incoming messages to be authenticated.
When an application attempts to send a message to SecureQueue, the following exception is thrown.
User’s internal Message Queuing certificate does not exist.The following code is used to send the message.
(Line numbers are included for reference only.)
01 MessageQueue mq = new MessageQueue(“.\\SecureQueue”);
02 Message m = new Message(“Test Message”);
03 m.UseAuthentication = true;
04 mq.Send(m);
You need to ensure that a message can be sent to SecureQueue without the exception being thrown.
What should you do?
which you are a member from the new computer. You save your Groove account and Groove contacts as files to the
You have a new portable computer. You need to access all the Groove workspaces of which you are a member from the new computer. You save your Groove account and Groove contacts as files to the new computer. What should you do next?
Which two controls can you use to achieve this goal?
You are customizing a Windows Form. You need to add an input control that provides AutoComplete suggestions to the user as the user types. Which two controls can you use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
What should you do?
A file named Util.asmx contains the following code segment.
(Line numbers are included for reference only.)
01 <%@ WebService Language=”C#” class=”Exam.Util” %>
02 namespace Exam {
03 public class Util {
04 public string GetData() {
05 return “data”;
06 }
07 }
08 }
You need to expose the GetData method through a Web service.
What should you do?
What should you do on the Groove Server Data Bridge server?
You install a Groove Server Data Bridge server. You need to enable a custom application to communicate with the Groove Server Data Bridge server. What should you do on the Groove Server Data Bridge server?
What should you do?
You are creating a Windows Forms application. You set the FlatAppearance.MouseOverBackColor property of a button to Blue. When testing the application, you notice that the background color does not change when you move the pointer over the button. You need to set the properties of the button so that the background color for the button changes to blue when the pointer moves over the button. What should you do?
What should you do?
You are writing an application that calls a Web service.
The application must call the Web service asynchronously and also perform a small amount of processing while the Web service is running.
The return value from the Web service is required for additional processing.
You need to ensure that the application can call the Web service asynchronously and also process the return value.
Your solution must keep processor cycles to a minimum.
What should you do?
What should you do?
You have a Groove Server Manager server named Server1 and a Groove domain. You install Groove Server Manager and the Audit service on a server named Server2. You need all managed Groove domain members to send audit data to Server2. What should you do?
Which two actions should you perform?
You are creating a Windows Forms application. You add an ErrorProvider component named erpErrors and a DateTimePicker control named dtpStartDate to the application. The
application also contains other controls. You need to configure the application to display an error notification icon next to dtpStartDate when the user enters a date that is greater than today’s date. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)