Page 1 of 1

About Question enthuware.ocpjp.ii.v11.2.1883 :

Posted: Thu Nov 19, 2020 4:01 pm
by nirwan84
Assumption is made that the values are somehow sorted...

Why
[1, 1, 3]
and not
[3, 1, 1] or [1, 3, 1]?

Re: About Question enthuware.ocpjp.ii.v11.2.1883 :

Posted: Thu Nov 19, 2020 9:38 pm
by admin
No, it does not make that assumption that is why [3, 1, 1] or [1, 3, 1] are not among the options. You don't have to determine whether you have to pick 1, 1, 3 or 1, 3, 1.

Re: About Question enthuware.ocpjp.ii.v11.2.1883 :

Posted: Fri Jan 08, 2021 2:34 am
by teodorj
Will the real exam include options like below (have to choose the order returned by collect method)?
[3, 1, 1] or [1, 3, 1] ?

Re: About Question enthuware.ocpjp.ii.v11.2.1883 :

Posted: Fri Jan 08, 2021 3:35 am
by admin
Not unless the order is clear from the given code.