ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 319 - 350-901 discussion

Report
Export

Refer to the exhibit.

An application has been created to serve a whole enterprise. Based on use and department requirements, changes are requested on a quarterly basis. When evaluating the application design, which two actions improve code maintainability?

A.

Replace the requests library with the http client library in the code.

Answers
A.

Replace the requests library with the http client library in the code.

B.

Place all import statements on a single line at the top of the code.

Answers
B.

Place all import statements on a single line at the top of the code.

C.

Cache responses to API calls for later reuse on other code.

Answers
C.

Cache responses to API calls for later reuse on other code.

D.

Parameterize similar code blocks inside functions and reuse within the code.

Answers
D.

Parameterize similar code blocks inside functions and reuse within the code.

E.

Add comments in appropriate locations to aid in understanding the code.

Answers
E.

Add comments in appropriate locations to aid in understanding the code.

Suggested answer: D, E
asked 10/10/2024
nir avron
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first