In Replica placement how the three copies of data were stored?
a) stores tworeplicas in the same node, one replica on a different node in the
same rack
b) stores one replica in the same node, two replicas on a different node but
in the same rack
c) stores one replica in the same node, one replica on a different node
but in the same rack, one replica on a different node in a different
rack
d) stores one replica in the same node, two replicas on a different node in a
different rack

1 Answer

Answer :

stores one replica in the same node, one replica on a different node
but in the same rack, one replica on a different node in a different
rack

Related questions

Description : In Data Mutation how many Primary and Secondary replicas are involved a) 2 primary replica 1 secondary replica b) 3 primary replica 0 secondary replica c) 1 primary replica 2 secondary replica d) 0 primary replica 3 secondary replica

Last Answer : 1 primary replica 2 secondary replica

Description : The main goal of HDFS High availability is a) Faster creation of the replicas of primary namenode. b) To reduce the cycle time required to bring back a new primary namenode after existing ... data loss due to failure of primary namenode. d) Prevent the primary namenode form becoming single point

Last Answer : To reduce the cycle time required to bring back a new primary namenode after existing primary fails.

Description : Which one of the following statements is false regarding the Distributed Cache? a) The Hadoop framework will ensure that any files in the Distributed Cache are distributed to all map and reduce tasks. b) ... Cache on to the slave node before any tasks for the job are executed on that node.

Last Answer : MapReduce tries to place the data and the compute as close as possible

Description : The reputation for cloud computing services for the quality of those services is shared by _________ a) replicas b) shards c) tenantsd) all of the mentioned

Last Answer : tenants

Description : What are two common concerns in a cloud environment? (Choose two.) A. Inability to use proxy servers and load balancers. B. Not enough computing capacity during peak usage times. C. Illegal access ... same physical ethernet, they should not be able to read or modify each other's network traffic.

Last Answer : Illegal access to private data stored by applications in the cloud.If two guest instances are running on the same host or on different hosts connected to the same physical ethernet, they should not be able to read or modify each other's network traffic

Description : MapReduce engine has a master/slave architecture consisting of a single ______ as the master and a number of _______ as the slaves a) Name Node, Data Node b) JobTracker, TaskTrackers c) TaskTrackers, JobTracker d) Data Node, Name Node

Last Answer : JobTracker, TaskTrackers

Description : The Master of the HDFS Architecture is a) Node Manager b) Data Node c) Name Node d) None of the above

Last Answer : Name Node

Description : Point out the correct statement: 1) Different types of cloud computing service models provide different levels of security services 2) Adapting your on-premises systems to a cloud model requires that you determine what ... are correct B. only 1 is correct C. 2 and 3 are correct D. none are correct

Last Answer : 1,2,3 are correct

Description : Point out the correct statement: 1) Different types of cloud computing service models provide different levels of security services 2) Adapting your on-premises systems to a cloud model requires that you determine what ... are correct B. only 1 is correct C. 2 and 3 are correct D. none are correct

Last Answer : 1,2,3 are correct

Description : Point out the correct statement. a) Different types of cloud computing service models provide different levels of security services b) Adapting your on-premises systems to a cloud model requires that ... be transferred and stored in an encrypted format for security purpose d) All of the mentioned

Last Answer : Data should be transferred and stored in an encrypted format for security purpose d) All of the mentioned

Description : What are two common concerns in a cloud environment? A. Inability to use proxy servers and load balancers. B. Not enough computing capacity during peak usage times. C. Illegal access to private ... in the cloud. D. Running out of storage space and network bandwidth at peak usage times.

Last Answer : Illegal access to private data stored by applications in the cloud.

Description : Point out the wrong statement. a) Securing data sent to, received from, and stored in the cloud is the single largest security concern b) The problem with the data you store in the cloud is that ... the cloud from direct client access is to create layered access to the data d) All of the mentioned

Last Answer : One and only approach to isolating storage in the cloud from direct client access is to create layered access to the data

Description : Which of the following is storage data interchange interface for stored data objects? a) OCC b) OCCI c) OCMI d) All of the mentioned

