Sarkari RiseLogin

Direction Sense Test Navigation Questions for BIHAR POLICE CONSTABLE

Free, AI-curated practice for the Direction Sense Test Navigation section of BIHAR POLICE CONSTABLE. We have 29+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — BIHAR POLICE CONSTABLE mockAll BIHAR POLICE CONSTABLE resourcesAlready a user? Sign in →
📍 Direction Sense Test Navigation is also tested in:
UP POLICE CONSTABLE (40)
Why this topic matters · 7 min read
Direction Sense appears in almost every Bihar Police Constable reasoning section — typically 3-5 questions per paper. Candidates must track position changes using compass directions (N, S, E, W, NE, NW, SE, SW) and calculate final location or distance. High-scoring topic because it's systematic; most failures come from careless tracking or forgetting to update direction after turns. Expect mixed difficulty: simple 2-3 step problems and complex 5-7 step maze-like scenarios.

Compass Directions & Coordinate System

Think of a standard compass rose. North is up (positive Y), South is down (negative Y), East is right (positive X), West is left (negative X). When a person moves North, they go up; East means right. Intermediate directions (NE, NW, SE, SW) are 45-degree angles. In exams, always draw a small cross or grid on your rough paper — this prevents mental confusion. The key insight: direction is relative to the person's facing, not the page. If someone faces North and turns right, they now face East.

  • North (N) = up; South (S) = down; East (E) = right; West (W) = left
  • NE = North-East (up-right); NW = North-West (up-left); SE = South-East (down-right); SW = South-West (down-left)
  • Right turn from North = East; Right turn from East = South; Right turn from South = West; Right turn from West = North (clockwise cycle)
  • Left turn reverses the cycle: North → West → South → East → North (counter-clockwise)
  • Always track both position (coordinates) and facing direction separately — they are independent

Step-by-Step Movement Tracking

The core method: (1) Start at origin (0,0) facing a given direction. (2) For each instruction, update position based on current facing direction, then update facing if there's a turn. (3) After all steps, calculate final position and answer the question (distance, direction, or location). Common mistake: updating position before processing the turn — always turn first, then move. Use a table with columns: Step, Instruction, Facing Before, Facing After, Position Change, New Position.

  • Write down initial position and facing direction clearly
  • For each movement, multiply distance by unit vector of current facing direction
  • After a turn (left/right/U-turn), recalculate the facing direction using the clockwise/counter-clockwise cycle
  • U-turn = 180-degree turn (opposite direction)
  • Distance from origin = sqrt(x^2 + y^2); direction from origin = arctan(y/x) adjusted for quadrant
  • If asked 'how far from starting point', calculate Euclidean distance; if asked 'in which direction', give compass bearing
Key formulas
Euclidean Distance
d = sqrt((x_final - x_start)^2 + (y_final - y_start)^2)
When: Calculate straight-line distance between two points
Direction Angle
theta = arctan(y / x); adjust for quadrant
When: Find compass direction from origin to final position
Worked examples

Example 1: Start at (0,0) facing North. Move 5 km North → position (0,5), facing North. Turn right → facing East. Move 3 km East → position (3,5), facing East. Distance from start = sqrt(3^2 + 5^2) = sqrt(34) ≈ 5.83 km. Direction = NE (since x>0, y>0).

Example 2: Start at (0,0) facing East. Move 4 km → (4,0). Turn left → facing North. Move 3 km → (4,3). Turn left → facing West. Move 4 km → (0,3). Distance = 3 km. Direction = North.

Common Question Types in Bihar Police Exams

Bihar Police papers typically ask: (1) Final distance from starting point (most common). (2) Direction from starting point to final position. (3) Which direction is person facing at end. (4) Shortest distance to reach a landmark. (5) Relative position of two people after movements. Each type requires slightly different focus: distance questions need Pythagorean calculation; direction questions need quadrant awareness; facing questions need turn tracking.

  • Distance questions: Always use sqrt(x^2 + y^2); avoid Manhattan distance unless explicitly stated
  • Direction questions: Identify quadrant first (NE if x>0,y>0; NW if x<0,y>0; SW if x<0,y<0; SE if x>0,y<0)
  • Facing direction: Maintain a turn counter (right = +1, left = -1 mod 4) to avoid confusion
  • Multi-person problems: Track each person separately, then compare final positions
  • Landmark/obstacle questions: Identify coordinates of landmark first, then calculate relative position

Angle & Turn Mechanics

