List of questions
Related questions
Question 172 - MCD - Level 1 discussion
Refer to the exhibits.
What DataWeave expression transforms the conductorIds array to the XML output?
A.
1. 1. trains: 2. 2. conductorIds map ((engId, index) -> 3. 3. train: { 4. 4. engineerId: engId 5. 5. } 6. 6. )
B.
1. 1. { trains: 2. 2. 3. 3. conductorIds map ((engId, index) -> 4. 4. train: { 5. 5. engineerId: engId 6. 6. } 7. 7. ) 8. 8. }
C.
1. 1. trains: 2. 2. {( 3. 3. conductorIds map ((engId, index) -> 4. 4. train: { 5. 5. engineerId: engId 6. 6. } 7. 7. ) 8. 8. )}
D.
1. 1. {( trains: 2. 2. 3. 3. conductorIds map ((engId, index) -> 4. 4. train: { 5. 5. engineerId: engId 6. 6. } 7. 7. ) 8. 8. )}
Your answer:
0 comments
Sorted by
Leave a comment first