February 8, 2012

Oracle seeks new trial in IP theft suit against SAP

Oracle's plan to drag its legal fight against rival SAP's defunct TomorrowNow subsidiary through a second trial is not surprising, analysts said Tuesday.

Cisco CCNA Training, Cisco CCNA Certification

Best Oracle Certification Training and Oracle Exams Training and more Cisco exams log in to Certkingdom.com



The company clearly wants to distract SAP by forcing it to go through another bruising battle in court, they said.

"SAP wanted to get this whole messy affair behind it as quickly as possible," said Frank Scavo, president of Computer Economics, an IT research firm. "Right now, SAP has a lot of momentum, but if Oracle can keep the dispute alive it keeps SAP on the defensive."

Oracle on Monday rejected a federal judge's September ruling that had awarded it $272 million in damages in its IP infringement lawsuit against SAP.

Judge Phyllis Hamilton's decision cut about $1 billion from the $1.3 billion in damages awarded by a jury hearing the suit in late 2010.

Hamilton said Oracle could either accept the damages she awarded or seek a new trial.

Oracle has claimed--and SAP has subsequently admitted -- that the now-closed TomorrowNow subsidiary infringed on Oracle's intellectual property and IPs when it delivered third-party support and maintenance services to Oracle customers.

Oracle in September had vowed to seek the $1.3 billion awarded by the jury. In the motion filed Monday U.S. District Court for the Northern District of California, Oracle formally rejected the $272 million award and said it had "no choice but to elect a new trial."

Accepting Hamilton's ruling would "force Oracle to risk waiving its right to appeal the Court's decision on the motions for judgment as a matter of law and for a new trial," the company said.

Scavo said Oracle's motion for a new trail isn't surprising. "Oracle's continued pursuit of SAP is just one battle in the war against third-party support," he noted.

Oracle has filed a similar lawsuit against Rimini Street, a provider of low-cost support services for users of enterprise software products from vendors such as Oracle, Siebel, PeopleSoft and SAP.

Rimini Street has claimed its services cost just half of what enterprises would otherwise need to pay Oracle, SAP and others for maintenance and support,

Oracle, which derives substantial revenues from such services, has claimed that Rimini and TomorrowNow are able to deliver the services only by illegally using Oracle software.

Scavo said the Rimini Street battle is more critical for Oracle than the TomorrowNow fight. "If that decision goes against Oracle, it essentially validates the legal basis for third-party support," he said.

Paul Hamerman, an analyst at Forrester Research, said Oracle's request for a new trial should have been expected given the significant difference between the jury's damage award and the judge's decision.

Also, he said "Oracle can afford to drag this out. The rivalry motivates Oracle to keep SAP on the defensive, and prolongs the agony for SAP, which just wants to put this case behind it," he said.

IT executives should take note of Oracle's actions and be careful when entering into contracts with third-party software service providers, Scavo added.

"Organizations that are currently looking at third-party maintenance should have their legal counsel take a careful look at the proposed contracts to ensure that their interests are adequately protected," he said.

In a statement, SAP said it was "disappointed that Oracle has passed up yet another opportunity to resolve this case. We will continue to work to bring this case to a fair and reasonable end."

February 6, 2012

70-515 Q & A / Study Guide / Testing Engine

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com


QUESTION 1
There is an ASP.NET application CertKingdomApp.
CertKingdomApp is deployed to a production server.
CertKingdomApp is deployed in Release configuration.
The web.config connection string value must be changed to the production server’s string
value in the deployment process.
How can this be achieved?

Answer:

Explanation:


QUESTION 2
There is a ASP.NET MVC 2 Web Application named CertKingdomApp.
There is a single project area for CertKingdomApp.
In the Areas folder there is a subfolder CertKingdom.
There are files CertKingdomC.cs and CertKingdomD.aspx in proper subfolders.
The Route of the area is registered, the route is named CertKingdomRoute, and the name of
the area is CertKingdomArea.
Outside the area there is a view CertKingdomView.aspx.
The CertKingdomView.aspx must be linked to CertKingdomD.aspx.
What to do?

Answer:


Explanation:


QUESTION 3
There is an ASP.NET Web site CertKingdomWS.
There is an ASP.NET Web application CertKingdomApp.
There is an ASP.NET AJAX page CertKingdomPage.
CertKingdomPage has two DIV elements.
Considering content refreshing, each div element must be refreshed individually (the page
should not be refreshed).
How can this be achieved?

Answer:


Explanation:



QUESTION 4
There is an ASP.NET Web site CertKingdomWS.
There is an ASP.NET Web application CertKingdomApp.
There is an ASP.NET page CertKingdomPage.
CertKingdomPage has the following div element

.
CertKingdomPage has a jQuery $.ajax function that calls the server.
An error handler must be implemented. The error handler should add error information
from all page $.ajax calls to the div named ErrorInfo.
How can this be achieved?

Answer:

Explanation:


QUESTION 5
There is an ASP.NET Web site CertKingdomWS.
There is an ASP.NET Web application CertKingdomApp.
There is a Web page CertKingdomPage.
CertKingdomPage has the following div element Hello World
text
.
The contents of spam should be replaced with HTML.
The global variable PGURL specifies the URL from which the HTML is downloaded.
Which code should be used?

