Qlik Sense Business Analyst Certification (2024) — Question 8
A data architect needs to retrieve data from a REST API. The data architect needs to loop over a series of items that are being read using the REST connection.
What should the data architect do?
Answer options
- A. Recreate the SQL Statement with the correct parameters
- B. Use the REST Connector with pagination mechanism
- C. Use pagination of the REST Connector to create a template of the desired data
- D. Use With Connection to pass a parameter to the REST URL
Correct answer: B
Explanation
The correct answer is B because using the REST Connector with a pagination mechanism allows the data architect to efficiently retrieve and loop through items from the API. Other options, such as recreating SQL statements or using With Connection, do not directly address the need to handle multiple items from a REST API effectively.