> For the complete documentation index, see [llms.txt](https://ccat.chinmaypatil.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ccat.chinmaypatil.net/ccat-exam-structure.md).

# CCAT Exam Structure

The **CCAT Exam** is designed to assess candidates' skills and knowledge for CDAC's PG Diploma programs. Below is the detailed structure:

### Sections and Duration

<table data-header-hidden><thead><tr><th width="147"></th><th width="467"></th><th width="100"></th></tr></thead><tbody><tr><td><strong>Section</strong></td><td><strong>Topics Covered</strong></td><td><strong>Duration</strong></td></tr><tr><td>Section A</td><td>English, Quantitative Aptitude, Reasoning, Computer Fundamentals</td><td>1 hour</td></tr><tr><td>Section B</td><td>C Programming, Data Structures, OOP, OS &#x26; Networking, AI &#x26; Big Data</td><td>1 hour</td></tr><tr><td>Section C</td><td>Computer Architecture, Digital Electronics, Microprocessors</td><td>1 hour</td></tr></tbody></table>

***

### Marking Scheme

* **+3** for each correct answer
* **-1** for each incorrect answer
* **0** for unattempted questions

***

### Categories and Papers

<table data-header-hidden><thead><tr><th width="156"></th><th width="448"></th><th width="100" align="center"></th></tr></thead><tbody><tr><td><strong>Category</strong></td><td><strong>Courses Covered</strong></td><td align="center"><strong>Sections to Attempt</strong></td></tr><tr><td>Category II</td><td>PG-DAC, PG-DBDA, PG-DITISS, PG-DAI, PG-DIoT, PG-DMC, PG-DASSD, PG-DHPCSA, PG-DFBD, PG-DCSF, PG-DRAT</td><td align="center">A + B</td></tr><tr><td>Category III</td><td>PG-DESD, PG-DVLSI</td><td align="center">A + B + C</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ccat.chinmaypatil.net/ccat-exam-structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
