DRAG DROP - Refer to the exhibit. Drag and drop the parts of the Python code from the left onto the item numbers on the right that match the missing sections in the exhibit that consumes REST API pagination. Select and Place:
FR99 is correct. The correct URL from next page can be retrieved by using response.links['next']['url']. The use of response.headers.get('Link') could be easily replaced by an infinite loop like 'while True:' and it would be the same. They're just testing our knowledge here. The trick here is that once we reach the last page, response.links['next']['url'] within the 'try' context will fail and we'll move to the 'except' clause and the program will exit.
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
FR99
Highly Voted 2 years, 9 months agoBloody_sausage
Highly Voted 2 years, 6 months agokayleen
2 years, 5 months agoTeringzooi
Most Recent 7 months, 3 weeks agodesignated
8 months, 2 weeks agoCertifiedGoogler
2 years, 7 months ago