IBPS SO IT Officer Scale-I Professional Knowledge 5-Option Standard

IBPS SO IT Officer Solved Papers

Master Computer Science & IT concepts: DBMS & SQL, Data Structures, Computer Networks, Operating Systems, Software Engineering, OOPs, and Network Security with detailed technical explanations.

0%
Score Tracker
Instant accuracy rate
0
Correct
0
Wrong
0
Attempted
Filter Professional Knowledge Questions

All IBPS SO IT PYQs / All Domains / All Topics

Select your option below. Marking scheme: +1.00 positive, -0.25 negative.

290 Questions Page 8 of 12
176

What is the maximum number of elements present simultaneously in the operand stack while evaluating the postfix expression:

$$6\quad 2\quad 3\quad +\quad -\quad 3\quad 8\quad 2\quad /\quad +\quad *$$
IBPS SO IT Main Exam Dated 28.01.2024 Data Structures & Algorithms
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
177

Which of the following algorithms is not used for finding a Minimum Spanning Tree (MST)?

IBPS SO IT Main Exam Dated 28.01.2024 Data Structures & Algorithms
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
178

Which ACID property ensures that a transaction brings the database from one valid state to another, maintaining all predefined rules?

IBPS SO IT Main Exam Dated 28.01.2024 Database Management Systems (DBMS)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
179

Which schema model is widely used in traditional data warehouse design for organizing fact tables and dimension tables?

IBPS SO IT Main Exam Dated 28.01.2024 Data Warehousing & Mining
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
180

Which authorization framework is commonly used in modern web applications to enable token-based access and is often integrated into Single Sign-On (SSO) systems?

IBPS SO IT Main Exam Dated 28.01.2024 Information & Network Security
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
181

What is the total number of networks available in IPv4 Class C?

IBPS SO IT Main Exam Dated 29.01.2023 Computer Networks
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
182

The attribute whose value is derived from another attribute is called?

IBPS SO IT Main Exam Dated 29.01.2023 Database Management Systems (DBMS)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
183

Consider the following C++ code snippet:

#include <iostream>
using namespace std;

int main() {
    bool a = true;
    bool b = false;
    bool c = (a || b) && !(a && b);
    bool d = a && !b;
    cout << "Result: " << (c == d) << endl;
    return 0;
}

What is the output of the above program?

IBPS SO IT Main Exam Dated 29.01.2023 Programming & Data Structures (C++)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
184

Which Linux command is used to display the current version of the kernel?

IBPS SO IT Main Exam Dated 29.01.2023 Operating Systems
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
185

Consider the following NFA with $\varepsilon$-transitions:

State$a$$b$$\varepsilon$
$\rightarrow q_0$$q_0$$q_1$
$q_1$$q_2$
$*q_2$$q_2$$q_0$$q_1$

Where $\rightarrow$ denotes the initial state and $*$ denotes the final state.

Using subset construction and considering only reachable DFA states, which of the following represents the set of states in the equivalent DFA?

IBPS SO IT Main Exam Dated 29.01.2023 Theory of Computation & Automata
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
186

In the context of database transactions, a shared lock allows which of the following operations?

IBPS SO IT Main Exam Dated 29.01.2023 Database Management Systems (DBMS)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
187

According to the IEEE 802.3 standard, what is the maximum cable length of a single 100Base-TX Ethernet segment?

IBPS SO IT Main Exam Dated 29.01.2023 Computer Networks
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
188

Assume all transactions are attempting to access the same database resource.

TransactionOperation RequestedLock Type Requested
$T_1$ReadShared (S-lock)
$T_2$ReadShared (S-lock)
$T_3$WriteExclusive (X-lock)
$T_4$ReadShared (S-lock)

Based on standard DBMS lock compatibility rules, which of the following statements is correct?

IBPS SO IT Main Exam Dated 29.01.2023 Database Management Systems (DBMS)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
189

Assume all transactions are attempting to access the same database resource.

TransactionOperation RequestedLock Type Requested
$T_1$ReadShared (S-lock)
$T_2$ReadShared (S-lock)
$T_3$WriteExclusive (X-lock)
$T_4$ReadShared (S-lock)

Based on standard DBMS lock compatibility rules, which of the following statements is correct?

IBPS SO IT Main Exam Dated 29.01.2023 Database Management Systems (DBMS)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
190

Which tag is used to create a table in the latest version of HTML?

IBPS SO IT Main Exam Dated 29.01.2023 Web Technologies
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
191

Which of the following scenarios can lead to starvation in process scheduling?

IBPS SO IT Main Exam Dated 29.01.2023 Operating Systems
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
192

Hyper-V is a product of which of the following?

IBPS SO IT Main Exam Dated 29.01.2023 Cloud Computing & Virtualization
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
193

Which of the following is a valid identifier in Python?

IBPS SO IT Main Exam Dated 29.01.2023 Programming & Data Structures (Python)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
194

What is the effective encryption key length used by the Data Encryption Standard (DES), excluding parity bits?

IBPS SO IT Main Exam Dated 29.01.2023 Network Security & Cryptography
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
195

Which of the following is not a linear data structure?

IBPS SO IT Main Exam Dated 29.01.2023 Data Structures & Algorithms
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
196

A Class B network with default mask 255.255.0.0 ($/16$) must be subnetted into at least $1024$ subnets. Which subnet mask should be used under modern subnetting rules?

IBPS SO IT Main Exam Dated 29.01.2023 Computer Networks
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
197

In object-oriented programming, what is the mechanism called where one type is defined based on another type?

IBPS SO IT Main Exam Dated 29.01.2023 Object-Oriented Programming (OOP)
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
198

Which of the following web application attacks involves injecting malicious scripts into trusted websites to target users?

IBPS SO IT Main Exam Dated 29.01.2023 Network Security & Cryptography
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
199

What is the number of pins in the Intel 8089 I/O processor?

IBPS SO IT Main Exam Dated 29.01.2023 Microprocessors & Microcontrollers
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
200

Which of the following protocols is not part of the HTTP/HTTPS web communication protocol family?

IBPS SO IT Main Exam Dated 29.01.2023 Computer Networks
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation