070-559 無料問題集「Microsoft UPGRADE: MCAD Skills to MCTS Web Apps Using MS.NET Framework」
You work as the developer in an IT company. Recently your company has business with a big client. The client is a big supermarket chain. The client needs an application to store data about its selling records. Your company assigns this task to you. When details about a specific team are queried by a user, the name and contact information for each person must be available as a single collection. Besides this, the data collection must guarantee type safety. You must ensure these, in the options below, which code segment should you use?
正解:C
解答を投票する
You work as the developer in an IT company. Recently your company has a big customer.
The customer runs a large supermarket chain. You're appointed to provide technical support for the customer.
Now according to the customer requirement, you create a DirectorySecurity object for the working directory.
The customer wants you to identify the user accounts and groups that have read and write permissions.
So on the DirectorySecurity object, which method should you use?
The customer runs a large supermarket chain. You're appointed to provide technical support for the customer.
Now according to the customer requirement, you create a DirectorySecurity object for the working directory.
The customer wants you to identify the user accounts and groups that have read and write permissions.
So on the DirectorySecurity object, which method should you use?
正解:A
解答を投票する
You work as the developer in an IT company. Recently your company has a big customer. The customer is a large international compay. You're appointed to provide technical support for the customer. Now according to the customer requirement, you create a Web application for the company's intranet. The company wants to enable users to customize their versions of the intranet home page. You create sections of content as Web Parts. You need to ensure that users can customize content at any time. In the options below, which code segment should you use?( choose more than one)
正解:A、D
解答を投票する
You work as the developer in an IT company. Recently your company has a big customer. The customer is a hosting company. You're appointed to provide technical support for the customer. The hosting company has server which is named server1. You are deploying a Web site to server1. You can only access the server through FTP. Now according to requirement of the customer, you have to precompile and deploy the Web site without its source files. What should you do?
正解:C
解答を投票する
You work as the developer in an IT company. Recently your company has a big customer. The customer runs a large supermarket chain. You're appointed to provide technical support for the customer. There's an SQL query that takes one minute to execute. You execute the SQL query asynchronously by using the following code:
IAsyncResult ar = cmd.BeginExecuteReader();
When you're executing the SQL query is executing, you have to execute a method named DoWork(). It takes one second for the method to execute. When the SQL query is executing, DoWork() must run as many times as possible.
In the options below, which code segment should you use?
IAsyncResult ar = cmd.BeginExecuteReader();
When you're executing the SQL query is executing, you have to execute a method named DoWork(). It takes one second for the method to execute. When the SQL query is executing, DoWork() must run as many times as possible.
In the options below, which code segment should you use?
正解:D
解答を投票する
You have just graduated from college, now you are serving the internship as the software developer in an international company. You are designing a .NET Framework 2.0 Web Application. You want the application to send messages by e-mail. There's an SMTP server which is named smtp.wikigo.com on the local subnet. You use a source address, [email protected], and [email protected], a target address, to test the application. In the options below, which code segment should you use to transmit the e-mail message?
正解:D
解答を投票する
You have just graduated from college' now you are serving the internship as the software developer in an international company. According to the requirements of the company CIO, you are creating a custom user control which will be used on 10 Web Forms for an ASP.NET Web site. Users can register and log on to a personalized experience by using the ASP.NET Web site. The custom user control uses two TextBox controls and two Button controls. You must make sure that only when users are not logged on to the Web site, the controls are visible. Besides this, you must reduce the amount of effort in developing and maintaining the Web site. So what should you do? (choose more than one)
正解:C、D
解答を投票する
You work as the developer in an IT company. Recently your company has a big client. The
client runs a large supermarket chain. According to the requirement of the client, you have to write a code segment. The code segment will add a string named strConn to the connection string section of the application configuration file. In the options below, which code segment should you use?
client runs a large supermarket chain. According to the requirement of the client, you have to write a code segment. The code segment will add a string named strConn to the connection string section of the application configuration file. In the options below, which code segment should you use?
正解:B
解答を投票する
You have just graduated from college, now you are serving the internship as the software developer in an international company. According to the requirements of the company CIO, you create a Web Form that contains a TreeView control. Users are allowed to navigate within the Marketing section of your Web site by using the TreeView control. The following XML defines the site map for your site.
<siteMapNode url="~\default.aspx" title="Home" description="Site Home Page"> <siteMapNode url="Sales.aspx" title="Sales" description="Sales Home"> <siteMapNode url="SalesWest.aspx" title="West Region" description="Sales for the West Region" /> <siteMapNode url="SalesEast.aspx" title="East Region"
description="Sales for the East Region" />
</siteMapNode>
<siteMapNode url="Marketing.aspx" title="Marketing"
description="Marketing Home">
<siteMapNode url="MarketNational.aspx" title="National Campaign" description="National marketing campaign" /> <siteMapNode url="MarketMidwest.aspx" title="Midwest Campaign" description="Midwest region marketing campaign" /> <siteMapNode url="MarketSouth.aspx" title="South Campaign" description="South region marketing campaign" /> </siteMapNode> </siteMapNode>
In order to make users be able to navigate only within the Marketing section, you have to bind the TreeView control to the site map data.
So what should you do? (choose more than one)
<siteMapNode url="~\default.aspx" title="Home" description="Site Home Page"> <siteMapNode url="Sales.aspx" title="Sales" description="Sales Home"> <siteMapNode url="SalesWest.aspx" title="West Region" description="Sales for the West Region" /> <siteMapNode url="SalesEast.aspx" title="East Region"
description="Sales for the East Region" />
</siteMapNode>
<siteMapNode url="Marketing.aspx" title="Marketing"
description="Marketing Home">
<siteMapNode url="MarketNational.aspx" title="National Campaign" description="National marketing campaign" /> <siteMapNode url="MarketMidwest.aspx" title="Midwest Campaign" description="Midwest region marketing campaign" /> <siteMapNode url="MarketSouth.aspx" title="South Campaign" description="South region marketing campaign" /> </siteMapNode> </siteMapNode>
In order to make users be able to navigate only within the Marketing section, you have to bind the TreeView control to the site map data.
So what should you do? (choose more than one)
正解:B、C、F
解答を投票する
You have just graduated from college, now you are serving the internship as the software developer in an international company. According to the requirements of the company CIO, you create a Web application for the company's intranet. The company wants to enable users to customize their versions of the intranet home page. You create sections of content as Web Parts. You need to ensure that users can customize content at any time. In the options below, which code segment should you use?( choose more than one)
正解:A、D
解答を投票する