I have contacted Apple about the Apple Care study materials and they are for ACMT and ACiT.
I'm almost ready to take the 10.10 exams but wanted another avenue to study from.
I'm going for the ACTC 10.10
ACTC is not available for 10.11, only ACSP is.
I do not believe it will be available for 10.11. I think 10.10 is the last. I think Apple is walking away from that cert.
Congrats on passing the 10.11 support exam. And it does appear that Apple will not have a server exam for 10.11. While I have no proof of this, it appears that with the release of new verson of Server 5.0, Apple appears to be decoupling anything related with server and whatever the current Mac OS is.Very interesting! If so, I'll need to let some of my coworkers know so they can get current ASAP. Thanks for the info!
BL.
Congrats on passing the 10.11 support exam. And it does appear that Apple will not have a server exam for 10.11. While I have no proof of this, it appears that with the release of new verson of Server 5.0, Apple appears to be decoupling anything related with server and whatever the current Mac OS is.
Amsys mentions the removal of the ACTC certification here. http://www.amsys.co.uk/2016/01/os-x-el-capitan-certified-courses-arrived/ (Hat tip to Adam in pointing me to this site.). Apple does not mention anything about server exam for El Cap on their training site at all. Previously OS versions, they at least acknowledged both exams when they updated the training areas.
One q about the exam, did it pretty much track 10.10 as far as info or were there some new things that you may not have expected show up on the exam. No particulars if you do not want to. I'm studying for this exam now and am just curious. Thanks.
Sweet!!!Not much that I expected to be different for the exam.. the format is still the same, and if there are any real "gotchas" it would be the changelog of features between 10.10 and 10.11. If you've studied up on 10.10, then just knowing the differences between 10.10 and 10.11 should get you a decently passing grade. As 10.11 was featured to emphasize some new features and stability ( 😉 ), it wouldn't be glaringly different like it would between, say, 10.8 and 10.11.
Amsys is a good reliable source for studying for the exam; IIRC, they worked with ReviseIT on their app. If you cross that with the iLearn app and the book, you'll be in great shape to pass.
Good luck!
BL.
Have a question a practice exam for 10.11 but it has two different answers based on the wording of the question so I'd like clarification.
On a Mac where can user preferences for sandboxed apps be stored?
A. ~/Library/Containers
B. ~/Library/Preferences
C. /Library/Preferences
D. /Library/Documents
Normally the answer is A because that's where preferences for sandboxed apps are stored (p. 829 of 10.11 Peachpit book). But the question here says USER preferences which could be answer B so it's seems like a trick question. Notice that the question says USER and there are location options using the tilde which also means USER so...
So my question is, is this a trick question or is the answer still A?
Well I know the prefs for the apps are in containers and that's the answer (for the apps). BUT this question has the word user in it so I was thinking maybe they were asking not about the app prefs, but some other special user prefs.Let me answer this question with another question: How are sandboxed apps started? And what is the purpose for sandboxing apps? Actually, that second question is a question that could be part of the exam. But when you think about that and the reasoning why some apps are sandboxed to begin with, that will provide more insight to you.
And if you're still confused by that, here's a third question: Do you want anything from a sandboxed application to exist outside of a sandbox?
Food for thought.
BL.
Well I know the prefs for the apps are in containers and that's the answer (for the apps). BUT this question has the word user in it so I was thinking maybe they were asking not about the app prefs, but some other special user prefs.
Ok so I guess this insn't a trick question.
This is obviously not a test question right?Here's a question for you: While applied use has mainly been done in iOS, the concept of it is still valid for OS X. How does a jailbreak work?
I'll provide the answer to that in a bit.
BL.
This is obviously not a test question right?
Well the exploit isn't in a sandbox. The exploit is the JB software which makes the file system readable/writeable/mountable.
So as I suspected it is sort of a trick question when they use the word user. It's irrelevant if it's user or not, there is no other location to store prefs for a sandboxed app other than ~/Library/Containers/Accessing User Data
Most OS X path-finding APIs return paths relative to the container instead of relative to the user’s home directory. If your app, before you sandbox it, accesses locations in the user’s actual home directory (~) and you are using Cocoa or Core Foundation APIs, then, after you enable sandboxing, your path-finding code automatically uses your app’s container instead.
For first launch of your sandboxed app, OS X automatically migrates your app’s main preferences file.
Accessing Preferences of Other Apps
Because App Sandbox directs path-finding APIs to the container for your app, reading or writing to the user’s preferences takes place within the container. Preferences for other sandboxed apps are inaccessible. Preferences for apps that are not sandboxed are placed in the ~/Library/Preferences directory, which is also inaccessible to your sandboxed app.
Well the exploit is the bypassing or patching of iOS checkpoints via BootROM exploit or Userland exploit to gain root access to the file system which then allows the download of Cydia apps. Then Cydia tweaks and themes can work because the checkpoints have been patched or bypassed (depending on the exploit method). These non-iTunes apps don't need a signature/key because the JB bypasses or patches the iOS signature check. So the exploit really is the BootROM or Userland exploit.
Anyway the Peachpit book says
/Users/kevin/Library/Containers/com.apple.mail/Data/Library/Preferences/com.apple.mail.plist
The test answer I have says
B. ~/Library/Preferences/ (this is incorrect)
I develop for iOS but have never sandboxed an app. Looking at the Apple Developer docs.
So as I suspected it is sort of a trick question when they use the word user. It's irrelevant if it's user or not, there is no other location to store prefs for a sandboxed app other than ~/Library/Containers/
That's what I get from the Apple docs and PeachPit book.
ACTC is no longer. There will only be the ACSP and ACMT.If you are going for the 10.10 ACTC it is two tests which are independent of each other.