Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 41

How would you debug Mule applications?

    Correct Answer: C

    To debug Mule applications, you would use the logger component. Deploying apps on production is not a method for debugging and can be risky. Checking RAML is related to API specification, not debugging. Saying 'Cannot do it' is not accurate because debugging options are available in Mule applications.

Discussion
aegnat

No, this isn't how you would debug them. You debug them using the debugger.

abhi019

you can't use debugger in production, right? you have to use logger then.

sirious09Option: C

C - by process of elimination

kampatraOption: C

Yes C is correct e.g. using Logger. Other options does not fit into this context

AquawormOption: C

Logger