DevOps
E3
JavaScript
Company/General Team Questions
Scrum
100

Devops stands for "development" and "_____________"

Operations

100

What are the 3 E's?

excellence, everywhere, every day

100

What hack was presented during Andy's JS Presentation?

eBay Hack

100

Who is the CEO of the company?

Chris Kubasik

100

Who are the facilitators of scrum, the lightweight agile framework with a focus on time-boxed iterations called sprints?

Scrum Masters

200

What does the development team use to review code and give feedback on changes before merging the code into the main branch?

Pull Request

200

What are the 3 E3 Values?

Integrity, Excellence, Respect

200

Which takes files and removes any characters that are not strictly neccesary in order to reduce overall file size?

Bundlers or Minification

Minification

200

What does the team's acronym "CIA" stand for?

Custom Internal Applications

200

What is the short daily meeting designed to let the team plan out its work for the day and identify any obstacles that could impact that work

Daily Scrum(Standup)

300

Where can all work items be viewed at? (2 right answers)

Backlog or Board

300

What is the first Training/Certification?

Intro to Lean Basics

300

Which is an object?

Strings,Numbers, and Symbols 

OR

Functions

Functions

300

What does the acronym "GPS" listed under the Help Menu in the OrgChart stand for?

Global People Search

300

This meeting is conducted by the product owner at the start of every sprint, after the Sprint review and the Sprint retrospective for the prior sprint

Sprint Planning

400

What is the first level Work Item Type

Epic

400

What are the 5s+1

sort,straighten,shine,standardize,sustain,safety

400

Name two values that are considered "falsy"

false

0

-0

""

null

undefined

NaN

400

Name 3 projects our team is responsible for?

angelfish, signit, abcms/brcs,icp,orgchart,eca,fars,coa,cee,pvt,lawtrc,pspc

400

This meeting happens at the end of every sprint. The development team leads it and presents the work they accomplished during their sprint.

Sprint Review

500

What is the set of automated processes and tools that the development and operations teams use to compile, construct, test, and deploy software code faster and easier?

DevOps pipeline

500

Who are the 2022 e3 Award Winners?

Space Systems ModRad Production Cycle Time Reduction (Space and Airborne Systems)

500

True or False and Why?

if ("0") {...}

True

"0" is a string with a length greater than 0, which is truthy

500

What are L3Harris's 3 mission aligned segments?

Integrated Mission Systems, Spave & Airborne Sys,Comm Sys

500

These 3 questions are asked during this meeting? 

  • What went right
  • What went wrong
  • What teams could do differently to improve collaboration in the future

Sprint Retrospective