Cognizant Communication and Documentation 2 — Questions and Answers
Question 1: A developer needs to document an API endpoint. Which element is MOST critical to include?
- The developer's name and contact info
- Request/response format with example payloads (Correct answer)
- Internal server architecture details
- Database schema used by the endpoint
Correct answer: Request/response format with example payloads
API documentation must include request/response formats with examples so consumers know exactly how to call and interpret the endpoint.
Question 2: During a sprint retrospective, team members are reluctant to raise issues. What is the BEST facilitation approach?
- Skip the retrospective and move to planning
- Use anonymous written feedback before open discussion (Correct answer)
- Have the manager list problems on behalf of the team
- Limit the session to positive observations only
Correct answer: Use anonymous written feedback before open discussion
Anonymous feedback lowers psychological barriers, making team members more willing to surface real problems before group discussion.
Question 3: Which of the following BEST describes 'active listening' in a professional context?
- Nodding and staying silent until the speaker finishes
- Paraphrasing, asking clarifying questions, and giving feedback (Correct answer)
- Taking detailed notes without making eye contact
- Waiting for the speaker to pause before presenting your view
Correct answer: Paraphrasing, asking clarifying questions, and giving feedback
Active listening involves engaging with the speaker through paraphrasing, clarifying questions, and verbal/non-verbal feedback to confirm understanding.
Question 4: A project status report should primarily help stakeholders do which of the following?
- Understand the technical implementation details
- Make informed decisions based on current project health (Correct answer)
- Assign tasks to team members
- Track individual developer performance
Correct answer: Make informed decisions based on current project health
Status reports exist to give stakeholders the information they need to make decisions, not to document technical details or manage tasks.
Question 5: When writing a formal business email requesting a deadline extension, what should appear FIRST in the body?
- The new proposed deadline
- A clear statement of the current situation and reason for the request (Correct answer)
- An apology for any inconvenience
- A list of completed deliverables
Correct answer: A clear statement of the current situation and reason for the request
The body should open with context — the current situation and reason — before the request, so the reader understands the rationale immediately.
Question 6: Which diagram type is MOST appropriate for showing the sequence of interactions between system components over time?
- Class diagram
- Sequence diagram (Correct answer)
- Entity-relationship diagram
- Pie chart
Correct answer: Sequence diagram
Sequence diagrams show how objects interact in a particular order over time, making them ideal for illustrating component interaction flows.
Question 7: A team member sends a message in a group chat that is ambiguous and causes confusion. What is the BEST corrective action?
- Delete the message and say nothing
- Send a follow-up message with a clear clarification (Correct answer)
- Ask all recipients to ignore the original message
- Escalate to the manager to handle
Correct answer: Send a follow-up message with a clear clarification
Promptly sending a clarifying follow-up minimizes confusion and demonstrates accountability without disrupting the team further.
A developer needs to document an API endpoint.
Which element is MOST critical to include?