Courseiva
Cloud Native ArchitecturemediumMultiple ChoiceObjective-mapped

1Z0-997-26 Cloud Native Architecture Practice Question

Your serverless OCI Function written in Python is failing to process payloads because it exceeds the default execution timeout limit when calling a third-party REST API. How should you resolve this issue while adhering to best practices?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Modify the function timeout configuration using the Fn Project CLI or OCI Console to a higher value up to the service limit.

OCI Functions have a configurable timeout limit. You can update the function's timeout configuration either via the Fn Project CLI or the OCI Console.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Increase the memory allocation to automatically and proportionally increase the timeout limit.

    Why it's wrong here

    Incorrect. While memory allocation can affect CPU performance, timeout must be configured independently.

  • Deploy the function behind an OCI Load Balancer to cache timeout requests.

    Why it's wrong here

    Incorrect. Load balancers do not solve function execution timeouts.

  • Upgrade the underlying OCI Compute shape of the worker nodes in OKE.

    Why it's wrong here

    Incorrect. OCI Functions run on a serverless platform managed by Oracle; you do not manage worker nodes for OCI Functions.

  • Modify the function timeout configuration using the Fn Project CLI or OCI Console to a higher value up to the service limit.

    Why this is correct

    Correct. OCI Functions allow configuration of execution timeouts to accommodate longer-running processing tasks.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

Quick reference

Cloud Service Model Comparison

ModelYou ManageProvider ManagesExamples
IaaSOS, runtime, apps, dataHardware, hypervisor, networkingEC2, Azure VMs, GCP Compute Engine
PaaSApps and dataOS, runtime, middleware, hardwareElastic Beanstalk, Azure App Service
SaaSData and settings onlyEverything elseMicrosoft 365, Salesforce, Workday
FaaS / ServerlessFunction code onlyInfra, scaling, runtimeLambda, Azure Functions, Cloud Run
CaaSContainers and appsKubernetes, OS, hardwareEKS, AKS, GKE

About these practice questions

Courseiva writes every 1Z0-997-26 question from scratch — 344 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Oracle exam blueprint

This 1Z0-997-26 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-997-26 exam.