*Questions related to your test *General technical questions (genuinely believe that it will vary according to the developers that you meet)
Software Engineer Front End Interview Questions
933 software engineer front end interview questions shared by candidates
Em que tipo de empresa você não trabalharia
what the feature that you build and proud of?
Sei disposto a trasferirti in Svizzera?
How much would you rate yourself in- HTML,CSS,JS,NodeJS,AngularJS, AWS, PHP,SQL etc
Merge K sorted array list.
const arrInput = [1, 4, 6, 8, 9, 10]; const result = 6; //25;//24; // 8*1 = 8 < 24 // 8*4 = 24 == 24 // 8*9 // 8*10 // Find a pair whose multiplication is x*y = result // function should take 2 parameters: arr of numbers - arrInput , number - result
How do you write a block in HTML
Was given a parent div and 3 child divs inside. Asked to add CSS to each giving some height and width to the child divs and border of a certain thickness to all. Asked to add another child div inside the second child. Was asked to give absolute position to this div with some bottom and left positioning and asked to draw the layout.
Given a sentence, Hello how are you HELLO. Find the minimum distance between two words. Given input: hello, you. Output: 1. The input words are case insensitive.
Viewing 41 - 50 interview questions