Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C9510-418 All Questions

View all questions & answers for the C9510-418 exam

Exam C9510-418 topic 1 question 31 discussion

Actual exam question from IBM's C9510-418
Question #: 31
Topic #: 1
[All C9510-418 Questions]

In addition to logging changes, what can Cross Component Trace capture?

  • A. The user agent of the browser that has initiated the request.
  • B. The last time that the component was updated by a code deploy.
  • C. The time that the component was started in the application server.
  • D. Data snapshots that store entire request and response bodies on the file system.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Cross Component Trace (XCT) annotates the logs so that log entries that are related to a request that is serviced by more than one thread, process, or even server are identified as belonging to the same unit of work.
XCT log records are typically added to the logs to:
✑ demarcate the beginning and ending of work for a particular request on a particular thread.
✑ demarcate when work is about to be transferred to another thread or process, or to indicate when work returned from another thread or process.
✑ demarcate when work moves from major component to major component, even if work continues on the same thread; for example to show transfer of control from application server code to application code.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/ctrb_XCTOverview.html

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
bles23
11 months, 2 weeks ago
answer is D ,https://www.ibm.com/docs/en/was/9.0.5?topic=trace-using-cross-component-troubleshoot-applications
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...