MS System Center Configuration Manager2007, Configuring : 70-401 ExamToday I recceived my result for the 70-401 exam and I passed. :)
The exam will be available for the public in March -08. If you want to take the exam the MOC 6451 is a good way to prepare for it. If you want to study yourself I have posted the link to the preparation guide below.
Candidates for Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring, use System Center Configuration Manager 2007 to deploy and manage software and asset management. Candidates should have a minimum of one year of experience using Systems Management Server (SMS) or Configuration Manager 2007. The candidates should also have experience using Active Directory and the Windows server system.When you pass Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring, you complete the requirements for the following certification:
• Microsoft Certified Technology Specialist (MCTS): System Center Configuration Manager 2007, Configuration
Exam 70-401 also earns credit as an elective exam toward the following certifications:
• Microsoft Certified Systems Administrator (MCSA) on Windows Server 2003
• Microsoft Certified Systems Engineer (MCSE) on Windows Server 2003
QUESTION 1
You are creating an ASP.NET application for Certkiller . Your application will call an XML Web service
run by Wide World Importers. The XML Web service will return an ADO.NET DataSet object
containing a list of companies that purchase wine.
You need to make the XML Web service available to your application.
What should you do?
A. On the .NET tab of the Reference dialog box, select System.Web.Services.dll.
B. In the Web References dialog box, type the address of the XML Web service.
C. Add a using statement to your Global.asax.cs file, and specify the address of the XML Web service.
D. Write an event handler in the Global.asax.cs file to import the .wsdl and .disco files associated with the
XML Web service.
Answer: B
Explanation: Web references differ from traditional references and components in that they refer to XML Web
services published on either a local intranet or the Internet.
Procedure to add a Web reference to a project
1. In Solution Explorer, select a project that supports adding Web references.
2. On the Project menu, choose Add Web Reference.
3. In the Add Web Reference dialog box, type the URL for the XML Web service in the Address text
box,
4. Verify that the items in the Available References box are the items you want to reference in your
project, and then choose Add Reference.
5. In Solution Explorer, expand the Web References folder to note the namespace for the Web reference
classes that are available to the items in your project.
Reference: Visual Studio, Adding and Removing Web References
QUESTION 2
You are a Web developer for Certkiller Publishing. You are performing a migration of your company’s
ASP-based Web page named Booklist.asp to ASP.NET. You want to deploy the ASP.NET version of your
Web page with the minimum amount of development effort. You also want the migration to be
accomplished as quickly as possible.
The page contains a COM component named Certkiller .BookList. The component is written in Microsoft
Visual Basic 6.0. When you open the new page, you receive the following error message: “Server error -
The component ‘ Certkiller .BookList’ cannot be created.”
You need to ensure that you can open the Web page successfully.
What should you do?
A. Write a manage component to perform the tasks that the Lucerne.BookList component currently
performs.
B. Set the AspCompat attribute of the Page directive to true.
C. Add the following line of code to the Page.Load event handler:
RegisterRequiresPostBack(” Certkiller .BookList”;
Actualtests.org – The Power of Knowing
D. Add the following attribute to the processModel element of the Web.config file:
comImpersonationLevel = Delegate
Answer: B.
Explanation: If the older file contains calls to COM components – for example, ADO code then we must add
the AspCompat attribute to the page directive in HTML view. The aspcompat attribute forces the page to
execute in single-threaded (STA) mode.
Note: You can work with and run existing ASP pages (.asp files) as-is in Visual Studio. You can use ASP pages
and ASP.NET pages in the same project. It is useful to convert ASP pages to ASP.NET Web Forms pages so
that you can take advantage of the enhanced features of the newer architecture.
Reference: Visual Basic and Visual C# Concepts, Migrating ASP Pages to Web Forms Pages
QUESTION 3
You are creating an ASP.NET application for Certkiller . Customers will use this application to manage
their own insurance policies. For example, a customer can use the application to renew policies.
An existing COM component named CertK PolicyLibrary.dll contains the logic for calculating the
renewal premium. CertK PolicyLibrary.dll is written in Visual Basic 6.0. The class that performs the
calculations is named cPolicyActions. The CalculateRenewal function of cPolicyActions accepts a policy
identification number and returns a premium as a Double.
You need to use CertK PolicyLibrary.dll in your ASP.NET application. You also need to enable the
application to use the cPolicyActions class.
What should you do?
A. Run the following command in a command window:
TLBIMP.EXE CertK PolicyLibrary.DLL /out: CertK PolicyLibrary.NET.DLL
Copy the original CertK PolicyLibrary.dll to the /bin directory of your ASP.NET application.
B. Run the following command in a command window:
TLBEXP.EXE CertK PolicyLibrary.DLL /out: CertK PolicyLibrary.NET.DLL
Copy the original CertK PolicyLibrary.dll to the /bin directory of your ASP.NET application.
C. Select Add Existing Item from the Project menu in Visual Studio .NET and browse to
CertK PolicyLibrary.dll.
D. Select Add Reference from the Project menu in Visual Studio .NET, select the COM tab, and browse to
CertK PolicyLibrary.dll.
Answer: D
Explanation: To add a reference to a COM object from a .NET application:
1. Open a new or existing Microsoft Visual C# .NET project in Visual Studio .NET.
2. Click the Project menu and select Add Reference.
3. In the Add Reference window, click the COM tab.
4. Scroll down the list of components and select the one you want to reference, such as Microsoft CDO For
Exchange 2000 Library. Click Select. After the component name appears in the Selected Components
window, click OK.
Note: The COM component must have been previously registered on the server for this to succeed.
Actualtests.org – The Power of Knowing
Reference: Using COM Interoperability in Visual Basic .NET
Incorrect Answers
A: TBLIMP is required if Visual Studio .NET macros must reference COM components. TLBIMP “wraps”
the component, enabling Visual Studio .NET macros to reference it. However, TLBIMP is not required
if we are going to reference a COM object from a Visual Studio .NET application.
B: Tlbexp.exe generates a type library that contains definitions of the types defined in the assembly.
Applications such as Visual Basic 6.0 can use the generated type library to bind to the .NET types
defined in the assembly. However, the requirements of this scenario are the opposite: we want to
reference a COM object from a Visual Studio .NET application.
C: We must specify that we are referencing a COM object.
Tuesday, December 29, 2009
Monday, December 28, 2009
testking HP AIS HP0-753
HP0-753 Exam : HP OpenView Service Desk 4.5
Question No: 1 The Data Exchange feature requires a configuration file. ___ _____is entered in the
USR line of the DSN section of the configurable extractor *.INI file.
A. The name of the ODBC connection to be used
B. The name of the import mapping to be used in Service Desk
C. The account name to be used to log in to the data source
D. The name of the XML file to be created
Answer: C
Question No: 2 Using the Service Desk Data Exchange module, it is possible to import data from any external data source for which of the following items – ____________.
A. Configuration Item and P&O items only (organizations, persons, workgroups) B. Configuration Item, Service Calls, Incidents and P&O items only
C. Configuration Items only
D. all items
Answer: D
Question No: 3 The Application Server software is NOT capable of ___________.
A. load balancing with other Application Servers
B. sending and receiving email
C. acting as an HTTP server for the Service Pages
D. switching from using an Oracle database to using an SQL Server database
Answer: C
Question No: 4 To which Service Desk menu can the system administrator add items?
A. Tools
B. View
C. Actions
D. Options
3
HP0-753
Answer: C
Question No: 5 Service Desk has been installed with proper authorization but one or more of the modules
CANNOT be accessed. What is the reason for this?
A. All modules were NOT installed properly.
B. The license key for the missing modules was NOT inserted. C. Templates were NOT defined for the missing modules.
D. License keys for named or concurrent users were NOT inserted.
Answer: B
Question No: 6 An item’s record ID will always be created after the item record is saved unless
_______ ____.
A. the “ID After Creation” box is unchecked in General Settings
B. a Database Rule is defined to create the ID when the record is opened and status is “new” C. the user specifies when the record ID is to be created before opening the call
D. it is NOT possible to modify when the item record ID is created
Answer: A
Question No: 7 Choose two TRUE statements about Service Level Management in Service Desk. Choose
2 that apply.
A. One SLA can be related to multiple services. B. One SLA can handle multiple service levels. C. One service can be related to multiple SLAs.
D. The SLAs are used to prioritize service calls from customers.
Answer: C, D
Question No: 8 The registration of a problem _____________.
A. can be the result of a root cause analysis. B. results in a known error.
C. can be the result of several related incidents. D. is always followed by a change request.
4
HP0-753
Answer: C
Question No: 9 According to ITIL/Best Practices, a service call should be closed when
_______ __.
A. related incidents are closed.
B. the caller agrees that the call can be closed. C. the caller’s problem is solved.
D. the manager of the Helpdesk group approves the closure of the call.
Answer: B
Question No: 10 Configuration Management is a key process in ITIL. Which of the following processes is essential for keeping the CMDB up-to-date?
A. Service Level Management
B. Problem Management C. Change Management D. Incident Management
E. Contingency Management
Answer: C
The following courses are the recommended training for HP0-753 exam PDF. HP0-753 Q & A with Explanations
HP0-753 Audio Exam
HP0-753 Study Guide
HP0-753 Preparation Lab
Exam HP0-753: hp OpenView Service Desk (4.5)
Number of Questions: 75
Passing Score: 60%
Duration: 120 minutes
This HP OpenView Service Desk (4.5) (HP0-753) is one of the core requirements to be certified as one of the following certifications:
AIS – OpenView Network Services
ASE – OpenView Network Services
ASE – OpenView Systems and Servers – Windows NT Emphasis
ASE – OpenView Systems and Servers – UNIX Emphasis
HP is a leading technology solutions provider to consumers, businesses and institutions globally. The company’s offerings span IT infrastructure, global services, business and home computing, and imaging & printing. Becoming an HP Certified Professional can enhance your career as well as your earning potential.
The following testing objectives covered in the HP0-753 exam include:
• User interface
• Application administration
• Technical implementation
• Data exchange
• Integration with other OpenView products
• IT Service Management aspects (Service Support mainly)
• Functional implementation
• Re-usable Engagement Packages
• Process design
testking HP0-753
Interactive Testing Engine Included!
97 Questions
Question No: 1 The Data Exchange feature requires a configuration file. ___ _____is entered in the
USR line of the DSN section of the configurable extractor *.INI file.
A. The name of the ODBC connection to be used
B. The name of the import mapping to be used in Service Desk
C. The account name to be used to log in to the data source
D. The name of the XML file to be created
Answer: C
Question No: 2 Using the Service Desk Data Exchange module, it is possible to import data from any external data source for which of the following items – ____________.
A. Configuration Item and P&O items only (organizations, persons, workgroups) B. Configuration Item, Service Calls, Incidents and P&O items only
C. Configuration Items only
D. all items
Answer: D
Question No: 3 The Application Server software is NOT capable of ___________.
A. load balancing with other Application Servers
B. sending and receiving email
C. acting as an HTTP server for the Service Pages
D. switching from using an Oracle database to using an SQL Server database
Answer: C
Question No: 4 To which Service Desk menu can the system administrator add items?
A. Tools
B. View
C. Actions
D. Options
3
HP0-753
Answer: C
Question No: 5 Service Desk has been installed with proper authorization but one or more of the modules
CANNOT be accessed. What is the reason for this?
A. All modules were NOT installed properly.
B. The license key for the missing modules was NOT inserted. C. Templates were NOT defined for the missing modules.
D. License keys for named or concurrent users were NOT inserted.
Answer: B
Question No: 6 An item’s record ID will always be created after the item record is saved unless
_______ ____.
A. the “ID After Creation” box is unchecked in General Settings
B. a Database Rule is defined to create the ID when the record is opened and status is “new” C. the user specifies when the record ID is to be created before opening the call
D. it is NOT possible to modify when the item record ID is created
Answer: A
Question No: 7 Choose two TRUE statements about Service Level Management in Service Desk. Choose
2 that apply.
A. One SLA can be related to multiple services. B. One SLA can handle multiple service levels. C. One service can be related to multiple SLAs.
D. The SLAs are used to prioritize service calls from customers.
Answer: C, D
Question No: 8 The registration of a problem _____________.
A. can be the result of a root cause analysis. B. results in a known error.
C. can be the result of several related incidents. D. is always followed by a change request.
4
HP0-753
Answer: C
Question No: 9 According to ITIL/Best Practices, a service call should be closed when
_______ __.
A. related incidents are closed.
B. the caller agrees that the call can be closed. C. the caller’s problem is solved.
D. the manager of the Helpdesk group approves the closure of the call.
Answer: B
Question No: 10 Configuration Management is a key process in ITIL. Which of the following processes is essential for keeping the CMDB up-to-date?
A. Service Level Management
B. Problem Management C. Change Management D. Incident Management
E. Contingency Management
Answer: C
The following courses are the recommended training for HP0-753 exam PDF. HP0-753 Q & A with Explanations
HP0-753 Audio Exam
HP0-753 Study Guide
HP0-753 Preparation Lab
Exam HP0-753: hp OpenView Service Desk (4.5)
Number of Questions: 75
Passing Score: 60%
Duration: 120 minutes
This HP OpenView Service Desk (4.5) (HP0-753) is one of the core requirements to be certified as one of the following certifications:
AIS – OpenView Network Services
ASE – OpenView Network Services
ASE – OpenView Systems and Servers – Windows NT Emphasis
ASE – OpenView Systems and Servers – UNIX Emphasis
HP is a leading technology solutions provider to consumers, businesses and institutions globally. The company’s offerings span IT infrastructure, global services, business and home computing, and imaging & printing. Becoming an HP Certified Professional can enhance your career as well as your earning potential.
The following testing objectives covered in the HP0-753 exam include:
• User interface
• Application administration
• Technical implementation
• Data exchange
• Integration with other OpenView products
• IT Service Management aspects (Service Support mainly)
• Functional implementation
• Re-usable Engagement Packages
• Process design
testking HP0-753
Interactive Testing Engine Included!
97 Questions
Friday, December 25, 2009
MCAD/MCSD Training Guide (70-315): Developing and Implementing Web Applications with Visual C# and Visual Studio.NET
Product Description
This certification exam measures the ability to develop and implement XML Web Services and server components using Visual C# and the Microsoft .NET Framework. This exam, released in September 2002, counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the new MCSD .NET track. Readers preparing for this exam find our Training Guide series to be the most successful self-study tool in the market. This book is their one-stop shop because of its teaching methodology, the accompanying PrepLogic testing software, and superior Web site support at quepublishing.com.
–This text refers to the Paperback edition.
Download Description
The authoritative solution to passing the 70-315 exam! * Amit Kalani is a leading authority on C#. * Training Guides are the most effective self-study guide in the marketplace, featuring exam tips, study strategies, review exercises, case studies, practice exams, ExamGear testing software, and more. * Subjected to rigorous technical review by a team of industry experts, ensuring content is superior in both coverage and technical accuracy. This ebook does not include the CD that accompanies the print edition.
Skills measured by Exam 70-315 Course 2310 Course 2389 Course 2640
Creating user services
Create ASP.NET pages.
?? Add and set directives on ASP.NET pages.
?? Separate user interface resources from business logic.
Add Web server controls, HTML server controls, user controls, and HTML code to ASP.NET pages.
?? Set properties on controls.
?? Load controls dynamically.
?? Apply templates.
?? Set styles on ASP.NET pages by using cascading style sheets.
?? Instantiate and invoke an ActiveX control.
Implement navigation for the user interface.
?? Manage the view state.
?? Manage data during postback events.
?? Use session state to manage data across pages.
Validate user input.
?? Validate non-Latin user input.
Implement error handling in the user interface.
?? Configure custom error pages.
?? Implement Global.asax, application, page-level, and page event error handling.
Implement online user assistance.
Incorporate existing code into ASP.NET pages.
Display and update data.
?? Transform and filter data.
?? Bind data to the user interface.
?? Use controls to display data.
Instantiate and invoke Web services or components.
?? Instantiate and invoke a Web service.
?? Instantiate and invoke a COM or COM+ component.
?? Instantiate and invoke a .NET component.
?? Call native functions by using platform invoke.
Implement globalization.
?? Implement localizability for the user interface.
?? Convert existing encodings.
?? Implement right-to-left and left-to-right mirroring.
?? Prepare culture-specific formatting.
Handle events.
?? Create event handlers.
?? Raise events.
Implement accessibility features.
Use and edit intrinsic objects. Intrinsic objects include response, request, session, server, and application.
?? Retrieve values from the properties of intrinsic objects.
?? Set values on the properties of intrinsic objects.
?? Use intrinsic objects to perform operations.
Creating and managing components and .NET assemblies
Create and modify a .NET assembly.
?? Create and implement satellite assemblies.
?? Create resource-only assemblies.
Create Web custom controls and Web user controls.
Consuming and manipulating data
Access and manipulate data from a Microsoft SQL Server database by creating and using ad hoc queries and stored procedures.
Access and manipulate data from a data store. Data stores include relational databases, XML documents, and flat files. Methods include XML techniques and ADO.NET.
Handle data errors.
Testing and debugging
Create a unit test plan.
Implement tracing.
?? Add trace listeners and trace switches to an application.
?? Display trace output.
Debug, rework, and resolve defects in code.
?? Configure the debugging environment.
?? Create and apply debugging code to components, pages, and applications.
?? Provide multicultural test data to components, pages, and applications.
?? Execute tests.
?? Resolve errors and rework code.
Deploying a Web application
Plan the deployment of a Web application.
?? Plan a deployment that uses removable media.
?? Plan a Web-based deployment.
?? Plan the deployment of an application to a Web garden, a Web farm, or a cluster.
Create a setup program that installs a Web application and allows for the application to be uninstalled.
Deploy a Web application.
Add assemblies to the global assembly cache.
Maintaining and supporting a Web application
Optimize the performance of a Web application.
Diagnose and resolve errors and issues.
Configuring and securing a Web application
Configure a Web application.
?? Modify the Web.config file.
?? Modify the Machine.config file.
?? Add and modify application settings.
Configure security for a Web application.
?? Select and configure authentication type. Authentication types include Windows authentication, none, forms-based, Windows Live ID (formerly Microsoft Passport), Internet Information Services (IIS) authentication, and custom authentication.
Configure authorization. Authorization methods include file-based methods and URL-based methods.
?? Configure role-based authorization.
?? Implement impersonation.
Configure and implement caching. Caching types include output, fragment, and data.
?? Use a cache object.
?? Use cache directives.
Configure and implement session state in various topologies such as a Web garden and a Web farm.
?? Use session state within a process.
?? Use session state with session state service.
?? Use session state with Microsoft SQL Server.
Install and configure server services.
?? Install and configure a Web server.
?? Install and configure Microsoft FrontPage server extensions.
Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.
QUESTION 1
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003 and Microsoft
Windows 2000 Advanced Server. All the client computers are running Windows XP
Professional.
Certkiller .com contains a Finance department and a Marketing department. The
user accounts of the Finance department belong to the organizational unit (OU)
named FinOU and the user accounts of the Marketing department belong to the
organizational unit (OU) named MktOU.
A Certkiller .com employee named Andy Reid works in the Finance department. Due
to the workload in the Marketing department, Andy Reid was shift to the
Marketing department. You then move the user account of Andy Reid from the
FinOU to the MktOU.
Which settings will change when the user account is moved? (Select two)
A. Andy Reid’s permission to access and manage the user account object.
B. Logon hours
C. Group Policy objects that affect the user account.
D. Andy Reid’s security group membership.
Answer: A, C
Explanation: If you change user account from one OU to another OU, it will have
an effect on the user account. You can link a GPO from one OU to another.
Incorrect Answers:
B: If you change from one OU to another, it will not affect the logon hours.
D: If you change from one OU to another, it will not affect the security membership.
QUESTION 2
Actualtest.org – The Power of Knowing
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003. Half the client
computers run Windows 2000 Professional, and the rest run Windows XP
Professional.
Certkiller .com has a Research department and a Development department. The
Research department does research in the developing of new in-house application.
The Development department is used to develop the applications that were
successful in the research department. The users in the Research department are
members of the Research security group. The user accounts of the Research
department belong to the organizational unit (OU) named ResOU. The users in the
Development department are members of the Development security group and the
user accounts of the Development department belong to the organizational unit
(OU) named DevOU.
A Certkiller .com employee named Mia Hamm works in the Research department. A
user named Mia Hamm was moved from the Research department to the
Development department. You need to change the user rights, permissions and
restrictions to that of the Development department. Mia Hamm needs to access all
of her personal files at any time.
What should you do?
A.
Delete Mia Hamm’s user account and create another user account with the same name in
the DevOU and add the new account to the Development security group.
B. Move Mia Hamm’s user account from the ResOU to the DevOU.
C. Remove Mia Hamm’s user account from the Research security group to the
Development security group.
D. Move Mia Hamm’s user account from the ResOU to the DevOU and remove the user
account from the Research security group to the Development security group.
Answer: D
Explanation: If you want to change the permission that it co-inside with the other
department you should remove the user account from the one OU and add it to the
new or other OU. GPO’s does not apply to group objects. You need to change the
Group Policies and move it from the ResOU to the DevOU.
Incorrect Answers:
A: If the user account is deleted, Mia Hamm cannot access her personal files.
B: Yes, you have to move Mia Hamm’s user account from the ResOU to the DevOU, but
you also have to remove the user account from the Research security group to the
Development security group. If you just move the user account from the ResOU to the
DevOU it will not change the permissions.
C: Yes, you have to remove Mia Hamm’s user account from the Research security group
to the Development security group, but you also have to move the user account from the
ResOU to the DevOU.
Actualtest.org – The Power of Knowing
QUESTION3
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003 and all client
computers run Windows XP Professional.
Certkiller .com has its headquarters in Chicago and a branch office in Dallas that are
configured as Active Directory sites. These sites are physically linked via an ATM
backbone. You have also installed a 128Kb ISDN line as a backup to the ATM
backbone.
The Chicago office currently hosts all domain controllers on the Certkiller .com
network. GPOs exist that are linked to the domain and OUs.
As a result of the high-speed link between the two offices, users in the Dallas office
do not have any problems with Group Policy processing. You create a slow link
GPO, and then configure certain GPO nodes to not process when the slow link is
detected.
You need to ensure that this GPO performs correctly. You have to accomplish this
by simulating a slow network connection.
What should you use?
A. Secedit
B. Resultant Set of Policy in planning mode.
C. Resultant Set of Policy in logging mode.
D. Gpupdate
Answer: B
Explanation: To simulate a slow network connection, which in this case emulates the
ATM going down and the ISDN link being used, you should use the Resultant Set of
Policy in planning mode. Resultant Set of Policy in planning mode is used to plan
Group Policy changes before putting them into effect.
Resultant Set of Policy in planning mode is used if:
1. You want to simulate the effect of specific policy settings on a computer or user,
domain, organizational unit, or site.
2. You want to test policy precedence in the following situations:
1. The user and the computer are in different security groups.
2. The user and the computer are in different organizational units.
3. The user or the computer is moving to a new location.
4. You want to create a slow network connection.
5. You want to create a loopback simulation.
Incorrect Answers:
A, D: These two options cannot be used to simulate a slow network connection.
C: Resultant Set of Policy in logging mode is used if:
1. You want to discover which policy settings are applied to a computer or user.
pass4sure.org – The Power of Knowing
2. You want to discover failed or overwritten policy settings.
3. You want to see how security groups affect policy settings.
This certification exam measures the ability to develop and implement XML Web Services and server components using Visual C# and the Microsoft .NET Framework. This exam, released in September 2002, counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the new MCSD .NET track. Readers preparing for this exam find our Training Guide series to be the most successful self-study tool in the market. This book is their one-stop shop because of its teaching methodology, the accompanying PrepLogic testing software, and superior Web site support at quepublishing.com.
–This text refers to the Paperback edition.
Download Description
The authoritative solution to passing the 70-315 exam! * Amit Kalani is a leading authority on C#. * Training Guides are the most effective self-study guide in the marketplace, featuring exam tips, study strategies, review exercises, case studies, practice exams, ExamGear testing software, and more. * Subjected to rigorous technical review by a team of industry experts, ensuring content is superior in both coverage and technical accuracy. This ebook does not include the CD that accompanies the print edition.
Skills measured by Exam 70-315 Course 2310 Course 2389 Course 2640
Creating user services
Create ASP.NET pages.
?? Add and set directives on ASP.NET pages.
?? Separate user interface resources from business logic.
Add Web server controls, HTML server controls, user controls, and HTML code to ASP.NET pages.
?? Set properties on controls.
?? Load controls dynamically.
?? Apply templates.
?? Set styles on ASP.NET pages by using cascading style sheets.
?? Instantiate and invoke an ActiveX control.
Implement navigation for the user interface.
?? Manage the view state.
?? Manage data during postback events.
?? Use session state to manage data across pages.
Validate user input.
?? Validate non-Latin user input.
Implement error handling in the user interface.
?? Configure custom error pages.
?? Implement Global.asax, application, page-level, and page event error handling.
Implement online user assistance.
Incorporate existing code into ASP.NET pages.
Display and update data.
?? Transform and filter data.
?? Bind data to the user interface.
?? Use controls to display data.
Instantiate and invoke Web services or components.
?? Instantiate and invoke a Web service.
?? Instantiate and invoke a COM or COM+ component.
?? Instantiate and invoke a .NET component.
?? Call native functions by using platform invoke.
Implement globalization.
?? Implement localizability for the user interface.
?? Convert existing encodings.
?? Implement right-to-left and left-to-right mirroring.
?? Prepare culture-specific formatting.
Handle events.
?? Create event handlers.
?? Raise events.
Implement accessibility features.
Use and edit intrinsic objects. Intrinsic objects include response, request, session, server, and application.
?? Retrieve values from the properties of intrinsic objects.
?? Set values on the properties of intrinsic objects.
?? Use intrinsic objects to perform operations.
Creating and managing components and .NET assemblies
Create and modify a .NET assembly.
?? Create and implement satellite assemblies.
?? Create resource-only assemblies.
Create Web custom controls and Web user controls.
Consuming and manipulating data
Access and manipulate data from a Microsoft SQL Server database by creating and using ad hoc queries and stored procedures.
Access and manipulate data from a data store. Data stores include relational databases, XML documents, and flat files. Methods include XML techniques and ADO.NET.
Handle data errors.
Testing and debugging
Create a unit test plan.
Implement tracing.
?? Add trace listeners and trace switches to an application.
?? Display trace output.
Debug, rework, and resolve defects in code.
?? Configure the debugging environment.
?? Create and apply debugging code to components, pages, and applications.
?? Provide multicultural test data to components, pages, and applications.
?? Execute tests.
?? Resolve errors and rework code.
Deploying a Web application
Plan the deployment of a Web application.
?? Plan a deployment that uses removable media.
?? Plan a Web-based deployment.
?? Plan the deployment of an application to a Web garden, a Web farm, or a cluster.
Create a setup program that installs a Web application and allows for the application to be uninstalled.
Deploy a Web application.
Add assemblies to the global assembly cache.
Maintaining and supporting a Web application
Optimize the performance of a Web application.
Diagnose and resolve errors and issues.
Configuring and securing a Web application
Configure a Web application.
?? Modify the Web.config file.
?? Modify the Machine.config file.
?? Add and modify application settings.
Configure security for a Web application.
?? Select and configure authentication type. Authentication types include Windows authentication, none, forms-based, Windows Live ID (formerly Microsoft Passport), Internet Information Services (IIS) authentication, and custom authentication.
Configure authorization. Authorization methods include file-based methods and URL-based methods.
?? Configure role-based authorization.
?? Implement impersonation.
Configure and implement caching. Caching types include output, fragment, and data.
?? Use a cache object.
?? Use cache directives.
Configure and implement session state in various topologies such as a Web garden and a Web farm.
?? Use session state within a process.
?? Use session state with session state service.
?? Use session state with Microsoft SQL Server.
Install and configure server services.
?? Install and configure a Web server.
?? Install and configure Microsoft FrontPage server extensions.
Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.
QUESTION 1
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003 and Microsoft
Windows 2000 Advanced Server. All the client computers are running Windows XP
Professional.
Certkiller .com contains a Finance department and a Marketing department. The
user accounts of the Finance department belong to the organizational unit (OU)
named FinOU and the user accounts of the Marketing department belong to the
organizational unit (OU) named MktOU.
A Certkiller .com employee named Andy Reid works in the Finance department. Due
to the workload in the Marketing department, Andy Reid was shift to the
Marketing department. You then move the user account of Andy Reid from the
FinOU to the MktOU.
Which settings will change when the user account is moved? (Select two)
A. Andy Reid’s permission to access and manage the user account object.
B. Logon hours
C. Group Policy objects that affect the user account.
D. Andy Reid’s security group membership.
Answer: A, C
Explanation: If you change user account from one OU to another OU, it will have
an effect on the user account. You can link a GPO from one OU to another.
Incorrect Answers:
B: If you change from one OU to another, it will not affect the logon hours.
D: If you change from one OU to another, it will not affect the security membership.
QUESTION 2
Actualtest.org – The Power of Knowing
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003. Half the client
computers run Windows 2000 Professional, and the rest run Windows XP
Professional.
Certkiller .com has a Research department and a Development department. The
Research department does research in the developing of new in-house application.
The Development department is used to develop the applications that were
successful in the research department. The users in the Research department are
members of the Research security group. The user accounts of the Research
department belong to the organizational unit (OU) named ResOU. The users in the
Development department are members of the Development security group and the
user accounts of the Development department belong to the organizational unit
(OU) named DevOU.
A Certkiller .com employee named Mia Hamm works in the Research department. A
user named Mia Hamm was moved from the Research department to the
Development department. You need to change the user rights, permissions and
restrictions to that of the Development department. Mia Hamm needs to access all
of her personal files at any time.
What should you do?
A.
Delete Mia Hamm’s user account and create another user account with the same name in
the DevOU and add the new account to the Development security group.
B. Move Mia Hamm’s user account from the ResOU to the DevOU.
C. Remove Mia Hamm’s user account from the Research security group to the
Development security group.
D. Move Mia Hamm’s user account from the ResOU to the DevOU and remove the user
account from the Research security group to the Development security group.
Answer: D
Explanation: If you want to change the permission that it co-inside with the other
department you should remove the user account from the one OU and add it to the
new or other OU. GPO’s does not apply to group objects. You need to change the
Group Policies and move it from the ResOU to the DevOU.
Incorrect Answers:
A: If the user account is deleted, Mia Hamm cannot access her personal files.
B: Yes, you have to move Mia Hamm’s user account from the ResOU to the DevOU, but
you also have to remove the user account from the Research security group to the
Development security group. If you just move the user account from the ResOU to the
DevOU it will not change the permissions.
C: Yes, you have to remove Mia Hamm’s user account from the Research security group
to the Development security group, but you also have to move the user account from the
ResOU to the DevOU.
Actualtest.org – The Power of Knowing
QUESTION3
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003 and all client
computers run Windows XP Professional.
Certkiller .com has its headquarters in Chicago and a branch office in Dallas that are
configured as Active Directory sites. These sites are physically linked via an ATM
backbone. You have also installed a 128Kb ISDN line as a backup to the ATM
backbone.
The Chicago office currently hosts all domain controllers on the Certkiller .com
network. GPOs exist that are linked to the domain and OUs.
As a result of the high-speed link between the two offices, users in the Dallas office
do not have any problems with Group Policy processing. You create a slow link
GPO, and then configure certain GPO nodes to not process when the slow link is
detected.
You need to ensure that this GPO performs correctly. You have to accomplish this
by simulating a slow network connection.
What should you use?
A. Secedit
B. Resultant Set of Policy in planning mode.
C. Resultant Set of Policy in logging mode.
D. Gpupdate
Answer: B
Explanation: To simulate a slow network connection, which in this case emulates the
ATM going down and the ISDN link being used, you should use the Resultant Set of
Policy in planning mode. Resultant Set of Policy in planning mode is used to plan
Group Policy changes before putting them into effect.
Resultant Set of Policy in planning mode is used if:
1. You want to simulate the effect of specific policy settings on a computer or user,
domain, organizational unit, or site.
2. You want to test policy precedence in the following situations:
1. The user and the computer are in different security groups.
2. The user and the computer are in different organizational units.
3. The user or the computer is moving to a new location.
4. You want to create a slow network connection.
5. You want to create a loopback simulation.
Incorrect Answers:
A, D: These two options cannot be used to simulate a slow network connection.
C: Resultant Set of Policy in logging mode is used if:
1. You want to discover which policy settings are applied to a computer or user.
pass4sure.org – The Power of Knowing
2. You want to discover failed or overwritten policy settings.
3. You want to see how security groups affect policy settings.
Mcad And Mcsd Certification Chart
MCSD for Microsoft .NET
Core Exams (Web Application Development – One Exam Required) : 70-305, 70-315
Core Exams (Windows Application Development – One Exam Required) : 70-306, 70-316
Core Exams (Web Services and Server Components Development – One Exam Required) : 70-310, 70-320
Core Exam (Solution Architecture) : 70-300
Elective Exams (One Exam Required) : 70-229, 70-230, 70-234, 70-235, 70-301, 70-330, 70-340, 70-431, 70-135
You may now choose to apply the new Microsoft Certified Technology Specialist exams for Microsoft SQL Server 2005 and Microsoft BizTalk Server 2006 as electives for your MCSD credential.
Microsoft Certified Application Developer (MCAD)
Core Exams (Web or Windows Application Development – One Exam Required) : 70-305*, 70-306*, 70-315*, 70-316*
Core Exams (Web Services and Server Components Development – One Exam Required) : 70-310*, 70-320*
Elective Exams (One Exam Required) : 70-229, 70-230, 70-234, 70-235, 70-305*, 70-306*, 70-315*, 70-316*, 70-330, 70-340, 70-431, 70-135
If you use Exam 70-305 or 70-315 to satisfy the core exam requirement, you may use either Exam 70-306 or 70-316 as an elective.
If you use Exam 70-306 or 70-316 to satisfy the core exam requirement, you may use either Exam 70-305 or 70-315 as an elective.
*In the following combinations, candidates will receive credit for only one of the two exams: 70-305 or 70-315, 70-306 or 70-316, 70-310 or 70-320.
Core Exams (Web Application Development – One Exam Required) : 70-305, 70-315
Core Exams (Windows Application Development – One Exam Required) : 70-306, 70-316
Core Exams (Web Services and Server Components Development – One Exam Required) : 70-310, 70-320
Core Exam (Solution Architecture) : 70-300
Elective Exams (One Exam Required) : 70-229, 70-230, 70-234, 70-235, 70-301, 70-330, 70-340, 70-431, 70-135
You may now choose to apply the new Microsoft Certified Technology Specialist exams for Microsoft SQL Server 2005 and Microsoft BizTalk Server 2006 as electives for your MCSD credential.
Microsoft Certified Application Developer (MCAD)
Core Exams (Web or Windows Application Development – One Exam Required) : 70-305*, 70-306*, 70-315*, 70-316*
Core Exams (Web Services and Server Components Development – One Exam Required) : 70-310*, 70-320*
Elective Exams (One Exam Required) : 70-229, 70-230, 70-234, 70-235, 70-305*, 70-306*, 70-315*, 70-316*, 70-330, 70-340, 70-431, 70-135
If you use Exam 70-305 or 70-315 to satisfy the core exam requirement, you may use either Exam 70-306 or 70-316 as an elective.
If you use Exam 70-306 or 70-316 to satisfy the core exam requirement, you may use either Exam 70-305 or 70-315 as an elective.
*In the following combinations, candidates will receive credit for only one of the two exams: 70-305 or 70-315, 70-306 or 70-316, 70-310 or 70-320.
Wednesday, December 23, 2009
New Objectives Unveiled for CompTIA Security+ Certification
Publication of 2008 Edition objectives, which detail the content of the certification exam, is a prelude to the launch of an updated CompTIA Security+ scheduled for the fourth quarter of 2008. The update of CompTIA Security+ is in keeping with CompTIA’s practice of continuous and ongoing review of its certification content to assure that it addresses the latest changes in technology and reflects the skills needed by tech workers and required by employers. In the case of CompTIA Security+, greater emphasis is being placed on knowing how to address specific security issues, rather than simply being able to recognize these issues. The new exam will cover six major objectives, or topics:
* Systems Security
* Network Infrastructure
* Access Control
* Assessments and Audits
* Cryptography
* Organizational Security
The Access Control and Assessments and Audits topics are new additions to the exam. Organizations across a wide range of industries including professional services, agriculture and food, information technology, telecommunications, government, and the United States military use CompTIA Security+ as a skills benchmark for staff members responsible for managing systems and network security. A 2008 CompTIA-commissioned survey of more than 2,000 individuals with responsibilities for information security found that more organizations are requiring security certifications such as CompTIA Security+ for their IT staff. In 2007, about one-third of all organizations required security certification for employees. Thats an increase from the previous two years (26 percent in 2006 and 14 percent in 2005). The study also revealed that IT security certifications saved U.S. companies an average of more than $675,000 in 2007 because certified staff was better able to identify potential security risks proactively, and to respond more quickly to potential security issues. The current version of the CompTIA Security+ exam remains available worldwide. Candidates now studying for, or considering CompTIA Security+ certification, are strongly encouraged to continue their preparation and test for the certification based on its current objectives.
New objectives for CompTIA Security+ are available at passforsure.co.uk
* Systems Security
* Network Infrastructure
* Access Control
* Assessments and Audits
* Cryptography
* Organizational Security
The Access Control and Assessments and Audits topics are new additions to the exam. Organizations across a wide range of industries including professional services, agriculture and food, information technology, telecommunications, government, and the United States military use CompTIA Security+ as a skills benchmark for staff members responsible for managing systems and network security. A 2008 CompTIA-commissioned survey of more than 2,000 individuals with responsibilities for information security found that more organizations are requiring security certifications such as CompTIA Security+ for their IT staff. In 2007, about one-third of all organizations required security certification for employees. Thats an increase from the previous two years (26 percent in 2006 and 14 percent in 2005). The study also revealed that IT security certifications saved U.S. companies an average of more than $675,000 in 2007 because certified staff was better able to identify potential security risks proactively, and to respond more quickly to potential security issues. The current version of the CompTIA Security+ exam remains available worldwide. Candidates now studying for, or considering CompTIA Security+ certification, are strongly encouraged to continue their preparation and test for the certification based on its current objectives.
New objectives for CompTIA Security+ are available at passforsure.co.uk
Subscribe to:
Posts (Atom)