Last Answer : OCCI

Description : In a Hadoop cluster, what is true for a HDFS block that is no longer available due to disk corruption or machine failure? a)It is lost for ever b)It can be replicated form its alternative locations ... to read it. d)The Mapreduce job process runs ignoring the block and the data stored in it.

Last Answer : It can be replicated form its alternative locations to other live machines.

Description : Which of the following is storage data interchange interface for stored data objects? a) OCC b) OCCI c) OCMI d) All of the mentioned

Last Answer : OCCI

Description : Amazon S3 stores data as objects within resources called ? A. Auto Scaling B. EC2 Instances C. Buckets D. Amazon RDS

Last Answer : Buckets

Description : Point out the correct statement. a) Hadoop is an ideal environment for extracting and transforming small volumes of data b) Hadoop stores data in HDFS and supports data compression/decompression c) The ... less useful than a MapReduce job to solve graph and machine learning d) None of the mentioned

Last Answer : Hadoop stores data in HDFS and supports data compression/decompression

Description : Point out the correct statement. a) Hadoop is an ideal environment for extracting and transforming small volumes of data b) Hadoop stores data in HDFS and supports data compression/decompression c) The ... useful than a MapReduce job to solve graph and machine learning d) None of the mentioned

Last Answer : Hadoop stores data in HDFS and supports data compression/decompression

Description : Point out the correct statement. a) Hadoop is an ideal environment for extracting and transforming small volumes of data b) Hadoop stores data in HDFS and supports data compression/decompression c) The ... useful than a MapReduce job to solve graph and machine learning d) None of the mentioned

Last Answer : Hadoop stores data in HDFS and supports data compression/decompression

Description : The right level of parallelism for maps seems to be around _________ maps per- node. a) 1-10 b) 10-100 c) 100-150 d) 150-200

Last Answer : 10-100

Description : The usual BUS structure used to connect the I/O devices is ___________ a) Star BUS structure b) Multiple BUS structure c) Single BUS structure d) Node to Node BUS structure

Last Answer : Single BUS structure

Description : The process of the JobTracker creates one map task for each computed input split by the user node and assigns the map tasks to the execution slots of the TaskTrackers is called as a) Task Execution b) Task Running Check c) Job Submission d) Task Assignment

Last Answer : Task Assignment

Description : The comman used to copy a directory form one node to another in HDFS is a) rcp b) dcp c) drcp d) distcp

Last Answer : distcp

Description : .A ________ node acts as the Slave and is responsible for executing a Task assigned to it by the JobTracker. a) MapReduce b) Mapper c) TaskTracker d) JobTracker

Last Answer : TaskTracker

Description : .A ________ node acts as the Slave and is responsible for executing a Task assigned to it by the JobTracker. a) MapReduce b) Mapper c) TaskTracker d) JobTracker

Last Answer : TaskTracker

Description : Point out the wrong statement. a) The Mapper outputs are sorted and then partitioned per Reducer b) The total number of partitions is the same as the number of reduce tasks for the job c) The intermediate, ... always stored in a simple (key-len, key, value-len, value) format d) None of the mentioned

Last Answer : None of the mentioned

Description : Which of the following information about the UNIX file system is not correct? (A) Super block contains the number of i-nodes, the number of disk blocks, and the start of the list of free disk blocks. (B ... Each i-node is 256-bytes long. (D) All the files and directories are stored in data blocks. 

Last Answer : (C) Each i-node is 256-bytes long.

Description : What is the function of following UNIX command? WC - lb& (A) It runs the word count program to count the number of lines in its input, a, writing the result to b, as a foreground process. (B) It runs ... (D) It copies the l ' numbers of lines of program from file, a, and stores in file b.

Last Answer : (B) It runs the word count program to count the number of lines in its input, a, writing the result to b, but does it in the background.

Description : In Hadoop, the files are stored in a) Directory b) DFS c) GFS d) HDFS

Last Answer : HDFS

Description : Tie Rack stores are characterised by a product assortment that is: A)wide and deep B)wide and shallow. C)narrow and deep.D)narrow and shallow.

