Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 24 Topic 3 Discussion

Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 24 Topic 3 Discussion

CCA175 Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

Problem Scenario 90 : You have been given below two files

course.txt

id,course

1,Hadoop

2,Spark

3,HBase

fee.txt

id,fee

2,3900

3,4200

4,2900

Accomplish the following activities.

1. Select all the courses and their fees , whether fee is listed or not.

2. Select all the available fees and respective course. If course does not exists still list the fee

3. Select all the courses and their fees , whether fee is listed or not. However, ignore records having fee as null.


Get Premium CCA175 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.