Question 1
Which HTTP method should be used in an API to retrieve data without making changes?
Question 2
Which service provides scalable cloud functions to help manage microservices?
Question 3
What is the primary benefit of using Bottle for microservices?
Question 4
What data formats are typically used in APIs for packaging parameters and results?
Question 5
Which web framework is presented as an example to build a Python microservice in the notes?
Question 6
What role do API aggregators play for developers?
Question 7
In the provided Python client-code example, what module is used to perform the HTTP request?
Question 8
Why is scalability a concern for simple web servers like Bottle?
Question 9
How is the result of a computation typically sent back to a client in JSON?
Question 10
What is the purpose of the `@route` decorator in the Bottle microservice example?
Question 11
What are the main differences between JSON and XML?
Question 12
Which Python module can be used to create simple microservices?
Question 13
What HTTP methods are commonly used in API communications?
Question 14
What important information must be included in the URL when accessing weather data from OpenWeatherMap API?
Question 15
What is an essential component for accessing an API service like OpenWeatherMap?