Microsoft 70-152: Design and Implementing Web Solutions with Microsoft Visual InterDev 6.0
#1. Mark is developing a web application. He has completed logical design and conceptual phase - he can now apply the requirements to the physical architecture. Which tool in the VB Enterprise Edition will help Mark to understand the structure and performance issues as well as identifying faults and bottlenecks?
#3. You want an image named image1.gif to appear on the left side of the window with text to the right of the image. Which syntax would you use?
A <img src="image1.gif"> B <img src="image1.gif" align="right"> C <img src="image1.gif" align="left"> D <img src="image1.gif" align="center"> E <img src="image1.gif" valign="left">
Answer:
3. Your customers complain that since last week, browsing your site became very slowly. Your site is hosted on Intel PII-350 with 128 MB RAM, and has a dedictated ISDN line connecting it to the Internet. What would you do to satisfy your customers?
#4. Web site presents company catalogue of products over Internet. Site should send acknowledgement of order by e-mail and create order for process.
You should accomplish the following goals: • Create object model for business logic • Design logical components to implement business logic • Design relationships between logical components • Design database tables to store component information • Design relations between database tables
You take the following action: • Model application to include customer object, products object, order object and order item object. • Design methods and properties for the above mentioned objects • Model customer object to include zero or more order objects • Model order object to include one or more product objects
Which of the following goals have you reached? (Choose all that apply)
#7. You have an ASP-application web server displaying data located on a separate SQL server database. There are no components on the web server. What architecture is this?