Question
The question below is based on the given series I. The
series I satisfy a certain pattern, follow the same pattern in series II and answer the questions given below. I: 1720, 1695, 1744, 1663, 1784, 1615 II: 690 ….. 754. If 754 is the nth term, what value should come in the place of (n + 1)th term.Solution
Answer: B Series I pattern: 1720 – 52 = 1695 1695 + 72 = 1744 1744 – 92 = 1663 1663 + 112 = 1784 1784 – 132 = 1615 Series II pattern: 690 – 52 = 665 665 + 72 = 714 714 – 92 = 633 633 + 112 = 754 (5th term) 754 – 132 = 585 (6th term)
Which SQL function returns the total number of rows in a table?
What is meant by 'cardinality' in data modeling?
Which of the following is a real-time data warehouse application?
What is the result of SELECT COALESCE(NULL, NULL, 5, 10);?
Which of these is not a typical data warehouse characteristic?
Which type of schema uses a central fact table connected to dimension tables?
Which of the following best describes the primary function of a database index?
Which type of slowly changing dimension (SCD) preserves full history by adding a new row for each change and using effective date ranges?
Which SQL keyword is used to combine results from two queries and remove duplicates?
In the context of a relational database, which of the following is NOT a characteristic of a candidate key ?