exam questions

Exam 1z0-449 All Questions

View all questions & answers for the 1z0-449 exam

Exam 1z0-449 topic 1 question 25 discussion

Actual exam question from Oracle's 1z0-449
Question #: 25
Topic #: 1
[All 1z0-449 Questions]

Your customer collects diagnostic data from its storage systems that are deployed at customer sites. The customer needs to capture and process this data by country in batches.
Why should the customer choose Hadoop to process this data?

  • A. Hadoop processes data on large clusters (10-50 max) on commodity hardware.
  • B. Hadoop is a batch data processing architecture.
  • C. Hadoop supports centralized computing of large data sets on large clusters.
  • D. Node failures can be dealt with by configuring failover with clusterware.
  • E. Hadoop processes data serially.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Hadoop was designed for batch processing. That means, take a large dataset in input all at once, process it, and write a large output. The very concept of
MapReduce is geared towards batch and not real-time. With growing data, Hadoop enables you to horizontally scale your cluster by adding commodity nodes and thus keep up with query. In hadoop Map-reduce does the same job it will take large amount of data and process it in batch. It will not give immediate output. It will take time as per Configuration of system,namenode,task-tracker,job-tracker etc.
Incorrect Answers:
A: Yahoo! has by far the most number of nodes in its massive Hadoop clusters at over 42,000 nodes as of July 2011.
C: Hadoop supports distributed computing of large data sets on large clusters
E: Hadoop processes data in parallel.
References:
https://www.quora.com/What-is-batch-processing-in-hadoop

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...