The document is a practice question paper for RRB SSE (IT) aspirants, covering essential topics such as Data Structures, Operating Systems, DBMS, Networking, and Programming. It includes multiple-choice questions with answers related to these subjects. Key concepts tested include LIFO data structures, types of DBMS, deadlocks in operating systems, HTTP port numbers, primary key characteristics, binary search complexity, IP definitions, SQL commands, and web development terminology.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views3 pages
RRB SSE IT Practice Questions
The document is a practice question paper for RRB SSE (IT) aspirants, covering essential topics such as Data Structures, Operating Systems, DBMS, Networking, and Programming. It includes multiple-choice questions with answers related to these subjects. Key concepts tested include LIFO data structures, types of DBMS, deadlocks in operating systems, HTTP port numbers, primary key characteristics, binary search complexity, IP definitions, SQL commands, and web development terminology.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
RRB SSE (IT) Practice Question Paper
This practice set is designed for RRB SSE (IT) aspirants, covering key topics like Data Structures, Operating Systems, DBMS, Networking, and Programming.
RRB SSE (IT) Practice Questions
1. Which data structure works on the principle of LIFO? a) Queue b) Stack c) Linked List d) Tree Answer: b) Stack
2. Which of the following is a type of DBMS?
a) Hierarchical b) Network c) Relational d) All of the above Answer: d) All of the above
3. In Operating Systems, what is a deadlock?
a) Infinite loop b) Process waiting indefinitely c) Memory overload d) Stack overflow Answer: b) Process waiting indefinitely
4. What is the default port number for HTTP?
a) 20 b) 21 c) 80 d) 443 Answer: c) 80
5. Which of the following is a primary key characteristic?
a) Can be null b) Must be unique c) Can have duplicates d) None of the above Answer: b) Must be unique
6. What is the time complexity of binary search?
a) O(n) b) O(log n) c) O(n^2) d) O(1) Answer: b) O(log n)
7. In networking, what does IP stand for?
a) Internet Protocol b) Internal Port c) Internet Packet d) Interface Program Answer: a) Internet Protocol
8. Which SQL command is used to remove a table from a database?
a) DROP b) DELETE c) REMOVE d) CLEAR Answer: a) DROP
9. Which of the following is NOT an operating system?
a) Linux b) Windows c) Oracle d) macOS Answer: c) Oracle
10. What does CSS stand for in web development?
a) Cascading Style Sheets b) Creative Style Syntax c) Computer Style Sheet d) Control Sheet Syntax Answer: a) Cascading Style Sheets