試験Plat-Dev-301 トピック1 問題128 スレッド
Salesforce Plat-Dev-301のリアル試験問題集
問題 #: 128
トピック #: 1
問題 #: 128
トピック #: 1
A company has an Apex process that makes multiple extensive database operations and web service callouts. The database processes and web services can take a long time to run and must be run sequentially.
How should the developer write this Apex code without running into governor limits and system limitations?
How should the developer write this Apex code without running into governor limits and system limitations?
おすすめの解答:A 解答を投票する
Queueable Apex is suitable for complex processes that require chaining jobs to run sequentially. It can handle long-running processes without hitting governor limits, as each chained job runs in a new transaction with its own set of governor limits.
Fujita 2026-09-07 11:32:53
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。