Candidatei-me online. O processo levou 2 dias. Fui entrevistado pela Mmsi Technology AND Services em jan. de 2021
Entrevista
HR called to complete the brief coding test. I have completed and mailed them after completion.
I have passed that test and next round was online live test based HTML/CSS/JavaScript/jQuery, PHP and the WordPress API. They allowed to use Google / StackOverflow or any other reference sources during the interview.
They asked to create carousel slide in HTML Jquery, Woocommerce question, Jquery Question and WordPress Question. So basically it was 4 question to complete. I have shared my screen and given the test.
Perguntas de entrevista [3]
Pergunta 1
Task 1: JavaScript and jQuery Basics
For this task, please write your code at jsfiddle.net. Create a new fiddle, and then use ONLY JavaScript + jQuery + CSS to add five styled boxes to the page, as shown in the image below. Do NOT add any HTML; create the boxes using JavaScript and jQuery. The finished result should look like the image below. Please use flexbox to control the layout of the boxes. Once completed, save your work and send the URL that is generated.
PLEASE NOTE: If there is any code in the HTML pane, this task will be considered failed.
Task 2: PHP and Version Control Basics *
For this problem, you will need to have a free Bitbucket account ( https://bitbucket.org/ ). Create a new git repository on your local computer and add a new file "submit.php". A form is being submitted to submit.php, so you need to write validation code for the form in submit.php. There are six fields in the form, all of which will come via $_POST: name1, healthid1, name2, healthid2, name3, healthid3. Every name should be at least 3 characters in length. Every healthid should have the format 12345 (where 12345 is any five numbers). Write code *using a loop* to make sure that every name is valid and every healthid is valid. If it is valid, the page should display "SUCCESS". If it is not valid, the page should display "ERROR" and die. After you have completed writing this submit.php file, commit it to the git repository and add it to a new public repository on bitbucket. Then, paste the public repository URL below so we can view your submit.php file online.
Task 3: WordPress API / Custom Post Type *
Imagine you are working on a WordPress site with a custom post type named "automobiles". Create a new page-cars.php template file, and add a query and loop that displays the *titles* of all of the automobiles. Add this page-cars.php file to the git repository you created in Task 2, and then paste below the public URL for accessing the page-cars.php file.