You are attempting as a Guest — results won't be saved. Register Free to save progress!
Computer [Computer Networks (15) + DBMS (20) + Software Project Management (20) + Software Engineering (20) + Computer Fundamentals (20) + OOP Using C++ (20)] — 02 Aug 2026
120:00
Computer Networks
Q1 / 115
An endpoint of an inter-process communication flow across a computer network is called
Computer Networks
Q2 / 115
A cable break in which topology stops all transmission
Computer Networks
Q3 / 115
Differential Manchester and multi line transmission (MLT-3) schemes differ in
Computer Networks
Q4 / 115
In a _________ protocol, the data section of a frame is a sequence of bits.
Computer Networks
Q5 / 115
_______ is a process-to-process protocol that adds only port addresses, checksum error control, and length information to the data from the upper layer.
Computer Networks
Q6 / 115
IPS in firewall stands for .
Computer Networks
Q7 / 115
Usually, telnet connection is established using command followed by name of host.
Computer Networks
Q8 / 115
Which of the following functions does UDP perform?
Computer Networks
Q9 / 115
If the sender is a host and wants to send a packet to another host on another network, the logical address that must be mapped to a physical address is ______.
Computer Networks
Q10 / 115
A program which runs in the background and sends results requested by a client is called a .
Computer Networks
Q11 / 115
Normally, WiFi signal reach m distance.
Computer Networks
Q12 / 115
TCP/IP port number 69 is assigned for .
Computer Networks
Q13 / 115
The technique of temporarily delaying outgoing acknowledgements so that they can be hooked onto the next outgoing data frame is called
Computer Networks
Q14 / 115
In Address Resolution Protocol (ARP), a packet is encapsulated directly into a
Computer Networks
Q15 / 115
In _______ forwarding, the routing table holds the address of just the next hop instead of complete route information.
DBMS
Q16 / 115
What is a composite attribute in ER modeling?
DBMS
Q17 / 115
What is the purpose of Write-Ahead Logging (WAL)?
DBMS
Q18 / 115
Which of the following is not a DCL statement?
DBMS
Q19 / 115
Batch processing is appropriate if
DBMS
Q20 / 115
What is the concept of ontological commitment in ER modeling and how does it affect schema design?
DBMS
Q21 / 115
Which key is referencing a primary key in a table:
DBMS
Q22 / 115
Column-store database architecture is better suited for OLAP because:
DBMS
Q23 / 115
Which of the following schemas does define a view or views of the database for particular users?
DBMS
Q24 / 115
Linear hashing
DBMS
Q25 / 115
Which of the following schemas defines a view or views of the database for particular users?
DBMS
Q26 / 115
What is the isolation level READ COMMITTED and what anomalies does it prevent vs allow?
DBMS
Q27 / 115
How many inference rules are there for functional dependencies?
DBMS
Q28 / 115
For the rule Every Department MUST have exactly one Manager what is the participation constraint?
DBMS
Q29 / 115
TRUNCATE vs DELETE: which can be rolled back (in most databases)
DBMS
Q30 / 115
What is lock contention and what strategies reduce it in high-throughput OLTP systems?
DBMS
Q31 / 115
Arrays are best data structures
DBMS
Q32 / 115
Problems occurs if we don’t implement a proper locking strategy
DBMS
Q33 / 115
Which design pattern does Eloquent ORM use
DBMS
Q34 / 115
A domain is atomic if elements of the domain are considered to be ____________ units.
DBMS
Q35 / 115
Which one is based on multi-valued dependency:
Software Project Management
Q36 / 115
Interviews are conversations with                
Software Project Management
Q37 / 115
                 captive requires that the cloud accommodate multiple compliance regimes.