Answer:

Explanation:

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

February 4, 2012

70-513 Q & A / Study Guide / Testing Engine

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com


QUESTION 1
Exhibit:

There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService use address tcp:www.CertKingdom.com/CertKingdomService to listens for
messages.
The logical address is www.CertKingdom.com/CertKingdomService
The WCF client is configured as in the exhibit.
However, the client is unable to communicate with the server.
In what way must the configuration be adjusted?



Answer:




QUESTION 2
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService has a callback contract.
There is a client application CertKingdomClient.
CertKingdomClient calls CertKingdomService.
How can you ensure that CertKingdomClient and CertKingdomService can communicate? Select two.

A. Use the OperationContractAttribute..
B. On CertKingdomService..
C. On CertKingdomClient..
D. ..set set the Async Pattern property value to false
E. ..set set the Async Pattern property value to true
F. ..use GetCallbackChannel
G. ..add a proxy derived from DuplexClientBase

Answer: C,G

Explanation:


QUESTION 3
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService has a callback contract.
There is a client application CertKingdomClient.
CertKingdomClient calls CertKingdomService.
How can you ensure that CertKingdomClient and CertKingdomService can communicate? Select two.

A. Use the OperationContractAttribute..
B. On CertKingdomService..
C. On CertKingdomClient..
D. ..set set the Async Pattern property value to false
E. ..set set the Async Pattern property value to normal
F. ..use GetCallbackChannel (Of T)
G. ..add a proxy derived from DuplexClientBase (Of TChannel)

Answer: C,G

Explanation:


QUESTION 4
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService supports transactions. Messages handled by CertKingdomService must be
encoded using a binary encoding, must be secured using Windows stream-based security, and
must be sent over TCR.
CertKingdomService must implement a custom binding for the service.
How should the stacking order be defined?



Answer:




QUESTION 5
There is a WCF (Windows Communication Foundation) application CertKingdomApp.
CertKingdomApp exposes a service as and end point (SOAP) for consumption by cross-platforms
clients.
You want to log messages that the service receives from the client.
What action should you take?



Answer:




QUESTION 6
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService communicates with a database CertKingdomDB.
CertKingdomDB uses a workflow engine.
CertKingdomDB handles data access authorization. A security exception is raised an unauthorized
user tries to access CertKingdomDB.
This exception must be transmitted the client that is calling CertKingdomService.
How can this be achieved? Select two.

A. Use CertKingdomDB..
B. Use CertKingdomService..
C. ..and configure service Debug.
D. ..and configure router.
E. ..and configure router Security Audit.
F. ..and configure Unhandled Exception

Answer: B,C

Explanation:


QUESTION 7
There is a WCF (Windows Communication Foundation) service CertKingdomService.
There are out of-process process resources that CertKingdomService must access on behalf of an
originating caller. What should you do?

A. Use the service contract PrincipalPermissionAttribute..
B. Use ServiceSecurityContext.CurrentWindowsidentity.ImpersonationLevel..
C. ..and set the value to…
D. ..and change the value of bindingConfiguration attribute in the endpoint element of the
configuration file to..
E. .. TokenImpersonationLevelDelegation
F. .. wsHttpBinding
G. .. ssHttpBinding
H. .. Impersonation

Answer: B,C,E

Explanation:


QUESTION 8
There is WCF (Windows Communication Foundation) application CertKingdomApp.
There is a data contract CertKingdomData, with several data members, that is used by
CertKingdomApp.
Consider a serialized instance of CertKingdomData which is deserialized. If any of data members
are not available CertKingdomApp must throw a Serialization Exception.
What action should you take? Select three.

A. For each data member…
B. Use CertKingdomData and..
C. Set a default value in each of the data member declarations.
D. .. Set the IsRequired property..
E. .. Emit Default Value proper..
F. .. Order property..
G. ..add the Unknown Type attribute.
H. ..add the Known Type attribute.
I. ..to false.
J. ..to true.
K. .. to a unique integer value.
L. .. to a unique string value.

Answer: A,D,J

Explanation:


QUESTION 9
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService exposes the operations CertKingdom1 and CertKingdom2.
CertKingdom1 should run with the identity of the client.
CertKingdom2 should run with the identity of the CertKingdomService.
How can this be achieved?



Answer:




QUESTION 10
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService handles accounting related processes.
You must ensure that CertKingdomService runs with the identity of the application that is calling
CertKingdomService.
How can this be ensured?



Answer:



QUESTION 11
There is a WCF (Windows Communication Foundation) service CertKingdomService.
CertKingdomService is secured.
How can you track attempts to access CertKingdomService that are unsuccessful? Select all that
apply.

A. Use the serviceAuthorization behavior..
B. Use the serviceDebugger behavior..
C. Use the serviceSecurityAudit behavior..
D. Use the security configuration element..
E. ..and use attribute..
F. ..and use method..
G. Mode
H. messageAuthenticationAuditLevel
I. includeExceptionDetailsInFaults
J. authorizationManagerType
K. ..and set it to..
L. True
M. False
N. Success
O. Failure
P. Service
Q. Message

Answer: C,E,H,K,O

Explanation:

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com

Bookmark and Share