Name:
Email:

Category Archives: MCITP Certification

MCITP Administrator, MCITP Certificate

By choosing the mcitp course, you'll become an expert skilled in server upkeep, networking and data monitoring. They are ideal for technical professionals who are already within the discipline of community administration. MCITP Certification

By choosing the mcitp course, your gateway to turn into one of many most interesting network directors could be open. On this age of advanced technological solutions, such profession path can actually take you a step forward than others and offer you steady excessive paying income.?That is exactly the necessity for doing the mcitp course. It's acknowledged nearly everywhere in the world and can provide you that proper kick start to go forward along with your career in the very best manner. Go for the mcitp administrator certificates today and notice the difference. For those who want to acquire more experience on this expertise field, this is the right choice.

If you're trying to polish your skills as a network administrator or information security skilled, taking on the mcitp course is the right choice. The primary objective of the course is to supply an in depth knowledge and analysis to technology professionals who're already into the field of information and information safety, and network monitoring and administration. By taking over the mcitp administrator certificates, you're going to get extra expert and adept in areas corresponding to monitoring operations, data security and administration, server methods monitoring and administration, windows server monitoring, and so on. The program is acknowledged in virtually all countries throughout the globe.
The mcitp course is without doubt one of the main applications out there within the area of know-how and network administration. By passing the mcitp test, you're going to get certified as Microsoft Certified Technology Specialist. Not only does the course provide you with an total concept of probably the most advanced procedures in data monitoring and network administration, nevertheless it also makes professional adept in varied areas like day by day data management, structure|construction} filing, handing software program updates and distribution, and lots more. Relating to software program auditing, the mcitp administrator is assigned the job. As such their pay package deal is pretty high.

So as to opt for the mcitp course, there are certain eligibility criteria. First things first, one needs to have prior data and a few form of work experience in the field of network administration and data monitoring. Having an thought of constructing software program audits and each day information handling is an added advantage. Aside from the professional data and experience, one additionally wants to appear for some exams. There are three exams in total that one must go with a purpose to get the certification. The main motive of these exams is to test the abilities of the professionals in order that they're adept in multiple tasks.

There are three assessments which can be included in the mcitp course and one wants to appear in them. One has to seem for 2 Microsoft Licensed Technology Specialist examinations and an added professional service exam. The certification can also be an added benefit for individuals who have already become Microsoft Licensed Techniques Administrator or Microsoft Licensed Techniques Engineer. There are expertise primarily based questions in the two exams, while in the professional examination, you will get questions related to Windows, community and knowledge monitoring, and so on. Those who are adept in such processes can simply crack the mcitp test and get the certification.

There are lots of sources out there for the mcitp course. You're going to get the examine supplies online or even go for assets as well. These e-studying supplies will be really useful in getting ready you for the exams. By having a good preparation, you'll get a very good rating and get the certification easily.

MCITP Certification, Creating Zones for Web Applications

Creating Zones for Web Applications

Use the procedure outlined in the section create a new zone. A new zone is created when you extend an existing Web application. MCITP Certification

FIGURE 7.7 The Create External Resource Mapping page.
image001

Creating Quota Templates
As users get used to using your WSS site, they will naturally start storing more and more data on it. This can be a blessing because you are management tool. However, caution is needed because a database can grow out of control. Quota templates are a solution to this problem. With these templates, you can add storage limits on a site collection. This feature can trigger an email alert to your administrators when this size limit is reached.

You can apply these quotas to any site collection in a server farm. The quota will apply to the top-level site and all other sites under it.
To create a new quota template, follow these steps:
1. Open the Central Administration site by clicking Start All Programs Administra- tive Tools and clicking SharePoint 3.0 Central Administration.
2. Click Application Management.
3. Under the SharePoint Site Management section, choose Quota Templates (Figure 7.8).

Configuring Windows SharePoint Services (WSS) Sites

FIGURE 7.8 Creating a quota template
image003

4. Choose Create a New Quota Template in the Template Name section. (From this sec- tion, you can also choose to edit an existing template or delete an existing template).
You can create this template using an existing quota template or just choose a new blank one. Name the new template.
5. In the Storage Limit Values section, set the limits for data storage and the threshold for sending an alert email.
6. Click OK.

