Microsoft 98-363 - Web Development Fundamentals Exam
Page: 2 / 41
Total 203 questions
Question #6 (Topic: Topic 1)
The web.config file of a Web site contains the following XML.
[Microsoft-98-363-9.0/Microsoft-98-363-5_2.png]
You write the following code in a new ASP.NET Web page on the Web site.
[Microsoft-98-363-9.0/Microsoft-98-363-5_3.png]
What happens when the page loads?
[Microsoft-98-363-9.0/Microsoft-98-363-5_2.png]
You write the following code in a new ASP.NET Web page on the Web site.
[Microsoft-98-363-9.0/Microsoft-98-363-5_3.png]
What happens when the page loads?
A. The page displays a 404 error.
B. The page displays a 500 error.
C. The page is blank.
D. The page displays "Hello".
Answer: D
Question #7 (Topic: Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
For a webpage that connects to a SQL Server database, the Serializable transaction
isolation level prevents other users from updating or inserting rows into a dataset until a
transaction completes or is aborted.
Instructions: Review the underlined text. If it makes the statement correct, select "No
change is needed." If the statement is incorrect, select the answer choice that makes the
statement correct.
For a webpage that connects to a SQL Server database, the Serializable transaction
isolation level prevents other users from updating or inserting rows into a dataset until a
transaction completes or is aborted.
Instructions: Review the underlined text. If it makes the statement correct, select "No
change is needed." If the statement is incorrect, select the answer choice that makes the
statement correct.
A. No change is needed
B. Read Committed
C. RepeatableRead
D. ReadUncommitted
Answer: A
Question #8 (Topic: Topic 1)
You are creating a webpage in Visual Studio.
The webpage includes code that runs without a round trip to the web server.
What is this code called?
The webpage includes code that runs without a round trip to the web server.
What is this code called?
A. PowerShell scripting
B. Client-side scripting
C. Hosted code
D. Server-side scripting
Answer: B
Question #9 (Topic: Topic 1)
The global assembly cache (GAC) is a:
A. Network cache of all Web pages on a network.
B. Repository of libraries available to all projects on a network.
C. Server cache of all Web pages on a computer.
D. Repository of libraries available to all projects on a computer.
Answer: D
Question #10 (Topic: Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
Object files contain all the build and configuration settings required to generate a custom
.NET assembly.
Instructions: Review the underlined text. If it makes the statement correct, select "No
change is needed." If the statement is incorrect, select the answer choice that makes the
statement correct.
Object files contain all the build and configuration settings required to generate a custom
.NET assembly.
Instructions: Review the underlined text. If it makes the statement correct, select "No
change is needed." If the statement is incorrect, select the answer choice that makes the
statement correct.
A. No change is needed
B. Project
C. Element
D. Solution
Answer: B