Microsoft 98-363 - Web Development Fundamentals Exam
Page: 1 / 41
Total 203 questions
Question #1 (Topic: Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
Control state is a client-side technology that cannot be disabled.
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
Control state is a client-side technology that cannot be disabled.
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. Application state
C. View state
D. Session state
Answer: A
Question #2 (Topic: Topic 1)
You copy an ASP.NET Web site to a Web server.
The first load of the home page takes longer than subsequent loads because the Web site:
The first load of the home page takes longer than subsequent loads because the Web site:
A. Compiles on first load.
B. Configures IIS settings on first load.
C. Recompiles referenced assemblies.
D. Creates all the necessary database connections.
Answer: A
Question #3 (Topic: Topic 1)
You are presenting data in an <asp:GridView> control on a Web page. You need to ensure
that users can change the data and save it to the database.
Which data object should you use?
that users can change the data and save it to the database.
Which data object should you use?
A. DataFind
B. DataSet
C. DataModel
D. DataGet
Answer: D
Question #4 (Topic: Topic 1)
You need to return the Internet Protocol (IP) host address for a client that connects to a
webpage.
Which two code segments should you use? (Choose two.)
webpage.
Which two code segments should you use? (Choose two.)
A. HttpContext.Current.Request.UserHostAddress;
B. HttpContext.Current.Request.Server-Variables [ "REMOTE_HOST"];
C. HttpContext.Current.Request.url;
D. HttpContext.Current.Request.ServerVariables ["REMOTE_ADDR" ];
Answer: A,D
Question #5 (Topic: Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
Microsoft Visual Studio manages application pools.
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.
Microsoft Visual Studio manages application pools.
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. Internet Information Services (IIS)
C. Microsoft .NET Framework
D. SQL Server
Answer: B