Software Project Management
Q38 / 115
How are final contracts signed in modern business?
Software Project Management
Q39 / 115
How many styles are used in a screening interview?
Software Project Management
Q40 / 115
Which of the following is not a build system feature?
Software Project Management
Q41 / 115
If an Indirect approach is taken, then the sizing approach is represented as
Software Project Management
Q42 / 115
The full form of CPM is                        
Software Project Management
Q43 / 115
In XP Increments are delivered to customers every                weeks.
Software Project Management
Q44 / 115
Which four framework activities are found in the Extreme Programming(XP) ?
Software Project Management
Q45 / 115
When code is made available to others, it goes in a/an
Software Project Management
Q46 / 115
Which of the following is a configuration item?
Software Project Management
Q47 / 115
Statement and branch coverage metrics are part of
Software Project Management
Q48 / 115
The UML was designed for describing
Software Project Management
Q49 / 115
A semaphore is a shared integer variable
Software Project Management
Q50 / 115
Which of the following algorithms are probably correct as well as fast?
Software Project Management
Q51 / 115
Which of the following is not a phase of project management?
Software Project Management
Q52 / 115
When high priority task is indirectly preempted by medium priority task effectively inverting the relative priority of the two tasks, the scenario is called
Software Project Management
Q53 / 115
Which of these interviews is taken for a candidate far away?
Software Project Management
Q54 / 115
Which of the following is a project scheduling method that can be applied to software development?
Software Project Management
Q55 / 115
How is Incremental Model different from Spiral Model?
Software Engineering
Q56 / 115
What is 'binary search debugging' and in what scenario is it most effective?
Software Engineering
Q57 / 115
Lehman’s Fifth Law (Lehman and Belady 1985) is
Software Engineering
Q58 / 115
Some managers found out that
Software Engineering
Q59 / 115
ERD stands for
Software Engineering
Q60 / 115
---------- The degree to which full implementation of required function has been achieved.
Software Engineering
Q61 / 115
What is Architecture?
Software Engineering
Q62 / 115
A fishbone diagram is also known as a
Software Engineering
Q63 / 115
System analysis and design phase of Software Development Life Cycle (SDLC)
Software Engineering
Q64 / 115
—————- pattern facilitates accessing shared resources and services for large numbers of distributed distributed clients.
Software Engineering
Q65 / 115
White Box techniques are also classified as
Software Engineering
Q66 / 115
which of the following grammars are not phase structured
Software Engineering
Q67 / 115
What is 'schedule risk' specific to Waterfall projects and what monitoring metric best detects it early?
Software Engineering
Q68 / 115
What are the notations for the Use case Diagrams?
Software Engineering
Q69 / 115
Which of the following is the task ofproject indicators:
Software Engineering
Q70 / 115
The phase of System Development associated with creation of the test data is
Software Engineering
Q71 / 115
Which of the property of software modularity is incorrect with respect to benefits software modularity?
Software Engineering
Q72 / 115
A review summary report answers which three questions?
Software Engineering
Q73 / 115
What is a database wrapper class?
Software Engineering
Q74 / 115
Select the developer-specific requirement ?
Software Engineering
Q75 / 115
What is 'risk-driven prototyping' in the Spiral model, and how does it differ from requirements-driven prototyping?
OOP Using C++
Q76 / 115
What is the output: int f(int n){int r=1; while(n>1) r*=n (1, 6, 75, 5, 4, 'What is 'noexcept' function and move semantics?
OOP Using C++
Q77 / 115
What is the output: try{throw std::runtime_error("fail");}catch(std::exception& e){cout<<e.what();}
OOP Using C++
Q78 / 115
What is the output: string s="abcdef"; cout<<s.substr(2,3);
OOP Using C++
Q79 / 115
What is the output: class A{public:vector<int>v; A(initializer_list<int>il):v(il){}}; A a={1,2,3,4,5}; cout<<a.v.size()<<a.v[2];
OOP Using C++
Q80 / 115
What is the output: class A{public: void f(){cout<<1;} virtual void g(){cout<<2;}}; class B:public A{public: void f(){cout<<3;} void g()override{cout<<4;}}; B b; A&r=b; r.f(); r.g();
OOP Using C++
Q81 / 115
What is the output: template<typename T> int sign(T x){return x>0?1:(x<0?-1:0);} cout<<sign(-5)<<sign(0)<<sign(3);
OOP Using C++
Q82 / 115
What is the output: int x=5; unique_ptr<int> p=make_unique<int>(x); unique_ptr<int> q=move(p); cout<<(bool)p<<*q;
OOP Using C++
Q83 / 115
What is the output: int x=0; try{x=1;} catch(...){x=2;} cout<<x;
OOP Using C++
Q84 / 115
What is the output: int a=0b1010,b=0b1100; cout<<(a&b)<<(a|b)<<(a^b);
OOP Using C++
Q85 / 115
What is the output: int x=100; cout<<(x/10/10);
OOP Using C++
Q86 / 115
What is the output: try{throw 1.0;}catch(int){cout<<'I';}catch(double){cout<<'D';}catch(...){cout<<'A';}
OOP Using C++
Q87 / 115
What is the output: for(int i=2;i<10;i++) if(i%2==0&&i%3==0&&i%5==0) cout<<i;
OOP Using C++
Q88 / 115
What is the output: int f(int x){if(x<0)return f(-x); return x<10?x:f(x%10)+f(x/10);} cout<<f(-123);
OOP Using C++
Q89 / 115
What is the output: class A{int x; public:A(int v):x(v){} int get()const{return x;} A operator+(const A& o)const{return {x+o.x};}}; A a(3),b(4); A c=a+b; cout<<c.get();
OOP Using C++
Q90 / 115
What is the output: int a[]={1,2,3,4,5}; cout<<transform_reduce(a,a+5,0,plus<>(),[](int x){return x*x;});
OOP Using C++
Q91 / 115
What is 'std::inplace_vector' in C++26?
OOP Using C++
Q92 / 115
What is the output: auto x=3.14; auto y=3.14f; cout<<(sizeof(x)==sizeof(y));
OOP Using C++
Q93 / 115
What does 'goto' do in C++?
OOP Using C++
Q94 / 115
What is the output: int (*fp[3])(int)={[](int x){return x;}, [](int x){return x*2;}, [](int x){return x*3;}}; cout<<fp[2](5);
OOP Using C++
Q95 / 115
What is 'non-virtual interface' (NVI) pattern?
Computer Fundamentals
Q96 / 115
Ray tracing in GPUs simulates?
Computer Fundamentals
Q97 / 115
Fiber optic cable transmits data using?
Computer Fundamentals
Q98 / 115
Wi-Fi 6 is also known as?
Computer Fundamentals
Q99 / 115
MBR stands for?
Computer Fundamentals
Q100 / 115
Which exam does RMSSSB (Rajasthan Ministerial and Subordinate Services) conduct?
Computer Fundamentals
Q101 / 115
Which shortcut selects entire row in Excel?
Computer Fundamentals
Q102 / 115
Which programming language is used for iOS development?
Computer Fundamentals
Q103 / 115
WebSocket provides?
Computer Fundamentals
Q104 / 115
The CPU utilization in an ideal system should be close to?
Computer Fundamentals
Q105 / 115
Primary key in MS Access?
Computer Fundamentals
Q106 / 115
Which scheduling algorithm gives equal time slices to all processes?
Computer Fundamentals
Q107 / 115
APM (Application Performance Monitoring) tools include?
Computer Fundamentals
Q108 / 115
Floyd-Warshall algorithm finds?
Computer Fundamentals
Q109 / 115
Vishing is?
Computer Fundamentals
Q110 / 115
Kubernetes Ingress manages?
Computer Fundamentals
Q111 / 115
Instruction pipelining improves?
Computer Fundamentals
Q112 / 115
NAT (Network Address Translation) allows?
Computer Fundamentals
Q113 / 115
Salting a password before hashing?
Computer Fundamentals
Q114 / 115
MTBF stands for?
Computer Fundamentals
Q115 / 115
Which Linux command changes directory?