Practice questions and their answers
Let’s try to practice the material in this chapter with a few example questions.
Questions
- If a web service is synchronous, it means…
- Your system will wait for a response before continuing
- Your system does not have to wait for a response
- You are syncing a web service to your system
- Web services cannot be synchronous
- When conducting a survey, it is best practice to ask about specific events that happened in the past and request a text-based answer. True or false?
- True
- False
- ETL stands for…
- Extract, Transmit, Load
- Estimate, Time, Load
- Extract, Transform, Load
- Exact, Time, Load
- The process of taking transactional data that has already been stored, aggregating it, and moving it to a data warehouse is called what?
- OLTP
- OLAP
- API
- Web service
- You are provided with a long and complicated query that takes a long time to run, but you need several pieces of information from it. What is the most efficient approach?
- Run the query...