- (Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
When creating a site to utilize message queuing, the "IP address" must be configured to MSMQ.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.
Correct Answer:
B
MSMQ is a messaging protocol that allows applications running on separate servers/processes to communicate in a failsafe manner.
- (Topic 2)
You execute the following code.
What will the variable result be?
Correct Answer:
:B
- (Topic 1)
Which language was designed for the primary purpose of querying data, modifying data, and managing databases in a Relational Database Management System?
Correct Answer:
B
SQL is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS).
- (Topic 2)
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
Correct Answer:
:A
SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of web services in computer networks. It relies on XML Information Set for its message format, and usually relies on other application layer protocols, most notably Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.
- (Topic 1)
The following functions are defined:
What does the console display after the following line? Printer(2);
Correct Answer:
B