Oracle Cloud Platform Data Integration 2020 Specialist — Question 53

Which two statements are true for serverless computing and serverless architectures? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because serverless functions are designed to be stateless, and storing state externally is a best practice. Option E is also correct as FaaS platforms provide a serverless environment for deploying applications. Options A, C, and D are incorrect because long running tasks are not ideal for serverless, scaling is typically handled automatically by the provider, and serverless execution management is not entirely the responsibility of a third-party.