JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 37
Hadoop interview questions part 37
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. ___________ is added for supporting writing single replica files in memory.
A. ROM_DISK
B. ARCHIVE
C. RAM_DISK
D. All of the mentioned
Show Correct Answer
Correct Answer is :
RAM_DISK
2. Which of the following has high storage density ?
A. ROM_DISK
B. ARCHIVE
C. RAM_DISK
D. All of the mentioned
Show Correct Answer
Correct Answer is :
ARCHIVE
3. Point out the wrong statement :
A. A Storage policy consists of the Policy ID
B. The storage policy can be specified using the “dfsadmin -setStoragePolicy” command
C. dfs.storage.policy.enabled is used for enabling/disabling the storage policy feature
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
4. Which of the following storage policy is used for both storage and compute ?
A. Hot
B. Cold
C. Warm
D. All_SSD
Show Correct Answer
Correct Answer is :
Hot
5. Which of the following is only for storage with limited compute ?
A. Hot
B. Cold
C. Warm
D. All_SSD
Show Correct Answer
Correct Answer is :
Cold
6. When a block is warm, some of its replicas are stored in DISK and the remaining replicas are stored in :
A. ROM_DISK
B. ARCHIVE
C. RAM_DISK
D. All of the mentioned
Show Correct Answer
Correct Answer is :
ARCHIVE
7. ____________ is used for storing one of the replicas in SSD.
A. Hot
B. Lazy_Persist
C. One_SSD
D. All_SSD
Show Correct Answer
Correct Answer is :
One_SSD
8. ___________ is used for writing blocks with single replica in memory.
A. Hot
B. Lazy_Persist
C. One_SSD
D. All_SSD
Show Correct Answer
Correct Answer is :
Lazy_Persist
9. _________ is a data migration tool added for archiving data.
A. Mover
B. Hiver
C. Serde
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Mover
10. Point out the correct statement :
A. Mover is not similar to Balancer
B. hdfs dfsadmin -setStoragePolicy
C. addCacheArchive add archives to be localized
D. none of the mentioned
Show Correct Answer
Correct Answer is :
addCacheArchive add archives to be localized
11. Which of the following is used to list out the storage policies ?
A. hdfs storagepolicies
B. hdfs storage
C. hd storagepolicies
D. all of the mentioned
Show Correct Answer
Correct Answer is :
hdfs storagepolicies
12. Which of the following statement can be used get the storage policy of a file or a directory ?
A. hdfs dfsadmin -getStoragePolicy path
B. hdfs dfsadmin -setStoragePolicy path policyName
C. hdfs dfsadmin -listStoragePolicy path policyName
D. all of the mentioned
Show Correct Answer
Correct Answer is :
hdfs dfsadmin -getStoragePolicy path
13. Point out the wrong statement :
A. getInstance() creates a new Job with particular cluster
B. getInstance(Configuration conf) creates a new Job with no particular Cluster and a given Configuration
C. getInstance(JobStatus status, Configuration conf) creates a new Job with no particular Cluster and given Configuration and JobStatus.
D. all of the mentioned
Show Correct Answer
Correct Answer is :
getInstance() creates a new Job with particular cluster
14. Which of the following method is used to get user-specified job name ?
A. getJobName()
B. getJobState()
C. getPriority()
D. all of the mentioned
Show Correct Answer
Correct Answer is :
getJobName()
15. __________ get events indicating completion (success/failure) of component tasks.
A. getJobName()
B. getJobState()
C. getPriority()
D. getTaskCompletionEvents(int startFrom)
Show Correct Answer
Correct Answer is :
getTaskCompletionEvents(int startFrom)
16. _________ gets the diagnostic messages for a given task attempt.
A. getTaskOutputFilter(Configuration conf)
B. getTaskReports(TaskType type)
C. getTrackingURL()
D. all of the mentioned
Show Correct Answer
Correct Answer is :
getTaskOutputFilter(Configuration conf)
17. reduceProgress() gets the progress of the job’s reduce-tasks, as a float between :
A. 0.0-1.0
B. 1.0-2.0
C. 2.0-3.0
D. None of the mentioned
Show Correct Answer
Correct Answer is :
0.0-1.0
18. The Job makes a copy of the _____________ so that any necessary internal modifications do not reflect on the incoming parameter.
A. Component
B. Configuration
C. Collector
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Configuration
19. ___________ generates keys of type LongWritable and values of type Text.
A. TextOutputFormat
B. TextInputFormat
C. OutputInputFormat
D. None of the mentioned
Show Correct Answer
Correct Answer is :
TextInputFormat
20. Point out the correct statement :
A. The reduce input must have the same types as the map output, although the reduce output types may be different again
B. The map input key and value types (K1 and V1) are different from the map output types
C. The partition function operates on the intermediate key
D. All of the mentioned
Show Correct Answer
Correct Answer is :
All of the mentioned
Similar Interview Questions
Search for latest jobs
Find Jobs