Creating Site Collections
When you create a new site collection, you are also creating a top-level website for WSS. You will have the option to choose several templates for the site, such as templates for doc- ument libraries, help desk, knowledge bases, room and equipment reservations, team sites, wikis, and blogs.
To create a new site collection, you will need to navigate to the Application Management
page, which can be done by choosing Start All Programs Administrative Tools and
clicking SharePoint 3.0 Central Administration. Then, follow these steps:
1. Click Application Management, and in the SharePoint Site Management section, click Create Site Collection. The Create Site Collection page is shown in Figure 7.9.

FIGURE 7.9 Creating a new site
image005

2. Make sure the web application is selected in the Web Application drop-down box.
3. Give the collection a title and description, and then add a URL in the URL box.
4. Choose a template in the Template Selection section.
5. Next, add a primary and secondary site administrators.
6. Select a quota template.
7. Click OK.

MCITP Administrator, Configuring Antivirus Settings

Configuring Antivirus Settings

In todayantivirus product is playing a dangerous game. It will only be a matter of time until a user uploads a virus and distributes it to others. It is best practice to install an antivirus product on all servers in a server farm. After you install an antivirus product on the WSS server, it is important to conantivirus settings. MCITP Administrator

In a server farm, all web servers with documents must have the antivirus product installed before these settings will take effect.

There are four antivirus settings we can con
Scan Documents on Upload When a user uploads a document to your WSS site, your
antivirus product will scan it to ensure that it does not contain viruses. This will help pro- tect from spreading viruses to other users.
Scan Documents on Download When selected, this feature will scan a document before
it is downloaded to a userthem to decide to continue or not, unless you check the next option.
Allow Users to Download Infected Documents When this option is selected, it allows users
to download infected documents to their local computer. This is not a recommended option to select unless you have a speci
Attempt to Clean Infected Documents If a virus is found during the scanning process,
this option will allow the antivirus product to clean it automatically.
To locate these options, follow these steps:
1. Open the Central Administration site by choosing Start All Programs Administra- tive Tools and clicking SharePoint 3.0 Central Administration.
2. On the top navigation bar, click Operations.
3. In the Security Configuration section, click Antivirus. Use this page, seen in Figure 7.3, to configure your antivirus options.

FIGURE 7.3 Antivirus options
image001

MCITP Certification, MCITP Course

QUESTION NO: 1

You develop a SQL Server 2008 Integration Services (SSIS) package. The package downloads several files from a remote FTP server by using multiple FTP tasks, and then processes data by using multiple Execute SQL tasks. You need to configure the package to restart at the point of failure after the package downloads the files. What should you do? MCITP Course

A. Configure the FTP tasks to support transactions.

B. Configure the Execute SQL tasks to support transactions.

C. Move all the FTP tasks to a sequence container.

D. Configure the package to use a checkpoint.

Answer: D

QUESTION NO: 2

You develop a SQL Server 2008 Reporting Services (SSRS) report. The report uses the "User!UserID" expression in a text box within the report header. You need to ensure that data- driven subscriptions successfully execute for this report. What should you do?

A. Remove the expression from the report header.

B. Configure the report to use no credentials.

C. Configure the report to use stored credentials.

D. Modify the expression in the report header as "User!UserName."

Answer: C
Explanation:

QUESTION NO: 3

You are managing the security in SQL Server 2008 Reporting Services (SSRS). You assign a new user to a role. You need to grant the permissions to the user to publish reports and manage content only in a private folder. What should you do?

A. Assign the user to the Publisher role.

B. Assign the user to the My Reports role.

C. Assign the user to the Content Manager and the Browser roles.

D. Assign the user to the Content Manager and the Report Builder roles.

Answer: B

QUESTION NO: 4

You install and configure SQL Server 2008 Reporting Services (SSRS) instance. The users of the report server plan to deliver reports through e-mail messages. You need to configure the report server for e-mail message delivery by using a remote SMTP server. What should you do? MCITP Certification

A. Modify the rssrvpolicy.config file.

B. Modify the RSReportServer.config file.

C. Modify the Web.config file.

D. Modify the Global.asax file.

Answer: B

MCITP Certification, MCITP Enterprise Administrator

QUESTION NO: 1

You develop a SQL Server 2008 Integration Services (SSIS) package. You need to modify the path where the package writes event data to a text file. What should you do?

A. Modify the log provider.

B. Modify the Connection Manager.

C. Modify the Flat File Destination.

D. Move the package file to the new path.

Answer: B
Explanation:

QUESTION NO: 2

You are editing a SQL Server 2008 Integration Services (SSIS) package by using Business Intelligence Development Studio. The package uses a custom data flow component. The package runs successfully. You attempt to add another instance of the custom data flow component to the package. The data flow component does not appear in the toolbox or in the Choose Toolbox Items dialog box. You need to add the custom data flow component to the toolbox. What should you do?

