Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Susco (New Orleans, LA) nel mese di gen 2024
Colloquio
First an online aptitude test which required a 75% score to pass. Second step, apt test requires fast responses where wrong answers don't count against you in theory. Then an online personality test which supposedly there is no wrong answer. Then third step is technical interview of code snippets with technical person. Then unknown, but assume code tests and assume further interview with CEO.
Domande di colloquio [1]
Domanda 1
I incorrectly prepared more on SQL and C#, rather than JS and JQuery.
Q1: Specific Javascript code snippet with code that no one would write focused around syntax asking what does this function output?
Q2: Specific JQuery/Javascript code snippet focused around syntax asking what does this function output?
Declared interview over after the 2 questions. I assume they are looking for expert code reviewer for a specific project they had with JS/JQuery. Irony is getting specific syntax questions answered or code review is done better with Github's CoPilot or other tool.
Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Susco nel mese di lug 2024
Colloquio
After you apply, HR screens you with online tests from criteriacorp.com They use the CCAT cognitive assessment (like an intelligence test) followed by a personality test. It is wise to prepare for the CCAT. iprep.online is the best one, but it costs fifteen bucks. On the personality assessment, just be you, I guess, no prep advised. I think their CCAT bar is pretty high, but they never told me my score.
==============================================================================
The first hour-long interview is with a technical manager. He asked general questions interspersed with questions about code snippets he pasted into an online coding platform. The snippets were old-school javascript with jQuery. There were function references and higher order functions and questions specifically about variable scope (closures). There were no ES6 things like arrow functions, promises, generators, etc. He also asked me which frontend framework I wanted to use for the next interview.
==============================================================================
They like to schedule the second two-hour interview within a day or two after the first one. The style of the interview was the same as the first -- questions interspersed with technical exercises. The React exercise used class components and the directoy layout was odd -- probably better to test on jQuery or Angular. There were two other exercises on StackBlitz modifying Telerik jQuery Kendo grids. The lead guy then gave me control of his desktop where he had Visual Studio open to a solution and MS SQL Management Studio open to a database. There was Kendo grid on the frontend hitting a REST API on the backend to display data from a database table storing information about "Products". I was asked to add a new column "Category" to the grid and allow it to be filtered by that column. The column had to be added to the database with a code table (necessary?), populated with data, wired up through the backend, and then displayed in the grid. They used a petapoco ORM in a fairly recent .NET Core Web API. He didn't expect me to know Kendo or PetaPoco coming into the interview, and gave enough hints to make it easy to pick up.
Domande di colloquio [3]
Domanda 1
Are you comfortable at a place that required you to track your time closely?
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Susco (New Orleans, LA) nel mese di gen 2022
Colloquio
There are 3 interviews. First one is with HR (run of the mill questions, talk about experience and and personal info). They send you a personality test and a coding test. If you pass the coding test, you have to do a live coding exercise (several questions) with their architect. The last interview is with the CEO of the company
Domande di colloquio [1]
Domanda 1
Q: They showed various code snippets (sql and Javascript) both in the online coding test and live session