This is the "Elimination Round." Consistency is more important than brilliance here.
MCQs (CS Fundamentals): Focus on Operating Systems (deadlocks, paging), DBMS (indexing, normalization), and Computer Networks (TCP/UDP, OSI layers).
DSA Question: Usually a Medium-level LeetCode problem. Common patterns include Sliding Window, Two Pointers, or BFS/DFS on trees.
Pro Tip: Pay attention to edge cases (empty inputs, large constraints). Most candidates fail because their code doesn't pass hidden test cases.