Open In App

FloBiz Internship Interview Experience for Software Engineering Frontend

Applied on LinkedIn through referral. After two days, I received an invitation call for scheduling my Interview.

My screen was shared



Round -1(Technical):

  1. Introduce yourself



  2. Do you know about JavaScript:

    • Whats is JS
    • Promises, Hoisting, Callbacks ( I was asked to code to show how to make callbacks)
    • Difference between var, let, and const keywords.
    • High order functions
    • Write the code to change the color of each word of text using JavaScript i.e DOM Manipulation. A set of HTML code was given to me and I have to paste it into any IDE and perform the function.
    • In how many ways we can add JS in HTML.

    Resource: https://www.interviewbit.com/javascript-interview-questions/

  3. Read the code shown on the screen (it was in JavaScript) and tell me the approach or pseudo code.

    https://www.geeksforgeeks.org/add-1-number-represented-linked-list/amp/

I was supposed to explain each of the keywords I mentioned above.

Tips:

Article Tags :