Archive for September, 2009

GP 9.0 Modifier with VBA

Tuesday, September 29th, 2009

Microsoft Business Solutions “, also known as MB3-461 exam, is a Microsoft certification.
Preparing for the MB3-461 exam? Searching MB3-461 Test Questions, MB3-461 Practice Exam, MB3-461 Dumps?
Exam Details
The Microsoft Business Solutions exam is the qualifying exam available to candidates pursuing a single-exam option for the Microsoft Certified Network Associate Microsoft Business Solutions certification. The Microsoft Business Solutions (MB3-461) exam will test materials from the new Interconnection Microsoft Network Devices (ICND) course as well as the new Introduction to Microsoft Networking Technologies (INTRO) course.
Try Demo:
1.Global changes can be made to some resources in Microsoft Dynamics GP. When a global
change is made, this change affects the entire dictionary. Using Modifier, what type of resource can be customized with a global change? Choose the 3 that apply.
A.Pictures
B.Data Types
C.Tables
D.Messages
Correct:A B D
2.Original Microsoft Dynamics GP windows customized using Modifier get stored in the Forms.dic.
When does the Forms.dic get created?
A.Installation of Microsoft Dynamics GP
B.Opening of Microsoft Dynamics GP
C.The first time you access Modifier from the application
D.When reg keys are added to allow access to Modifier
Correct:C
3.You are asked to customize a Modified Microsoft Dynamics GP window. This window has
original fields as well as some new local fields. Using Modifier, what can be deleted from the
window?
A.Any Microsoft Dynamics GP global field that isn’t a required field
B.Any Microsoft Dynamics GP global field not being used
C.Any Global field created with Modifier
D.Any Local field created with Modifier
Correct:D
4.Graphical objects are used throughout the Microsoft Dynamics GP application. In Modifier, what
objects can be used to display graphics? Choose the 2 that apply.
A.String
B.Lookup Button
C.Push Button
D.Message
Correct:B C
5.You are asked to modify a Microsoft Dynamics GP window by adding fields to it. Using Modifier,
what type of fields can be added? Choose the 2 that apply.
A.Local Fields
B.Fields from any table attached to the form
C.Fields from the autolinked
table
D.Fields from the table created by the user
Correct:A C
6.In Modifier the user opens an existing Microsoft Dynamics GP data type “DDL_Country”. This
data type is a dropdown
list containing 3 static text values. What options are available for
customizing the static text values?
A.Insert
B.Remove
C.Replace
D.Edit
Correct:C
Test4actual Information Co., Ltd.All rights reserved.
3
7.
In Microsoft Dynamics GP scrolling windows are used to display multiple lines of information.
What types of scrolling windows exist in the application? Choose the 3 that apply.
A.Browse Only
B.Editable
C.Adds Allowed
D.User Defined
Correct:A B C
8.The Microsoft Dynamics GP Application contains several tables. Tables can be attached to forms
and autolinked
to windows. How many autolinked
tables can exist for each window?
A.1
B.2
C.3
D.unlimited
Correct:A
9.In Modifier, how can you change the property of a field or a window using the Properties window?
Choose the 3 that apply.
A.Doubleclick
on the property to change its value
B.Select a value from a list
C.Edit Manually
D.Field properties cannot be changed using Modifier
Correct:A B C
10.You would like to customize a window and have opened the window layout with Modifier. Which
window properties can be changed using Modifier? Choose the 2 that apply.
A.AutoOpen
B.Title
C.Name
D.WindowID
Correct:A B
11.What variables can be used only by procedures in the same module?
A.Public
B.Private
C.Explicit
D.Static
Correct:B
12.What is a set of declarations followed by procedures defined as?
A.Method
B.Property
C.Function
D.Module
Correct:D
13.What allows you to create a window or dialog box in your VBA project?
A.Module
B.User Form
Test4actual Information Co., Ltd.All rights reserved.
4
C.
Procedures
D.Class Module
Correct:B
14.You are customizing a Microsoft Dynamics GP window by adding VBA code. When debugging
the code, which window would you open to display information for all objects on the current
window?
A.Immediate Window
B.Locals Window
C.Call Stack Window
D.Watches Window
Correct:B
15.You open the Purchase Order Entry window. After selecting a Vendor ID you would like to open
the Purchasing Vendor Detail Entry window for the user. Which VBA statement would open this
window using the indirect method?
A.PurchasingVendorDetailEntry.Open
B.PurchaseOrderEntry.Open
C.ExpansionButton4.Value = 1
D.PurchasingVendorDetailEntry.Activate
Correct:C

http://www.test4actual.com

16.You have added a Microsoft Dynamics GP window to the VBA project. You also need to add
several fields from that window. How do you add multiple fields to VBA?
A.Lasso the fields that you want to add. Choose ToolsCustomizeAdd
fields to Visual Basic
B.Lasso the fields you want to add. Choose ToolsCustomizeAdd
Multiple fields to Visual Basic
C.Select multiple fields using the Shift Key. Once they are selected choose ToolsCustomizeAdd
fields to
Visual Basic
D.Choose ToolsCustomizeAdd
fields to Visual Basic. Click on each field you want to add
Correct:D
17.In VBA what method can be used to move the cursor to a specific field?
A.Focus
B.Move
C.Focus Field
D.Move Field
Correct:A
18.You are asked to customize the Payables Transaction Entry window by making the Shipping
Method a required field. Using VBA code, which statement would accomplish this?
A.ShippingWeight.Required = True
B.ShippingWeight is Required
C.Shipping Weight = Required
D.Required.ShippingWeight = True
Correct:A
19.You have added a Microsoft Dynamics GP window and several fields to the VBA project. You
realize that a few fields are not needed. How do you remove an individual field from the VBA
project?
Test4actual Information Co., Ltd.All rights reserved.
5
A.
From VBA highlight the field in the Project Explorer window and delete it
B.From VBA highlight the field from the list in the Code Window and delete it
C.From Microsoft Dynamics GP choose ToolsCustomizeRemove
field from Visual Basic
D.Individual fields cannot be removed from the VBA project
Correct:D
20.In VBA which property can be used to set the value of a field?
A.Focus
B.Value
C.Set
D.Caption
Correct:B
21.You open a Microsoft Dynamics GP window and want to customize it with VBA. The window
that you opened is a Modal window. When a modal window is displayed, how can it be added to
the VBA project?
A.Tools Customize
Add
Current Window to Visual Basic
B.Using the keyboard shortcut Ctrl + F11
C.Modal Windows appear in the VBA project automatically
D.Modal windows cannot be customized with VBA and cannot be added to the VBA project
Correct:B
22.If a field is added to a VBA project that is a reserved word, what can you do if you want to refer
to the field in code? Choose the 2 that apply.
A.You cannot add a reserved word to VBA
B.Fully qualify it in code
C.Rename it using the Properties window
D.Type the word in upper case
Correct:B C
23.You need to customize the original Microsoft Dynamics GP Item Maintenance window using
VBA. The VBA code you write will need to reference the Item Number field from that window. What
is the order of the steps that will allow access to the Item Number field?
A.Add the Item Maintenance window to VBA, add the Item Number field to VBA
B.Add the Item Maintenance window to VBA, add the Item Number field to VBA, mark a reference to the
Item Maintenance window
C.Add the Item Maintenance window to VBA, add the Item Number field to VBA, mark a reference to the
Item Number field
D.Add the Item Number field to VBA, add the Item Maintenance window to VBA
Correct:A
24.Using VBA code, how do you verify if a window is open?
A.IsOpen Method
B.IsLoaded Method
C.IsOpen Property
D.IsLoaded Property
Correct:D
25.You are customizing an original Microsoft Dynamics GP window using VBA. You add the
Test4actual Information Co., Ltd.All rights reserved.
6
Microsoft
Dynamics GP window to the VBA project. How can you visually tell if the window is part
of the VBA project? Choose the 2 that apply.
A.In Microsoft Dynamics GP, a period appears after the window’s title
B.In Microsoft Dynamics GP, a period appears before and after the window’s title
C.The window’s display name is listed in the VBA Project Explorer Window
D.The window’s technical name is listed in the VBA Project Explorer Window
Correct:A C
26.Which type of scrolling window allows the user to edit existing data in the scrolling window?
Choose the 2 that apply.
A.Browse Only
B.Adds Allowed
C.Editable
D.Data cannot be changed in a scrolling window
Correct:B C
27.In VBA, where are events listed?
A.Project Explorer Window
B.Toolbox
C.Properties Sheet
D.Code Window
Correct:D
28.You add the Transaction Entry window to the VBA project along with fields in the grid. Where
would the fields added from the grid appear?
A.In the Code Window for the Transaction Entry Detail Grid
B.In the Project Explorer Window for the Transaction Entry Detail Grid
C.In the Code Window for the Transaction Entry Window
D.In the Project Explorer Window for the Transaction Entry Window
Correct:A
29.In Microsoft Dynamics GP what actions performed by a user can cause the VBA modal dialog
event to run for a window? Choose the 3 that apply.
A.Clicking the Browse Buttons
B.Closing the Window
C.Clicking the Delete Button
D.Clicking the Save Button
Correct:A B C
30.If you want to set a dropdown
list to a specific value and you don’t want Microsoft Dynamics
GP to overwrite your code what window event would you use?
A.BeforeClose
B.BeforeOpen
C.AfterOpen
D.AfterClose
Correct:C
Test4actual Information Co., Ltd.All rights reserved.

