최신 CLP 190-805 무료샘플문제:
1. Jakob is developing the EmployeeInfo Web service in his Domino database. He has created the GetEmployeeInfo public class in the Web service, which includes the getEmpID function. Jakob has not populated any of the Web service properties yet. He wants consumers of the Web service to be able to receive the output of the getEmpID function. What must be entered for the "Port Type class" on the Basic tab of the Web service properties?
A) EmployeeInfo
B) GetEmployeeInfo
C) It can be any value, as long as it consists of only the letters A-Z, the digits 0-9, and the characters '.', '_', '-', and ':'
D) getEmpID
2. Neal wrote a LotusScript agent that calls a Web service with an interface class called DatabaseInfo. The code below accesses the Web service and receives an array of Strings in an StringArray_Holder object as a return value: Dim dbInfo As New DatabaseInfo Dim returnArray As StringArray_Holder Set returnArray = dbInfo.GetUserRolesArray("Test User") What is the correct code to get the first element in the return array?
A) role1 $ =returnArray(0)
B) role1$ =returnArray.Value(0)
C) role1$ =returnArray.GetValue(0)
D) role1$ =returnArray.GetFirstValue()
3. Namespaces in the WSDL file will help to avoid:
A) Access issues
B) Debugging issues
C) Variable name duplication
D) Compatibility issues
4. Cassie has been asked to help her team learn how to develop and deploy Domino Web services. She is writing descriptions of some of the standards and protocols used in Web services. What are some distinctions among SOAP, XML, and WSDL?
A) Domino Web services reference WSDL libraries in order to
B) SOAP is an extensible format for exchanging messages between applications. A WSDL document is a set of definitions, describing operations and protocols
C) SOAP is a format for exchanging 'envelopes' between applications. Messages sent in SOAP envelopes between applications are written in XML. WSDL is a
D) XML is a markup language; SOAP and WSDL are encoded using XML.
E) Web services are written using the XML markup language.
F) WSDL is an extensible format for exchanging messages between applications. A SOAP document is a set of definitions, describing operations and protocols
G) XML iseXtensible Markup Language. SOAP is based on XML, and is the foundation for a Web service. WSDL is the data layer of a Web service, and is based on
H) The data request and response messages of a Web service are sent in WSDL format.
5. Lorraine is examining a WSDL file for her Domino Web service. What role does the Message element have in the file?
A) It defines error messages that can be returned to the browser.
B) It is an abstract definition of data being communicated to or from the Web service.
C) It defines messages that can be displayed to the end user.
D) It stores the actual data being sent to the Web service.
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: G | 질문 # 5 정답: B |