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 7 of 12
151

Which of the following is a valid use of the netsh command in Windows?

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

Consider the following Java code snippet:

public class Main {
    public static void main(String[] args) {
        String str = "2237\u3456\u7891" + "011";
        int length = str.length();
        System.out.println("Length of the string : " + length);
    }
}

What will be the output of the program?

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

Which type of DDoS attack uses spoofed ICMP echo requests sent to broadcast addresses, causing multiple systems to flood the victim with ICMP reply packets?

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

Which of the following statements regarding the #define directive in C is incorrect?

IBPS SO IT Main Exam Dated 28.01.2024 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
155

Which of the following commands in Linux is primarily used for network scanning and security auditing?

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

In MongoDB, which feature is particularly useful for ensuring data availability and reliability in case of hardware failure or network issues?

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

Identify the link-local address from the following IPv6 addresses:

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

If set $A$ has $4$ elements and set $B$ has $5$ elements, then find the total number of elements in the Cartesian product $A \times B$:

IBPS SO IT Main Exam Dated 28.01.2024 Discrete Mathematics & Set Theory
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
159

Salesforce CRM is an example of which cloud service model?

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

How is the salting technique used in hashing for enhanced security?

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

If you are unable to connect to a website despite having a working internet connection, which of the following is most likely the reason?

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

What happens during a cache hit in a computer system?

IBPS SO IT Main Exam Dated 28.01.2024 Computer Organization & Architecture
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
163

Which of the following Excel formulas performs a calculation only when cell A1 contains a value-type entry, and otherwise returns $0$?

IBPS SO IT Main Exam Dated 28.01.2024 Office Automation & Tools
Technical Analysis
Click an option to evaluate
Select an option on the left to reveal the detailed technical analysis.
Technical Explanation
164

Which of the following is a condition that occurs in computer systems when the system spends more time in swapping data between RAM and the hard drive than executing actual tasks?

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

Under standard DBMS transaction theory used in basic SQL classification, which of the following commands is generally rollback-able before COMMIT?

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
166

What is the tcpdump command in Linux used for?

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

In a relational database, which term represents a missing, unknown, or unavailable attribute value?

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
168

Consider the following C code snippet:

#include <stdio.h>
int main() {
    FILE *file = fopen("example.txt", "r");
    if (file == NULL) {
        printf("Error opening file.\n");
        return 1;
    }
    int ch;
    while ((ch = fgetc(file)) != EOF) {
        putchar(ch);
    }
    if (feof(file)) {
        printf("\nEnd of file reached.\n");
    }
    fclose(file);
    return 0;
}

What is the purpose of the feof(file) function call in this program?

IBPS SO IT Main Exam Dated 28.01.2024 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
169

A Class B network with default mask /16 is subnetted using the mask /20. Assuming modern subnetting rules where subnet-zero is allowed, how many subnets are created?

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

Which feature of an L2 switch allows network administrators to segment a network into multiple broadcast domains, each behaving like a separate network?

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

Which of the following RF connectors is commonly used with coaxial cables for high-frequency signal transmission?

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

A repeater works at which of the following layers in the OSI model?

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

Which statement correctly describes the functionality of the var_dump() function in PHP?

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

Which of the following functions is not declared in <stdio.h>?

IBPS SO IT Main Exam Dated 28.01.2024 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
175

Which sorting algorithm has a worst-case time complexity of $O(n^2)$?

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