0

ASP.NET Web Services

Description: ASP DOT NET Web Services, Web services question
Number of Questions: 15
Created by:
Tags: ASP DOT NET Web Services Web services questions web servcies Asp.Net Information Technology IT Certificate Programs
Attempted 0/15 Correct 0 Score 0

Which of the following languages is an XML format that describes the interface to web services, including the data formats?

  1. Web forms

  2. C language

  3. WSDL

  4. HTML

  5. DHTML


Correct Option: C
Explanation:

This language is an XML format that describes the interface to web services, including the data format.

Which of the following is a network accessible interface to application functionality, built using internet technologies?

  1. Web form

  2. Web service

  3. Windows form

  4. Bandwidth throttling

  5. Process affinity


Correct Option: B
Explanation:

It is a network for accessible interface to application functionality, built using standard internet technologies.

Which of the following WebMethod attributes specifies to the transactional behaviour of a method?

  1. TransactionOption

  2. Description

  3. MessageName

  4. Transaction

  5. Statement


Correct Option: A
Explanation:

This WebMethod attribute specifies the transactional behaviour of a web method.

Which of the following features of IIS 6.0 compresses cache static files and performs on-demand compression of dynamically generated files?

  1. HTTP compression

  2. News and mail

  3. IP address restrictions

  4. WWW service

  5. The execution support


Correct Option: A
Explanation:

This feature of IIS 6.0 compresses and caches static files and performs on-demand compression of dynamically generated files.

How can you program your profiler to walk managed stacks in the CLR of the .NET framework?

  1. By IP address restrictions

  2. By assembly name

  3. By web form

  4. By execution support

  5. By stack walk


Correct Option: E
Explanation:

You can program your profiler to walk managed stacks in the CLR of the .NET framework.

Which of the following is an object that provides local representation of a remote web service?

  1. ServerBindings metabase

  2. FTP service

  3. Web form

  4. Application proxy gateway

  5. Web service proxies


Correct Option: E
Explanation:

It is an object that provides a local representation of a remote service.

Which of the following languages is standard for describing structured data used by InfoPath and many other tools?

  1. C language

  2. DHTML

  3. HTML

  4. XML

  5. NNTP


Correct Option: D
Explanation:

This language is a standard for describing structured data used by InfoPath and many other tools.

Which of the following determines the best time to perform a collection, based upon the allocations being made?

  1. Garbage collector's optimising design

  2. The execution support

  3. Windows form

  4. Automated debugging

  5. Command language interpreter


Correct Option: A
Explanation:

It determines the best time to perform a collection, based upon the allocations being made.

Which of the following .NET cryptographic classes provides a CNG implementation of the secure hash algorithm for 512-bit hash values?

  1. ProtectedData

  2. SHA512

  3. SHA512Cng

  4. SHA384Cng

  5. SHA256Cng


Correct Option: C
Explanation:

This .NET cryptographic class provides a CNG implementation of the secure hash algorithm for 512-bit hash values.

Which of the following is an application that uses or consumes web methods?

  1. Bandwidth throttling

  2. Web service client

  3. FTP service

  4. Process affinity

  5. Web form


Correct Option: B
Explanation:

It is an application that uses or consumes, web methods.

In which of the following functionality of IIS will the server address with sites that are configured to route based on IPv4 addresses not respond to IPv6 requests?

  1. Automated debugging

  2. SMTP service

  3. Site routing

  4. ServerBindings metabase

  5. Bandwidth throttling


Correct Option: C
Explanation:

In this functionality of the IIS, server address with sites that are configured to route based on IPv4 addresses will not respond to IPv6 requests.

Which of the following assembly manifest content's information should be used only to designate an assembly as a satellite assembly containing culture?

  1. Bandwidth throttling

  2. Culture

  3. Assembly name

  4. List of all files in the assembly

  5. Process affinity


Correct Option: B
Explanation:

This assembly manifest content's information should be used only to designate an assembly as a satellite assembly containing culture.

Which of the following WebMethod attributes caches responses generated by this method for the specified number of seconds?

  1. WWW service

  2. CacheDuration

  3. Library cache

  4. Description

  5. MessageName


Correct Option: B
Explanation:

This WebMethod attribute caches responses generated by this method for the specified number of seconds.

Which of the following .NET cryptographic classes defines a wrapper object to access CSP implementation of the SHA512 algorithm?

  1. SHA512CryptoServiceProvider

  2. SHA512

  3. SHA384CryptoServiceProvider

  4. SHA256CryptoServiceProvider

  5. ProtectedMemory


Correct Option: A
Explanation:

This .NET cryptographic class defines a wrapper object to access the CSP implementation of the SHA512 algorithm.

In which of the following features of IIS 6.0 are web gardens allow more than one worker process to serve the same application pool?

  1. Salability

  2. Process affinity

  3. Automated debugging

  4. Reliability

  5. NNTP service


Correct Option: A
Explanation:

In this feature of IIS 6.0, web gardens allow more than one worker process to serve the same application pool.

- Hide questions