Candidatei-me por meio de uma agência de recrutamento. O processo levou 5 dias. Fui entrevistado pela Bounteous x Accolite (Banglor) em mar. de 2022
Entrevista
Taking first round and said you are selected for the second round but i didn't received any call from there after 10 days so i want to suggest it will not right choice.
Perguntas de entrevista [1]
Pergunta 1
1. React native life cycle
2. Clouser
3. OOPs concepts
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Bounteous x Accolite em set. de 2020
Entrevista
The first round is a telephonic discussion it went well, the second round is a google meet discussion with the developer for 1 hour. He asked the basics questions in react native, javascript, asked to solve some problems like Anagram checking and some examples are mentioned below. I am waiting for the level2 feedback. All the best guys be prepared. Think Js concepts in detail and the get ready for interview.
The first round is a telephonic discussion it went well, the second round is a google meet discussion with the developer for 1 hour. He asked the basics questions in react native, javascript, asked to solve some problems like Anagram checking and some examples are mentioned below. I am waiting for the level2 feedback.
Perguntas de entrevista [2]
Pergunta 1
var y = 1;
if (function f() {
}) {
y += typeof f;
}
console.log(y);