BD-Practice Questions-Aut
BD-Practice Questions-Aut
Unit-1:
1. Explain Conceptual data model, Logical model, and Physical data model with suitable examples.
2. List the major functions of the Big Data architecture model.
3. List the components of the Big Data architecture.
4. Explain the functioning of the Ingestion layer in the Big Data architecture.
5. Discuss the key building blocks of the Hadoop platform management layer.
6. What is the role of analytical engine in the Big Data environment? Describe different types of
engines used to analyze Big Data.
7. Explain data stream with suitable examples.
8. Discuss similarities and differences between SQL and NoSQL.
9. Explain rule based and learning based approach with suitable example.
10. What are the characteristics of Big Data Streaming System?
11. Explain the difference between data-at-rest and data-in-motion with suitable example.
12. What is stream computing and how it is different from traditional computing?
13. Explain Bloom filter algorithm with a suitable example.
14. Discuss Bloom filter performance.
15. A empty bloom filter is of size 11 with 4 hash functions namely
a. h1(x) = (3x+ 3) mod 6
Unit 4:
1. A cashier has currency notes of denominations 10, 50 and 100. If the amount to be withdrawn is
input through the keyboard in hundreds, write an R-script to find the total number of currency
notes of each denomination the cashier will have to give to the withdrawer.
2. Ramesh’s basic salary is input through the keyboard. His dearness allowance is 40% of basic
salary, and house rent allowance is 20% of basic salary. Write an R-script to calculate his gross
salary.
3. Write an R-script to check whether an integer number is an Armstrong number or not. If sum of
cubes of each digit of the number is equal to the number itself, then the number is called an
Armstrong number. For example, 153 = ( 1 * 1 * 1 ) + ( 5 * 5 * 5 ) + ( 3 * 3 * 3 )
4. Write an R-script to reverse the number
5. Write an R-script to sum the series S=1+(1+2)+(1+2+3)+...+(1+2+3+...+n)
6. Write an R-script to evaluate sum of the following series using recursive function
1+2+3+………………. +N
7. Write an R-script to convert decimal into binary using recursive function
8. Write an R-script to find the factorial of a number using recursive function
9. Write an R-script to develop a function that receives 5 numbers and display the sum, average and
standard deviation of these numbers using function.
10. Write an R-script to input data for a matrix and check the given matrix is symmetric or not?
11. The nth triangular number is given by n * (n + 1) / 2. Create a sequence of the first 20 triangular
numbers. R has a built-in constant, letters that contains the lowercase letters of the Roman
alphabet. Name the elements of the vector that you just created with the first 20 letters of the
alphabet. Select the triangular numbers where the name is a vowel.
12. A cricket team has following table of batting figures from a series of test matches:
Prediction: (Don’t look at with ugly eyes if the prediction vented in other way)
The End