Question
In a data warehouse, which of the following best
describes the concept of "data granularity"?Solution
Data granularity in a data warehouse refers to the level of detail or summarization of data stored within the system. It defines how fine-grained or coarse-grained the data is, which directly impacts analytical capabilities and storage requirements. For instance:
- Fine-grained data captures every transaction in detail, such as individual sales transactions, timestamps, or specific customer actions. This is beneficial for in-depth analytics but increases storage and processing demands.
- Coarse-grained data, on the other hand, represents summarized or aggregated information, such as total daily sales or monthly revenue by region. While this saves storage and reduces processing overhead, it limits the level of analysis that can be performed.
Which protocol is primarily responsible for resolving logical IP addresses to physical MAC addresses within a local network segment?
In a circuit with n mesh currents, how many essential KVL equations are written when performing mesh analysis?
- If a recursive function calling itself and that recursive call is the last statement in the function then itβs known asΒ ___________
Ethernet operates in which layer/s?
In the context of backups, what is a retention policy?
Which of the following characteristics describes an ideal operational amplifier (op-amp)?
What is the advantage of using incremental backups over full backups?
Which clause is used to filter rows in the result set based on a specific condition in SQL?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
In RDBMS architecture, what is the role of the Buffer Manager?