|
70-234
Microsoft Designing and Implementing Solutions
With Microsoft Commerce 2000 Server
Hi to all and thanks to www.exams.ws and www.4exam.com
But there’s no need to have it from both of them,
only questions from only one are sufficient I think. Here
is my contribution.
QUESTION 1.
You are implementing a new ad campaign Abc.com's Commerce
Server site. The campaign will consist of three paid
ads. The company has ordered 3000 displays of the first
ad and 200 displays of each of the remaining two ads.
Some pages within the site display two ads. You do not
want to display more than one of the company's ads simultaneously
on the same page. What should you do to successfully
display the appropriate ads?
A. Set goals based on the campaign. Weight the first
ad to 1 and the remaining two ads to 3. Set the Exposure
limit to 1.
B. Set goals based on the campaign. Weight the first
ad to 3 and the remaining two ads to 1.Set the exposure
limit to 2.
C. Set goals based on advertising items. Create two
new industry codes in the reference table. Set one ad
to one industry code, and set the remaining two ads
to the other industry code.
D. Set goals based on advertising items. Create one
new industry code in the reference table. Set each ad
to this new industry code.
Answer:
QUESTION 2.
You are developing a Commerce Server site for Abc.com.
The site will sell products from different vendors.
Each vendor will have a separate catalog. Abc.com will
not fulfill orders. New orders will be sent dir4ectly
to each vendor for fulfillment. You want to use Microsoft
BizTalk Server to send orders to the vendors. How should
you implement this process?
A. Write a script in a Scripter pipeline component to
loop through an order and separate the order into XML
documents for each vendor. Use BizTalk Server to send
the appropriate XML document to each vendor.
B. Use the Splitter pipeline component to separate an
order into Dictionary objects for each vendor. Use BizTalk
Server to send the appropriate order information to
each vendor.
C. Create a new database table that has column names
that correspond to each name/value pair in the Order
From object. Use the Save Receipt pipeline component
to save the combined order in this table. Use BizTalk
Server to separate the order and send the appropriate
order to each vendor.
D. Use the Shipping Method Router pipeline component
to separate the order based on a user's chosen shipping
method. Use BizTalk Server to send the appropriate order
to each vendor.
Answer:
QUESTION 3.
You are developing a Commerce Server site. You want
to use multiple data sources as profile information.
Currently, all of the Commerce Server Profile Service
data is located in a Microsoft SQL Server database.
You want the Profile Service to also use an Active Directory
data store. You want to control file-level access. Which
two methods should you use to store the profile information
so that both data stores can be used? (Each Correct
answer presents part of the solution. Choose two.)
A. Use SQL Server to store nonvolatile data.
B. Use SQL Server to store frequently changing data.
C. Use Active Directory to store nonvolatile data.
D. Use Active Directory to store frequently changing
data.
E. Use a Microsoft Access 2000 database to store nonvolatile
data.
F. Use a Microsoft Access 2000 database to store frequently
changing data.
Answer:
QUESTION 4.
You are developing a Commerce Server site. You want
to use multiple da ta sources as profile information.
Currently, all of the Commerce Server Profile Series
data is located in a Microsoft Which two methods should
you use to store the profile information so that both
data stores can be used? (Each correct answer presents
part of the solution. Choose two.)
A. Use SQL Server to store nonvolatile data.
B. Use SQL Server to store frequently changing data.
C. Use Active Directory to store nonvolatile data.
D. Use Active Directory to store frequently changing
data.
E. Use a Microsoft Access 2000 database to store nonvolatile
data.
F. Use a Microsoft Access 2000 database to store frequently
changing data.
Answer:
QUESTION 5.
You are developing an ASP page for your Commerce Server
site. You develop a custom component for the Basket
pipeline that checks inventory. You also want to check
the inventory when customers view a product's description
page and notify them whether or not the product is in
stock before they attempt to add the item to their shopping
basket. You want to minimize process-execution time.
What should you do?
A. Create a pipeline for inventory checking that is
the same as the Basket pipeline. Add your custom inventory
component to the Inventory stage of the New pipeline.
Execute the new pipeline from each product description
page by using the MtsTxPipeline object.
B. Create a pipeline for inventory checking that is
the same as the Basket pipeline. Add your custom inventory
component to the Inventory stage of the new pipeline.
Execute the new pipeline from each product description
page by using the PooledTxPipeline object.
C. At the ASP-page level, create the Inventory pipeline
component. Execute the Inventory component by using
the Micro Pipe object.
D. Create a pipeline for inventory checking that is
the same as the Total pipeline. Create a stage named
Inventory in the new pipeline. Add your custom inventory
component to the Inventory stage of the new pipeline.
At the ASP-page level, create a Micro Pipe object to
execute the new pipeline. Pass the pipeline configuration
file's path to the Set Component method of the Micro
Pipe object.
Answer:
QUESTION 6.
You are the administrator for a Commerce Server site.
You want to sue catalog, user, and transactional data
from an outdated Web site. This data must meet the following
requirements: The data must be stored in the Data Warehouse
for the current site. The data must be available in
an OLAP cube. The data must be stored so that Business
Desk reports can compare it to data from the current
site. What should you do so that you can use the data
from the outdated site?
A. Add a custom data source to the OLAP Analysis server.
B. Write custom code to import data into existing Data
Warehouse class structures.
C. Extend the Data Warehouse to hold the data from the
outdated site.
D. Add a new Data warehouse resource to the current
site.
Answer:
QUESTION 7.
You are developing a Commerce Server site for Abc.com.
You need to include a custom application so that the
company's customer service representatives can view
order subtotal information for customers who are currently
shopping on the site. The customer service department
client computers do not have Commerce Server installed.
What should you do to enable the customer service representatives
to view the order subtotal information?
A. Remove the value for the Save Prefix property, and
access the order subtotal information by using the Order
Group object.
B. Add a new value for the Save Prefix property, and
access the order subtotal information by using the Order
Group object.
C. Create columns in the Basket Group table that have
names that correspond to the name/Value pairs in the
Order Form object.
D. Create columns in the Order Group table and the OrderHeader
table that have names that correspond to the name/value
pairs in the Order Form object.
Answer:
QUESTION 8.
You are developing an ASP page for your Commerce Server
site. You want the page to retrieve information form
users. You want to create an HTML form to gather the
information and to send it to a separate ASP page. You
do not want to pass the information through the URL.
Which two code segments should you use in crating the
form? (Each correct answer presents part of the solution.
Choose two.)
A. <FORM NAME= "customerinfo" METHOD= "post"
ACTION= "process.asp">
B. <FORM NAME= "customerinfo" METHOD= "post"
ACTION= "process.asp">
C. <% StrFname = Request.Form ("fname")
%>
D. <% StrFname = Request.BinaryRead ("fname")
%>
E. <% StrFname = Request.Querystring ("fname")
%>
Answer:
QUESTION 9.
You are developing a Commerce Serve site. You create
a Business Desk module that uses the Edit Sheet HTML
Component (HTC) file and the Treeview HTC file. When
you load the module, you receive the following error
message: "The control could not load." What
are two possible ways to help diagnose the problem?
(Each correct answer presents a complete solution. Choose
two.)
A. Set the m_bedbug variable to True in the Edit Sheet
HTC file and in the Treeview HTC file and in the Treeview
HTC file.
B. Set the FORCE_HTA_ONLY global flag to True.
C. Set the FORCE_HTA_ONLY global flag to False.
D. In Internet Services Manager, enable the Send detailed
ASP error messages to client option.
E. Set the MSCSEnv variable to DEVELOPMENT.
Answer:
QUESTION 10.
You are developing a Commerce Server site that requires
users to choose their favorite sport. You want to restrict
the information that users can enter. You want to display
advertising content based on their sports choice. You
want to use site terms to restrict the information users
can enter. How should you map the site term group?
A. Map the site terms group to a new property in the
User Object profile definition as type Site Term.
B. Map the site terms group to a new property in the
User Object profile definition as type String.
C. Map the site terms group to the Page Group property
in the Targeting Context profile definition as type
String.
D. Map the site term group to the Page Group property
in the Targeting Context profile definition as type
Site Term.
Answer:
QUESTION 11.
Abc.com has a Commerce Server site for selling telephones.
You want to display the manufacturer's suggested retail
price (MSRP) for every product in every category. One
of the product is a telephone that has a built-in answering
machine. This telephone will be in a category by itself.
The answering machine uses either digital or analog-tape
technology. You want refer to this technology as media_type.
In the future you will add micro cassette technology
as a third option under media_type. How should you configure
your catalog definitions?
A. Create a property definition MSRP of type Currency,
and add the property to the category definition. Create
a property definition of type Text named media_type,
and add it to the category definition.
B. Create a property definition for MSRP of type Currency,
and add the property to the product definition. Create
a property definition of type Text named media_type,
and add it to the category definition.
C. Create a custom catalog that has custom pricing on
each category to match the MSRP. Create a property definition
of type Text in the base catalog. Name the property
definition media_type, and ad it to the product definition.
D. Create a custom catalog that has custom pricing on
each category to match the MSRP. Create a property definition
of type Boolean in the base catalog. Name the property
definition media_type, and add it to the product definition.
Answer:
QUESTION 12.
You are developing a direct mail campaign for a Commerce
Server site. You want to send e-mail messages to all
registered users to announce weekly specials. You also
wan to personalize the messages by including the user's
name. An average of 40 new users register each day.
You want the e-mail messages to be sent beginning at
midnight each Sunday. How should you configure the direct
mail campaign?
A. Create an ASP page that will create the body of the
e-mail message based on user data. Under Direct Mail
Properties, enter the URL of the new ASP page as the
file path, and select the Personalize direct mail per
user check box. Run the Registered User Properties report.
Export the results of the report to List Manager as
a static list.
B. Create an ASP page that will create the body of the
e-mail messages based on user data. Under Direct Mail
Properties, enter the URL of the new ASP page as the
file path, and select the Personalize direct mail per
user check box. Run the Registered User Properties report.
Export results of the report to List Manager as a dynamic
list.
C. Create an HTML file that will create the body of
the e-mail message based on user data. Under Direct
Mail Properties, enter the path to the new file as the
file path, and select the Personalize direct mail per
user check box. Run the Registered User Properties report.
Export the results of the report to List Manager as
a static list.
D. Create an HTML file that will create the body of
the e-mail message based on user data. Under Direct
Mail Properties, enter the patch to the new file as
the file path, and select the Personalize direct mail
per user check box. Run the Registered User Properties
report. Export the results of the report to List Manager
as a dynamic list.
Answer:
QUESTION 13.
You are developing a Commerce Server site. The site
contains five categories You want to allow searches
on only three of the categories. You want to create
an ASP page that will return a list of the three searchable
categories. You want to minimize the amount of code.
You initialize the Catalog Manager object. What else
should you do?
A. Call the Free Text Search method of the Catalog Manager
object and use the catalog name as an optional argument.
Loop through the returned Recordset object to display
its contents.
B. Call the Generate Free Text Search Index method of
the Catalog Manager object.
C. Call the Get Catalog method and use the name of the
catalog as an argument. Get the recordset value for
the ProductsCatalog. Searchable Categories property.
Loop through the returned Recordset object to display
its contents.
D. Call the Get Catalog method and use the name of the
catalog as an argument. Using the returned ProductsCatalog
object, call the Begin Specification Search method and
search for a property that has the value is Searchable.
Loop through the returned Recordset object to display
its contents.
Answer:
70-234
|