PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which feature should you choose?

You are an enterprise application developer. You create a Microsoft Windows-based service application.
The application must perform the following tasks:

* Monitor running processes for critical events.
* Log critical events to an e-mail and send the e-mail to the system administrators.
* Record and include stack information as part of the critical event.

You must be able to configure application event logging at run time. Application event logging must have minimal impact on runtime performance. You need to choose an appropriate monitoring feature to fulfill these requirements. Which feature should you choose?

What should you do?

You are an enterprise application developer. You create 10 applications. Your companys application server will host the applications. You are responsible for designing a monitoring solution for the applications.
Your monitoring solution must meet the following criteria:

* The solution must be reusable.
* The solution must aggregate all data into one display.

You need to design a solution to meet the requirements. What should you do?

Which component type should you choose?

You are an enterprise application developer. A Web-based application manages the employee information in your company. A rapid increase in the number of employees renders scalability difficult. You must suggest a component strategy that permits the application to scale as the number of employees grows.
The component must implement the following application features:

* It resides completely behind a company firewall.
* It has complex transactional and auditing requirements.
* It operates across multiple servers within the company.
* It provides runtime identity services for each employee.

You need to choose a component type that implements these features in a scalable manner. You need to achieve this goal by using the least coding effort. Which component type should you choose?

Which code segment should you use?

You create the following Web user control named ErrorMessages.

<%@ Control Language=”VB” AutoEventWireup=”false”
CodeFile=”ErrorMessages.ascx.vb” Inherits=”ErrorMessages” %> <script>
Protected m_Text As String = “This is a default message!”

Public Property Text() As String
Get
Return m_Text
End Get
Set(ByVal value As String)
m_Text = value
End Set
End Property
</script>

The ErrorMessages control uses a public property that displays the error message. You need to change the default error message property on the Web Form in which the control is implemented. Which code segment should you use?

What should you choose?

You are an enterprise application developer. You are developing several Web services that are accessed by smart client applications. The Web services might be installed on different Web servers. The smart client applications must authenticate users by using credentials issued by a single sign-on service. The single sign-on service was developed by a different group in your organization.
The security policy of the application includes the following requirements:

* User identity must be transmitted across application boundaries.
* User identity must be logged for auditing purposes.

You need to choose a strategy to propagate user information securely across the application boundaries.
What should you choose?

What should you choose?

You are an enterprise application developer. You create a distributed invoicing solution. Operating requirements state that the memory that is used by the Microsoft Windows-based applications must not exceed a specified value. Technology requirements state that all execution failures must be reported.
The Windows-based application must meet the following criteria:

* Alert system administrators when the memory usage reaches a critical value.
* Alert system administrators when a technical exception occurs.
* Log processor and disk space usage on all client computers.

You need to select an event management implementation to meet the criteria. What should you choose?