312-92 EC-Council Certified Secure Programmer (ECSP)

Loading demo links...

Showing 4–6 of 8 questions

Question 4

Heather has built a new Linux kernel for her machine and wants to use the grub boot loader.

Which file should she edit to tell the computer how to boot up properly?

Select an option, then click Submit answer.

  • /boot/grub/menu.lst

  • /usr/src/linux/arch/i386/boot/menu.lst

  • /etc/dev/boot/menu.lst

  • /etc/boot/lilo.conf


Question 5

What type of authentication is used in the following Pocket SOAP code?

Dim Envelope

Dim HTTP

Set Envelope = CreateObject("PocketSOAP.Envelope.2")

Set HTTP = CreateObject("PocketSOAP.HTTPTransport.2)

Envelope.SetMethod "GetSome", "http://www.mysite.org/message/"

Emvelope.Parameters.Create "SomeParameter", "SomeValue"

HTTP.SOAPAction = "http://www.mysite.org/action/Service.GetSome"

HTTP.Authentication "Username", "Password"

HTTP.Send http://www.mysite.org/webservice.WDSL",Envelope.Serialize

Envelope.Parse HTTP

MsgBox "Result: " & Envelope.Parameters.Item(0).Value

Select an option, then click Submit answer.

  • Digest authentication

  • SSL authentication

  • Basic authentication

  • Integrated authentication


Question 6

What is defined as the practice of using selected process techniques to improve the quality of a software development effort?

Select an option, then click Submit answer.

  • Software coding

  • Systems life-cycle engineering

  • Software engineering

  • Business systems analysis