http://www.test4actual.com
http://www.test4actual.com/MB3-461.html
http://test4actualcom.blog.com

GP 9.0 Financials

Tuesday, September 29th, 2009

Microsoft Business Solutions “, also known as MB3-409 exam, is a Microsoft certification.
Free MB3-409 Demo Download
Test4actual offers free demo for Microsoft Business Solutions MB3-409 exam (GP 9.0 Financials). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.
Try Demo:
1.
What is the maximum account length in the Microsoft Dynamics GP system?
A.20
B.25
C.66
D.75
Correct:C
2.What type of data is stored in a work table in Microsoft Dynamics GP?
A.Posted Transactions
B.Unposted Transactions
C.Voided Transactions
D.Historical Transactions
Correct:B
3.How can you have the system automatically notify you when sales are below $100,000 by the
15th of the month?
A.Activate activity tracking
B.Create a business alert
C.Setup organizational structure alerts
D.Mark the sales threshold alerts option in Company Setup
Correct:B
4.What is the purpose of the se Account Settings?option in Posting Setup?
A.Allows you to maintain history for selected accounts
B.Allows you to post some accounts in detail and others in summary to the General Ledger
C.Allows you to restrict which accounts will appear in each series
D.Allows you to use the account level security option
Correct:B
5.What can be done to require that all transactions are entered into a batch?
A.Choose osting Date From Batch?in Posting Setup
B.Enter control totals in the batch entry window
C.Mark equire Batch Approval?in Posting Setup
D.Unmark llow Transaction Posting?in Posting Setup
Correct:D
6.What are the benefits of osting to General Ledger? versus osting Through General Ledger Files?
Choose the 2 that apply.
A.You can delete the batch in General Ledger when updating beginning balances in subsidiary ledgers.
B.You can make changes to the batch in General Ledger before updating the account balances.
C.It is a onestep
process to post from the subsidiary ledger and update the account balance.
D.It lowers the probability that subsidiary ledgers will not reconcile to the General Ledger.
Correct:A B
7.Edit lists can be printed from which of the following windows? Choose the 2 that apply.
A.Batch Entry windows
B.Master Posting window
C.Series Posting windows
D.Transaction Entry windows
Test4actual Information Co., Ltd.All rights reserved.
3
Correct:
A D
8.What is the maximum number of account segments in Microsoft Dynamics GP?
A.5
B.10
C.15
D.20
Correct:B
9.Which of the following are valid tax bases when setting up a tax detail? Choose the 3 that apply.
A.Base on Tax Table
B.Percent of Cost
C.Percent of Sale/Purchase
D.Tax Included with Item Price
Correct:B C D
10.What function allows you to designate a default printer for a specific task such as printing
payables checks?
A.Windows print setup
B.Named Printers
C.Process Server
D.Activity Tracking
Correct:B
11.Which of the following can shipping methods affect?
A.Tax calculations
B.Discount dates
C.Discount amounts
D.Due dates
Correct:A
12.Where do you create a new company in Microsoft Dynamics GP?
A.Create Company window in Microsoft Dynamics GP
B.Company Setup window in Microsoft Dynamics GP
C.Microsoft Dynamics GP Utilities
D.Microsoft SQL Server Enterprise Manager
Correct:C
13.How can you print a detailed Trial Balance from General Ledger and a Historical Aged Trial
Balance from Payables Management in a single step?
A.Add each report to a combined group
B.Add each report option to a custom report
C.Add each report group to the purchasing routines checklist
D.Add each report option to a report group
Correct:A
14.How can you set up your system to allow posting to start on one computer and then be
transferred to another computer on the network?
A.Choose to post remotely when printing the posting journals
B.Mark the option to post remotely in Posting Setup
Test4actual Information Co., Ltd.All rights reserved.
4
C.
Mark the option to post remotely in Security Setup
D.Set up posting as a remote process in Process Server Setup
Correct:D
15.Which of the following settings are userspecific?
Choose the 2 that apply.
A.Notes
B.Posting setup options
C.Show Required Fields setting
D.Tab or Return key as entry key
Correct:C D

http://www.test4actual.com

