TNPSC Model Test
☰
Tamil
Tamil
▼
6th Tamil
7th Tamil
8th Tamil
9th Tamil
10th Tamil
English
English
▼
6th English
7th English
8th English
9th English
10th English
Maths
Maths
▼
6th Maths
7th Maths
8th Maths
9th Maths
10th Maths
Science
Science
▼
6th Science
7th Science
8th Science
9th Science
10th Science
Social
Social
▼
6th Social
7th Social
8th Social
9th Social
10th Social
இலக்கணம்
இலக்கணம்
▼
புணர்ச்சி
சொல் வகைகள்
வேற்றுமை உருபுகள்
விகுதிகள்
எழுத்தியல்
பகுபத உறுப்பிலக்கணம்
வழு கண்டறிதல்
வாக்கிய வகைகள்
சந்தி விதிகள்
காலங்கள் மற்றும் வினைமுற்று
பொது அறிவு
பொது அறிவு
▼
நாடுகள் மற்றும் தலைநகரங்கள்
மாநிலங்கள் மற்றும் தலைநகரங்கள்
முக்கிய தினங்கள்
நாடுகள் மற்றும் நாணயங்கள்
இந்திய விண்வெளி நிலையங்கள்
உலக விண்வெளி நிலையங்கள்
முக்கிய அணைகள்
பாரம்பரிய (செவ்வியல்) நடனங்கள்
நாட்டுப்புற நடனங்கள்
சர்வதேச அமைப்புகள் மற்றும் அவற்றின் தலைமையகங்கள்
தேசியப் பூங்காக்கள்
வனவிலங்கு சரணாலயங்கள்
முக்கிய விளையாட்டு அரங்கங்கள்
முக்கிய விமான நிலையங்கள்
கோப்பைகள் மற்றும் விருதுகள்
முக்கிய தலைப்புகள்
முக்கிய தலைப்புகள்
▼
காலவரிசை
வம்சங்கள் மற்றும் தலைநகரங்கள்
முக்கிய போர்கள்
இந்திய விடுதலை இயக்கம்
ஆங்கிலேயர் சட்டங்கள்
முக்கிய அரசியலமைப்பு சட்டப்பிரிவுகள்
அரசியலமைப்பு திருத்தங்கள்
அட்டவணைகள்
அரசியலமைப்பு அமைப்புகள்
முக்கிய குழுக்கள்
இந்தியாவின் ஆறுகள்
மலைத்தொடர்கள்
கணவாய்கள்
முக்கிய ஏரிகள்
முக்கிய துறைமுகங்கள்
பொது அறிவியல்
பொது அறிவியல்
▼
மின்சாரம் மற்றும் மின்காந்தவியல்
இயக்கவியல்
ஒளியியல்
வெப்பவியல்
அறிவியல் கருவிகள் மற்றும் SI அலகுகள்
அமிலம் – காரம் – உப்பு
தனிமங்கள் மற்றும் தனிம அட்டவணை
அணு அமைப்பு
வேதிவினைகள்
தினசரி வாழ்க்கை வேதியியல்
மனித உடலியல்
செல் மற்றும் மரபியல்
மனித நோய்கள் மற்றும் தடுப்பூசிகள்
ஊட்டச்சத்து மற்றும் வைட்டமின்கள்
சுற்றுச்சூழல் மற்றும் உயிரிப்பன்மை
Combined Technical Services
Combined Technical Services
▼
Civil Engineering
Mechanical Engineering
Electrical & Electronics Engineering
Electronics & Communication Engineering
Computer Science / IT
Agriculture
Horticulture
Architecture
Chemistry
Zoology
Botany
Commerce
Library Science
Statistics
Mathematics
Geology
Fisheries
Textile Technology
TN Group Exams Quiz
முகப்பு/Home
All tests
என் தேர்வு முடிவுகள்/My score
MCQ தேர்வு
Q1
Which TCP mechanism allows a sender to retransmit a packet before the retransmission timeout expires when sufficient duplicate ACKs are received?
A
Slow start
B
Fast retransmit
C
Flow control
D
Window scaling
Q2
For a hash table using separate chaining, what is the expected average search complexity under a uniform hashing assumption?
A
O(1 + alpha)
B
O(log n)
C
O(n log n)
D
O(n^2)
Q3
Which DNS record type maps a domain name directly to an IPv4 address?
A
AAAA
B
CNAME
C
A
D
MX
Q4
Which cryptographic property prevents an attacker from deriving the private key from the public key in a secure public-key system?
A
Compression
B
Computational hardness of the underlying mathematical problem
C
Packet fragmentation
D
Data normalization
Q5
Which cryptographic hash property makes it computationally difficult to find two different inputs producing the same hash?
A
Collision resistance
B
Key exchange
C
Forwarding
D
Compression ratio
Q6
What is the worst-case time complexity of inserting n keys into an initially empty binary search tree when the keys are already sorted?
A
O(n)
B
O(log n)
C
O(n log n)
D
O(n^2)
Q7
Which CPU scheduling algorithm can cause starvation even when the system is not overloaded?
A
Round Robin
B
First Come First Served
C
Shortest Job First
D
Multilevel Queue with Round Robin only
Q8
In a relational database, which normal form specifically eliminates transitive functional dependencies of non-key attributes on a candidate key?
A
First Normal Form
B
Second Normal Form
C
Third Normal Form
D
Boyce-Codd Normal Form
Q9
Which property of an algorithm guarantees that it eventually terminates after a finite number of steps?
A
Definiteness
B
Finiteness
C
Input
D
Output
Q10
Which algorithm can find shortest paths from a single source in a graph containing negative-weight edges, provided there is no reachable negative cycle?
A
Dijkstra
B
Bellman-Ford
C
Prim
D
Kruskal
Q11
Which technique is commonly used to reduce overfitting in neural networks by randomly disabling a fraction of neurons during training?
A
Pooling
B
Dropout
C
Tokenization
D
Quantization only
Q12
Which property of a transaction guarantees that committed changes survive a subsequent system failure?
A
Atomicity
B
Consistency
C
Isolation
D
Durability
Q13
Which language recognition class corresponds to languages accepted by a deterministic finite automaton?
A
Context-free languages
B
Regular languages
C
Context-sensitive languages
D
Recursively enumerable languages
Q14
In an AVL tree, what is the maximum allowed absolute difference between the heights of the left and right subtrees of any node?
A
0
B
1
C
2
D
log n
Q15
Which data structure provides amortized O(1) insertion at the end and O(1) random access when implemented as a dynamic array?
A
Linked list
B
Dynamic array
C
Binary search tree
D
Heap
Q16
Which page replacement algorithm can exhibit Beladys anomaly?
A
LRU
B
Optimal
C
FIFO
D
LFU
Q17
Which algorithm is used to construct a minimum spanning tree by repeatedly selecting the minimum-weight edge that does not create a cycle?
A
Kruskal algorithm
B
Dijkstra algorithm
C
Bellman-Ford algorithm
D
Floyd-Warshall algorithm
Q18
Which HTTP status code indicates that the server successfully processed the request but is not returning a response body?
A
200
B
201
C
204
D
304
Q19
In a distributed system, what does the term split-brain primarily describe?
A
Complete loss of all network connectivity
B
Multiple system partitions independently believing they are authoritative
C
CPU overheating
D
Database normalization failure
Q20
Which normal form requires every determinant in a functional dependency to be a candidate key or superkey?
A
1NF
B
2NF
C
3NF
D
BCNF
Q21
Which principle of database transaction processing ensures that a transaction is treated as an indivisible unit?
A
Atomicity
B
Isolation
C
Durability
D
Indexing
Q22
Which algorithm is used by Ethernet switches to determine the shortest path through a network topology?
A
Spanning Tree Protocol
B
RIP
C
BGP
D
SMTP
Q23
Which scheduling algorithm is generally optimal for minimizing average waiting time when all process burst times are known in advance?
A
FCFS
B
SJF
C
Round Robin
D
Priority scheduling
Q24
Which concurrency problem occurs when two or more transactions read and write shared data in such a way that the final result depends on execution order?
A
Race condition
B
Compilation error
C
Fragmentation
D
Paging
Q25
Which RAID configuration provides disk mirroring without striping?
A
RAID 0
B
RAID 1
C
RAID 5
D
RAID 6
Q26
What is the worst-case time complexity of Floyd-Warshall all-pairs shortest path algorithm?
A
O(V)
B
O(V log V)
C
O(V^2)
D
O(V^3)
Q27
Which synchronization primitive is specifically designed to allow only one thread at a time to enter a critical section?
A
Mutex
B
Cache
C
Page table
D
Socket
Q28
Which IPv4 mechanism allows multiple private hosts to share one public IPv4 address by translating network addresses and ports?
A
DNS
B
NAT/PAT
C
ARP
D
ICMP
Q29
Which algorithm has O(V + E) time complexity for finding a topological ordering of a directed acyclic graph?
A
Dijkstra
B
BFS or DFS based topological sort
C
Floyd-Warshall
D
Prim
Q30
Which OS concept allows a process to use an address space larger than the available physical memory?
A
Spooling
B
Virtual memory
C
Deadlock
D
Context switching
Q31
Which RAID level uses block-level striping with distributed parity?
A
RAID 0
B
RAID 1
C
RAID 5
D
RAID 10
Q32
What is the maximum number of edges in a simple undirected graph containing n vertices?
A
n^2
B
n(n - 1)
C
n(n - 1) / 2
D
2n
Q33
Which graph traversal guarantees the shortest path in an unweighted graph?
A
Depth First Search
B
Breadth First Search
C
Prim algorithm
D
Topological sort
Q34
Which compiler optimization eliminates repeated computation of the same expression when its operands have not changed?
A
Loop unrolling
B
Common subexpression elimination
C
Dead code insertion
D
Register spilling
Q35
Which statement about a deadlock in an operating system is correct?
A
It requires only mutual exclusion
B
It requires all four Coffman conditions simultaneously
C
It can occur only in single-process systems
D
It is always prevented by preemption
Q36
Which machine learning problem occurs when a model performs extremely well on training data but poorly on unseen data?
A
Underfitting
B
Overfitting
C
Normalization
D
Regularization
Q37
In TCP congestion control, which mechanism primarily detects congestion through packet loss or timeout and reduces the congestion window?
A
ARP
B
Slow start and congestion avoidance
C
DNS
D
DHCP
Q38
What is the primary purpose of a TLB in a virtual memory system?
A
Store recently used disk blocks
B
Cache virtual-to-physical address translations
C
Execute privileged instructions
D
Manage CPU scheduling
Q39
Which protocol is primarily used to securely transfer files over an SSH connection?
A
SFTP
B
FTP
C
TFTP
D
Telnet
Q40
Which compiler phase is primarily responsible for constructing an abstract syntax tree from tokens?
A
Lexical analysis
B
Syntax analysis
C
Code optimization
D
Code generation
Q41
Which data structure is most appropriate for implementing Dijkstras algorithm efficiently on a sparse graph?
A
Stack
B
Binary heap based priority queue
C
Hash table only
D
Circular queue
Q42
Which CAP theorem property means that every request receives a response indicating success or failure without guaranteeing the most recent data?
A
Consistency
B
Availability
C
Partition tolerance
D
Atomicity
Q43
Which database index structure is particularly suitable for range queries?
A
B-tree
B
Unordered hash table
C
Stack
D
Bitmap image
Q44
Which software testing technique examines internal program logic, paths, branches and conditions?
A
Black-box testing
B
White-box testing
C
Acceptance testing only
D
Alpha testing only
Q45
In a B+ tree of order m, what is the maximum number of children that an internal node can have?
A
m
B
m - 1
C
2m
D
m + 1
Q46
Which SQL operation is logically evaluated before the HAVING clause?
A
SELECT
B
GROUP BY
C
ORDER BY
D
LIMIT
Q47
Which principle states that software entities should be open for extension but closed for modification?
A
Single Responsibility Principle
B
Open-Closed Principle
C
Liskov Substitution Principle
D
Dependency Inversion Principle
Q48
Which data structure is required for an iterative depth-first search implementation?
A
Queue
B
Stack
C
Priority queue
D
Hash table only
Q49
Which virtual machine technology allows multiple operating systems to share the same physical hardware through a hypervisor?
A
Virtualization
B
Defragmentation
C
Compilation
D
Spooling
Q50
Which protocol is primarily responsible for mapping an IPv4 address to a MAC address on a local network?
A
DNS
B
ARP
C
ICMP
D
SMTP
Q51
Which operating system technique moves an entire process between main memory and secondary storage?
A
Paging
B
Swapping
C
Segmentation only
D
Spooling
Q52
Which algorithm is commonly used to find strongly connected components in a directed graph?
A
Kruskal only
B
Kosarajus algorithm
C
Dijkstra only
D
Prim only
Q53
Which protocol is connectionless and does not guarantee delivery, ordering or duplicate protection at the transport layer?
A
TCP
B
UDP
C
HTTP
D
SSH
Q54
What is the primary purpose of a foreign key constraint in a relational database?
A
Prevent duplicate column names
B
Maintain referential integrity
C
Encrypt table contents
D
Improve CPU scheduling
Q55
Which attack exploits the fact that user-supplied input is incorporated into a database query without proper parameterization?
A
SQL injection
B
ARP spoofing
C
Denial of service
D
Packet sniffing
Q56
Which SQL clause is used to eliminate duplicate rows from the result of a SELECT query?
A
UNIQUE
B
DISTINCT
C
GROUP
D
DEDUP
Q57
Which type of SQL JOIN returns every row from the left relation and matching rows from the right relation?
A
INNER JOIN
B
RIGHT JOIN
C
LEFT OUTER JOIN
D
CROSS JOIN
தேர்வை சமர்ப்பிக்கவும்/Submit the test