Last Answer : C)narrow and deep

Description : The supplies of forms by the Postal Stores/Stock Depots will be accompanied by a) An acknowledgement b) Issue voucher c) Two copies of invoice d) Deposit voucher

Last Answer : c) Two copies of invoice

Description : ________ dimension corresponds to two different states in the eight possible cloud forms. a) Physical location of data b) Ownership c) Security boundary d) None of the mentioned

Last Answer : None of the mentioned

Description : What is true about Service-Oriented Architecture? A. Service-Oriented Architecture helps to use applications as a service for other applications B. It is possible to exchange the data between applications of ... C. It offers computational resources on demand as a metered service. D. Both A and B

Last Answer : Both A and B

Description : Which of the following is an edge-storage or content-delivery system that caches data in different physical locations? a) Amazon Relational Database Service b) Amazon SimpleDB c) Amazon Cloudfront d) Amazon Associates Web Services

Last Answer : Amazon Cloudfront

Description : Which of the following statements about Google App Engine (GAE) is INCORRECT. A. It's a Platform as a Service (PaaS) model. B. Automatic Scalability is built in with GAE. As ... s applications. So, applications can take advantage of reliability, performance and security of Google's infrastructure.

Last Answer : You can decide on how many physical servers required for hosting your application.

Description : __________ allows multiple operating system instances to run as guest on the same server. A. Server. B. Hypervisor. C. Network. D. Data.

Last Answer : Hypervisor.

Description : Which statement is true about the security of the cloud computing environment? A. It is compromised because it is a shared environment. B. Multitenant applications are not able to run in a cloud ... a private cloud. D. Access to critical data is better controlled in a private cloud environment.

Last Answer : Access to critical data is better controlled in a private cloud environment

Description : Backup of the source data can be created a) On the same device b) On another device c) At some other location d) All of the mentioned

Last Answer : All of the mentioned

Description : Backup of the source data can be created a) On the same device b) On another device c) At some other location d) All of the mentioned

Last Answer : All of the mentioned

Description : When a wheat farmer stores 100 bushes of regular wheat in silo the warehouse must return the exact same 100 bushes to the farmer that he originally stored T or F?

Last Answer : Need answer

Description : Would you sail on the new Titanic replica ship with free passage?

Last Answer : Only if it is in first class.

Description : Keystone Arsenal has not sent me my replica bullets! Whats the deal?

Last Answer : answer:Not much that any of us can do – we are neither the seller or the Better Business Bureau. But two weeks for delivery is not particularly long, depending on how they shipped. I would begin by contacting them

Description : Can you suggest a DVD ripper for Mac that generates a full replica, with menus and all?

Last Answer : Have you tried MactheRipper?

Description : Where to buy cheap replica sunglasses?

Last Answer : Target works, also Chinatown.

Description : What is a replica element ?

Last Answer : Elements whose internal orbitals are complete but whose valence level is incomplete are replica elements or ideal elements. The electron configuration of the valence of replicable elements varies from ns' to ns 2 np 5 .

Description : What is a replica?

Last Answer : The word replica means imitation, copy. We use this word, for example, to make an exact copy of a very old car, but it is still only a copy and not an original product. 

Description : eames lounge chair replica

Last Answer : There are a number of web sites on the net that are offering information regarding eames lounge chair replica. These internet sites are specifically designed for those folks who are on the lookout for eames lounge chair replica. To Find out More please visit this website: www.curverk.com

Description : What are the best websites to buy replica designer purses?

Last Answer : Replica are regarded as fake and in most country it illegal to sell fake stuffs, but for the purpose of your question I will refer to you some sites that you can get replica stuffs such ... transfer. Dhgate is another website for replica fashion bags Alibaba: this is a wholesale online company

Description : Why Gucci Handbags Outlive Replica Handbags?

Last Answer : They say imitation is the highest form of flattery, but when it comes to your Gucci handbags, there is a reason why it is better to buy the real thing. Gucci handbags are made from the best materials ... to do. Fakes will fall apart faster than the real thing, and before you get your moneys worth.