Designing and Developing Enterprise Applications by Using the Microsoft .NET Framework C++:70-549C++
科目编号:70-549C++
科目名称:Designing and Developing Enterprise Applications by Using the Microsoft .NET Framework C++
描述:
70-549C++ 考试是 Microsoft 公司的 Designing and Developing Enterprise Applications by Using the Microsoft .NET Framework C++ 认证考试官方代号,kaoccna 的 70-549C++ 权威考试题库软件是 Microsoft 认证厂商的授权产品,kaoccna 绝对保证顺利通过,否则承诺全额退款!
Designing and Developing Enterprise Applications by Using the Microsoft .NET Framework C++ 认证作为全球IT领域专家 Microsoft 热门认证之一,是许多大中 IT 企业选择人才标准的必备条件。 如果你正在准备 70-549C++ 考试,为 Microsoft Designing and Developing Enterprise Applications by Using the Microsoft .NET Framework C++认证做最后冲刺,又苦于没有绝对权威的考试真题模拟
mcsepass 实行"一次不过全额退款"承诺。如果您购买我们 70-549C++ 的考题,只要不是首次通过,凭盖有 PROMETRIC 或 VUE 考试中心钢印的考试成绩单,我们将退还您购买 70-549C++ 考题大师的全部费用,绝对保证您的利益不受到任何的损失。
- 科目: 70-549C++
- 原价:
¥ 1,008.00 - 现价: ¥ 358.00
kaoccna 的优势
70-549C++ 试题的质量和价值
mcsepass 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。
100% 保证您通过 70-549C++ 的考试
如果你使用 mcsepass 模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!
试用后再购买
mcsepass 提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性。
kaoccna认证考试题库网专业提供 Microsoft 70-549C++ 最新题库下载,完全覆盖 mcsepass 考试原题。
部分考题展示
Exam : Microsoft 70-549(C++)
Title : Design & Develop Enterprise Appl by Using MS.NET Frmwk
1. You are an enterprise application developer. You are creating a .NET Remoting component. The Version 1.0 of the component is deployed as a well-known server-activated object. The strong-named component is installed into the global assembly cache. Ten distributed applications in your company utilize the component, and each application has an independent schedule for upgrades and deployment. You add new features to the component. These additions will change the signatures of the public methods on the component. You need to devise a deployment strategy for the component. What should you do?
A. Deploy the component in place of the existing well-known object.
B. Deploy the component as a well-known object.
C. Increment the version number of the component assembly. Deploy the component in place of the existing well-known object.
D. Increment the version number of the component assembly. Deploy the component as a new well-known object.
Answer: D
2. You are an enterprise application developer. You create a large-scale, managed application that needs a consistent approach to event logging.
The application must format and log events to 20 destinations. Events from 15 sources must be collated onto a single computer. The application must perform the following tasks:
Maintain consistent logging and instrumentation practices, both within an application and across the enterprise.
Ease the learning curve for developers by using a consistent architectural model.
Support custom implementations of formatters and event sinks.
Generate log entries as discrete events or as part of a traced process.
You need to select an appropriate implementation approach. Which approach should you choose?
A. Use the Logging and Instrumentation Application Block from Enterprise Library.
B. Write a custom event management component based upon the Publisher-Subscriber pattern.
C. Use the EventLog component from Microsoft .NET Framework.
D. Use the Message Queuing components from Enterprise Services.
Answer: A
3. 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?
A. Microsoft Windows Management Instrumentation (WMI) events
B. The System Event Log
C. A custom TraceListener
D. The Application Event Log
Answer: C
4. 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?
A. Tracing
B. System Event Log
C. Performance Counters
D. Microsoft Windows Management Instrumentation (WMI)
Answer: D
5. You are an enterprise application developer. You create a distributed application that transfers data across tiers. The application transfers multiple rows of data per transaction to business components through a Microsoft .NET Framework remoting channel. The application binds this data to user interface components. The .NET Framework remoting channel is configured to use binary serialization.
After the data is retrieved from the data source, the data is not changed. The distributed application must meet the following criteria:
Consume minimum memory for any data location.
Make minimum use of the processor for any data location.
You need to identify the type of object to serialize. Which object should you choose?
A. a DataSet object
B. a DataReader object
C. an XmlReader object
D. a DataTable object
Answer: D
6. You are an enterprise application developer. You design a data access component that interacts with a Microsoft SQL Server database. The component uses a database connection string. The database connection string is stored in clear text in the ConnectionStrings section of the application configuration file. During testing, you discover that the component might be vulnerable to SQL injection attacks. You need to adopt a strategy to protect the component from SQL injection attacks. What should you do?
A. Replace all dynamic SQL statements with parameterized SQL statements that use strongly typed SQL parameters.
B. Construct all dynamic SQL statements by using a SecureString object.
C. Modify the method so that it throws an exception if the SQL statement does not return any rows.
D. Encrypt the ConnectionStrings section of the configuration file.
Answer: A
7. You are an enterprise application developer. You are designing an application that manages names and descriptions for your companys products.
To manipulate these items, the application requires the object that holds the strings to meet the following criteria:
Be dynamically resizable.
Be able to store duplicate entries.
Expose methods to find all instances of the same text.
You need to recommend an appropriate container for the strings. What should you recommend?
A. an ArrayList class
B. a StringCollection class
C. a Hashtable class
D. a DataTable class
Answer: D
8. 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?
A. Add performance counters and Microsoft Windows Management Instrumentation (WMI) events to each application. View the counter data in the Performance Monitor and develop a custom application to view the WMI data.
B. Write data access code in each application to update a database table. Write an ASP.NET application to display the aggregated data.
C. Develop a custom monitoring object. Use the object in each application. Aggregate the information from the custom object into a report and publish it to a Web server every hour.
D. Write a Web service to store the monitored information. Write one Web method per application to retrieve the monitored data. Call the Web service from each application.
Answer: C
9. You are an enterprise application developer. You are implementing a new component for an application. The component accesses a database to populate a list of customer objects and exposes a method that is named GetAllCustomers. The component uses a design pattern to access the database only on an as-needed basis. A caching mechanism exists in a lower tier of the application architecture. The component must not cache data. You need to implement the logic for populating a list of customer objects by using a database query. You also need to ensure that you meet the company guidelines for the component design pattern. What should you do?
A. Execute a query in the constructor of the component to populate a field of type List<Customer>. Return the List reference in the call to the GetAllCustomers method.
B. Execute a query in the static constructor of the component to populate a static field of type List<Customer>. Return the List reference in the call to the GetAllCustomers method.
C. Execute a query in the GetAllCustomers method to populate a local variable of type List<Customer>. Return the List reference.
D. Execute a query in the GetAllCustomers method to populate a field of type List<Customer> only if the field is null. Return the List reference.
Answer: C
10. You are an enterprise application developer. You are creating an application to manage the inventories of 1,000 stores in geographically dispersed locations. The stores are connected to the main office through a secure network infrastructure. Inventory data from the store servers must be consolidated at the main office everyday. The main office initiates the consolidation by calling a component at the store. Transactional integrity must be maintained during consolidation. Security policy requires the application to propagate Microsoft Windows security context throughout the system to ensure authorization and authentication. Security policy does not permit Web servers at the stores. You need to recommend a reusable component technology that permits data from the store servers to be consolidated at the main office. You also need to ensure that the security policy requirements are met. What should you recommend?
A. Web services
B. Serviced components
C. .NET Remoting over HTTP
D. .NET Windows service
Answer: B
11. 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?
A. Use remote method calls to pass user information between applications that use function parameters.
B. Install business components in Enterprise Services and use Kerberos tickets to authenticate users.
C. Use SOAP headers to pass user identity across application assemblies and log authentication information at each boundary.
D. Use NTLM tokens to authenticate users and trusted Microsoft Windows domains.
Answer: C
12. You are an enterprise application developer. You are creating an application that has a layered architecture as shown in the following diagram. A component that resides in the workflow layer manages transactions across one or more activities in the business logic layer. You need to make modifications to the component. You need to identify the layers that might require modification when the component in the workflow layer is modified. Which two layers should you identify? (Each correct answer presents part of the solution. Choose two.)
A. Presentation layer
B. Service fa?ade layer
C. Business logic layer
D. Data access layer
Answer: AB
13. You are an enterprise application developer. You design and develop an event logging strategy for a distributed system. The distributed system consists of a Web-based application, a Microsoft Windows service, and several Microsoft Windows-based applications.
The event logging strategy must meet the following requirements:
All system errors are logged and available to a central administration application.
The data is available for historical analysis.
The delivery mechanism is fault-tolerant and reliable.
You need to recommend a system-wide event logging strategy. What should you recommend?
A. Write events to the event log on each client computer. Use File Transfer Protocol (FTP) to send the events to the central server at the end of the day.
B. Write events to a DataSet object. Serialize the results to the central server on a configurable timer.
C. Write events to a Message Queue and import them into a database.
D. Write a Web service that logs events to the centralized data store.
Answer: C
14. 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?
A. .NET Framework remoting component
B. Web services component
C. .NET Framework class library component
D. Enterprise Services component
Answer: D