Practice with real exam questions. Get instant feedback with detailed explanations and track your performance.
0%
Your Score
Answer questions to track
0
Correct
0
Wrong
0
Total
Filter Questions
All Subjects /All Chapters/
All Exams
Click an option to answer. Your score is tracked above.
215 Questions
Page 8 of 9
176
What is latent space in Generative AI?
IBPS SO IT Officer Mains Dated 09.11.2025 Artificial Intelligence
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
177
Which of the following is mainly used for non-repudiation in cybersecurity?
IBPS SO IT Officer Mains Dated 09.11.2025 Information Security
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
178
Which HTTP status code represents an Internal Server Error?
IBPS SO IT Officer Mains Dated 09.11.2025 Web Technologies
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
179
Google Cloud Firestore is an example of which cloud service model?
IBPS SO IT Officer Mains Dated 09.11.2025 Cloud Computing
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
180
Which of the following tools is not commonly used for data visualization?
IBPS SO IT Officer Mains Dated 09.11.2025 Data Analytics
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
181
Which lightweight messaging protocol, designed for unreliable networks and constrained devices, uses a publish/subscribe model to enable efficient data transfer in Internet of Things environments?
IBPS SO IT Officer Mains Dated 09.11.2025 Emerging Technologies
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
182
What does the term “Internet of Things (IoT)” primarily refer to?
IBPS SO IT Officer Mains Dated 09.11.2025 Emerging Technologies
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
183
Which international standard defines the processes for the software development lifecycle, and is adopted by BIS?
IBPS SO IT Officer Mains Dated 09.11.2025 Software Engineering
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
184
In an ETL process, which phase is primarily responsible for refining, converting, or preparing data for further processing or analysis?
IBPS SO IT Officer Mains Dated 09.11.2025 Database Management
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
185
What is the space complexity of a tail-recursive implementation of Quick Sort on an array of size n?
IBPS SO IT Officer Mains Dated 09.11.2025 Data Structures
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
186
Which of the following is a graph traversal technique?
IBPS SO IT Officer Mains Dated 09.11.2025 Data Structures
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
187
Which of the following sorting algorithms does not use comparison operations?
IBPS SO IT Officer Mains Dated 09.11.2025 Data Structures
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
188
In which case is Insertion Sort better than Quick Sort and Merge Sort?
IBPS SO IT Officer Mains Dated 09.11.2025 Data Structures
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
189
Which algorithm finds the Minimum Spanning Tree by selecting edges in increasing order of weight?
IBPS SO IT Officer Mains Dated 09.11.2025 Data Structures
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
190
In C++, what does the this pointer refer to?
IBPS SO IT Officer Mains Dated 09.11.2025 Programming in C++
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
191
In Java 8 or later, which memory area is used for storing class metadata at runtime?
IBPS SO IT Officer Mains Dated 09.11.2025 Object Oriented Programming
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
192
In object-oriented programming, a subclass inherits all members of its base class except:
IBPS SO IT Officer Mains Dated 09.11.2025 Object Oriented Programming
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
193
Which of the following statements is correct with respect to method binding in Java?
IBPS SO IT Officer Mains Dated 09.11.2025 Object Oriented Programming
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
194
Which exception is thrown in Java when a class is not found at runtime?
IBPS SO IT Officer Mains Dated 09.11.2025 Object Oriented Programming
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
195
Which of the following regular expressions will match the strings “cat” and “bat”, but not “at”?
IBPS SO IT Officer Mains Dated 09.11.2025 Theory of Computation
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
196
What happens if a Java class has no constructors defined?
IBPS SO IT Officer Mains Dated 09.11.2025 Object Oriented Programming
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
197
In C programming, which file handling function is used to reposition the file pointer?
IBPS SO IT Officer Mains Dated 09.11.2025 Programming in C
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
198
What is the behavior of the following C code snippet? #include <stdio.h> int main() { int x = 10; printf("%d %d", x++, ++x); return 0; }
IBPS SO IT Officer Mains Dated 09.11.2025 Programming in C
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
199
Which of the following techniques helps prevent SQL Injection attacks?
IBPS SO IT Officer Mains Dated 09.11.2025 Information Security
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.
Detailed Explanation
200
Which of the following best describes a Watering Hole Attack?
IBPS SO IT Officer Mains Dated 09.11.2025 Information Security
Answer Panel
Select an option to reveal
Click any option on the left to see the answer and explanation.