I applied through a recruiter. I interviewed at Wipro (Bengaluru) in May 2022
Interview
I had 2 rounds of interview, one was with Wipro and other was with client. Interview with wipro took place for around 45 minutes and with client was for 30 minutes.
Interview questions [1]
Question 1
Questions included from basic Javascript to depth topics, vuejs core concepts, programming questions
I applied through a recruiter. The process took 1 week. I interviewed at Wipro (United States Air Force Acad, CO) in Oct 2023
Interview
I received cold emails from someone I have no connections with from VBeyond, tells me that the position is for a company that contracts with apple ( yikes) but can't tell me anything about the position. He set's up a zoom call the next day with someone who I can't find on linkedin. The recruiter also sends me about 10 emails over the course of a day because i didn't answer one of them. I meet the wiPro guy and the man tells me he works with Apple but his email is that of WiPro so this seems like some goofy clout thing that doesn't work on me. After the questions he leaves time for me to ask questions which I do, he literally doesn't know anything about the position. Even asking him "What can you tell me about the position?" he can't answer a single thing. Not what team is it for, not even what would I be doing.
Overall the interview was an absolute joke. Avoid these people.
Interview questions [3]
Question 1
what does this function output
function f1() {
result.innerHTML = "";
for (var i = 0; i < 5; i++) {
setTimeout(() => {
counter(i);
}, i * 500);
}
}