0

platforms and products Online Quiz - 91

Description: platforms and products Online Quiz - 91
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

What are all the advantages(s) of using an IDE over manual coding without using them?

  1. Reduced development time

  2. Enforce project or company standards using templates

  3. The IDE Learning curve/coding time will out run the manual coding time in a big/complex project.

  4. All of the above.


Correct Option: D
  1. Editors

  2. Project Creation Wizards

  3. Validators

  4. Application Server domain creation wizard


Correct Option: D

Eclipse can be used for developing

  1. Standalone applications

  2. Distributed applications

  3. All of the above

  4. None of these


Correct Option: C
  1. Formatting the code

  2. Adding Import

  3. Organizing imports

  4. All of the above


Correct Option: D

MyEclipse is

  1. A new IDE competing with Eclipse

  2. A set of plug-ins under Eclipse

  3. A java class file editor

  4. All of the above


Correct Option: B
  1. A public class which contains a main method with proper signature (Arguments, return types etc).

  2. We can run any classes

  3. Only those classes which have public no argument constructors.

  4. None of these


Correct Option: A
  1. Right click on the class and select ‘Run as > Java Application’

  2. Right click on the class and select ‘Run’

  3. It is not possible in Eclipse.

  4. All of the above


Correct Option: B
  1. MyEclipse uses Eclipse beneath the hood.

  2. MyEclipse operates independently (Without the help of Eclipse)

  3. MyEclipse is intended only for distributed application development

  4. None of these


Correct Option: A

What is the full form of IDE?

  1. Integrated development environment

  2. Integrated deployment environment

  3. In-house deployment Environment

  4. None of these


Correct Option: A
  1. Extensible Application Markup Language - XAML can be used to define workflow declaratively

  2. Sequential Workflow and State Machine Workflow are two basic workflow type

  3. Workflow can be persisted into SQL server using built in persistence provider

  4. Workflow Runtime cannot be hosted in Windows application


Correct Option: D

Windows Card Space support following protocols except

  1. WS-Security

  2. WS-Encryption

  3. WS-SecurityPolicy

  4. WS-Trust


Correct Option: B

Which of the following is not correct about .NET Framework Client Profile?

  1. It is a subset of the full .NET Framework 3.5 SP1 that targets client applications

  2. It includes only client-specific assemblies (i.e. Win Forms, WPF, WCF, ClickOnce) and doesn’t contain any of the server-specific assemblies (i.e. LINQ To SQL, Windows Workflow Foundation)

  3. The size of the .NET Framework Client Profile is 26 MB

  4. A client machine that has the .NET Framework Client Profile cannot later upgrade to the full version of the .NET Framework if needed


Correct Option: D
  1. .NET Framework 2.0 CLR was introduced with Visual Studio 2005

  2. .NET Framework 3.0 uses the .NET Framework 2.0 CLR

  3. .NET Framework 3.5 uses the .NET Framework 2.0 CLR

  4. .NET Framework 3.5 SP1 first time introduced the .NET Framework 3.0 CLR


Correct Option: D

Name the .NET Framework feature that can be used to add a method to pre-compiled classes without using inheritance?

  1. Extension methods

  2. Lambda Expression

  3. Abstract methods

  4. Expression trees


Correct Option: A

Which of the following statements is not correct about Windows Communication Framework (WCF)?

  1. WCF Service can define Data, Service, Fault and Message contract

  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF

  3. WCF also support authentication using Issued token by secure token service

  4. WCF support Message reliability without ordered delivery


Correct Option: D
- Hide questions