nerdexam
(ISC)2

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).

Secure Software Concepts

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)
  • A
    13% (6)
  • B
    87% (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).

AHTML

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.

BPHPCorrect

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.

C.NETCorrect

.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.

DPerlCorrect

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

#API Concepts#Programming Environments#Software Frameworks

Community Discussion

No community discussion yet for this question.

Full CSSLP Practice