Coding patterns
Tested in 3 real MPSC questions across 2 years (2014–2015). See it in context on the interactive Concept Graph →
Years it was asked
Real questions that test this
एक अंक व्यवस्थापन यंत्र, संख्यांच्या इनपुट ला प्रत्येक चरणात विशिष्ट नियमानुसार पुनर्व्यवस्थित करते. खाली इनपुट आणि पुनर्व्यवस्थापनाचे चरण यांचे एक उदाहरण दिलेले आहे : इनपुट - 38, 28, 3, 7, 30, 5 चरण I - 3, 38, 28, 7, 30, 5 चरण II - 3, 28, 38, 7, 30, 5 चरण III - 3, 28, 5, 38, 7, 30 चरण IV - 3, 28, 5, 30, 38, 7 चरण V - 3, 28, 5, 30, 7, 38 चरण V या इनपुटचा अंतीम चरण आहे. जर 11, 58, 45, 17, 20, 38 हा एखाद्या इनपुटाचा प्रथम चरण असेल तर, 11, 45, 38, 20, 58, 17 हा, त्या इनपुटाचा कोणता चरण असेल? A number arrangement machine rearranges the input of numbers in each step according to some rule; the example of which is given as follows : In put - 38, 28, 3, 7, 30, 5 Step I - 3, 38, 28, 7, 30, 5 Step II - 3, 28, 38, 7, 30, 5 Step III - 3, 28, 5, 38, 7, 30 Step IV - 3, 28, 5, 30, 38, 7 Step V - 3, 28, 5, 30, 7, 38 Step V is the last step of this input. If 11, 58, 45, 17, 20, 38 is the first step of some input then, 11, 45, 38, 20, 58, 17 will be which step of that input?
The machine arrangement shifts numbers step by step following a specific sorting rule. Tracking the exact movement sequence for the given first step leads to Step IV as the match.
त्रिकोण ते सर्वात बाहेरचा समलंब चौकोन यातील प्रश्नचिन्हाऐवजी ठेवण्यासाठी संख्या व वर्णाक्षरांचा उचित संच निवडा. Choose the appropriate set of numbers and alphabets that would replace the question marks logically from triangle to outermost trapezoid.
This logical puzzle links shapes, numbers, and alphabets through a systematic progression. Evaluating the transformation from triangle outward gives the exact combination.
पुढे दिलेल्या वर्णाक्षराधारित मालिकेत, वरच्या ओळीत असलेली जोडी खालच्या ओळीत हवी आणि याच्या उलटही व्हायला हवे. वर-खाली होण्याची गरज असलेली जोडी निवडा. CY, EV, LS, RJ, WM, DJ HA, LD, OG, QP, VM, ZP In the following alphabetical sequences below, one pair that appears in the top sequence should appear in the bottom sequence and vice versa. Choose the alternative pair that should be changed around. CY, EV, LS, RJ, WM, DJ HA, LD, OG, QP, VM, ZP
Analyzing the pairing relationship between the top and bottom alphabetical sequences reveals that swapping 'RJ, QP' corrects the anomaly in the matched pairs.