Me postulé en línea. El proceso tomó 5 días. Acudí a una entrevista en Health Catalyst (New York, NY) en jun 2019
Entrevista
SQL Assessment . I did not get final call ,I took interview little casually. I would have given better had they provided me actual SSMS platform or used a code editor to test. They gave good SQL feedback assessment :
Candidate added a lot of unnecessary complexity to the exam. On the ERD in the Employee table EmployeeID is listed as the primary key. The candidate should have realized this indicated a unique value in the table that would make it unnecessary to sum vacation hours and select from a subquery in question one. In question two the candidate used a union although the question specified to right one query that returns two rows. In question three there was also considerable over complication which would ultimately cause the query not to run. The candidate summed vacation hours here as well and has several other non aggregated fields in the select but only grouped by EmployeeID. There also appears to be an closing parenthesis aliased as a with no opening parenthesis that looks like it was supposed to be part of a subquery. It seems the candidate has a decent grasp of SQL syntax but maybe less of a grasp on data modeling.
Candidate did a good job of capturing the requirements. The only thing that was missed was the filter for a HOME address in question 3 which is a common oversight.
Candidate did a great job documenting code with the exception of probably the most important assumption which was the values in the Gender field. Although the assumption was incorrect in question three given the ERD that there could be multiple address records for an Employee, it was good to see the assumption documented to explain the use of the window function to find the last modified date.
Formatting was ok in some areas but wasn't particularly consistent. Some SQL keywords had the first letter capitalized while others where completely lowercase, some aliased columns had underscores between words others didn't.
Me postulé en línea. Acudí a una entrevista en Health Catalyst en oct 2024
Entrevista
The initial interview was with HR. I was asked to schedule a day and time that fit my schedule, which was great. During the call, they were up front with the level of the role and the pay-range for it so that no one's time was wasted. I appreciated that a lot. The interview was very casual and focused on the role, team, and client it was with. After that discussion, I was asked to complete a SQL test at my convenience and to let them know when I was done. A few days later I was asked to interview with a couple of the team members. This was much more of a traditional interview, but via Zoom, and was told to allow for 50-60 minutes. I was asked a lot of question about my background and experience and was given the opportunity to ask as many questions as I had. I was a very pleasurable experience from start to finish.
Me postulé en línea. Acudí a una entrevista en Health Catalyst
Entrevista
First round with HR was great. My contact had a depth of knowledge about the position that most HR contacts don't have. Followup steps were well-defined, which is also nice.
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Health Catalyst
Entrevista
Very good. Initial phone call with basic availability questions followed by a technical round + behavioral round. The technical interview is like a role play where you will get a business case and solution to write an SQL query