A. Copy the assembly to the appropriate folder.

B. Add the assembly to the Global Assembly Cache.

C. Register the assembly by using the REGSVR32 utility.

D. Register the assembly by using the Assembly Registration utility (REGASM.EXE).

Answer: A

QUESTION NO: 3

You design a SQL Server 2008 Integration Services (SSIS) data flow that inserts data from a source query to a destination table. You need to insert only those rows that do not already exist in the destination table. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

A. Use the Merge transformation.

B. Use the Lookup transformation.

C. Use the Union All transformation.

D. Use the Merge Join transformation.

E. Use the Fuzzy Lookup transformation.

F. Use the Fuzzy Grouping transformation.

Answer: B,D
Explanation:

MCITP Certification, Adding Terminal Servers to the Session Directory Computers Local Group

Follow these steps to add Terminal Servers to the Session Directory Computer Local Group.

1. Click Start
2. Expand Local Users and Groups and click on Groups.
3. Open Session Directory Computers.
4. Click Add.
5. In the Select Users, Computers or Groups window, click Object Types.
6. Check Computers.
7. Add the computer accounts for each terminal server.
8. Click OK.

For a TS server to join a TS Session Broker farm, you must know the following:
TS Session Broker server name or IP address. This is the name or the IP address of the TS Session Broker server.
TS Session Broker farm name. This is the name of the farm that you want to join in. TS Session Broker uses a farm name to determine which servers are in the farm. The same farm name must be use for all server that are participating in the same load-balanced farm. In Exercise 2.24, youTS server to join a TS Session Broker farm and to participate in TS Session Broker Load Balancing.

EXERCISE 2.24

Configuring the Terminal Servers to Join a Farm and Participate in Load Balancing
Follow these steps to confi gure Terminal Servers to join a TS Broker Farm and participate in TS Session Broker Load Balancing.

1. Start Terminal Service Confi guration. Click Start Services

2. In Edit Settings, under TS Session Broker, double-click Member of Farm in TS Ses- sion Broker.
On the TS Session Broker tab, select the Join a Farm in TS Session Broker check box.

In the TS Session Broker Server Name or IP Address text box, type the name or the IP address of the TS Session Broker server.

In the Farm Name in TS Session Broker text box, type the name of the farm that you want to join in TS Session Broker.

In the Select IP Addresses to Be Used for Reconnection list, select the check box next to each IP address that you want to use.

image001

3. Click OK.

The next step in the confi guration of TS Session Broker is to confi gure DNS. Exercise 2.25 shows you how to confi gure DNS for TS Session Broker Load Balancing. MCITP Certification

MCITP Administrator for Remote Desktop Connection Display

Remote Desktop Connection Display

The new RDC software enables the use of higher-resolution displays with multiple-monitor spanning on the client computer and clearer text with font smoothing. In conjunction with Terminal Server running Windows Server 2008, the new RDC software will give the users a Windows Vista look and feel with the new Desktop Experience. In addition, Display Data Prioritization will give display, mouse, and keyboard traffi c better performance.

Custom Display Resolutions
In previous versions, the only supported display resolution was 4:3 with the maximum resolution of 1600with resolutions of 1680of 4096accessed via the Options button.

FIGURE 2.2 The RDC Display tab

image001

Custom display resolutions can also be set in an RDP fi le or from a command prompt:

Open the RDP file in a text editor and edit the following settings, where resolution (for example, 1920 or 1200):
desktopwidth:i: desktopheight:i:
Use
mstsc.exe at the command prompt with the following settings:
mstsc.exe /w: /h:

is the

Monitor Spanning
Monitor spanning allows the display of the remote desktop session to stretch across mul- tiple monitors. For monitor spanning to function, all the monitors must have the same resolution and their total resolution cannot exceed 4096spanning only occurs horizontally (side by side), not vertically.
You can set monitor spanning in an RDP fi le or from a command prompt.
Open the RDP file in a text editor. Change the following setting, where = 0 indicates that monitor spanning is disabled and = 1 indicates that monitor spanning is enabled:
Span:i:

Use

mstsc.exe at the command prompt with the following settings:

mstsc.exe /span

Remote Desktop Connection Display