16.How many open years can you have in Microsoft Dynamics GP?
A.1
B.2
C.3
D.Unlimited
Correct:D
17.What characteristics are specific to batch posting but not transaction level posting? Choose
the 2 that apply.
A.Ability to print an edit list
B.Can save transactions and post them together
C.An audit trail is kept for posted transactions
D.Transactions can be posted real time
Correct:A B
18.Where is security activated?
A.Company Setup window
B.Microsoft Dynamics GP Utilities window
C.Security Setup window
D.SQL Options window
Correct:A
19.Which of the following statements are true about the Notes feature? Choose the 2 that apply.
A.Notes can be attached to windows
B.Notes cannot be changed once entered
C.Notes can be attached to individual vendors and customers
D.Notes are only available if the feature is turned on in company setup
Correct:A C
20.Which setup option is not company specific in Microsoft Dynamics GP?
A.Activating security
B.Defining an account format
C.Setting up fiscal periods
D.Setting up user classes
Correct:D
21.Which of the following is a requirement for variable allocation accounts?
A.All breakdown accounts must be unit accounts.
B.Distribution percentages must be entered for each breakdown account.
Test4actual Information Co., Ltd.All rights reserved.
5
C.
All breakdown accounts must be posting accounts.
D.The distribution accounts must be either all posting accounts or all unit accounts.
Correct:D
22.Which type of accounts can be used as breakdown accounts when you set up a variable
allocation account? Choose the 2 that apply.
A.Unit Accounts
B.Posting Accounts
C.Other Variable Allocation Accounts
D.Fixed Allocation Accounts
Correct:A B
23.What field in the Account Maintenance window determines which quick financial statement an
account will appear on in Microsoft Dynamics GP?
A.Account Category
B.Alias
C.Posting Type
D.Series Selected
Correct:A
24.How do you enter account beginning balances into General Ledger during the middle of a fiscal
year?
A.Enter a transaction for the beginning balance amount for balance sheet accounts only, using the last
day of the previous period as the posting date.
B.Enter a transaction for the beginning balance for each balance sheet and profit & loss account using the
last day of the previous period as the posting date.
C.Enter the beginning balance for each balance sheet account in the previous period in the Account
History window.
D.Enter the beginning balance for each balance sheet and profit and loss account in the previous period
in the Account History window.
Correct:B
25.Which of the following are requirements to post an intercompany transaction? Choose the 3
that apply.
A.All companies on the transaction must have a functional currency defined.
B.An intercompany relationship must exist for all companies on the transaction.
C.The account format in each of the companies must be the same
D.A batch is required.
Correct:A B D
26.Why would you print a Trial Balance report?
A.To reprint a posting journal
B.To view budget versus actual amounts
C.To view the net income for a particular segment
D.To verify the transactions that posted to an account
Correct:D
27.How would you reprint a Posting Journal in General Ledger?
A.Print a cross reference report
Test4actual Information Co., Ltd.All rights reserved.
6
B.
Print a history report
C.Print a quick financial report
D.Print a trial balance report
Correct:A
28.If the Allow Account Entry check box is not marked on an account in Account Maintenance,
which of the following can occur?
A.Users can select the account as a posting account on a transaction.
B.Users can select the account as a posting account if they type in the account number manually.
C.The account can be used if it was set up as a default posting account.
D.No transactions can be posted to this account.
Correct:C
29.How many levels can you create within organization structures?
A.3
B.4
C.5
D.6
Correct:B
30.Which recurring batch type allows you to define the number of days that transactions in a
batch will increment?
A.Monthly
B.Single Use
C.Special
D.Miscellaneous
Correct:D
Test4actual Information Co., Ltd.All rights reserved.

http://www.test4actual.com
http://www.test4actual.com/MB3-409.html

http://www.test880.com

Great Plains 8.0 Project Management&Accounting

Monday, September 28th, 2009

Microsoft Business Solutions “, also known as MB3-207 exam, is a Microsoft certification.
With the complete collection of questions and answers, Test4actual has assembled to take you through 299 Q&A to your MB3-207 exam preparation. In the MB3-207 exam resources, you will cover every field and category in Microsoft Business Solutions helping to ready you for your successful Microsoft Certification.
Free MB3-207 Demo Download
1.
Which of the following statements best describe the information used to create a Position Rate
Table?
A.Each position can only be assigned to one profit type.
B.Each position can be used with multiple profit types.
C.Each position must be assigned to an employee and a profit type.
D.Each position may only be assigned to one employee and profit type.
Correct:B
2.How could you configure PA Purchasing Invoice setup to prevent the receiving of Purchase
Orders at a cost other than what was listed on the original purchase order?
A.0% Variance from PO Unit Cost and unmark the option to Allow receiving of unprinted PO.
B.0% Variance from PO Unit Cost and unmark the option to Exceed Total Budget Cost.
C.0% Variance from PO Unit Cost and unmark the option to Exceed PO Unit Cost.
D.There is no option available to prevent receipt of items at a cost other than the purchase cost.
Correct:C
3.When a new employee is added to the system, which type of information is automatically
updated for any established Employee Rate Table?
A.No data is updated
B.Profit type
C.Profit percentage
D.Hourly rate and overhead
Correct:A
4.User setup options in Project Accounting may be used to restrict changes to the following
information during cost or billing transaction entry?
A.Billing rate
B.Billing Type
C.Project Type
D.Billing Cycle ID
Correct:A B
5.Labels for User Defined fields in the Project Setup Label
Options window are displayed in
which of the following windows?
A.Inquiry windows
B.Master record windows
C.Transaction entry windows
D.They are not displayed unless added with Modifier.
Correct:B
6.Which of the following statements is true regarding the Billing Format Setup window?
A.It’s an easy way to format your invoices instead of using Report Writer.
B.I can group multiple billing invoice reports to be printed together.
C.I can specify which notes I want to print on an invoice.
D.It’s not used for Project Accounting.
Correct:B
7.Which of the following types of information may be copied from a project template?
A.Access List
Test4actual Information Co., Ltd.All rights reserved.
3
B.
Billing Cycle ID
C.Budgets
D.Unposted transactions
Correct:A B C
8.Which of the following must be set up before Miscellaneous and Equipment transactions can be
entered in Project Accounting?
A.General Ledger accounts
B.Miscellaneous IDs and Equipment IDs
C.Rate Table
D.Overhead accounts
Correct:B
9.Change Order tracking must be activated per____?
A.Project
B.Customer
C.Cost Category
D.Employee
Correct:A
10.Which of the following best describes how the account sources under Setup Project
Project
are used?
A.They are not used.
B.To keep track of the accounts.
C.They are the General Ledger account sources for any project transactions.
D.They are default General Ledger account sources for new projects.
Correct:D
11.Which setup option may NOT be changed after transactions have been either saved in a batch
or posted?
A.Reporting period
B.Next document number
C.Default Profit Types from
D.Default Billing Note from
Correct:A
12.In the Miscellaneous Log Setup window, the default profit type may come from which of the
following options?
A.Budget
B.Contract
C.Cost Category
D.Miscellaneous
Correct:A C D
13.How many billing cycles may be assigned to a project?
A.1
B.2
C.5
D.Unlimited
Test4actual Information Co., Ltd.All rights reserved.
4
Correct:
D
14.In the PA Employee Options window when Files Employee Expense is marked and Allow
Vendor for Purchase Order is unmarked which of the following is most true?
A.Employee Expense transactions can be entered for the employee but, they will not post to Payables
Management module.
B.These boxes have no bearing on either transaction type.
C.Employee Expense transactions can be entered for the employee, but Purchase Orders cannot be
entered for the corresponding vendor.
D.The employee will not have a vendor record established in Payables Management but, they can still
enter employee expenses.
Correct:C
15.Billing cycles may be assigned at which of the following Project Accounting hierarchical levels?
A.Contract and project
B.Customer and project
C.Customer and contract
D.Customer, project and contract

Correct:D

