Which of the following actions will you take to accomplish the task?

Posted by: Pdfprep Category: GSSP-.NET Tags: , ,

You work as a Software Developer for InfoTech Inc. You develop an application named MyApp that works as a scientific calculator. A user inputs data and retrieves the calculated results based on the input values. The application uses a SQL database that contains two tables. One table contains data related to standard calculation specifications and the other table stores input values entered by the user. You want to ensure that the user is able to retrieve appropriate data fast.

Which of the following actions will you take to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.
A . Use more than one component to process input data.
B . Write code that performs multiple tasks simultaneously.
C . Run multiple processes on a single thread.
D . Use a single component to process input data.
E . Run multiple processes on separate threads.

Answer: B,D,E

Leave a Reply

Your email address will not be published.