Font Smoothing
If you dows Server 2008 now supports ClearType, which is a Microsoft technique that improves the readability of text. For users to take advantage of this feature, terminal servers must have ClearType enabled and font smoothing must be enabled in the RDC client.
The following operating systems support font smoothing:
Windows Vista
Windows Server 2003 Service Pack 1 or 2 with RDC 6.0
Windows XP Service Pack 2 with RDC 6.0
In Exercise 2.1, you

EXERCISE 2.1

Enabling Font Smoothing on a Client Computer
Follow these steps to enable font smoothing on a Windows Vista client:

1. Click Start possible to start the RDC client software by typing mstsc in the Run line.)
2. In the Remote Desktop Connection dialog box, click Options.
3. On the Experience tab, check Font Smoothing.
4. Click Connect to launch the new session.

image005

By default, ClearType is enabled in Windows Server 2008. To ensure that ClearType is enabled, follow the steps in Exercise 2.2.

MCITP Test, QUESTION and Explanation

Topic 1, VB

QUESTION NO: 1

You are creating an ASP.NET Web site. The site has a master page named Custom.master. The code-behind file for Custom.master contains the following code segment.

Partial Public Class Custom

Inherits System.Web.UI.MasterPage

Public Property Region As String

Protected Sub Page_Load(ByVal sender As Object,

ByVal e As System.EventArgs) Handles Me.Load

End Sub

End Class

You create a new ASP.NET page and specify Custom.master as its master page. You add a Label control named lblRegion to the new page.

You need to display the value of the master pages Region property in lblRegion.  What should you do?

A.     Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Parent

lblRegion.Text = custom.Region

B.     Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Master

lblRegion.Text = custom.Region

C.    Add the following code segment to the Page_Load method of the Custom.Master.vb code- behind file.

Dim lblRegion As Label = Page.FindControl("lblRegion")

lblRegion.Text = Me.Region

D.    Add the following code segment to the Page_Load method of the Custom.Master.vb code- behind file.

Dim lblRegion As Label = Master.FindControl("lblRegion")

2

lblRegion.Text = Me.Region

Answer: B

Explanation:

QUESTION NO: 2

You have created an ASP.NET server control named ShoppingCart for use by other developers. Some developers report that the ShoppingCart control does not function properly with ViewState disabled.  You want to ensure that all instances of the ShoppingCart control work even if ViewState is disabled.  What should you do?

A.     Require developers to set EnableViewStateMac to true.

B.     Store state in ControlState instead of ViewState.

C.    Serialize the state into an Application state entry called "MyControl".

D.    Require developers to change the session state mode to SQLServer.

Answer: B

Explanation:

QUESTION NO: 3

You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user.  You need to ensure that the Label control named lblCompany displays text in the users selected language from the global resource file.  Which control markup should you use?

B.     <asp:Label runat="server"

meta:resourcekey="lblCompany" />

B.     <asp:Label runat="server"

Text="meta:lblCompany.Text" />

C.    <asp:Label runat="server" Text="<%$ Resources:lblCompanyText %>" />

D.    <asp:Label runat="server"

Text="<%$ Resources:WebResources, lblCompanyText %>" />

Answer: D

Explanation:

QUESTION NO: 4

You are developing an ASP.NET Web page that contains input controls, validation controls, and a button named btnSubmit.

The page has the following code-behind. (Line numbers are included for reference only.)  01 Public Class _Default

02  Inherits System.Web.UI.Page

03

04  Protected Sub SaveToDatabase()

05

06  End Sub

07

08  Protected Sub btnSubmit_Click(ByVal sender As Object,

09  ByVal e As EventArgs) Handles btnSubmit.Click

10

11  End Sub

12

13 End Class

You need to ensure that all data that is submitted passes validation before the data is saved in a database.  What should you do?

A.     Add the following method override.

Protected Overrides Sub OnInit(ByVal e As EventArgs)

MyBase.OnInit(e)

If (Page.IsValid) Then Me.SaveToDatabase()

End Sub

B.     Add the following method override.

Protected Overrides Sub OnLoad(ByVal e As EventArgs)

MyBase.OnLoad(e)

If (Page.IsValid) Then Me.SaveToDatabase()

End Sub

C.    Add the following method override.

Protected Overrides Sub OnPreRender(ByVal e As EventArgs)

MyBase.OnPreRender(e)

If(Page.IsValid) Then Me.SaveToDatabase()

End Sub

D.    Add the following code segment at line 10. If (Page.IsValid) Then Me.SaveToDatabase()

Answer: D

Explanation:

MCITP Certifications, Creating RAID Sets

