GM kept asking if I was going to stick around the area because I've moved 2 times in 5 years.
Technical Support Analyst Iv Interview Questions
1,017 technical support analyst iv interview questions shared by candidates
- Tell us about a time you went above and beyond for a client? - Digital engagement Questions
Situational question where they ask you what you would do. Answer with STAR- Situation, Task, Action, Result
Coding test was a HackerRank Question sent during the interview. I shared my screen and talked through what I was doing. I was able to get it working minus some outlying cases. I will paraphrase the question. It was called goodSegment. Write a function that takes three inputs. An Upper bound, a Lower bound and then an array of "badNumbers" . The function should iterate through a range starting at the Lower bound iterating through the Upper bound. Count the number of consecutive numbers until you hit until you land on a number that matches one of the numbers in the badNumbers Array. The function should return the count of the largest value of consecutive good numbers through the range. For example if the Lower is 2, Upper is 10 and the bad numbers are [2, 4]. the largest set of consecutive good numbers would be 5-10. So the function should return 5.
What is your current role?
Describe a time where you failed. Describe what happened, what steps you took, and what were the results?
LRU cache, async/await mechanisms, Threading concepts logic algorithms
Where do you see yourself with this company in the future?
Tell us a time when you ran into a problem and how you overcame it.
print fibonacci number find O notation complexity of some loop
Viewing 431 - 440 interview questions