Answer:
The number of inputs processed by the new machine is 64
Solution:
As per the question:
The time complexity is given by:

where
n = number of inputs
T = Time taken by the machine for 'n' inputs
Also
The new machine is 65 times faster than the one currently in use.
Let us assume that the new machine takes the same time to solve k operations.
Then
T(k) = 64 T(n)


k = 64n
Thus the new machine will process 64 inputs in the time duration T
Answer:
Universal Containers uses the Case object to track service tickets. They have implemented Case teams to allow multiple support representatives to manage the Cases. Which two "Filter by owner" options would the user see while creating a list view on the Case object?
Choose 2 answers
A. My Case Teams
B. Roles
C. Public Groups
D. Queue
Correct answer is option A and D
A) My case teams &
D) Queue
Explanation:
Since a case team was implemented to allow multiple support representatives manage the case, the two filter by owner options the user will see are; my case teams and queue.
Queue entails choosing a specific case queue to look at for your view. Which in this case the user will see because the case isn't handled by one person.
In my case teams, cases are filtered to look at only cases where you’re on the case team.