A program, or group of programs you run as an end user to complete a task or solve an issue is called what?
What is an application
What does a FED do?
Develops the interface of an application or website
What does a backend developer do?
They create and maintain technology at the back end of a website (the server, database and application).
Who are the 3 Founding Fathers of Apex Systems?
Win Sheridan, Jeff Veatch and Brian Callaghan
Data Warehouse Vs Data Lake?
Warehouse: Data is organized and processed into a specific format prior to being into the warehouse. Once in the warehouse the data is cleansed and analyzed (all of it).
Lake: Raw and Unstructured Data goes into the lake, selected data is then organized and analyzed as/when needed.
What are the 5 stages of the SDLC?
Plan
Design
Test
Implement
Maintain
Name 5 Front End languages
JS
React
Angular
HTML
CSS
Vue
Typescript
Swift
jquery
Others?
Name 5 backend languages
Java
C#
Python
Node
PHP
Ruby
Golang
What year was Apex Founded?
1995
What does DevOps do?
Takes a company from Manual to Automated.
Essentially taking any manual task and attempting to automate them; doing that on a large scale.
It does this largely through combining development and infrastructure teams into one unit along with specific tool deployment
What is the difference between NoSql DBs and Non-Relational DBs?
None
What is the most basic front end development language?
HTML
What does a frame work do?
Frameworks provide pre-designed, pre-built code components and templates to solve these areas that could be considered common, along with a planning process to ensure they are used; thus allowing more time to focus on those more difficult and or specific business problems. Aka - speeds up the process / makes life easy.
DAILY DOUBLE!!!!!!
Who does Apex Sponsor in the PGA?
JB Holmes - the greatest player to ever touch the greens
Structured vs Unstructured Data?
Structured:
- Relational DBs
- Predetermined Formats
- organized, factual, to the point
- Quantitative
- Data Warehouse
- Can use Data Mining
Unstructured:
- Non Relational DBs
- Wide range of formats
- comes in various forms, less organized, non-factual
- Qualitative
- Data Lakes
- Cannot use Data Mining
What is an API?
A software intermediary that allows two applications to talk to each other.
DAILY DOUBLE!!!!!!!
What is the difference between react native and react?
Native: Framework for React
React: javascript library
What are ASGNs top 3 subsidiaries?
APEX
ECS
Cyber Coders
OXFORD - WILL ACCEPT
What are the 3 skills devops combines?
Development, Testing, Operations.
What is the Cloud?
The cloud enables users to access the same files and applications from almost any device, because the computing and storage takes place on servers in a data center, instead of locally on the user device.
Who made ReactJS? Who made AngularJS?
Angular = Google
React = FaceBook
What architecture takes monolith services and breaks it down into small individual services?
What is Microservices Architecture
How many countries does Apex operate in?
7
USA, Mexico, Canada, India, Spain, England, and the Netherlands
What is Containerization?
The process of packaging an application along with its required libraries, frameworks, and configuration files together so it can run in various environments.
Simply, containerization is the encapsulation of an application and its required environment.