A developer has a Python script that relies on the low-level BatchGetItem API to fetch large amounts of data from a DynamoDB table. The script often encounters responses with partial results. A significant portion of the data appears under UnprocessedKeys . Which approaches can the developer implement to handle data retrieval MOST reliably? (Select TWO.)