Michael Kaiser
LinkedIn Skill Assessment – Adobe Photoshop
Q1. How can you open a file selected in Lightroom CC for retouching in Photoshop CC?
Double-click the file
Choose File > Edit in...
LinkedIn Skill Assessment – Bash
Q1. Which of the three methods will copy the directory named "photo dir" recursively from the user's home directory to /backups?
cp -R "~/photo dir"...
LinkedIn Skill Assessment – Django
Q1. To cache your entire site for an application in Django, you add all except which of these settings?
django.middleware.common.CommonMiddleware django.middleware.cache.UpdateCacheMiddleware django.middleware.cache.FetchFromCacheMiddleware django.middleware.cache.AcceleratedCacheMiddleware
Q2. In...
Cyber Ops v1.1 Chapter-2 Exam (Answers)
1. What contains information on how hard drive partitions are organized?
CPUMBRBOOTMGRWindows Registry
2. Which net command is used on a Windows PC to establish a...
Cyber Ops v1.1 Chapter-1 Exam (Answers)
1. A computer is presenting a user with a screen requesting payment before the user data is allowed to be accessed by the same...
LinkedIn Skill Assessment – C (Programming Language)
Q1. Which Code sample will eventually cause the computer to run out of memory?
:
while(1)
{
char *smallString = (char *) malloc(10);
}
...
LinkedIn Skill Assessment – Java
Q1. Given the string "strawberries" saved in a variable called fruit, what would fruit.substring(2, 5) return?
rawb raw awb traw
Reasoning: The substring method is...
LinkedIn Skill Assessment – Agile Methodologies
Q1. Teams may encounter the need for "technical" user stories. Who decides the priority of these?
the Product Owner with help from Operations the...
LinkedIn Skill Assessment – C++
Q1. What is printed from this code?
vector<int> v(22);
bool b = (v[6]);
printf("%d", !b);
False 0 1 This code has an error.
Q2. Which of the following...







