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

339K

Tot. Mock Test: 24


Total Qs: 86+

  •  Select All
  •  C
  •  Java
  •  C++
  •  SQL
  •  Informatica
  •  WebMethod
  •  DBMS
  •  Soft. Engineering
  •  Operating System
  •  Data Structure
  •  Oracle PLSQL
  •  Finite Automata
  •  HR Question in TR
  •  Networking

    21 / 86

    What is a FOREIGN KEY?
    Answer:

    A FOREIGN KEY is one or more columns whose values are based on the PRIMARY or CANDITATE KEY values from the database.

    Please Login First :

    22 / 86

    Explain Defect life Cycle?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    23 / 86

    Difference between Waterfall model and agile model?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    24 / 86

    Explain the Scrum Process step by step?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    25 / 86

    Can Primary key is a Foreign Key on the same table?
    Answer:

    Yes, Consider a category table in a e-commerce web site.
    Category_Id, Category_Name, Parent_Category_ID. In this table all the parent categories are also categories. When we create a self join category id will be treated as foreign key to the same table.

    Please Login First :

    26 / 86

    What is the difference between UNIQUE and PRIMARY KEY?
    Answer:

    The UNIQUE KEY column restricts entry of duplicate values but entry of NULL value is allowed. In case of PRIMARY KEY columns entry of duplicate as well as value is also restricted.

    Please Login First :

    27 / 86

    What is prototyping model?
    Answer:

    No Discussion on this question yet!

    Please Login First :
    Answer:

    The join type that you specify for a join condition determines whether the Integration Server needs to receive all, any, or only one of the documents to execute the trigger service. The following table describes the join types that you can specify for a condition.

    Join Type Description

    All (AND) The Integration Server invokes the associated trigger service when the server receives an instance of each specified publishable document type within the join time-out period. The instance documents must have the same activation ID. This is the default join type.For example, suppose that a join condition specifies document types A and B and C. Instances of all the document types must be received to satisfy the join condition. Additionally, all documents must have the same activation ID and must be received before the specified join time-out elapses.



    Any (OR) The Integration Server invokes the associated trigger service when it receives an instance of any one of the specified publishable document types.

    For example, suppose that the join condition specifies document types A or B or C. Only one of these documents is required to satisfy the join condition. The Integration Server invokes the associated trigger service every time it receives a document of type A, B, or C. The activation ID does not matter. No time-out is

    necessary.



    Only one (XOR) The Integration Server invokes the associated trigger service when it receives an instance of any of the specified document types. For the duration of the join time-out period, the Integration Server discards (blocks) any instances of the specified publishable document types with the same activation ID. For example, suppose that the join condition specifies document types A or B or C. Only one of these documents is required to satisfy the join condition. It does not matter which one. The Integration Server invokes the associated trigger service after it receives an instance of one of the specified document types. The integration Server continues to discard instances of any qualified document types with the same activation ID until the specified join time-out elapses.

    Please Login First :

    29 / 86

    What is Join Conditions?
    Answer:

    Join conditions are conditions that associate two or more document types with a single trigger service. Typically, join conditions are used to combine data published by different sources and process it with one service.

    Please Login First :

    30 / 86

    All types of join. What is, and how to use with example
    Answer:

    No Discussion on this question yet!

    Please Login First :


Most Frequent Qs.