Open In App

FloBiz Internship Interview Experience for Software Engineering Frontend

Last Updated : 27 Oct, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

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

  • Interview date: 23 Sep 2021
  • Interview Platform: Google Meet
  • Duration: 45 mins (approx)

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/

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

Tips:

  • You should know at least “What” of everything you have written in your resume. You should be able to explain it clearly.
  • You could be asked to show how to implement the particular feature by coding on any IDE.
  • You should remember the proper syntax of coding whether it is Web development or programming.
  • Strongly prepared your basics, definitions, differences, etc.

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads