J'ai postulé via une agence de recrutement. Le processus a pris 5 jours. J'ai passé un entretien chez Bounteous x Accolite (Banglor) en mars 2022
Entretien
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.
Questions d'entretien [1]
Question 1
1. React native life cycle
2. Clouser
3. OOPs concepts
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Bounteous x Accolite en sept. 2020
Entretien
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.
Questions d'entretien [2]
Question 1
var y = 1;
if (function f() {
}) {
y += typeof f;
}
console.log(y);