Explain Big Data Analytics life cycle in detail.
[7 marks]Describe the Speed, Consistency and Volume (SCV). why only two out of the three SCV properties are simultaneously supportable.
[7 marks]Describe the Consistency, Availability, and Partition tolerance (CAP) theorem. why only two out of the three CAP theorem properties are simultaneously supportable.
[7 marks](i)Differentiate between :
[ marks]RDBMS and HADOOP ii) Quantitative Analysis and Qualitative Analysis (ii)What is replication? State its types.
[3 marks]Explain sharding and replication with proper example.
[7 marks]What is Big Data? List and explain characteristics of big data with example.
[7 marks]Describe the distributed storage architecture of HBASE along with appropriate diagram.
[7 marks]What is MongoDB? Explain how MongoDB achieves horizontal scaling.
[7 marks]Discuss Classification, Clustering and Filtering Machine learning techniques
[7 marks]Discuss A/B Testing, Correlation and Regression using suitable example.
[7 marks]What is MapReduce? Write a Mapper and Reducer function for word count.
[7 marks]Describe Visual analysis techniques with its importance.
[7 marks]Explain the concepts “task parallelism” and “data parallelism” using suitable example. Which of these concepts is adopted by MapReduce? How?
[7 marks]Explain any 7 commands of Hbase with example.
[7 marks]MongoDB : Create collection Election with fields : SeatID, SeatName, PartyName, CandidateName, Gender,Age 1. List all documents containing Patel in their CandidateName. 2. Take backup of collection. 3. Count no. of Party wise candidates.. 4. Create index on PartyName. 5. Arrange documents in ascending order of names. 6. Display 4th document to 5th document. 7. Remove documents whose Age is more than 65
[7 marks]Explain mongoimport, mongoexport and mongodump utility.
[7 marks]