I applied online. I interviewed at Bounteous x Accolite in Sept 2020
No offer
Negative experience
Average interview
Application
I applied through a staffing agency. The process took 5 days. I interviewed at Bounteous x Accolite (Banglor) in Mar 2022
Interview
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.
Interview questions [1]
Question 1
1. React native life cycle
2. Clouser
3. OOPs concepts
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.
Interview questions [2]
Question 1
var y = 1;
if (function f() {
}) {
y += typeof f;
}
console.log(y);