Turns are measured in degrees or as left/right/U-turn. A right turn is +90 degrees (clockwise); a left turn is -90 degrees (counter-clockwise); a U-turn is 180 degrees. If a person faces North and turns 45 degrees right, they face NE (not a standard compass point, but some exams use this). The mnemonic NESW helps: if you're at N and turn right, you go to E; from E, turn right to S; from S, turn right to W; from W, turn right back to N. This is a closed loop.

  • Right turn = clockwise = +90 degrees; Left turn = counter-clockwise = -90 degrees
  • U-turn = 180 degrees = opposite direction
  • Mnemonic for right-turn sequence: Never Ever Stop Working (N→E→S→W→N)
  • If facing direction is given as angle (e.g., 45 degrees from North), convert to compass (NE) or vice versa
  • Some exams ask 'turn X degrees right/left' — use modular arithmetic (mod 360) to find final angle
⚠ Common mistakes to avoid
  • Confusing facing direction with position — a person can be at (3,5) but facing West. These are independent. Always track both.
  • Forgetting to update facing direction after a turn before calculating the next movement — this cascades errors through the problem.
  • Using Manhattan distance (|x| + |y|) instead of Euclidean distance (sqrt(x^2 + y^2)) — exams almost always want straight-line distance.
  • Misidentifying quadrant when calculating final direction — remember: NE is (+,+), NW is (-,+), SW is (-,-), SE is (+,-) in standard (x,y) coordinates.
  • Misreading 'turn right' as 'turn left' or vice versa — read the question twice; this is a common typo trap in scanned papers.
🧠 Memory aids
  • NESW for right-turn cycle: Never Ever Stop Working — memorize this sequence to instantly know what direction you face after any right turn.
  • Quadrant shorthand: NE=+x+y, NW=-x+y, SW=-x-y, SE=+x-y — draw a quick grid with these labels on your rough paper.
  • Right = Clockwise = +90; Left = Counter-Clockwise = -90 — use +/- to avoid confusion.
  • Distance = sqrt(x^2 + y^2) — think Pythagoras; position = (x,y) — think coordinates. Keep them separate in your mind.
🎯 BIHAR POLICE CONSTABLE exam tips
  • Bihar Police papers (2022-2024) typically include 3-4 direction sense questions in the 40-50 minute reasoning window. Allocate 2-3 minutes per question.
  • Diagrams are your best friend — even if the question doesn't provide one, draw a grid and plot positions. This reduces mental load by 50%.
  • Watch for 'tricky' wording: 'How far is he from the starting point?' (distance) vs. 'In which direction is he from the starting point?' (bearing). Answer format differs.
  • Recent papers (2023-24) include 1-2 multi-step problems (6-8 movements) mixed with 2-3 simple ones (2-3 movements). Practice both.
  • If a problem involves multiple people or landmarks, use a table or separate coordinate tracking for each entity — reduces cross-contamination errors.

Sample questions

Q1 · easy · AI-verified
Sita faces South. She turns 90° clockwise. In which direction is she facing now?
  1. South
  2. West
  3. East
  4. North
Q2 · hard · AI-verified
Priya starts from home, walks 15 km North, then turns and walks 20 km East to reach school. From school, she walks 15 km South and then 10 km West to reach market. How far is the market from Priya's home and in which direction?
  1. 10 km, West
  2. 20 km, East
  3. 10 km, East
  4. 5 km, East
Q3 · hard · AI-verified
Ravi starts from point A, walks 8 km towards North, then turns right and walks 6 km, then turns right and walks 12 km, then turns left and walks 4 km. How far is he from point A and in which direction?
  1. 10 km, North-East
  2. 14 km, South-East
  3. 8 km, East
  4. 10 km, South-East
Q4 · medium · AI-verified
Mohan goes 5 km North, then turns East and goes 12 km. What is the straight-line distance from his starting point?
  1. 13 km
  2. 17 km
  3. 7 km
  4. 15 km
Q5 · medium · AI-verified
Two friends P and Q start from the same point. P walks 5 km North and Q walks 5 km South. Then P turns right and walks 4 km; Q also turns right and walks 4 km. What is the distance between P and Q?
  1. 14 km
  2. 18 km
  3. 8 km
  4. 10 km
💡 Want answers + explanations + 24+ more Direction Sense Test Navigation questions? Sign up free →
⭐ Recommended for BIHAR POLICE CONSTABLE aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More BIHAR POLICE CONSTABLE topics

Indian History Ancient Medieval Modern Outline
30+ practice questions
Classification Odd One Out
30+ practice questions
Simple Interest and Compound Interest
30+ practice questions
Percentage Calculation and Change
30+ practice questions
Hindi Vyakaran Sandhi Vowel Consonant Visarga
30+ practice questions
Bihar History Mauryan Empire Magadha Pataliputra
30+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q