최신 CIW Other Certification 1D0-532 무료샘플문제:
1. Consider the following HTML:
<HTML lang="en">
<HEAD>
<TITLE>My Title</TITLE>
</HEAD>
<BODY>
<P lang="es">
Alpha
</P>
Beta
<P lang="de">Gamma</P>
<P lang="it">
<H1> Delta </H1>
</P>
</BODY>
</HTML>
The HTML above displays four words: Alpha, Beta, Gamma and Delta. Which of these words would be interpreted by a Web browser as being written in English?
A) Delta
B) Beta
C) Alpha
D) Gamma
2. Which section of a WSDL document would be modified to change the sequence of messages the document describes?
A) message
B) portType
C) service
D) binding
3. A developer wants to make use of a pre-existing tag library located at:
http://www.mycorp/super
The tag that will be used in the JSP will appear as:
<super:doCount>
What directive must appear in the JSP in order to use the tag library?
A) <%@ taglib uri="super" prefix=" http://www.mycorp/super" />
B) <%@ taglib uri="http://www.mycorp/super" prefix="doCount" />
C) <%@ taglib uri="super" prefix="doCount" />
D) <%@ taglib uri="http://www.mycorp/super" prefix="super" />
4. Which three of the following may be contained in a WAR file?
A) Applets
B) Client-side Java applications
C) JavaServer Pages
D) Enterprise JavaBeans
E) Servlets
5. The cardinality of an element defined by an XML Schema is set with which of the following attributes?
A) instances=min:max
B) occurs=min:max
C) minTimes, maxTimes
D) minOccurs, maxOccurs
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: B | 질문 # 3 정답: D | 질문 # 4 정답: A,C,E | 질문 # 5 정답: D |