General Dev
Front
Back
Apex/ASGN History
Big Data & DevOps
100

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

100

What does a FED do?

Develops the interface of an application or website 

100

What does a backend developer do?

They create and maintain technology at the back end of a website (the server, database and application).

100

Who are the 3 Founding Fathers of Apex Systems?

Win Sheridan, Jeff Veatch and Brian Callaghan

100

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. 

200

What are the 5 stages of the SDLC?

Plan
Design
Test
Implement
Maintain

200

Name 5 Front End languages

JS
React
Angular
HTML
CSS
Vue
Typescript
Swift
jquery

Others?

200

Name 5 backend languages

Java
C#
Python
Node
PHP
Ruby
Golang

200

What year was Apex Founded?

1995

200

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

300

What is the difference between NoSql DBs and Non-Relational DBs?

None

300

What is the most basic front end development language?

HTML

300

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. 

300

DAILY DOUBLE!!!!!!

Who does Apex Sponsor in the PGA?

JB Holmes - the greatest player to ever touch the greens

300

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

400

What is an API?

A software intermediary that allows two applications to talk to each other.

400

DAILY DOUBLE!!!!!!!

What is the difference between react native and react?

Native: Framework for React

React: javascript library 

400

Name 5 Frameworks

Spring
ASP.NET
Django
Flask
Express.js
Rails


Others?

400

What are ASGNs top 3 subsidiaries? 

APEX

ECS

Cyber Coders

OXFORD - WILL ACCEPT

400

What are the 3 skills devops combines?

Development, Testing, Operations. 

500

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.


500

Who made ReactJS? Who made AngularJS?

Angular = Google

React = FaceBook

500

What architecture takes monolith services and breaks it down into small individual services?

What is Microservices Architecture 

500

How many countries does Apex operate in?

7


USA, Mexico, Canada, India, Spain, England, and the Netherlands 

500

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.