http://www.test4actual.com
16.A separate revenue recognition transaction process is used to calculate earned revenue for
which of the following project scenarios?
A.Cost Plus, Fixed Price and Time & Materials service fees
B.Cost Plus and Time & Materials
C.Fixed Price and Time & Materials
D.Only Time & Materials service fees
Correct:A
17.Which of the following types of information can NOT be changed by using a change order?
A.Forecast Total Cost
B.Baseline Total Cost
C.Fee Amount
D.Committed Cost
Correct:D
18.Time and Materials projects can use which of the following profit types?
A.Billing Rate, Markup Percent or None
B.Total Profit, Billing Rate or Markup Percent
C.Percent of Baseline, Percent of Actual or None
D.Markup Percent, Profit per Unit Fixed, or Total Profit
Correct:A
19.Which of the following statements is true concerning the number of decimal places used when
a cost category utilizes a unit of measure schedule?
A.The decimal places must be zero.
B.The decimal places must be four.
C.The decimal places must be the same.
D.The decimal places do not have to be the same.
Correct:C
Test4actual Information Co., Ltd.All rights reserved.
5
20.
The following types of inventory items may be used in Project Accounting?
A.Serialized
B.Sequenced
C.Segmented
D.Lot numbered
Correct:A D
21.Time and Materials projects can NOT use which of the following posting distribution types?
A.Overhead
B.Project Loss
C.Work in Progress
D.Earnings in Excess of Billings
Correct:B D
22.When a Customer ID is added to the Third Party Customer List for a Project which of the
following is true?
A.The newly added customer may be billed for the project.
B.Dropship
purchase orders for the project may only use the Third Party customer and the original
customer.
C.The original customer associated with the project can no longer be billed.
D.The customer may see the other customer projects. The customer may see the other customer projects.
Correct:A
23.Segment overrides may NOT be performed on which of the following segments?
A.First
B.Last
C.Main
D.All segments may be overridden.
Correct:C
24.What are the Accounting Methods available for Time and Material Projects?
A.Completed and When Billed
B.CosttoCost
and Completed
C.CosttoCost
and When Performed
D.When Performed and When Billed
Correct:D
25.Which statement best describes how the Accept Replacements option for rate tables in the
Project Billings Settings and the Budget Rates windows function?
A.It allows/disallows line item changes to be reflected on this project.
B.It works in conjunction with the “Replace Rate Table on projects with this one” option in the rate table
wizard.
C.It allows/disallows users to change from an employee to position rate table on the project.
D.It allows/disallows users to make changes to the rate when entering transactions.
Correct:B
26.Revenue is recognized on percentage of completion for which of the following accounting
methods?
A.When Billed and Completed
Test4actual Information Co., Ltd.All rights reserved.
6
B.
When Performed and When Billed
C.EffortExpended
and CosttoCost
D.CosttoCost,
EffortExpended,
and Completed
Correct:C
27.Which of the following is NOT an available default source of posting accounts for a project
budget?
A.Budget
B.Contract
C.Customer
D.Cost Category
Correct:A
28.What Fee is exclusively for Time and Material Projects?
A.Project Fee
B.Special Fee
C.Service Fee
D.Retention Fee
Correct:C
29.What kind of revenue recognition is calculated individually on each cost category used in a
project?
A.Divisional
B.Combined
C.Augmented
D.Segmented
Correct:D
30.The Cost tax schedule can be assigned to which of the following transaction types in the cost
category maintenance window?
A.Timesheet
B.Miscellaneous
C.Purchases/Material
D.Employee Expense
Correct:C D
Test4actual Information Co., Ltd.All rights reserved.

http://www.test4actual.com/

http://www.test4actual.com/MB3-207.html

http://www.test580.com

Great Plains 8.0 Integration Manager

Monday, September 28th, 2009

Microsoft Business Solutions “, also known as MB3-215 exam, is a Microsoft certification.
Exam Details
The Microsoft Business Solutions exam is the qualifying exam available to candidates pursuing a single-exam option for the Microsoft Certified Network Associate Microsoft Business Solutions certification. The Microsoft Business Solutions (MB3-215) exam will test materials from the new Interconnection Microsoft Network Devices (ICND) course as well as the new Introduction to Microsoft Networking Technologies (INTRO) course.
Free Demo:
1.
Which of the following is a resource that may be useful in setting up an import?
A.Software Development Kit
B.Resource Descriptions
C.Microsoft SQL Query Analyzer
D.SQL Books Online
Correct:A B C
2.What tables contain the Import Definitions?
A.SY50000.idx and SY50000.dat
B.SY50100.idx and SY50100.dat
C.SY60000.idx and SY60000.dat
D.SY50001.idx and SY50001.dat
Correct:A B
3.What file format does Import Utility support?
A.Tab Delimited file
B.SQL database
C.Comma Delimited file
D.All of the Above
Correct:A C
4.Which of the following capabilities does Import Utility possess?
A.Insert New Records
B.Update Existing Records
C.Both Insert and Update
D.Neither, it is a readonly
tool
Correct:A
5.When importing General Journal Transactions with Import Utility, which tables would be
required?
A.GL00100
B.GL10000
C.GL10001
D.GL00105
Correct:B C
6.When using the Import Utility, what will happen to invalid data types?
A.Rejected
B.Converted and truncated
C.Ignored
D.Translated based on your setup
Correct:B
7.VB scripts can be attached at which of the following levels?
A.Integration Level
B.Field Level
C.Translation Level
D.Source Level
Correct:A B D
Test4actual Information Co., Ltd.All rights reserved.
3
8.
Which of the following operating systems are not compatible with Integration Manager version
8.0?
A.Windows 98/98 SE
B.Windows 95
C.Windows 2000
D.Windows XP
Correct:A B
9.When creating a Simple ODBC query to access an Excel spreadsheet, what step must be done in
Excel in order to see the data?
A.Give the spreadsheet a name that matches the query name
B.Define a named range within the spreadsheet
C.Format the spreadsheet as a general format
D.The first Excel row must have column names
Correct:B
10.If an integration is run and a user does not have rights to the window, will the integration fail?
A.No, the Great Plains 8.0 adapter integrates at the table level
B.Yes, the Great Plains 8.0 adapter is a macro interface integration, thus a user needs permission at the
window level
C.No, it depends on the database version you are using
D.No, any user with rights to Integration Manager has rights to the windows
Correct:B
11.As the lead integration developer, you would like to streamline some of your integrations using
the Script Library. In reviewing your current integrations, you determine that which of the
following tasks can be completed using a script from the Script Library?
A.Concatenating two or more source fields
B.Prompting the user for a batch ID
C.Creating a header file with summary information
D.Renaming a source file using today’s date
Correct:A B D
12.You have one source file. In order to integrate a journal entry into the General Ledger, what
must you specify in the header source so that each row isn’t brought over as a separate journal
entry?
A.Order by on the column that is the same value for each row
B.Group by on the column that is the same value for each row
C.Check the is Key box on the column that is the same value for each row
D.Set the datatype of the Journal Entry number as String
Correct:B
13.If you do NOT mark First Row Contains Column Names in the Source properties, what default
names are assigned?
A.Column1, Column2, Column3, etc.
B.Name1, Name2, Name3, etc.
C.F1, F2, F3, etc.
D.None of the Above
Test4actual Information Co., Ltd.All rights reserved.
4
Correct:
C
14.Which of the following can be specified for the Log Level of detail?
A.Database
B.File
C.None
D.Trace
Correct:C D
15.Which of the following destinations will allow you to update existing records in Great Plains?
A.Accounts and General Ledger Transactions
B.Customers and Cash Receipts
C.All Master Record integrations and the Exchange Rate integration
D.Payroll Transaction integrations
Correct:C

