RPSC Programmer Topic Wise Test - 2024: Time: 02.00 Hours Questions: 100 Negative:0.33
RPSC Programmer Topic Wise Test - 2024: Time: 02.00 Hours Questions: 100 Negative:0.33
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 01 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.7 Which method is used to access superclass members from the subclass?
(B) Overloading methods with the same name but different parameters.
(C) Making all class members private and providing public getter and setter methods
(B) To handle unexpected events that occur during the execution of a program
Q.16 Which method is used to split a string into an array of substrings based on a delimiter in
Java?
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 03 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.17 Which method is used to extract a single character from a string at a specified index in
Java?
(A) JRE (Java Runtime Environment) (B) JVM (Java Virtual Machine)
Q.20 Given that Student is a class, how many reference variables and objects are created by the
following code?
Q.21 What is the return type of the hashCode() method in the Object class?
Q.22 Evaluate the following Java expression, if x=3, y=5, and z=10;
++z + y - y + z + x++
(A) 24 (B) 23 (C) 20 (D) 25
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 04 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.26 Which of these classes are the direct subclasses of the Throwable class?
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 05 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.28 A relation in which every non-key attribute is fully functionally dependent on the primary
key and which has no transitive dependencies is in –
Q.30 The following functional dependencies hold true for the relational schema R{V, W, X, Y,
Z}:
V → W VW → X Y → VX Y → Z
Which of the following is irreducible equivalent for this set of functional dependencies?
(A) V → W V → X Y → V Y → Z
(B) V → W W → X Y → V Y → Z
(C) V → W Y → X Y→Z
(D) V → W W → X Y → V Y → X Y→Z
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 06 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.33 Consider a relation R(A, B, C), which of the following statements is not true according to
inference rules for functional dependencies?
(D) If A → B, then AC → BC
Q.34 Relation R has eight attributes ABCDEFGH. Fields of R contain only Atomic values.
F= {CH G,A BC,B CFH, E A,F EG} is a set of functional Dependencies (FDs) so
that F+ is exactly the set of FDs that hold for R.How many candidate keys does the relation R
have?
Q.35 The following functional dependencies for relational schema R(PQRSTU) are given:
PQ → RS, ST → U, R → T, U → S, PT → R and T → P Which of the following is true?
Q.36 Consider a relation with seven attributes ABCDEGH. The following dependencies are
given .
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 07 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.37 Consider a relation R(A, B, C, D, E) with the following three functional dependencies.
AB → C ; BC → D ; C → E; The number of super keys in the relation R is
Q.38 Which of the following is NOT a super key in a relational schema with attributes V, W, X,
Y, Z and primary key VY ?
(A) V X Y Z (B) V W X Z
(C) V W X Y (D) V W X Y Z
Q.39 The maximum number of superkeys for the relation schema R (E, F, G, H) with E as the
key is
Q.40 Consider the relation scheme R = (E, F, G, H, I, J, K,L, M, N ) and the set of functional
dependencies
{{E, F}} → {G}, {F} → {I, J},{E, H} → {K, L},{K} → {M},{L} → {N}} on R.
Q.41 Suppose the following functional dependencies hold on a relation U with attributes P, Q,
R, S, and T:
• P → QR
• RS → T
Which of the following functional dependencies cannot be inferred from the above functional
dependencies?
(A) PS → T (B) R → T
(C) P → R (D) PS → Q
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 08 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.43 Let the set of functional dependencies F = {QR → S,R → P, S → Q} hold on a relation
schema
X = (PQRS). X is not in BCNF. Suppose X is decomposed into two schemas Y and Z, where Y
= (PR) and Z = (Q R S).
Consider the two statements given below :
I. Both Y and Z are in BCNF
II. Decomposition of X into Y and Z is dependency preserving and lossless
Which of the above statements is/are correct ?
(A) Both I and II (B) I only (C) II only (D) Neither I nor II
Q.44 In a relational data model, which one of the following statements is TRUE?
(B) If all attributes of a relation are prime attributes, then the relation is in BCNF.
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 09 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.45 Consider a relational table R that is in 3 NF, but not in BCNF. Which one of the following
statements is TRUE?
Q.46 Consider the following four relational schemas. For each schema, all non-trivial
functional dependencies are listed. The underlined attributes are the respective primary keys.
Schema I:
Registration (rollno, courses)
Field 'courses' is a set-valued attribute containing the set of courses a student has registered for.
Non-trivial functional dependency:
rollno → courses
Schema II:
Registration (rollno, courseid, email)Non-trivial functional dependencies:
rollno, courseid → email
email → rollno
Schema III:
Registration (rollno, courseid, marks, grade)Non-trivial functional dependencies:
rollno, courseid → marks, grade
marks → grade
Schema IV:
Registration (rollno, courseid, credit) Non-trivial functional dependencies:
rollno, courseid → credit
courseid → credit
Which one of the relational schemas above is in 3 NF
but not in BCNF?
(A) Schema I (B) Schema II (C) Schema III (D) Schema IV
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 010 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
(D) in BCNF.
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 011 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Assume that, in the suppliers relation above, each supplier and each street within a city has a
unique name, and (sname, city) forms a candidate key. No other functional dependencies are
implied other than those implied by primary and candidate keys. Which one of the following is
TRUE about the above schema?
Which is the weakest normal form that the new database satisfies, but the old one does not?
Q.53 Consider the relation schema: Singer(singerName, songName). What is the highest
normalform satisfied by the "Singer" relation schema?
(C) Third Normal Form but not BCNF (D) Third Normal Form and BCNF
Q.55 For a database relation R(a, b, c, d) where the domains of a, b, c, and d include only
atomic values, and only the following functional dependencies and those that can be inferred
from them hold:
a→c
b → d The relation is in.
(D) BCNF
Q.56 Anomalies are avoided by splitting the offending relation into multiple relations, is also
known as _____.
Q.57 If a relation has a 4NF and no join dependency, and when it joins, it should be___, it is
considered 5NF.
Q.58 In a certain code FIRE is coded as DGPC. What will be the last letter of the coded word
for SHOT./एक निनित कोड में FIRE को DGPC के रूप में कोनडत ककया जाता है। SHOT के निए कू टबद्ध
शब्द का अंनतम अक्षर क्या होगा ?
(A) Q (B) R
(C) S (D) P
Q.59 In a certain language PRACTICE is coded as PICCTRAE, how is FLAMES coded in that code
?/ एक निनित भाषा में PRACTICE को PICCTRAE के रूप में कोनडत ककया जाता हैए उसी कोड में FLAMES
को कै से कोनडत ककया जाता है ?
Q.60 If HARD is coded 1357 and SOFT is coded as 2468, what do the figures 21448 stand for ?/
यकद HARD को 1357 और SOFT को 2468 कोनडत ककया गया है तो अंक 21448 का क्या अर्थ है ?
Q.61 If Dust is called Air, Air is called Fire, Fire is called Water, Water is called Colour, Colour is
called Rain and Rain is called Dust, where do Fish live ?/ यकद धूि को वायु कहा जाता है वायु को
अनि कहा जाता है अनि को जि कहा जाता है जि को रं ग कहा जाता है रं ग को वषाथ कहा जाता है और वषाथ
को धूि कहा जाता है तो मछनियााँ कहााँ रहती हैं?
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 014 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
(A) a (B) pe
(C) bo (D) re
Q.63 In a certain language, WEAK is coded as 9%2$ and SKIT is coded as #$7@, then how will
WAIT be coded in the same language?/एक निनित भाषा में, WEAK को 9%2$ के रूप में कोनडत ककया
जाता है और SKIT को #$7@ के रूप में कोनडत ककया जाता है, तो उसी भाषा में WAIT को कै से कोनडत ककया
जाएगा?
Q.64 If A = 4, K = 3, N = 2, P = 1, then the sum of which set of the letters makes the highest
number?/यकद A = 4, K = 3, N = 2, P = 1 है, तो अक्षरों के ककस समूह का योग सबसे बडी संख्या बिाता है?
Q.65 In a certain code, the words COME AT ONCE were written as XLNVZGLMXV. In the same
code, which of the following would code OK?/एक निनित कोड में, COME AT ONCE शब्द को
XLNVZGLMXV के रूप में नििा गया र्ा। उसी कोड में, निम्ननिनित में से कौि सा कोड OK होगा?
(A) KL (B) LM
(C) KM (D) LP
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 015 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.66 In a certain system of coding, the word STATEMENT is written as TNEMETATS. In the
same system of coding, what should be the code for the word POLITICAL?/कोडडंग की एक निनित
प्रणािी में, STATEMENT शब्द को TNEMETATS के रूप में नििा जाता है। कोडडंग की उसी प्रणािी में,
POLITICAL शब्द के निए क्या कोड होिा चानहए?
Q.67 In a coding language, the letters of the English alphabet are arranged in such a manner
that all the vowels are put in the end and the remaining letters are arranged from the first
letter onwards. The rearranged alphabets are used to denote the position occupied by letters
in the original alphabets. What is the code of META?/ककसी कोडडंग भाषा में अंग्रेजी वणथमािा के
अक्षरों को इस प्रकार व्यवनथर्त ककया जाता है कक सभी थवर अंत में आ जाते हैं और शेष अक्षर पहिे अक्षर से
आगे व्यवनथर्त हो जाते हैं। पुिव्यथवनथर्त अक्षरों का उपयोग मूि वणथमािा में अक्षरों के थर्ाि को दशाथिे के
निए ककया जाता है। META का कोड क्या है?
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 016 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.71 माधोडसंह व गोडवंद डसंह का संबंध निम्न में से ककस ककसाि आन्दोिि से र्ा-
Q.73 निम्न सूची में से उि िेताओं को चुनिए नजन्होंिे नबजोनिया ककसाि आंदोिि में भाग निया -
1. साधू सीताराम दास 2. नवजयडसंह पनर्क
3. मानणक्य िाि वमाथ 4. िारायणजी पटेि
सही कू ट चुनिए -
(A) 1 और 2 (B) 1, 2 और 3
(C) 1, 2 और 4 (D) 1, 2, 3 और 4
Q.75 िोकसभा चुिाव-2024 के निए उम्मीदवारों की िचथ सीमा को बढाकर ककतिा ककया गया है?
Q.76 भारतीय अंडर-19 किके ट टीम के कप्ताि उदय प्रताप सहारण को िोकसभा चुिाव के निए ककस नजिे
का यूर् आइकि बिाया गया है -
Q.77 हाि ही में भारत की पहिी नजयो हैररटेज साइट (भू-नवरासत थर्ि) ककसे घोनषत ककया गया है -
(A) rectangle (B) ellipse (C) diamond shaped box (D) circle
(D) may either emanate or terminate in an external entity but not both
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 018 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
(iii) a label such as: xyz (iv) no arrows as they are confusing
(A) i and iii (B) ii and iv (C) iii and iv (D) i and ii
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 019 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.89 Data cannot flow from an external entity to an external entity because
Q.90 Which of the following is an important factor that can affect the accuracy and efficacy of
estimates?
(A) Project size (B) Planning process
Q.92 The project planner examines the statement of scope and extracts all important software
functions which is known as
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 020 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.94 Which technique is applicable when other projects in the same analogy application
domain have been completed?
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 021 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com
RPSC PROGRAMMER TOPIC WISE TEST – 2024
test NUMBER -04
Time: 02.00 Hours Questions: 100 Negative:0.33
Q.100 COCOMO II is an example of a suite of modern empirical estimation models that require
sizing information expressed as:
Ridhi-Sidhi Circle In Front of Mangalam Electronic Mall Near By IOC Petrol Pump
Page 022 of 022
MOB: 7014528940 / 8949174075 www.infiqueclasses.com