Cognizant GenC Syllabus 2025
Cognizant GenC Syllabus for Freshers 2025
Cognizant GenC conducts both on-campus and Off-campus drives. Earlier it used MeritTrac for on campus but this has been discontinued from August 01, 2019. Now Cognizant GenC Exam Pattern is changed, for 2025 the exam will be happening on Aon CoCubes.
NOTE: Cognizant GenC had removed Coding section from their exam, but now they have re-introduced the coding and code debugging with the name of Technical Assessment, it will be part of Cognizant GenC Pro and Genc Next profiles.
Cognizant GenC Online Test Syllabus 2025
- AptitudeAssessment
- Communication Assessment
- Reading
- Grammar and Comprehension
- Listening and Speaking
- Technical Assessment
- GenC Technical Interview
- GenC HR Interview
Cognizant GenC Test Syllabus Rounds
Cognizant GenC Test Pattern | Important Information |
---|---|
Total no. of question | 164 |
Allotted Time | 260 mins |
Section Property | Mandatory |
Negative Marking | No |
Note: This pattern is for On-Campus Cognizant Drives.
Detailed Cognizant GenC Syllabus and Pattern 2025
Cognizant GenC Quantitative Aptitude Syllabus 2025 (Updated)
- Basic Mathematics
- Applied Mathematics
- Engineering Mathematics
Cognizant Aptitude Exam Analysis
- Number of Questions - 40 Questions
- Time - 80 mins (Shared)
- Total Marks - 900
- Section Type: Mandatory
Cognizant Verbal Exam Analysis 2025 (Updated)
- Number of Questions - 20 Question
- Time - 60 mins (Shared)
- Total Marks - 900
- Section Type: Mandatory
The Verbal English section will help you in order to answer the Grammar and Comprehension part of Cognizant Communication Assessment
- Grammar
- Reading Comprehension
Cognizant Verbal English Questions
Cognizant GenC Logical Syllabus 2025 (Updated)
- Deductive Reasoning
- Inductive reasoning
- Abductive Reasoning
Cognizant Logical Exam Analysis
- Number of Questions - 40 Question
- Time - 80 mins (Shared)
- Total Marks - 900
- Section Type: Mandatory
Cognizant Coding Syllabus
Earlier Cognizant used to conduct this round separately for various colleges but now this round has been standardised for all the colleges.
Note:
This round is very important for the students because on the basis of how you perform in the Technical Assessment you will be offered the Job Role of GenC Pro and Genc Next which has more salary than the normal GenC.
- Number of questions - 4 Questions(2 easy + 2 Hard)
- Time allotted - 120 mins (Shared)
This section is only asked for students whose's college CTS is visiting for an Associate role with a package of 6.5LPA. You can prepare for the same from our CTS GenC Coding Proficiency Dashboard here.
Cognizant Code Debugging Syllabus -
This round will test your code analyzing and problem solving techniques. The questions in this section will mostly be related to number and string operations, data structures, and basic searching and sorting algorithms, you need to analyze that what part of the code is incorrect and then correct that faulty part.
Questions can be asked on:
- Operations on numbers and strings
- Data Structures
- Searching Algorithms
- Sorting Algorithms
Cognizant Code Debigging Exam Analysis
- Number of Questions - 20 Question
- Time - 120 mins (Shared)
- Total Marks - 900
- Section Type: Mandatory
Example -
Check for syntax error/ logical error and correct the error to get the desired output.
Given n, print from n to 0
int main() { int n; scanf("%d", &n); unsigned int i = n; while(i >= 0) { printf("%d\n", i); i--; } return 0; }
Input: 4
Output: Infinite loop
Answer: Error – Logical error
unsigned int i = n; unsigned integer ranges from 0 to 65535, which will be taken in the cyclic order. So i-- will keep repeating in a cyclic way. The loop will never be terminated. So it should be written as int i = n;
Additional Facts
Detailed Analysis of Cognizant GenC Syllabus: Cognizant GenC Question Paper Mandatory Section
Sections | No. Of Questions | Time | Difficulty |
---|---|---|---|
Aptitude Test
|
80 | 80 mins (Shared) | High |
Communication Round
|
60 | 60 mins(Shared) | Medium |
Technical Assessment
|
24 | 120 mins(Shared) | High |
Total | 164 | 260 mins | Medium - High |
Round 1: Aptitude Assessment
- Quantitative Aptitude
- Analytical and Logical Reasoning
Total Time: 80 Mins
Round 2: Communication Assessment:
- Reading and Grammar
- Comprehension and Listening
- Speaking
Total Time: 60 mins
After clearing Round 2 you will be allowed to give Round 3
Round 3: Technical Assessment
- Coding 1
- Code Debugging
- Coding 2
Total Time: 120 mins
After clearing the above round on the basis of your performance you will be called for GenC Interview .
Round 4 (Cognizant GenC Interview)-
This Round is also termed as GenC Interview Round. As per the information from Cognizant, this time Cognizant is hiring for primarily 3 rounds which are as follows:
- GenC - Salary Package - 4.5 LPA
- GenC Pro - Salary Package - 5.7 LPA
- GenC Next - Salary package - 6.75 LPA
Round 4 is basically GenC Interview Round. You will be asked question on the topic
- Problem Articulation
- Algorithm Capabilities
- Programming Concepts
- Cognitive Abilities
- Right Attitude.
To be eligible for the Interview of the profile of GenC Pro and GenC Next you will have to perform very well in the Round 3 of the Cognizant GenC Assessment which is the Technical Assessment.
Cognizant GenC Exam Syllabus Eligibility
- 2025 pass out of B.Tech,BCA, MCA, B.E. , M.E. , M.Tech student.
- No standing arrears in the current education
- Education gap of not more than one year.
- More than 60% or CGPA > 6 in aggregate.
CTS GenC Placement Paper contains three sections in Aptitude Assessment:
Cognizant GenC Placement Papers Contains 3 section in Communication Assessment:
- Reading and Grammar
- Grammar and Comprehension
- Listening and Speaking
Click here to practice Cognizant GenC Communication Assessment Questions.
Videos
One Subscription, For Everything
The new cool way of learning and upskilling -
One Subscription access everything
Get Access to PrepInsta Prime
from FAANG/IITs/TOP MNC's
PrepInstaPrime
Get over 200+ course One Subscription
Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others.
Comments
Login/Signup to comment
I only know python programming language. Should i learn any other language for clearing all the rounds in Cognizant?
what is the syllabus of Cognizant for the 2021 batch
The given information on this page is up to date with Cognizant Exam.
IS THE SYLABUS IS SAME FOR THE UPCOMING DRIVE OF COGNIZANT.
Yes, the syllabus is same.
Thanks sir, I got placed in Cognizant because of you :). The whole paper was exactly of the same pattern as given on your instaprep website 🙂