Solicité el puesto a través de una agencia de empleo. El proceso duró 2 semanas. Acudí a una entrevista en Cyara (Melbourne) en may 2019
Entrevista
Interview process has been initiated through some consultant. Recruiter sent me word document containing set of questions, I was answering all the questions and send back. Got set of questions to answer, only feedback received from company is Rejected after spending 2 days of time.
Preguntas de entrevista [4]
Pregunta 1
One of the Cyara consultants in the office has sent you his analysis in the form of the call recordings for the test calls. He has sent you the call recordings in 5 folders.
Is there a way for you pinpoint the folder containing the failed calls with your one and only last usage of ‘SuperAudioEditor’ (There are no other tools available at your disposal)?
In a call centre at a major Telco there are x agents. Within the first hour from 9am to 10am, y percent of them answered one call each from customers. Of the rest, half took 2 calls each, half took no calls during that first hour. How many calls altogether did the call centre answer?
In Australia a date such as 4th Oct 2010 is written as 4/10/2010. In the USA it is written as 10/4/2010. How many such ambiguous dates are there in a year that fall into this category? Write a sample SQL insert statement that inserts data into a single date field which would avoid this ambiguity.
Coding Test - REST API
Create following REST APIs to maintain a folder tree structure in database. APIs will provide following functionalities:
• Add a Folder (as parent or sub-folder)
• Add a Test Case into a Folder
• Supply a folder id and retrieve back a list of Test Cases found inside that folder
• Delete Test Case