[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Interview Questions and Answers :: DBMS

    131 / 143

    What is the difference between cold backup and hot backup?
    Answer:

    Cold backup is a physical backup. During a cold backup, the database is closed and not available to users. All files of the database are copied (image copy). The data files do not change during the copy so the database is in sync upon restore.

    Used when: Service level allows for some down time for backup

    Hot backup is a physical backup. In a hot backup, the database remains open and available to users. All files of the database are copied (image copy). There may be changes to the database as the copy is made and so all log files of changes being made during the backup must be saved too. Upon a restore, the changes in the log files are reapplied to bring the database in sync.

    Used when: A full backup of a database is needed Service level allows no down time for the backup

    Please Login First :

    132 / 143

    What is hot and cold back up?
    Answer:

    A cold backup also called an offline backup, is a database backup during which the database is offline and not accessible to update. This is the safest way to back up because it avoids the risk of copying data that may be in the process of being updated.

    Please Login First :

    133 / 143

    What is a cumulative backup?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    134 / 143

    How is Durability maintained in Database?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    135 / 143

    What are the other storage thing before RDBMS?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    136 / 143

    What is concurrency control and what is its objective?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    137 / 143

    How can concurrency lead to inconsistency?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    138 / 143

    What is meant by concurrency control?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    139 / 143

    What is data concurrency?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    140 / 143

    Which one is better - Java with DB or PL/SQL and why?
    Answer:

    No Discussion on this question yet!

    Please Login First :