Analyst applicants have rated the interview process at UT Southwestern Medical Center with 2.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 72.8% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at UT Southwestern Medical Center as a Analyst according to 2 Glassdoor interviews include:
IQ intelligence test: 25%
Phone interview: 25%
Presentation: 25%
One on one interview: 25%
Here are the most commonly searched roles for interview reports -
Two rounds of interviews. Nice people, standard behavioral questions as well as some technical questions. Not too stressful. Initial meeting was with HR, then with hiring manager and his team.
I applied online. The process took 2+ months. I interviewed at UT Southwestern Medical Center (Pune) in Jan 2023
Interview
One common and fundamental SQL question is:
"What is the difference between INNER JOIN and LEFT JOIN in SQL, and when would you use each?"
This question assesses your understanding of SQL JOIN operations. Here's a brief overview:
INNER JOIN:
Returns only the rows where there is a match in both tables based on the specified condition.
If there is no match, the row from both tables is not included in the result set.
LEFT JOIN (or LEFT OUTER JOIN):
Returns all the rows from the left table and the matched rows from the right table. If there is no match, NULL values are returned for columns from the right table.
Useful when you want to retrieve all records from the left table and related data from the right table, even if there is no match.
I applied online. I interviewed at UT Southwestern Medical Center
Interview
I received a phone call and the recruiter told me I was selected for an interview. I then spoke with the hiring manager a few days later. After passing the phone interview round, I was invited for an in person behavioral interview.
Interview questions [1]
Question 1
Describe a time where you had a difficult employee.