Amazon Interview Question for Quality Assurance Engineers


Team: amazon.in
Country: India
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
0
of 0 vote

Starting point to debug could be:
1. Which player is being used to play the audio in the browser? If it is different between chrome & firefox that could be first good pointer to debug

2. If the player is same, the issue could be 1 level deeper specific to functionality of browser handling of audio files.

- anamika April 06, 2016 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Codec support for the Chrome and Firefox to be checked to see what is the potential reason.

- Anonymous April 14, 2016 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

What version of firefox is being used? Is it older than what youtube supports?

- sunny December 15, 2016 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

I could think of two mayjor things going wrong:
- something with the player
- something with the page, like an animation, layout, css property, no idea that is not compatible
--> how, play the video in a page that has nothing else than the HTML5 player, which I think youtube uses. If it plays, then it's the page, if it doesn't probably a codec, player, what ever thing... should be easy to solve
--> if it's the page, good luck, maybe some W3C compatibility check..., place the player in a div that's marked yellow etc. etc. etc... after having some narrowing information, I would defintely try to find somebody who knows more...

anyway what does amazone has to do with youtube ;-)

- Chris December 15, 2016 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More