AM Software Test 2

Welcome to your AM Software Test 2

Which of the following is NOT a feature of OOP?

Which of the following is a dynamic programming language?

Which sorting algorithm has the best average-case complexity?

In C++, which keyword is used to release memory allocated by new?

Which data structure is most suitable for implementing recursion?

Which SQL keyword is used to avoid duplicate results?

In ER modeling, a relationship set is represented by:

Which of these ensures transaction atomicity?

Which join returns all rows from both tables, matching or not?

What is the highest normal form based on functional dependencies only?

Which SDLC model emphasizes risk analysis?

In Agile methodology, short development cycles are called:

In Agile methodology, short development cycles are called:

Which is NOT a software testing type?

Which metric measures software complexity?

Which diagram shows class relationships in UML?

Which scheduling algorithm minimizes average waiting time?

Thrashing in OS is related to:

Which protocol is used for secure web communication?

IP address 192.168.1.1 belongs to which class?

Which layer of OSI handles error detection and correction?

Which traversal method of a binary tree visits root first?

Big-O notation of QuickSort (average case) is:

Which data structure is used in BFS (Breadth-First Search)?

Which hashing method handles collisions by linked lists?

Which is a non-linear data structure?

CPU stands for:

Which country recently launched ChatGPT?

Antonym of "Expand"?

Largest desert in the world?

Who is called the “Father of Computers”?

1 thought on “AM Software Test 2”

  1. In AM Software Test 2, please correct the following MCQs:

    * In Agile methodology, short development cycles are called:
    Spiral, Phases, V-Model, Agile [Issue: correct answer is “Iterations” but not found in options]

    * In Agile methodology, short development cycles are called:
    Iterations, Phases, Layers, Modules [Issue: repeated MCQ, highlighting Modules not Iterations in case of wrong answer]

    * Big-O notation of QuickSort (average case) is:

    O(n), O(n²), O(log n), O(n log n) [Issue: correct answer in O(n log n) but highlighting wrong answer]

    * Which hashing method handles collisions by linked lists?
    Double hashing, Linear probing, Quadratic probing, Chaining [Issue: correct answer is Chaining not Linear Probing]

    * Antonym of “Expand”?
    Enlarge, Widen, Contract, Extend [Issue: highlighting extend as correct answer, but contract is correct answer]

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top