Have you worked in any other fintech?
Frontend Developer Interview Questions
13,298 frontend developer interview questions shared by candidates
They asked me to describe previous project/solutions I worked on
SMART goals and how to write them other tech questions
Mi hanno chiesto di sviluppare un'applicazione con le api che forniscono le informazioni che l'azienda immagazzina.
Describe a project you worked on and your role in 3-6 pages
the first question was to introduce yourself
Quantos anos desenvolvendo site? Quantos anos de faculdade? Qual sua pretensão salarial?
What is Event Loop and how it works in JS?
Take a second to imagine that you are in a room with 100 chairs arranged in a circle. These chairs are numbered sequentially from One to One Hundred. At some point in time, the person in chair #1 will be told to leave the room. The person in chair #2 will be skipped, and the person in chair #3 will be told to leave. Next to go is person in chair #6. In other words, 1 person will be skipped initially, and then 2, 3, 4.. and so on. This pattern of skipping will keep going around the circle until there is only one person remaining- The survivor! Note that each chair is removed when the person leaves the room. Write an HTML page using Javascript/Typescript and Angular to visualize the disappearing chairs and figure out which chair the survivor is sitting in. Please send me the answer and your working code.
JavaScript - Basic Functions Understanding function invoke(message) { console.log(messages); } function sendMessage(message){ invoke(message) } sendMessage("Hello,") sendMessage("world ") sendMessage("! ") output should be this ["Hello,", "world ", "! "] and it should print only one time and you are allowed to change only function declarations not funtion calls
Viewing 1671 - 1680 interview questions