AM Software Test 3

Welcome to your AM Software Test 3

Which of the following languages uses a virtual machine for execution?

Which concept allows a function in C++ to have the same name but different parameters?

Which keyword in C++ prevents a class from being inherited?

Which of the following is NOT a linear data structure?

What is the time complexity of searching in a balanced binary search tree?

Which isolation level prevents dirty reads?

What is the purpose of ACID properties in transactions?

Which type of join returns only matching rows from both tables?

What does the SQL command GRANT do?

Which indexing technique improves query performance in DBMS?

Which testing is performed by end users?

Which of the following is NOT an Agile framework?

Which of the following is NOT an Agile framework?

Which software cost estimation model is widely used?

What is the main advantage of modular programming?

Which metric measures how modules depend on each other?

In paging, what does TLB stand for?

Which of the following is NOT a page replacement algorithm?

In process states, which state comes after "Ready"?

IPv6 uses how many bits for addresses?

Which protocol is connection-oriented?

In hashing, what problem does open addressing solve?

Dijkstra’s algorithm is used for:

Which data structure is used in Depth First Search (DFS)?

Heap sort uses which data structure?

What is the worst-case time complexity of QuickSort?

Who invented the World Wide Web?

First computer virus was:

Which is the smallest ocean in the world?

Synonym of “Ambiguous”?

Antonym of “Artificial”?

1 thought on “AM Software Test 3”

  1. In AM Software Test 3, correct the following:

    Which isolation level prevents dirty reads?

    Read Committed
    Read Uncommitted
    Repeatable Read
    Serializable
    Correct answer: Read Committed [but highlighting wrong answer]

    Which indexing technique improves query performance in DBMS?

    Hashing
    Denormalization
    Normalization
    Deadlock prevention
    Correct answer: Hashing [but highlighting Denormalization]

    Which of the following is NOT an Agile framework? [repeated MCQ]

    Which software cost estimation model is widely used?

    COCOMO
    V-Model
    SRS
    Agile
    Correct answer: COCOMO [but not highlighting it]

    IPv6 uses how many bits for addresses?

    256
    32
    64
    128
    Correct answer: 128 [but marking it wrong in red color]

Leave a Reply

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

Scroll to Top