CSSLP · Question #98
Which of the following are examples of the application programming interface (API)? Each correct answer represents a complete solution. Choose three.
The correct answer is B. PHP C. .NET D. Perl. Programming languages and platforms such as PHP, .NET, and Perl are widely used to develop, implement, and consume Application Programming Interfaces (APIs).
Question
Which of the following are examples of the application programming interface (API)? Each correct answer represents a complete solution. Choose three.
Options
- AHTML
- BPHP
- C.NET
- DPerl
How the community answered
(47 responses)- A13% (6)
- B87% (41)
Why each option
Programming languages and platforms such as PHP, .NET, and Perl are widely used to develop, implement, and consume Application Programming Interfaces (APIs).
HTML (HyperText Markup Language) is a markup language used for structuring and presenting content on the World Wide Web, not a programming language or an interface itself.
PHP is a server-side scripting language commonly used for web development, including building web services and APIs, and provides functions and libraries for interacting with various systems via APIs.
.NET is a comprehensive developer platform for building many different types of applications, including web APIs and services, allowing developers to define and consume APIs.
Perl is a high-level, general-purpose programming language often employed for scripting, network programming, and web development, providing modules and functions that facilitate the creation and use of APIs.
Concept tested: API related technologies and languages
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/apis-microservices
Topics
Community Discussion
No community discussion yet for this question.