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

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.