CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 2: Salesforce Certified MuleSoft Developer I

A function named toUpper needs to be defined that accepts a string named userName and returns the string in uppercase. What is the correct DataWeave code to define the toUpper function?

Nội dung câu hỏi

A function named toUpper needs to be defined that accepts a string named userName and returns the string in uppercase. What is the correct DataWeave code to define the toUpper function?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. var toUpper(userName) = upper(userName)
  2. B. fun toUpper(userName) = upper(userName) — đáp án hiện tại
  3. C. var toUpper(userName) -> upper(userName)
  4. D. fun toUpper(userName) -> upper(userName)

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề