[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 :: Sapient

28.3K

Tot. Mock Test: 0


Total Qs: 70+

  •  Select All
  •  SQL
  •  Java
  •  C++
  •  Informatica
  •  Operating System
  •  Soft. Engineering
  •  DBMS
  •  C
  •  HR Question in TR
  •  Data Structure
  •  HTML
  •  PHP

    1 / 70

    Can you briefly introduce yourself?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    2 / 70

    What is Bubble sort,merge sort,heap sort,exchange sort, which sort is better for big data.
    Answer:

    No Discussion on this question yet!

    Please Login First :

    3 / 70

    What is the use of ACID property in database management system?
    Answer:

    ACID properties are 4 important properties of a transaction that a DBMS must ensure to maintain data in the case of concurrent access

    Please Login First :

    4 / 70

    What are differences between delete and truncate statement ?
    Answer:

    Delete is an DML statement.When we delete the data that data can't delete permenently without we give commit command.But Truncate is an DDL statement.When we truncate the data that can be deleted perminently without given commit command also.  

    Please Login First :

    5 / 70

    Access modifier in c and java?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    6 / 70

    What is paging & Why paging is used ?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    7 / 70

    What is acid property in SQL Server?
    Answer:

    It ensures Data validity and

    Please Login First :

    8 / 70

    What is a transaction and ACID properties in DBMS?
    Answer:

    A transaction is a very small unit of a program and it may contain several lowlevel tasks. A transaction in a database system must maintain Atomicity, Consistency, Isolation, and Durability − commonly known as ACID properties − in order to ensure accuracy, completeness, and data integrity.




    • Atomicity − This property states that a transaction must be treated as an atomic unit, that is, either all of its operations are executed or none. There must be no state in a database where a transaction is left partially completed. States should be defined either before the execution of the transaction or after the execution/abortion/failure of the transaction.

    • Consistency − The database must remain in a consistent state after any transaction. No transaction should have any adverse effect on the data residing in the database. If the database was in a consistent state before the execution of a transaction, it must remain consistent after the execution of the transaction as well.

    • Durability − The database should be durable enough to hold all its latest updates even if the system fails or restarts. If a transaction updates a chunk of data in a database and commits, then the database will hold the modified data. If a transaction commits but the system fails before the data could be written on to the disk, then that data will be updated once the system springs back into action.

    • Isolation − In a database system where more than one transaction are being executed simultaneously and in parallel, the property of isolation states that all the transactions will be carried out and executed as if it is the only transaction in the system. No transaction will affect the existence of any other transaction.

    Please Login First :

    9 / 70

    Tell me some new technology, not about C++, Java and all?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    10 / 70

    What are the differences between C and C++?
    Answer:

    1. C can run most of the code of C, but C can't run C code.



    2. C supports procedural programming paradigm whereas C supports both procedural and object oriented programming paradigm.



    3. C is a function driven and C is an object driven language.



    4. C doesn't allow function definitions within structures whereas in C function definition can be within structures.



    5. C doesn't support reference variables but C does support. 

    Please Login First :


Most Frequent Qs.