http://www.test4actual.com
16.In each source, you can set to order by a column in what order?
A.Ascending
B.Descending
C.Chronological Date
D.None of the Above
Correct:A B
17.Which of the following types of translations can be created?
A.Universal Translation
B.Global Translation
C.Local Translation
D.Fixed Translation
Correct:B C
18.What fields are required, or do not have the option to use default, when running a GL Accounts
integration?
A.Account Number, Description, Posting Type
B.Account Number, Category, Posting Type
C.Account Number, Description, Category
D.Account Number, Category, Typical Balance
Correct:C
19.What is the minimum amount of queries needed for a Payroll Transaction Integration?
A.None
B.1
C.2
D.3
Correct:C
20.Which of the following are sources for the Great Plains 8.0 standard adapter?
A.XML
B.Fixed width file
C.Simple ODBC
D.Excel 5.0 or higher file
Test4actual Information Co., Ltd.All rights reserved.
5
Correct:
A C
21.When bringing in Exchange Rate information using the Exchange Rate destination, which of
the following statements is true?
A.You can create the Exchange Table ID onthefly.
B.The currency id is required and must be specified in the integration.
C.The Exchange Table ID must already exist.
D.You can change the currency id assigned to an existing Exchange Table.
Correct:C
22.There are multiple ways to add a Source Query to an integration. Which of the following is NOT
a method to add a Source?
A.Select File Add
Source
B.Click the Add Source button
C.Select Integration from the main menu and choose Add Source
D.Use the Ctrl+A key combination
Correct:A
23.If the user wishes to only integrate transactions for a certain date, what would be the best way
to limit the data?
A.Local Translation
B.Global Translation
C.Row Restriction
D.Order By
Correct:C
24.As a Technical Support Assistant, you have been asked to install Integration Manager with all
possible adapters. Which of the following adapters are not included in the Integration Manager
installation and must be installed separately?
A.Project Accounting Timesheets
B.Fixed Assets General Asset Information
C.Sales Order Processing Sales Transaction
D.Human Resources Training
Correct:A B
25.Which of the following is an available Storage Type for the Integration Log?
A.File
B.Database
C.Spreadsheet
D.XML
Correct:A B
26.When an Integration Group is run, where would you go to see the log file for the integration
group?
A.In the Integration Group properties window Log
tab
B.In the Object Browser
C.Under ToolsOptions
Group
Log
D.Open each integration separately and go to the properties window ?Log tab
Correct:D
Test4actual Information Co., Ltd.All rights reserved.
6
27.
What of the following information can NOT be integrated on a Sales Order Processing Order
integration with the Great Plains 8.0 standard adapter?
A.A different ship to address id for each line item.
B.Lot and serial numbers for line items.
C.Recurring Order information
D.Line Item Distribution Accounts
Correct:C
28.When integrating Customers, what are the available Destination Edit Modes?
A.Insert Only
B.Update Only
C.Insert and Update
D.Update Existing Records Only
Correct:A B C
29.Where can you delete an integration?
A.Under Tools Options
B.Object Browser
C.Within the open Integration window
D.Under File Delete
Integration
Correct:B C
30.A Payables Transaction integration has been created. It is based on one source file that
includes debit and credit distributions. When run, only one distribution account is integrated.
What should be checked to resolve this problem?
A.Two source queries are required: One for transaction information and one for distribution information.
B.The transaction information source query must be sorted by the same field used in the query
relationship.
C.The relationship between the source queries needs to be pointing from the transaction(header) source
query to the distribution(detail) source query.
D.In the Destination Mapping, click on the Entries collection and then the Options tab. Check to make
sure the Source column is referencing detail source query and not the header source query.
Correct:A C D
Test4actual Information Co., Ltd.All rights reserved.

http://www.test4actual.com/

http://www.test4actual.com/MB3-215.html

http://www.hp-exam.com

Exam : Microsoft MB3-465

Sunday, September 27th, 2009

1.Which of the following is a major success factor in a successful software implementation?
A.The partner makes the decisions involved in the implementation
B.The improved user ownership that results
C.To complete the project as quickly as possible with little input from the customer
D.To acquire all the information needed for the project in the kickoff and initial design meeting so the customer has little involvement
Correct:B
2.In which dictionary will you find custom or modified Field Service reports?
A.Dynamics.dic
B.Reports.dic
C.RPTS949.dic
D.SRVCADV.dic
Correct:C
3.Which Field Service Series modules below are installed when you install Microsoft Dynamics GP?
A.Service Call Management and Contract Administration only
B.eTech, TechAssist, eService Calls, and eReturns
C.Service Call Management, Contract Administration, Preventive Maintenance, Returns Management, and Depot Management
D.Service Call Management, Contract Administration, Preventive Maintenance, Returns Management, Depot Management, ManagerAssist, and TechAssist
Correct:C
4.Which of the following tools is best suited to create a report which would pull data from Receivables Management, Inventory Control, Sales Order

Processing, Contract Adminstration and Service Call Management all at the same time?
A.Modifier
B.Crystal Reports
C.Report Writer
D.Integration Manager
Correct:B
5.When using a successful software methodology, the formal analysis process is critical for the success of the project. The analysis is valuable for which of

the following reasons? Choose the 2 that apply.
A.It minimizes the need for training
B.It provides a clear definition of client expectations
C.It documents business rules and practices
D.It promotes customer buyin of the project
Correct:C D

http://www.test4actual.com

6.In which of the following documents should modifications be identified and documented?
A.In the Post Implementation Review
B.In the Statement of Work
C.In the Project Timeline
D.In the Requirements Analysis
Correct:B
7.Successful Software Implementation methodology recommends complex modifications and system integrations be completed at which of the following stages or phases of the entire project?
A.During the Analysis Phase
B.During Phase 2 of the Project
C.Implement prior to the “go live” of Phase 1
D.During Phase 1 of the Project
Correct:B
8.Which of the following standard Microsoft Dynamics GP features are supported by the Field Service Series? Choose the 3 that apply.
A.MultiBins
B.Lottracked inventory
C.Extended Pricing
D.Named Printers
Correct:A C D
9.In which dictionary are the original Field Service Series reports located?
A.Dynamics.dic
B.Reports.dic
C.FRMS949.dic
D.SRVCADV.dic
Correct:D
10.Which of the following statements about successful software deployment is TRUE?
A.Pilot everything and timephase
the implementation
B.Pilot everything only when all Field Service modules will be used/implemented
C.Implement one Field Service module in each phase.
D.Pilot everything only when integrations and customizations are present
Correct:A

http://www.test4actual.com/mb3-465.html

11.Which of the following statements are TRUE regarding the Field Service user interface? Choose the 2 that apply.
A.The Field Service Client is automatically installed when the Microsoft Dynamics GP installation is performed
B.The setup for the Field Service Series is found under Tools > Setup > Project
C.Upon installation Microsoft Dynamics GP, the Field Service Series objects are automatically added to SmartList
D.There are four different setup options available Service, Contracts, Returns and Depot
Correct:A B
12.What is the best way to modify the message generated when an escalation is executed?
A.Create a new stored procedure
B.Modify the existing SQL stored procedure that executes the page
C.Modify the paging message using VBA
D.Modify the paging message using Modifier
Correct:B
13.Which of the following tools is best used to change the Call Number field on the Service Call Entry/Update window to Service Order Number?
A.SmartList
B.Report Writer
C.Modifier
D.Extender
Correct:C
14.Which of the following statements are true regarding a Requirements Analysis Feature Map?Choose the 3 that apply.
A.It determines features that are native to the Field Service System
B.It specifies the cost of required modifications
C.It estimates the time required to complete a modification
D.It shows how existing features may offer workaround solutions
Correct:A C D
15.Which of the following is a TRUE statement regarding a successful software implementation?
A.The key point is to look for quick wins. Consider implementing the software in phases by core functionality.
B.The key point is to look for quick wins. Consider phasing your implementation by either: Module, Organization or target user group(s), Business functions or processes
C.The key point is to look for quick wins. Consider reviewing only the software features which are applicable to their business objectives.
D.The key point is to look for quick wins. Consider analysis to discover workarounds as opposed to modifications to the core logic of the Field Service Series.
Correct:B

