최신 IBM Certified Associate C2030-136 무료샘플문제:
1. In a Web project, what must the WebContent folder contain?
A) the source code of the Enterprise JavaBeans
B) the source code for Java classes
C) only the static files like images or CSS files
D) all the files that are deployed with the Web application
2. What is the best course of action if a class in Project A depends on classes in Project B?
A) remove the dependency between the two projects
B) add Project B in the Java Build Path of Project A
C) change the Builders property for Project A
D) copy all the classes of Project B in Project A
3. What does the Organize Import feature do when applied to a source code?
A) creates getter and setter methods for Java attributes in the source code
B) creates Javadoc for the source code and saves it to a file
C) adds any missing import statements and removes unused imports statements
D) removes import statements if they dont belong to java.* or javax.* packages
4. Which definition best describes the activities of an Agent Controller when performing profiling on a remote server?
A) a software process running on the development machine which sends commands and processes responses from the remote server
B) a software process on the remote server which directly interacts with the application server processes by executing the commands received from the development machine
C) a software process on the remote server which gathers variables and information about the current code context by monitoring the heap and the Java process information and sends it back to the development machine
D) also on the remote server
E) a software process on the remote server which allows external systems to interact with the profiling Process
5. You are recording an automated TPTP test case against a Web project.
What should you do first to ensure that your test is correctly recorded?
A) create a fresh Java project
B) clear your browser cache
C) restart your browser session
D) clear your browsing history
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: E | 질문 # 5 정답: B |