In a seating arrangement for a CSS interview panel, five candidates (A, B, C, D, and E) are sitting in a row. A is sitting next to B, and C is sitting next to D. D is not sitting with E. E is on the left end of the row. C is in the second position from the right. If A is to the right of B, what is the position of A from the left?
Options: A: Second, B: Third, C: Fourth, D: Fifth
Correct Answer: C
Explanation: Given E is at the left end (1st), and C is 2nd from the right (4th), the arrangement is E, _, _, C, _. Since C is next to D, D must be 5th. This leaves positions 2 and 3 for A and B. Since A is to the right of B, B is 2nd and A is 3rd. Wait, re-evaluating: If E is 1st, and C is 4th, D must be 5th. A and B occupy 2 and 3. If A is right of B, B is 2nd and A is 3rd. Therefore, A is in the 3rd position. CSS examiners often use these linear arrangement puzzles to test spatial logic.
What is the primary characteristic of a 'Deductive Argument' in the context of the FPSC General Ability test?
Options: A: The conclusion follows necessarily from the premises, B: The conclusion is likely true based on observed patterns, C: The argument relies on subjective expert opinion, D: The conclusion provides new information not contained in the premises
Correct Answer: A
Explanation: A deductive argument is defined by the fact that if the premises are true, the conclusion must be true. Option B describes inductive reasoning, which is probabilistic rather than certain. Option D describes the nature of synthetic statements, not the structure of deduction. Aspirants should note that FPSC tests the distinction between deductive certainty and inductive probability.
If all 'Provincial Civil Servants' are 'Public Employees' and some 'Public Employees' are 'Policy Makers', which of the following must be true?
Options: A: All Policy Makers are Provincial Civil Servants, B: Some Policy Makers are Provincial Civil Servants, C: Some Public Employees are not Provincial Civil Servants, D: No Policy Maker is a Provincial Civil Servant
Correct Answer: E
Explanation: This is a classic syllogism. The premises do not establish a necessary link between 'Policy Makers' and 'Provincial Civil Servants'. Option C is a possibility but not a logical necessity based strictly on the provided premises. CSS/PMS logic sections require strict adherence to the given statements without assuming external knowledge.
A project manager at the Planning Commission must schedule five meetings (P, Q, R, S, T) on five consecutive working days (Monday to Friday). P must be scheduled before R. Q must be scheduled on Wednesday. S must be scheduled immediately after T. If R is on Friday, which meeting must be on Monday?
Options: A: P, B: S, C: T, D: Cannot be determined
Correct Answer: C
Explanation: Q is Wednesday. R is Friday. P must be before R. S is immediately after T (TS block). The available slots are Mon, Tue, Thu. If we place TS on Mon/Tue, P must be Thu. If we place TS on Thu/Fri, it conflicts with R. Thus, T must be Monday and S must be Tuesday. This is a common constraint-satisfaction problem found in NTS GAT-General tests.
In a coding scheme, 'PAKISTAN' is coded as 'QBLJTUBO'. How is 'LAHORE' coded in the same scheme?
Options: A: MBIPSF, B: MBIQSF, C: KZIQGD, D: MBIPSE
Correct Answer: A
Explanation: The pattern is +1 for each letter (P+1=Q, A+1=B, K+1=L, etc.). Applying this to LAHORE: L+1=M, A+1=B, H+1=I, O+1=P, R+1=S, E+1=F. Result is MBIPSF. Distractors often involve slight shifts in the alphabet that students miscount under pressure.
Which of the following best defines an 'Analytical Reasoning' section in a competitive exam?
Options: A: A test of mathematical calculation speed, B: A test of vocabulary and grammar usage, C: A test of the ability to structure information and draw logical inferences, D: A test of historical facts about Pakistan
Correct Answer: C
Explanation: Analytical reasoning specifically measures the ability to analyze complex relationships, identify patterns, and draw logical conclusions from provided constraints. It is distinct from quantitative aptitude (math) or verbal ability (language). FPSC syllabus emphasizes this as a core component of the General Ability paper.
Seven members of a committee are to be selected from a pool of 4 men and 5 women. If the committee must have at least 3 women, how many ways can the committee be formed?
Options: A: 100, B: 105, C: 110, D: 120
Correct Answer: B
Explanation: We need to choose 7 members total from 9 people, with at least 3 women. Cases: (3W, 4M) = 5C3 * 4C4 = 10*1 = 10. (4W, 3M) = 5C4 * 4C3 = 5*4 = 20. (5W, 2M) = 5C5 * 4C2 = 1*6 = 6. Total = 10+20+6 = 36. Since 36 is not an option, E is the correct choice. This tests combinatorial logic often seen in PPSC/PMS exams.
If 'All bureaucrats are honest' is a false statement, which of the following must be true?
Options: A: No bureaucrats are honest, B: Some bureaucrats are not honest, C: All bureaucrats are dishonest, D: Some bureaucrats are honest
Correct Answer: B
Explanation: In formal logic, the negation of 'All X are Y' is 'Some X are not Y'. Saying 'All are honest' is false only requires that at least one bureaucrat is not honest. It does not mean 'No' or 'All are dishonest'. This is a standard test of categorical logic used in CSS screening tests.
A man points to a photograph and says, 'This girl is the wife of the only son of my father.' Who is in the photograph?
Options: A: His daughter, B: His wife, C: His sister, D: His mother
Correct Answer: B
Explanation: The 'only son of my father' is the man himself. Therefore, the girl is the 'wife of the man'. This is a classic blood relation puzzle. Many students mistakenly choose 'daughter-in-law' by misinterpreting the relationship chain.
In a series: 2, 6, 12, 20, 30, X. What is the value of X?
Options: A: 40, B: 42, C: 44, D: 46
Correct Answer: B
Explanation: The differences between consecutive numbers are 4, 6, 8, 10. The next difference must be 12. 30 + 12 = 42. This is a basic arithmetic progression of differences, a common pattern in NTS and FPSC screening tests.