mulesoft Module 13 quiz 解析

  • Processing records Summary
  • 1. A Batch Job scope has three batch steps. An event processor in the second batch step throws an error because the input data is incomplete.
  • 2. Refer to the exhibit. What are the values of the counter and stepVar variables in the On Complete phase?
  • 3. Refer to the exhibit. What is the output of the Logger component in the Batch Job?
  • 4. Refer to the exhibit. The payload[1,2,3] is passed to the Batch Job scope. In Batch_Step_1, a variables named batchStepPayload is set to the current payload.
  • 5. Refer to the exhibits. The Set Payload component sets the payload to a Map object(not an Array).

Processing records Summary

  • Use the For Each scope to process individual collection elements sequentially and return the original payload
  • Use the Batch Job scope(EE only) for complex batch jobs
    • Created expecially for processing data sets
    • Splits messages into individual records and performs actions upon each record
    • Can have multiple batch steps and these can have filters
    • Record-level data is persisted across steps using variables
    • Can handle record level failures so the job is not aborted
    • The batch job returns an object with the result of the job for insight into which records were processed or failed

1. A Batch Job scope has three batch steps. An event processor in the second batch step throws an error because the input data is incomplete.

What is the default behavior of the batch job after the error is thrown?
A All processing of the batch job stops
B Event processing continus to the third batch step
C The second batch step is retried
D The first batch step is retried

答案:A


2. Refer to the exhibit. What are the values of the counter and stepVar variables in the On Complete phase?

A counter:1, stepVar:31
B counter:1, stepVar:null
C counter:31, stepVar:null
D counter:31, stepVar:31

答案:B


3. Refer to the exhibit. What is the output of the Logger component in the Batch Job?

A [.33]
[.667]
[1]
[1.333]

B [.333]
[1]

C [.333,1]

D [.333,.667,1,1.333]

答案:C,先过滤掉了整除2的2和4,再除以3,batch:aggregator size=2


4. Refer to the exhibit. The payload[1,2,3] is passed to the Batch Job scope. In Batch_Step_1, a variables named batchStepPayload is set to the current payload.

What is the value of the last log message after one batch job completes?

A [11,12,13]
B 30
C 13
D 10

答案:C,这里问的是last log message


5. Refer to the exhibits. The Set Payload component sets the payload to a Map object(not an Array).

The File Write operation writes out files based on this Map object.
How many files are written to the file system when the flow executes?

A 2
B 0
C 1
D 3

答案:B,foreach batchSize = 2

mulesoft Module 13 quiz 解析相关推荐

  1. mulesoft Module 10 quiz 解析

    mulesoft Module 10 quiz 解析 概述(重中之重) 1. How can an error scope be configured to catch all errors in t ...

  2. mulesoft Module 11 quiz解析

    mulesoft Module 11 quiz解析 1. A Mule application has a main flow and a combineNames flow. In the main ...

  3. mulesoft Module 9 quiz 解析

    mulesoft Module 9 quiz 解析 1. A Scatter-Gather processes three separate HTTP requests. Each request r ...

  4. mulesoft Module 1 quiz 解析

    mulesoft Module 1 quiz 解析 1. What MuleSoft API-led connectivity layer is intended to expose part of ...

  5. mulesoft Module 7 quiz 解析

    mulesoft Module 7 quiz 解析 1. What reserved property can be defined and used in a Mule application to ...

  6. mulesoft Module 2 quiz 解析

    mulesoft Module 2 quiz 解析 1. What asset can NOT be created using Design Center? 2. A web client subm ...

  7. mulesoft Module 12 quiz解析

    mulesoft Module 12 quiz解析 1. A flow has a JMS Publish consume operation followed by a JMS Publish op ...

  8. mulesoft Module 6 quiz 解析

    mulesoft Module 6 quiz 解析 1. A web service implements an API to handle requests to http://acme.com/c ...

  9. mulesoft Module 5 quiz 解析

    mulesoft Module 5 quiz 解析 1. API Manager has been configured to enforce an SLA policy and the RAML s ...

最新文章

  1. HTML: 字體設置
  2. 今日头条野心背后逃不过的10个问题
  3. 牛客 - Prize(bitset优化暴力)
  4. CSS 如何让 height:100%; 起作用
  5. 【开源项目】基于C++使用ffmpeg和QT开发播放器
  6. KAFKA SpringBoot2 Nacos 消息异步发送和消费消息(进阶篇)
  7. 爱上MVC3系列~RenderAction与RenderPartial及一个页面多个表单提交
  8. python自动化测试怎么提高效率_自动化测试更适合缺陷预防,而不是提高测试效率...
  9. 设计与人工智能设计师
  10. 遗传算法讲解与实现(python)
  11. 2019安全渗透类工具
  12. 物联网感知-基于分布式光纤传感的石油石化管道综合监测
  13. 内部推荐岗位信息201508
  14. C语言求1到1000素数之和,C语言实现1-1000中所有素数的和
  15. pytesseract+tensorflow开发一个自己的验证码训练集
  16. 一篇文章看明白 TCP/IP,TCP,UDP,IP,Socket 之间的关系
  17. 自我介绍计算机应用技术,计算机应用专业的新生自我介绍
  18. 地产钢铁银行成低市盈率三剑客
  19. Sci-Hub丨科研文献实时更新
  20. 2021版!万字UNIX网络编程学习笔记(套接字篇)

热门文章

  1. UDP打洞(成功打洞)
  2. 数据库课程设计(电子报纸订购系统)
  3. python和java打架动态图_Python动态图实例与实践,PYTHON
  4. 手把手教学Linux下oracle11g自动化安装脚本编写
  5. 微信小程序头脑王者脚本
  6. 全球与中国微型电机市场深度研究分析报告
  7. python识别花草_Python识别验证码的另一种花样玩法
  8. 【通知】《生成对抗网络GAN原理与实践》代码开源,勘误汇总!
  9. 芯进电子已量产第二代霍尔电流传感器,量程5A~100A
  10. shellshock-Attack-Lab