http://www.test4actual.com

http://www.test4actual.com/mb3-465.html

http://www.test880.com

Exam : Microsoft MB3-462

Sunday, September 27th, 2009

1.Once you have created an import definition, which of the following is true?
A.You can use that import only for the Company you created it in
B.You can use that import for any Company
C.You can use that import only for the sample company
D.You must be logged in as DYNSA to run the import
Correct:B
2.What two sets of tables contain the Import Definitions? Choose the 2 that apply.
A.SY50000.idx and SY50000.dat
B.SY50100.idx and SY50100.dat
C.SY60000.idx and SY60000.dat
D.SY50001.idx and SY50001.dat
Correct:A B
3.Which of the follow circumstances will always cause Import Utility to reject records?
A.Field values exceed the maximum field length
B.The source file contains column headings
C.Records are duplicates of records that already exist in the table
D.Key fields are in lowercase
Correct:C
4.What file formats does Import Utility support? Choose the 2 that apply.
A.Tab Delimited file
B.SQL database
C.Comma Delimited file
D.All of the Above
Correct:A C
5.Which of the following is a resource that may be useful in setting up an import? Choose the 3 that apply.
A.Database Diagrams
B.Resource Descriptions
C.Microsoft SQL Query Analyzer
D.SQL Books Online
Correct:A B C

http://www.test4actual.com

6.Which of the following capabilities does Import Utility possess?
A.Insert New Records
B.Update Existing Records
C.Both Insert and Update
D.Neither, it is a readonly
tool
Correct:A
7.What fields are required, or do not have the option to use default, when running a GL Accounts integration?
A.Account Number, Description, Posting Type
B.Account Number, Category, Posting Type
C.Account Number, Description, Category
D.Account Number, Category, Typical Balance
Correct:C
8.On a General Ledger Account integration, which of the following is acceptable for the Account Category field?
A.The name associated with the Account Category, case insensitive, e.g. cash.
B.The number associated with the Account Category in the GL00102, e.g. 15.
C.The name associated with the Account Category, case sensitive, e.g. Cash.
D.The name or number associated with the Account Category
Correct:C
9.Which of the following is not a Great Plains Standard Adapter?
A.Currency Accounts
B.Variable Allocation Accounts
C.Unit Accounts
D.Payroll Manual Checks
Correct:A
10.What is the minimum amount of queries needed for a Payroll Transaction Integration based on one source file?
A.None
B.1
C.2
D.3
Correct:C

http://www.test4actual.com/mb3-462.html

11.Which script event is the last to run when an integration is run?
A.After Document script
B.After Integration script
C.After Source script
D.Field level script
Correct:C
12.You have one source file. In order to integrate a journal entry into the General Ledger, what must you specify in the header source so that each row isn’t brought over as a separate journal entry?
A.Order by on the column that is the same value for each row
B.Group by on the column that is the same value for each row
C.Check the “Is Key” box on the column that is the same value for each row
D.Set the datatype of the Journal Entry number as String
Correct:B
13.Integration Manager can add a Batch ID for a transaction integration. To do so, in the destination mapping options tab, which option must be set?
A.Create New Batch True
B.Create New Batch Yes
C.Add New Batch True
D.Missing Batch Add New Batch
Correct:D
14.Which of the following is an available Storage Type for the Integration Log? Choose the 2 that apply.
A.File
B.Database
C.Spreadsheet
D.XML
Correct:A B
15.Which of the following is NOT available as a rule in the option tab for the entries section of the General Ledger transaction destination mapping window?
A.Use Default
B.Default NonImported
C.Use Source Recordset
D.Empty
Correct:B

http://www.test4actual.com
http://www.test4actual.com/mb3-462.html
http://www.test580.com

CRM 4.0 Extending Microsft Dynamics:MB2-634 exam

Friday, September 25th, 2009

Hello,guys.
Here are some good news for you.Test4actual latest releases Microsoft MB2-634 exam,hope to help you pass your exam.

FREE DEMO Download:http://exam.test4actual.com/MB2-634.pdf

More latest IT exams,please visit:http://www.test4actual.com.

http://www.test880.com

Why Oracle?

Friday, September 25th, 2009

Oracle Database 11g delivers economies of scale on easily managed low cost grids, making it easier to:
Reduce cost of downtime with maximum availability architecture;

Change IT systems faster using Real Application Testing;

Partition and compress data to run queries faster using less disks;

Securely protect and audit data, and enable total recall of data;

Eliminate idle redundancy with Active Data Guard.

http://www.test4actual.com
http://www.test580.com

Cisco IOS Software Releases 12.4 Mainline

Friday, September 25th, 2009

Cisco IOS? Software is the world’s leading network infrastructure software, delivering a seamless integration of technology innovation, business-critical services, and hardware support. Currently operating on millions of active systems, ranging from the small home office router to the core systems of the world’s largest service provider networks, Cisco IOS Software is the most widely leveraged network infrastructure software in the world.

One of the most significant delivery milestones for Cisco IOS Software is the introduction of a new major release, which ships once every two years, delivers hundreds of advanced capabilities, and aggregates multiple prior releases into a synergistic whole.

Developed for wide deployment in the world’s most demanding Enterprise and Access networks, Cisco IOS Software Major Release 12.4 is a comprehensive portfolio of Cisco technologies, including the leading-edge functionality and hardware support introduced in Release Release 12.3T, anchored by an intensive stability and testing program.

Release 12.4 supports dozens of hardware platforms and more than 700 industry-leading features that span multiple technology areas, including Security, Voice, High Availability, IP Routing, Quality of Service, IP Multicast, IP Addressing, IP Mobility, Multiprotocol Label Switching, and VPNs.

http://www.test4actual.com
http://www.test580.com

Exam : Microsoft MB2-423

Friday, September 25th, 2009

I have passed the Microsoft MB2-423 exam recently,if you are worried about it,maybe I can share some experience with you.Test4actual updates the latest microsoft MB2-423 exam to help you pass your exams.

1.A user ran a mailmerge using a template letter for several accounts on their computer. The user complains that when they examine the activity history for each of the accounts, there is a Mail Merge Letter activity but it does not include the contents of the letter. What should you do?
A.Make sure that the user’s PC has Word 2002 or a later version.
B.Advise the user that Microsoft CRM does not record the contents of letters created by using mail merge.
C.Advise the user that Word documents cannot be attached to account records.
D.Make sure that the user is using the Web Client.
Correct:B

2.Which of the following are characteristics of contacts in Microsoft CRM? Choose the 3 that apply.
A.A contact must have a parent account.
B.A contact can have subcontacts.
C.An account does not have to have a contact.
D.A contact can only have one parent account.
Correct:B C D

3.Which of the following records are synchronized between Microsoft Outlook and Microsoft CRM?
Choose the 2 that apply.
A.Contacts
B.Accounts
C.Notes
D.Tasks
Correct:A D

4.Which of the following record types cannot be used with a contact record to create a relationship role?
A.Account
B.Opportunity
C.Contact
D.Lead
Correct:D

5.You have an opportunity with a customer to sell a range of products. The customer has an account record in the Microsoft CRM database and has informed you they have hired a consultant to help them decide whether to buy the products from your company. You want to add this consultant to the Microsoft CRM system, and record that he is advising your customer on this purchase. What should you do?
A.Create a new account for the consultant. Make the new account a subaccount of each customer’s account.
B.Add the consultant as a new contact under each customer’s account.
C.Create a new contact for the consultant. Create a relationship role called Consultant that enables a contact to be linked to an opportunity. In each opportunity, add a new relationship to the consultant contact using the Consultant relationship role.
D.Create a new contact for the Consultant. Create a relationship role called Consultant that enables a contact to be linked to an account. In the account record for each customer add a new relationship to the consultant contact using the Consultant relationship role.
Correct:C

