Round 1 Technical Interview Questions @ https://www.teamflowhq.com/
Position: Senior Full Stack Engineer
Interact with webpage here: https://tehjawn.github.io/teamflowhq-interview/
Round 1 Questions involve: DOM Manipulation with HTML & JavaScript, Basic ES6 Concepts (Map), Express.JS
- Add Span to HTML Element on Button Click
- Loop through Array & Add Array Values to HTML Element
- Loop through Dynamic Value & Add Values to HTML Element
- Add Div or Span to HTML Element on Button Click (Alternating)
- "Counter" using Express.JS with /get (Gets Current Count) and /increment (Increments Current Count) Endpoints
- Override Parent Click (Stop Event Bubbling/Propagation)
- "Calculator" using Express.JS with /calc endpoint with op (operation), lhs (first number), and rhs (right number) parameters that returns the operation of two numbers
- Add Values from Array
- Utilizing Event Bubbling/Propagation
- Map Elements
Interact with webpage here: https://tehjawn.github.io/teamflowhq-interview/