Tag: technology

Questions Related to technology

  1. int i[5][];

  2. int i[][];

  3. int []i[];

  4. int i[5][5];

  5. int[][] a;


Correct Option: B,C,E
  1. Main()

  2. WinMain()

  3. InitInstance()

  4. OnEXecute()


Correct Option: B
  1. It is possible for a program to free memory at a given time.

  2. Garbage Collection feature of Java ensures that the program never runs out of memory.

  3. It is possible for a program to make an object available for Garbage Collection.

  4. The finalize method of an object is invoked before garbage collection is performed on the object.


Correct Option: C,D
  1. The IIS 6.0 Migration tool migrates only one Web site at a time

  2. You can use tools such as MetaEdit 2.2 or Metabase Explorer to migrate the IIS configuration for multiple sites from one server to another

  3. Both A & B

  4. Migrating Multiple web sites at a time is never possible


Correct Option: C
  1. Transport Layer Security (TLS) is just another name for SSL

  2. Transport Layer Security (TLS) extends SSL by providing cryptographic authentication

  3. Transport Layer Security (TLS) is a separate layer of security has no connection with SSL

  4. None of these


Correct Option: B
  1. IUSR_computername

  2. IUSR_Domainname

  3. IUSR_VirtualdirectoryName

  4. Administrator


Correct Option: A
  1. wpw3.exe

  2. wpwQ.exe

  3. wqwp.exe

  4. winnt.exe


Correct Option: A
  1. C:\WINDOWS\system32\Logfiles

  2. C:\WINDOWS\system32\Logfiles\Date

  3. C:\WINDOWS\system32\Logfiles\W8SVX10

  4. C:\WINDOWS\system32\Logfiles\W3SVC1


Correct Option: D

Is Socket pooling possible in IIS?

  1. Yes

  2. No

  3. Yes but depends on application design

  4. Yes but not supported by Microsoft


Correct Option: A