http://www.test4actual.com

6.A user complains that the Marketing group does not appear in the Workplace. You discover that the user is using the Microsoft CRM laptop client for Outlook when offline. You need to make sure that the user can see the Marketing group in their Workplace. What should you do?
A.Make sure that the user has selected Marketing in Personal Options.
B.Give the user access to the Marketing module using System Settings.
C.Advise the user that the Marketing module is unavailable in the Microsoft CRM laptop client for Outlook.
D.Instruct the user to go online.
Correct:A

7.Which of the following tasks can be completed using features of Microsoft?CRM? Choose the 3 that apply.
A.Preparing profit and loss forecasts
B.Sending email messages to lists of accounts or contacts
C.Setting up and scheduling services offered by a company
D.Running marketing campaigns
Correct:B C D

8.You regularly send letters to your customers using Microsoft CRM mailmerge. One of your customers has called to ask that you do not send them any more letters. How should you modify the customer record in Microsoft CRM to prevent letters from being sent to this customer?
A.Remove the customer’s record from all marketing lists.
B.Change the customer’s preferred contact method to Phone.
C.Set the customer’s Mail setting to Do Not Allow.
D.Set the customer’s Send Marketing Materials setting to No.
Correct:C

9.A Sales Representative received an email from a client accepting a recent quote they received for a product. This action should be tracked in Microsoft CRM. What is the next action that should be taken to move to the next stage of the sales process?
A.Add an activity to the quote and convert it to an order.
B.Create a new Microsoft CRM invoice for the new product.
C.Revise the quote and add an activity.
D.Convert the quote to an Order and enter the won details in the dialog box.
Correct:D

10.Which record types can be created when a lead is converted? Choose the 2 that apply.
A.Account
B.Order
C.Opportunity
D.Quote
Correct:A C

http://www.test4actual.com/mb2-423.html

11.You want to send email to all customers in a particular city informing them about a new promotion. What is the fastest way to do this?
A.Run the Sales History report to create a list of customers and for each account in the results list, open the account and add an email activity.
B.Add each customer to a new Marketing List and then use the new list to create a Quick Campaign to generate email activities.
C.Use Advanced Find to create a list of customers and then create a Quick Campaign for all records on all pages to generate email activities.
D.Use Advanced Find to create a list of customers and for each account in the results list open the account and add an email activity.
Correct:C

12.With which of the following records can sales literature be associated? Choose the 2 that apply.
A.Products
B.Quotes
C.Accounts
D.Competitors
Correct:A D

13.A Sales Representative has just received a request for more information about a new product from an existing Microsoft CRM Lead. The Sales Representative must convert the Lead record.
Which records can the Sales Representative select when converting a Lead record? Choose the 3 that apply.
A.Opportunity
B.Quote
C.Contact
D.Account
Correct:A C D

14.As a Sales Manager using Microsoft CRM you want to see what types of Leads result in the most opportunities. What is the most efficient way to obtain this information from Microsoft CRM?
A.Create a new marketing campaign.
B.Create a new View for Lead Types.
C.Create a Microsoft CRM Advanced Find search.
D.Run the Microsoft CRM Lead Source Effectiveness Report.
Correct:D

15.In speaking with potential customers, the Sales Manager notices that several key opportunities have been lost and discovers that the customers purchased products from a rival company. The Sales Manager asks you, the Sales Representative, to add information about the rival company and why each opportunity was lost to the CRM database. The Sales Manager wants the information to be available to other sales representatives when they deal with these customers.
How should you do this?
A.Add the rival company as a new account, link this account to each customer’s account using a relationship role and add a note against each customer account together with a description of why the opportunity was lost.
B.Add the rival company as a new competitor, reopen the lost opportunities, add the new competitor record to each one of the lost opportunities and close each opportunity with a description of why it was lost.
C.Add the rival company as a new competitor and add a note against this record with a description of why each opportunity was lost.
D.Add a note against each customer detailing the rival company and why the opportunity was lost.
Correct:B

http://www.test4actual.com
http://www.test4actual.com/mb2-423.html
http://www.test4actual.org

Cisco Data Center Unified Computing Specialist Certifications

Wednesday, September 23rd, 2009

Two new certifications–The Cisco Data Center Unified Computing Support Specialist and the Cisco Data Center Unified Computing Design Specialist–validate the data center computing professional’s knowledge, expertise, and ability to run mission-critical computer operations.

General Prerequisites: If you already have a background in Cisco data center design and implementation, you may select a Fast-Start option for each of these specialist certifications. Fast-Start offers a “Qualifier” exam, that, when passed, fulfills the prerequisite knowledge requirements. If you don’t have prior background, you must first complete all of the Data Center Specialist Certifications for Architects and Engineers. (See the detailed prerequisites/qualificiations required for information these two new specialist certification by clicking on the “details” links below.)

The Cisco Data Center Unified Computing Design Specialist is for data center architects who design virtualized data centers using the Cisco “Unified Computing System” and surrounding data center topology, while leveraging server, network, and storage expertise and incorporating VMware or other virtualization systems. (See details on prerequisites and qualifications for this certification.)

Availability: Courses and exams for both new Cisco Data Center Unified Computing Specialist certifications will be made available at the end of 2009.

http://www.test4actual.com
http://www.test4actual.org

Cisco Certified Architech

Wednesday, September 23rd, 2009

One of the big announcements this week at Cisco Live! was the launch of the Cisco Certified Architect certification. In keeping with Cisco’s business and legal strategy, when we write about the certification we will always use the full name. No acronym will be used.

Other products leverage the CCA acronym, such as the Cisco Configuration Assistant. That’s why we want to encourage you to refer to the full name of the certification for these and other products when you post on the Cisco Learning Network. Ultimately, this will make it easier to tag, search on, and find the content that is relevant to you.

Questions or comments? Let me know!

http://www.test4actual.com
http://blog.test4actual.com

CCNP Wireless

Tuesday, September 22nd, 2009

The CCNP Wireless certification was developed to support the growing need for trained professionals who can effectively design, implement, secure, and operate wireless networks and mobility infrastructures. This certification recognizes the critical importance of preparing professionals to support and manage Cisco wireless LANs and networks. It reinforces the ability to assess and translate network business requirements into technical specifications that can then be installed and maintained successfully. Achieving CCNP Wireless demonstrates significant knowledge in designing, deploying and maintaining end-to-end Cisco Wireless LAN solutions.

Prerequisites: Must hold a valid CCNA and CCNA Wireless certification in order to achieve a CCNP Wireless certification.

Availability: Courses and exams for the new CCNP Wireless certification will be made available on July 24, 2009

http://www.test4actual.com
http://www.hp-exam.com

Benefits of a Cisco Secure Remote Access solution

Monday, September 21st, 2009

Benefits of a Cisco Secure Remote Access solution include:
1.Superior clientless network access-Clientless remote access provides access to network applications and resources, regardless of location, without the need for desktop VPN client software. Using the ubiquity of SSL encryption available in Internet browsers, the Cisco ASA 5500 Series delivers clientless access to any web-based application or resource, terminal services applications such as Citrix, and optimized Microsoft Outlook Web Access and Lotus iNotes, as well as access to common thick-client applications such as email, calendar, instant messaging, FTP, Telnet, and SSH applications. Additionally, the superior content rewriting capabilities of the Cisco ASA 5500 Series help ensure reliable rendering of complex webpages with Java, JavaScript, ActiveX, Flash, and other sophisticated content.

2.Scalability and resiliency-The Cisco ASA 5500 Series can support up to 10,000 simultaneous user sessions per device, with the ability to scale to tens of thousands of simultaneous user sessions through integrated clustering and load-balancing capabilities. Stateful failover features deliver high-availability services for unsurpassed uptime.

3.More cost-effective VPN deployment and operations-Scaling and securing VPNs often requires additional load balancing and security equipment, which increases both equipment and operational costs. The Cisco ASA 5500 Series integrates these functions, delivering an unprecedented level of network and security integration among the VPN products available today. And by offering support for flexible tunneling options on a single platform, the Cisco ASA 5500 Series provides customers with cost-effective alternatives to deploying parallel VPN infrastructures.

4.Threat-protected VPN-VPNs are a primary source of malware infiltration into networks. Malware includes worms, viruses, spyware, keyloggers, Trojan horses, and rootkits. The Cisco ASA 5500 Series’ depth and breadth of intrusion prevention, antivirus, application-aware firewall, and VPN endpoint security capabilities minimizes the risk that a VPN connection will become a conduit for security threats.

5.OpenSSL technology-includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.

6.Network-aware site-to-site VPNs-Secure, high-speed communications are possible between multiple office locations. Support for quality of service (QoS) and routing across the VPN helps ensure reliable, business-quality delivery of latency-sensitive applications such as voice, video, and terminal services.

http://www.test4actual.com
http://www.hp-exam.com

CRM 3.0 Installation & Configuration:MB2-421 exam

Monday, September 21st, 2009

Microsoft Business Solutions “, also known as MB2-421 exam, is a Microsoft certification.
Preparing for the MB2-421 exam? Searching MB2-421 Test Questions, MB2-421 Practice Exam, MB2-421 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 150 Q&A to your MB2-421 exam preparation. In the MB2-421 exam resources, you will cover every field and category in Microsoft Business Solutions helping to ready you for your successful Microsoft Certification.

http://www.test4actual.com

FREE DEMO:
1.During the same week, two users at Fabrikam modify the same account record. On Monday morning, Jon goes offline with his Laptop client. The offline data includes the account record for Contoso Inc. Later he changes Contoso’s phone number to 5550176 on his laptop. On Tuesday,Anu uses the web client to update the Contoso account record. She sets the phone number to 5550134,and the fax number to 5550100.She also changes the Web Site from http://contoso to
http://www.contosoinc.com. On Wednesday, Jon updates the Contoso data again on his laptop,this time setting the fax number to 5550199.On Thursday, Jon takes his Laptop client online. Noother modifications are made to the data. What data is stored in the account record for Contoso Inc on Friday?
A.Phone number: 5550134.Fax number: 5550100.Web Site: http://www.contosoinc.com
B.Phone number: 5550134.Fax number: 5550199.Web Site: http://www.contosoinc.com
C.Phone number: 5550176.Fax number: 5550199.Web Site: http://www.contosoinc.com
D.Phone number: 5550176.Fax number: 5550199.Web Site: http://contoso
Correct:C

2.You are the IT administrator for your organization and you are planning the installation of Microsoft CRM 3.0. The server you will use for Reporting Services is called REPORTS, and you will specify this name when you install Microsoft CRM 3.0. The project sponsor has asked for a number of customized reports to be developed, and has also asked you to ensure that all report data is kept confidential when transferred over the network. What needs to be in place on server REPORTS before you can successfully install CRM while fulfilling the security requirements?
Each answer provides part of the solution. Choose the 2 that apply.
A.There must be an SSL certificate installed.
B.IIS must be installed on the server.
C..NET Framework 1.0 must be installed.
D.CryptoAPI tools must be installed.
Correct:A B

3.The Small Business Edition of Microsoft CRM 3.0 has some extra features not included in the Professional Edition. Which of the following features does the Small Business Edition include?Choose the 2 that apply.
A.Announcements automatically synchronized onto http://companyweb.
B.Small Business Server Console Integration
C.Fax Server Integration
D.POP3 Connector Manager Integration
Correct:B C

4.You have developed a custom entity called Resellers, which holds information about resellers who work with Trey Research. In addition, you have created four custom reports which include reseller information. Your manager asks you to include a new field on the custom entity, and also to include this field on two of the custom reports. What actions do you need to take? Choose the best answer.
A.Amend the custom entity, amend the filtered view, and amend the custom report.
B.Amend the custom entity, publish the custom entity, and amend the custom report.
C.Amend the custom entity, and amend the custom report.
D.Amend the custom entity, publish the custom entity, amend the filtered view, and amend the custom report.
Correct:C

5.You are a developer specializing in writing reports using SQL 2000 Reporting Services. Your manager has asked you to develop some new reports required by senior management. What software do you need on your computer in order to develop the reports?
A.Report Manager and Report Designer.
B.Report Manager.
C.Visual Studio .NET 2003 and Report Designer.
D.Report Designer.
Correct:C

http://www.test4actual.com/mb2-421.html

6.Microsoft CRM provides the ability to generate email activities and route them to a common area so that any one of a set of users can access the activities. What is the name given to this object?
A.Business Unit
B.Queue
C.Site
D.Team
Correct:B

7.You are planning the deployment of Microsoft CRM 3.0 for Fabrikam Inc. Fabrikam supports charity fundraising initiatives by deploying configured servers and laptop computers to charities, so that they can conduct telephone campaigns and employ mail merge functionality for direct mail campaigns. Fabrikam customers have shifts of telesales operators using the same computers. You need to select the most appropriate Microsoft CRM client for Fabrikam. What should you do?
A.Deploy the Microsoft CRM laptop client for Outlook for all telesales staff.
B.Deploy the Microsoft CRM desktop client for Outlook for all telesales staff.
C.Deploy the Microsoft CRM laptop client for Outlook on a Terminal Services server, and instruct all
telesales staff to connect to the Terminal Services server.
D.Instruct all telesales staff to use the web browser client.
Correct:B

8.As part of the Microsoft CRM 3.0 installation process, the Environmental Diagnostic Wizard conducts various checks to ensure a smooth installation. Which of the following are checked?Choose the 3 that apply.
A.Active Directory Domain Model
B.Available disk space on the Microsoft CRM server
C.Whether the SQL Server Agent is running on the SQL Server
D.Whether the DNS Server is accessible
Correct:B C D

9.You are about to install Microsoft CRM 3.0 on Small Business Server 2003 machine. Which of the following services must be started on this machine before installation can proceed? Choose the 2 that apply.
A.Microsoft Exchange Information Store
B.Indexing Service
C.SQLSERVERAGENT
D.Windows Installer
Correct:B C

10.Your organization’s sales team uses Microsoft CRM to send emails containing sales literature to prospects that are identified by the Telemarketing division. Which of these outbound emails sent by the sales team via Microsoft CRM are processed by the Microsoft CRM 3.0 Exchange Email Router?
A.Emails sent via the Microsoft CRM clients for Outlook.
B.Emails sent via the Microsoft CRM web client.
C.Emails sent via Outlook Web Access.
D.No outbound email messages sent via Microsoft CRM are processed.
Correct:D

http://www.test4actual.com
http://www.test4actual.com/mb2-421.html
http://www.hp-exam.com