1/13
FLASHCARD ONLY
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
I want to adopt a more healthy living lifestyle and be able to log and monitor my activity from any device and anywhere with internet service. The application I would need resides on what type of cloud model?
SaaS: Software as a Service
I need an off-site data storage area to support my disaster recovery plans. What cloud model would I be looking at?
IaaS: Infrastructure as a Service
I am a UI student who has this great idea. I want to build an application that uses public available data and can share with the user where available parking exists and capitalizes on crowdsourcing to post sightings of parking tickets attendants at work. What cloud service model do I shop for?
PaaS: Platform as a Service
'Chicken' 'Goat' 'Sheep'
String
'1/3' '4/11' '3.141592653589793238'
Float
List the levels within the Gartner's Analytics maturity model, sequence from lowest level of difficulty and value to highest level
Descriptive Analytics (What happened?)
Diagnostic Analytics (Why did it happen?)
Predictive Analytics (What will happen?)
Prescriptive Analytics (How can we make it happen?)
List in sequence the evolution an entity takes in utilizing IS and data
Keep the doors open - 1st Tier
Know the past and current operations- 2nd Tier
Combine internal/external data to provide insight to future options/probabilities and help set strategy - 3rd Tier
If you have a table 'Alphabet' who has one column called 'Letter' and each row has a unique letter of the alphabet, which SQL statement would NOT return record a?
Select Letter FROM Alphabet Where Letter LIKE 'a*'
What is a function that converts an input of letters and numbers into an encrypted output?
Hash
Which type of network is best suited for an ocean cruise ship to communicate with the mainland when out to sea?
WWAN
Daily Scrum is where stakeholders meet with the technical team at the end of the day to provide feedback on the work thus far. True or false
False
Data privacy
Using and storing data about people, in line with their expectations, regulations, and laws
The Agile product backlog is:
A list of product features wanted by the product owner
What WHERE clause would NOT select the letter z record in the SQL statement
SELECT letter
FROM ALPHABET
WHERE ....
Where letter LIKE 'z?'