Your organization produces a propriety piece of hardware of which confidentiality of the software code is critical. At the same time, the company is known for producing secure products and protecting reputation is critical. How can the company balance those two objectives while still getting a new product to market before the competition?

A. white box testing performed by a large security consulting firm that signs an NDA
B. black box testing performed by a large security consulting firm that signs an NDA
C. grey box testing performed by a small security consulting firm that signs an NDA
D. black box testing performed by a large small consulting firm that signs an NDA


C
Explanation: Grey box testing shares a part but not all of the information about the code and using a small firm lessens the number of potential eyes seeing the code.

Computer Science & Information Technology

You might also like to view...

The information governance process operates outside of the larger policy and procedure framework of the overall strategic governance process of the organization.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the result of executing the following code?

``` 1 myResultSet = myStatement.executeQuery( 2 "SELECT age FROM people WHERE name = ’Bob’" ); 3 4 while ( myResultSet.next() ) 5 { 6 displayJTextArea.append( myResultSet.getInt( "age" ) + "\n"); 7 } ```

Computer Science & Information Technology

Convergence is ___

a. When a router obtains a clear view of the routes in a network. b. A numeric measure assigned to routes for ranking the routes best to worst; the smaller the number, the better. c. A procedure in the protocol that enables routers to use any of the multiple data paths available from multiple routers to reach the destination. d. A procedure in the protocol that determines the best route.

Computer Science & Information Technology

NUIs are implemented in a variety of ways: touch screens, gesture recognition, speech recognition, and virtual reality.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology