70-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 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 Web Form which calls a method as part of its processing. It takes a long time for the method to process. Besides this, you notice that the other Web Forms in the ASP.NET Web site are now processing slowly. You have to execute the long running method in parallel to other requests to reduce the page response times. So what should you do?
正解:A,D
解答を投票する
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. The customer needs to compress an array of bytes. So you are writing a method to compress bytes. The bytes are passed to the method in a parameter named document. The contents of the incoming parameter have to be compressed. Which code segment should you use?
正解:A
解答を投票する
You have just graduated from college,now you are serving the internship as the software developer in an international company. There's a Web site that is deployed on a staging server. A test team plans to test performance on a Web site. The test team needs to modify the deployed Web Forms to test different scenarios. You have to deploy the Web site to the staging server without the Web site's source code 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. Now according to the customer requirement, you create a Web application which contains two settings in the Web.config file. The application has been deployed to production. In the production environment, you have to modify the application settings while not editing the XML markup in the Web.config file manually. What should you do?
正解:B
解答を投票する
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?
正解: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 are writing a custom dictionary. The custom-dictionary class is named MyDictionary. Now you must make sure that the dictionary is type safe. So what code segment should you write?
正解: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 are creating a method to call a COM component. You have to explicitly request the runtime to perform a full stack walk by using declarative security. You must make sure that before the callers execute your method, all callers have the required level of trust for COM interop. So on the method, which attribute should you place?
正解:A
解答を投票する
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 site with membership and personalization enabled. Now you must store the membership information by using an existing CRM database. You have to implement the Membership Provider. What should you do?
正解:C
解答を投票する
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 server control. The server control inherits from WebControl. You have to enable the server control to emit markup for a new kind of mobile device. But you are not allowed to alter the code in the server controls. What should you do?
正解:C,D
解答を投票する
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 are creating a method to hash data with the Secure Hash Algorithm. The data is passed to your method as a byte array named message. You have to use SHA1 to compute the hash of the incoming parameter. Besides this, the result has to be placed into a byte array named hash. In the options below, which code segment should you use?
正解:B
解答を投票する