Kizspy | Question: 8
(Choose 2 answers)
Analyze the following use case and determine whether an API or SDK would be more appropriate:Use Case: A developer needs to create a mobile application that interacts with the device's camera and GPS.
The application must also fetch weather data from an external service.
A. An API is more appropriate for interacting with the device's camera and GPS.
B. An SDK is more appropriate for interacting with the device's camera and GPS.
C. An API is more appropriate for fetching weather data from an external service.
D. An SDK is more appropriate for fetching weather data from an external service.