Now that you understand the fundamental concepts of RAID sets and how to use them, we can now look at the creation of RAID sets in Windows Server 2008. The process of creating a RAID set is the same as the process for creating a simple or spanned volume set except for the minimum disk requirements associated with each RAID type. Creating a mirrored volume set is the same as creating a volume set, as shown in Exercise 1.3, except you will select New Mirrored Volume in the fourth step. It is after the disk select wizard appears that youbegin to see the difference. Since a new mirrored volume is being created, the volume requires two disks. During the disk select process,if only one disk is selected,the Next button will be unavailable because the disk minimum has not been met. Refer to Figure 1.1 to view the Select Disks page of the New Mirrored Wizard during the creation of a new mirrored volume and notice that the Next button is not available.

FIGURE 1.1 Select Disks page of the New Mirrored Volume Wizard

To complete the process, you must select a second disk by highlighting the appropriate disk and adding it to the volume set. Once the second disk has been added, the Add button becomes unavailable and the Next button is available to complete the mirrored volume set creation (see Figure 1.2).

image001

image003

FIGURE 1.2 Adding the second disk to complete a mirrored volume set

After you clicking Next, the creation of the Mirrored Volume set is again just like the rest of the steps, 7 through 11, in Exercise 1.3. A drive letter will have to be assigned and the volume will need to be formatted. The new mirrored volume set will appear in Disk Management. In Figure 1.3, notice that the capacity of the volume equals one disk even though two has been selected.

FIGURE 1.3 Newly created mirrored volume set

A MCITP skilled is more assured and skilled in his or her special IT field

A MCITP skilled is more assured and skilled in his or her special IT field. Such professionals deliver good productivity to their organization with better use of technology. The extent of service and support supplied to the customers will enhance with the assistance of this certification.

MCTIP is the one of the most prestigious organizations that gives a variety of products and certification programs. You may get loads of advantages by getting the MCITP certification in the best way of profession growths. Since Microsoft products are very popular and broadly used everywhere in the world, this certification helps you to be all the time in contact with the most recent technologies. You will acquire the arrogance to face all new challenges too.

With MCTIP, you should have the proper understanding of the Community Infrastructure, Purposes Platform know-how, and Active Directory within the Window server. By the use of MCITP certification, additionally, you will learn the talent of a system administrator, which is focused on Microsoft windows 2008 network infrastructure.

The MCTIP gives a global platform for individuals who need an international certification to spice up their career. Most organizations search for candidates who're licensed with MCITP certification, for this is a assure that they may have deep knowledge of their field of technology. This may also present better usage of expertise for the company, as they are going to be capable of provide efficient solutions in much less time and without any risk.

The MCTIP can assist develop and authorize your technical skills within the job that you're doing, as well as provide help to advance in the direction of a job function in future. This may be that of an IT techniques supervisor, enterprise system administrator, system architect, enterprise safety administrator or network administrator. This certification provides a wide recognition of your expertise in performing present and significant IT jobs with the utilization of Microsoft technologies to wonderful advantage.

MCITP certification supplied by Microsoft will get recognition in the industry of your expertise and data, and offers a competitive edge in contracts, job search, bids and salary hike opportunities. With this certificates, you can be extra confidant in addition to productive than the non-licensed professional. Some employers pay the exam fees for their staff, so it presents them the inducement to stay on in the company.

Since this certification is accessible to most Microsoft merchandise and applied sciences, the candidate with MCITP will get one of the best of jobs, whereas being gaining admission to Microsoft resources. Microsoft also has a group of Microsoft Licensed Professionals (MCPs), for which only certified professionals can achieve access. Right here you get the possibility to gain entry to transcript and logos, whereas receiving invitations to special workshops and conference. The neighborhood additionally allows the MCPs to mingle with the others and change ideas and knowledge.

MCITP Certifications can be thought of as an emblem of skill in specific IT discipline where it highlights the new technological knowledge and skills. The people who can gain a lot from this certification are the IT administrator, the enterprise server manager, and the assist staff. This certification presently, covers seven IT specializations. You may choose the one which corresponds to your area in IT.

The MCITP exams consists of 2-three pre qualifying checks, where passing the first phase entitles you to the second skilled level. The skilled examination in flip guarantees this certification. These exams are quite robust and most candidates prepare by enrolling in teaching lessons and a few self-study. Selecting the best kind of certification take a look at is important for the profession of any IT professional. It is best to use a+ certification, which is the right one to your job roles to get probably the most profit from the Microsoft certification.