AMU Exit Exam Model V1
AMU Exit Exam Model V1
V1
1 Data Definition language (DDL) is not to:-
a. Alter table in the database
b. Rename the table name
c. Create information table in the database
d. Truncate tuples in the table
2 Concentrates on what the user does, not what the product does is
_________________________.
a. Validation Testing
b. Fault-Based Testing
c. Scenario-Based Testing
d. Random Class Testing
7 Which of the following is not a typical operation that can be defined for an
ADT?
a. Delete
b. Search
c. Insert
d. Compile
13 Suppose you have received a message from your friend but the
message is scrambled for the sake of security. Your friend has used a
program to encode messages into scrambled text, In, order to read the
message which program would you use?
a. Secret key
b. Encryption program
c. Plaintext
d. Decryption program
e. Cipher text
18 What does the projection operation (π) in relational algebra result in?
a. vertical partitioning
b. The removal of duplicate tuples from the relation
c. The selection of specific rows based on a given condition
d. horizontal partitioning
19 Which one of the following is not part of Toast.makeText method
signature?
a. message
b. context
c. time span
d. none
26 Which one of the following is the technique used in black box testing?
a. Equivalence partitioning
b. Control flow based testing
c. A and C
d. Boundary value analysis
35 Which sorting algorithm is considered the most efficient for small data
sets?
a. Merge sort
b. Insertion sort
c. Radix sort
d. Heapsort
39 What is the time complexity for inserting a new element at the end of a
singly linked list?
a. O(n^2)
b. O
c. O(1)
d. O(log n)
102. According to the OSI reference model, to which layer do routers and
core switches belong when delivering routing services?
a. Physical Layer
b. Data Link Layer
c. Network Layer
d. Transport Layer
103. Among the following options, which one shows the correct lifecycle
method for an Activity?
a. onCreate - onStart - onPause - onStop
b. onCreate - onStart - onResume - oStop
c. onCreate - onStart - onPause - onResume - onStop
d. onCreate - onStart - onResume - onPause - onStop
105. In which phase of the project management process are project risks
identified and documented?
a. Executing
b. Closing
c. Planning
d. Monitoring and Controlling
106. In a system using virtual memory, the physical memory is divided into
________ and the virtual address space is divided into equally-sized
partitions called_______.
a. Pages, Page frames
b. Page frames, Pages
c. Page, Segment
d. Segment, Page
107. Imagine you're a data scientist working with a massive dataset for a
new project. What is one of the biggest obstacles you might face when
trying to analyze this data?
a. Finding enough data sources to supplement the existing dataset.
b. The sheer processing power and time required to analyze the data
effectively.
c. The limited number of software tools available for data analysis.
d. The high cost of storing all this data on traditional storage devices.
108. What does the term "scope creep" refer to in project management?
a. The intentional expansion of project scope to meet stakeholder
expectations
b. The completion of project deliverables ahead of schedule
c. The inability to define project scope clearly
d. The unauthorized changes or continuous growth in project scope
109. Which type of cable can be used to directly connect two computers to
form a peer-to-peer network?
a. Coaxial cable
b. Crossover cable
c. Straight-through cable
d. Console cable
111. Which term refers to the degree to which software meets specified
requirements and user expectations?
a. Software architecture
b. Software complexity
c. Software maintenance
d. Software quality
114. Which protocol is commonly used for routing packets across different
networks on the Internet?
a. Internet Protocol (IP)
b. Transmission Control Protocol (TCP)
c. Hypertext Transfer Protocol (HTTP)
d. User Datagram Protocol (UDP)
121. Given three classes A, B, and C, where class C is derived from class
B, which is derived from class A. If those classes are public classes and
found in different packages, then a class C object can access:
- a. Any data in C and only Protected and public data in A and B.
- b. Protected, default, and public data only in C.
- c. Protected, default, and public data only in C and B.
- d. Any data in C and only public data in A and B.
126. You are validating a software requirement that states "The system
shall respond to user input within 2 seconds." What additional information is
most helpful for validation purposes?
- a. The programming language used for development.
- b. The specific user actions that trigger the response.
- c. The development team's experience level.
- d. The hardware specifications of the target platform.
130. In which search problem, to find the shortest path, each city must be
visited once only?
- a. Travelling Salesman problem
- b. Finding the shortest path between a source and a destination
- c. Depth-first search traversal on a given map represented as a graph
- d. Map coloring Problem
132. ______ describes the structure of the whole database for a community
of users.
- a. Conceptual level
- b. Physical level
- c. View level
- d. Internal level
144. Which concept allows you to store the memory address of a variable
in C++?
- a. Strings
- b. Arrays
- c. Structures
- d. Pointers
147. Which sorting technique is known to have a time complexity of O(n log
n)?
- a. Selection sort
- b. Bubble sort
- c. Quicksort
- d. Insertion sort