최신 IBM Mastery 000-N08 무료샘플문제:
1. Which programming languages should be part of your skill set in order to become a full-fledged Streams Application Developer?
A) SPL, Java, PHP
B) SPL, C++, Perl, Java
C) SPL, C++, Ruby, Java
D) SPL, Python, JavaScript
2. Which of the following best represents the process and threading model for a standalone SPL program?
A) Multiple processes each with a single thread.
B) Multiple processes each with multiple threads.
C) A single process with one or more threads.
D) A single process with only a single thread.
3. Which two commands can be used to create a Streams instance? (Choose two.)
A) streamtool mkinstance --numhosts 10.10.187.156,10.10.187.157
B) streamtool mkinstance --hosttags host1,host2,host3,host4
C) streamtool mkinstance --hosts 10.10.187.156,myhost1
D) streamtool mkinstance --hosts streamsadmin
E) streamtool mkinstance --hosts 10.10.187.156,127.0.0.1
4. Which data analysis problem is most suitable for a streams processing solution?
A) Prediction of best harvest yield using historic harvest data.
B) Prediction of manufacturing yield using images in a content management system.
C) Prediction of bus arrival time using current location information.
D) Prediction of next quarter earnings using past sales data from a data warehouse.
5. A composite operator definition contains which of the following?
A) A set of composite type definitions.
B) A reusable stream graph or subgraph.
C) A complete Streams application.
D) A set of primitive operators implemented in C++ or Java.
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: C | 질문 # 3 정답: C,D | 질문 # 4 정답: C | 질문 # 5 정답: B |