1. Question: How is data passed from controllers to views in an ASP.NET MVC Application?

    A
    Using ViewData

    B
    Using ViewState

    C
    Using Sessions

    D
    Using Cookies

    Note: Not available
    1. Report
  2. Question: What result will you get when you run the following LINQ query in .Net framework 4.0? List<string> alphabets = new List<string>() { "whats", "new", "in", "aspnet" }; var alphabetsquery = from alphabet in alphabets select alphabet.Substring(0, 1); foreach (var alpha in alphabetsquery) { Response.Write(alpha); }

    A
    wnia

    B
    whats

    C
    whatsnewinaspnet

    D
    aspnetinnewwhats

    Note: Not available
    1. Report
  3. Question: What is a Decorator in WPF of .Net framework 4.0?

    A
    It is used to add functional handles to elements or provide state information about a control.

    B
    It is the base class for elements that apply effects onto or around a single child element, such as Border or Viewbox.

    C
    It provides a set of services that can be used to extend the functionality of a common language runtime property.

    D
    t is a property with the exception that its value cannot be set outside the class that declared the read-only property.

    Note: Not available
    1. Report
  4. Question: Which of the following statements using GROUP BY clause are allowed in SQL Server 2008?

    A
    SELECT Column1 + Column2 FROM Table GROUP BY Column1, Column2

    B
    SELECT Column1, Column2 FROM Table GROUP BY Column1 + Column2

    C
    SELECT Column1 + constant + Column2 FROM Table GROUP BY Column1 + Column2

    D
    SELECT Column1 + Column2 FROM Table GROUP BY Column1 + Column2

    Note: Not available
    1. Report
  5. Question: What is the function of DBCC CHECKDB command in SQL Server 2008?

    A
    It checks the allocation of all the objects in the specified database.

    B
    It checks the structural integrity of all the objects in the specified database.

    C
    t checks for consistency in and between system tables in the specified database.

    D
    It checks the consistency of disk space allocation structures of a specified database.

    Note: Not available
    1. Report
  6. Question: Which of the following compression features have been introduced in SQL Server 2008 that were NOT supported by SQL Server 2005?

    A
    Row-level compression

    B
    Page-level compression

    C
    Data file level compression

    D
    Backup level compression

    Note: Not available
    1. Report
  7. Question: Which of the following rules must be followed for combining the result sets of two queries by using UNION?

    A
    The number of columns must be same in all queries.

    B
    The order of columns must be same in all queries.

    C
    The data types of the columns of the queries must be compatible.

    D
    There should be at least one common column in the tables which are part of the UNION operation.

    Note: Not available
    1. Report
  8. Question: Which of the following scripting options are available while creating a script using the shortcut menu from the Object Explorer in SQL Server 2008 Management Studio?

    A
    DELETE To

    B
    MERGE To

    C
    CREATE INDEX To

    D
    NSERT To

    E
    UPDATE To

    Note: Not available
    1. Report
  9. Question: Which of the following options are available for the DATA_COMPRESSION clause specified for a table in SQL Server 2008?

    A
    Page

    B
    Table

    C
    Row

    D
    Column

    Note: Not available
    1. Report
  10. Question: Which of the following methods can be specified for the lock escalation of a table in SQL Server 2008?

    A
    ENABLE

    B
    AUTO

    C
    DISABLE

    D
    TABLE

    E
    DEFAULT

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd