CertMagic.com is a place where you can find various types of 640-802 exam certifications preparation material. CertMagic’s full range of study material for the 640-802 exam helps you to be prepared for the 640-802 exam full (more)
CertMagic.com is a place where you can find various types of 640-802 exam certifications preparation material. CertMagic’s full range of study material for the 640-802 exam helps you to be prepared for the 640-802 exam fully and enter the exam centre with full confidence.We provide you easy, simple and updated study material. After preparing from the 640-802 exam material prepared by us we guarantee you that you will be a certified professional. We guarantee that with CertMagic 640-802 study material, you will pass the Certification exam.
(less)
Slide 1: Exam Code: 070-234
Microsoft Designing and Implementing Solutions with Microsoft Commerce 2000 Server
Demo Version
To Access Full Version, Please go to www.certmagic.com
Slide 2: 070-234
QUESTION 1 You are implementing a new ad campaign Certmagic .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 Certmagic .com. The site will sell products from different vendors. Each vendor will have a separate catalog. Certmagic .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 Scriptorpipeline 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 OrderFromobject. 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 ShippingMethodRouter 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.
Http://www.certmagic.com
Slide 3: 070-234
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 SQUESTIONL 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 SQUESTIONL Server to store nonvolatile data. B. Use SQUESTIONL 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 data 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 SQUESTIONL Server to store nonvolatile data. B. Use SQUESTIONL 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 MtsTxPipelineobject. Http://www.certmagic.com
Slide 4: 070-234 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 PooledTxPipelineobject. C. At the ASP-page level, create the Inventory pipeline component. Execute the Inventory component by using the MicroPipeobject. 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 MicroPipe object to execute the new pipeline. Pass the pipeline configuration file's path to the SetComponent method of the MicroPipe 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 Certmagic .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 ordersubtotal information? A. Remove the value for the Save Prefix property, and access the order subtotal information by using the OrderGroup object. B. Add a new value for the SavePrefix property, and access the order subtotal information by using the OrderGroup object. C. Create columns in the BasketGroup table that have names that correspond to the name/Value pairs in the OrderForm object. D. Create columns in the OrderGroup table and the OrderHeader table that have names that correspond to the name/value pairs in the OrderForm object. Http://www.certmagic.com
Slide 5: 070-234
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 corrct answer presents part of the solution. Choose two.) A. <FORM NAME= "customerinfo" METHOD= "post" ACTION= "process.asp"> B. <FORM NAME= "customerinfo" MEHTOD= "post" ACTION= "process.asp"> C. <% StrFname = Request.Form ("fname") %> D. <% StrFname = Request.BinaryRead ("fname") %> E. <% StrFname = Request.QUESTIONuerystring ("fname") %> Answer: QUESTION 9 You are developing a Commerce Serve site. You create a Business Desk module that uses the EditSheet 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 anser presents a complete solution. Choose two.) A. Set the m_bedbug variable to True in the EditSheet HTC file and in the TrerView 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: QUESTION10 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 Http://www.certmagic.com
Slide 6: 070-234 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 Certmagic .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 microcassette 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 Http://www.certmagic.com
Slide 7: 070-234 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 basedon 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 CatalogManager object. What else should you do? A. Call the Free TextSearch method of the CagalogManager object and use the catalog name as an optional argument. Loop through the returned Recordset object to display its contents. B. Call the GenerateFree TextSearchIndex method of the CatalogManager object. C. Call the GetCatalog meghod and use the name of the catalog as an argument. Get the recordset value for the ProductCatalog. SearchableCategories property. Loop through the returned Recordset object to display its contents. D. Call the GetCatalog method and use the name of the catalog as an argument. Using the returned ProductCatalogobject, call the BeginSpecificationSearch method and search for a property that has the value isSearchable. Loop through the returned Recordset object to display its contents. Answer: Http://www.certmagic.com
Slide 8: 070-234
QUESTION 14 Executives at Certmagic .com notice that many users of their Commerce Server site are not finishing the purchasing process. Users report that the site is too slow. Certmagic .com hires you to scale out their site. The Internet service provider (ISP) for Certmagic .com verifies that there is available network bandwidth. During peak usage, network usage is approximately 50 percent of the available bandwidth. The Internet Information Services (IIS) log shows that at peak times there are 10,000 simultaneous requests to the Web server. The Web server's performance log shows 80 to 100 percent CPU usage and 60 to 70 percent of memory utilized during peak usage. The database server's performance log for peak times shows 50 to 60 percent CPU usage and 80 to 85 percent memory usage. Certmagic .com has an additional server that can be used in their production environment as a Web server, as a database server, or as both. The current domain name of the site is www.southridgevideo.com. How should you configure the site? A. Add the new server as a database server. Use this server to host the Transactions database. Modify the Transactions site resource to connect to the new Transactions database. B. Add the new server as a Web server. Configure both Web servers to run Network Load Balancing. Set up a load-balancing rule to send requests on port 443 to the Web server that has the existing SSL certificate. C. Add the new server as both a Web server and a database server. Use this server to host the Transactions database and the checkout pages. Create a new domain named checkout.southridgevideo.com on the new server. Host the checkout pages on the new domain. D. Add the new server as both a Web server and a database server. Use this server to host the Transactions database and the checkout pages. Configure both Web servers to run Network Load Balancing. Create a new domain named checkout.southridgevideo.com on the new server. Host the checkout pages on the new domain. Set up a load-balancing rule to send requests for the new domain to only the new server. Answer: QUESTION 15 You deploy a new Commerce Server site for Certmagic .com. The Company uses a single Web server for the site. The site databases are located on a separate database server. New users are Registering on the site.
Http://www.certmagic.com
Slide 9: 070-234
You install the Business Desk client on the business manager's client computer. The business manager runs the Registered report. The report retrieves no user information but does not generate an error. What should you do to enable the report to retrieve user information? A. Using the Business Desk client, open the report properties. Configure the report to connect to the Transactions database. B. Using the Business Desk client, open the report properties. Configure the report con connect the Profiles data store. C. Use Microsoft SQUESTIONL server Enterprise Manager to create a Data Transformation Services (DTS) package. Configure and run the DTS package to transfer user information from the Transactions database to the Data Warehouse. D. Install Microsoft SQUESTIONL Server Analysis Services on the business manager' computer. Install the Commerce Server Analysis and Data Warehouse feature on the business manager's computer. Answer: QUESTION 16 You are designing the content deployment strategy for a Commerce Server site for Certmagic .com. You create custom dynamic reports. After these reports are tested in the test environment, they will be deployed to the production environment. You want to automate the deployment process, and you want to minimize custom programming and configuration. How should you deploy the dynamic reports? A. Use Commerce Server Site Packager to package and unpack the site. Write a custom script to automatically run Site Packager. B. Use Commerce Server Site Packager to move the CSReports. sql file from the test environment to the production environment on a scheduled basis. C. Use a custom Data Transformation Services (DTS) task to export new or modified records in the Report table of the Data Warehouse from the test environment to the production environment on a scheduled basis. D. Use Microsoft SQUESTIONL Server snapshot replication to synchronize the Report table of the Data Warehouse in the test environment and the production environment. Answer: QUESTION 17 You are designing a Commerce Server site for Certmagic .com. The site will contain catalogs that are published by multiple suppliers. Each supplier has its own ASP pages for displaying product details. Each supplier has an administrator who maintains the supplier's product details pages. You want to allow each supplier's administrator to modify the supplier's own product detail pages. You want to prevent the suppliers' administrators from modifying another Http://www.certmagic.com
Slide 10: 070-234 supplier's pages. You are using the Active Directory directory service for user authentication. For each supplier, you create a folder that contains the supplier's product details pages. How should you control access to the folder? A. Set appropriate Internet Information Services (IIS) Web server directory permission on each folder. B. Set appropriate NTFS permissions on each foler. C. Grant or deny access to the folders by using IP address restrictions. D. Crate client certificates for each supplier, and associate the certificates with the appropriate folders. When configuring directory security for each folder, enable Require Client Certificates. Answer: QUESTION 18 You are developing two Commerce Server sites for Certmagic .com. One site, www. Certmagic .com, is for all customers. The other site, preferred. Certmagic .com, is for only preferred customers. You want preferred customers who log in on one site to be authenticated on both sites. Which three actions should you perform when you configure these sites? (Each correct answer presents part of the solution. Choose three.) A. Create a single Commerce Server application for both domains. B. Create one Commerce Server application for www. Certmagic .com and another Commerce Server application for preferred. Certmagic .com C. In the Commerce Server application properties, select the Set cookie path to application check box. D. In the Commerce Server application properties, set Number of shared domain level to 1. E. In the Commerce Server application properties, set Number of shared domain levels to 2. F. In the Commerce Server application properties, set Local domain to Certmagic .com. G. In the login page or pages, enter the following code segment: Response.Cookies (cookiename) . Path= "../" Answer: QUESTION 19 You are designing the authentication strategy for a Commerce Server site. You want to integrate the Microsoft Passport Single Sing In authentication service into the site. You want users to be authenticated before they can browse to any page on the site except the login page. You want to minimize page load time. How should you design authentication? A. Create an Active Directory domain named www.passport.com. Use the Passport Manager object to redirect to the Passport Web site for user authentication. Authenticate users on the local Active Directory domain for each page. B. Use the Passport Manager object to redirect to the Passport Web site for user authentication. Http://www.certmagic.com
Slide 11: 070-234 Write an authorization ticket cookie after authentication. Use a Commerce Server authentication filter to check this cookie on each page. C. Use the Passport Manager object to redirect to the Passport Web site on every page that requires authentication. D. Define the data source for user profiles to be www.passport.com. Use Windows Authentication mode. Answer: QUESTION 20 Certmagic .com is developing a major update for its Commerce Server site. You need to create and deploy a catalog that will support new products. You plan to create the catalog in the development environment and then deploy it to the production environment. The site is distributed across multiple servers. Microsoft Application Center 2000 is used to manage the site. You are able to update all of the different servers simultaneously by using the Content Replication System. You create the catalog. What should you do to deploy it? (Each correct answer presents part of the solution. Choose all that apply.) A. Use Business Desk in the development environment to define the products that will appear in the catalog. B. Use Business Desk in the development environment to define the catalog schema. C. Use Business Desk in the development environment to export the catalog as an XML file named NewCatalog. D. Use Business in the production environment to import the NewCatalog XML file. E. Use Application Center to move the NewCatalog XML file to the server that runs Business Desk in the production environment. F. Use Application Center to deploy the catalog database schema to the Catalog database for the production environment. G. Use Application Center to deploy the catalog data into the Catalog database for the production environment. H. Use Data Transformation Services (DTS) to transfer the catalog data into the catalog database for the production environment. I. Use Microsoft BizTalk Server to import the NewCAtalog XML file and to add the catalog to the Catalog database for the production environment. Answer:
Http://www.certmagic.com