Last Update Nov 23, 2024
Total Questions : 96
Last Update Nov 23, 2024
Total Questions : 96
CCA Spark and Hadoop Developer Exam
Last Update Nov 23, 2024
Total Questions : 96
Why Choose CertsBoard
Customers Passed
Cloudera CCA175
Average Score In Real
Exam At Testing Centre
Questions came word by
word from this dump
Try a free demo of our Cloudera CCA175 PDF and practice exam software before the purchase to get a closer look at practice questions and answers.
We provide up to 3 months of free after-purchase updates so that you get Cloudera CCA175 practice questions of today and not yesterday.
We have a long list of satisfied customers from multiple countries. Our Cloudera CCA175 practice questions will certainly assist you to get passing marks on the first attempt.
CertsBoard offers Cloudera CCA175 PDF questions, web-based and desktop practice tests that are consistently updated.
CertsBoard has a support team to answer your queries 24/7. Contact us if you face login issues, payment and download issues. We will entertain you as soon as possible.
Thousands of customers passed the Cloudera Designing Cloudera Azure Infrastructure Solutions exam by using our product. We ensure that upon using our exam products, you are satisfied.
Problem Scenario 10 : You have been given following mysql database details as well as other info.
user=retail_dba
password=cloudera
database=retail_db
jdbc URL = jdbc:mysql://quickstart:3306/retail_db
Please accomplish following.
1. Create a database named hadoopexam and then create a table named departments in it, with following fields. department_id int,
department_name string
e.g. location should be hdfs://quickstart.cloudera:8020/user/hive/warehouse/hadoopexam.db/departments
2. Please import data in existing table created above from retaidb.departments into hive table hadoopexam.departments.
3. Please import data in a non-existing table, means while importing create hive table named hadoopexam.departments_new
Problem Scenario 11 : You have been given following mysql database details as well as other info.
user=retail_dba
password=cloudera
database=retail_db
jdbc URL = jdbc:mysql://quickstart:3306/retail_db
Please accomplish following.
1. Import departments table in a directory called departments.
2. Once import is done, please insert following 5 records in departments mysql table.
Insert into departments(10, physics);
Insert into departments(11, Chemistry);
Insert into departments(12, Maths);
Insert into departments(13, Science);
Insert into departments(14, Engineering);
3. Now import only new inserted records and append to existring directory . which has been created in first step.
Problem Scenario 46 : You have been given belwo list in scala (name,sex,cost) for each work done.
List( ("Deeapak" , "male", 4000), ("Deepak" , "male", 2000), ("Deepika" , "female", 2000),("Deepak" , "female", 2000), ("Deepak" , "male", 1000) , ("Neeta" , "female", 2000))
Now write a Spark program to load this list as an RDD and do the sum of cost for combination of name and sex (as key)