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 2023 the exam will be happening on Mettl.
We update our Cognizant GenC Test Pattern page as soon as there is any change in syllabus or process within a day, which is why PrepInsta is the No.1 placement preparation website in India.
NOTE:Cognizant GenC has recently removed Coding section from their exam, and it will only be part of Cognizant GenC Elevate
Coding Section is removed from CTS GenC Placement Paper
Cognizant GenC Test Syllabus Rounds
Cognizant GenC Test Pattern
Important Information
Total no. of question
80
Allotted Time
100 mins
Section Property
Mandatory
Negative Marking
No
Note: This pattern is for On-Campus Karnataka Region. Pattern for On-Campus varies from region to region. Please contact our Support Team to know about region specific Cognizant GenC Pattern.
This year they have introduced a new section called Cognizant Automata Fix, wherein they will give you a code that will have a minor error like. Error in if else condition like or for loop were in one equal to sign is missing etc.
Questions can be asked on:
Basic programming
Control Structures
Conditional statements
Linear data structures
Advanced data structures
Sorting and searching algorithm
Cognizant Coding Exam Analysis
Number of Questions - 7 Question
Time - 20 mins
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;
There is no negative marking in the Cognizant GenC test so you can apply all the questions without any worry.
You can get all the Cognizant GenC Communication assessemnt information on this site itself. As PrepInsta contains all the updated syllabus of Cognizant GenC Placement Paper.
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 🙂