Skip to content

Repository files navigation

I completed this task as a test assignment for one of the companies

Background

We made a certain change in our underwriting application that should simplify the process of filling in and submitting the underwriting test results form by the ally. This simplification should result in a shortening of the time it takes from the moment an applicant completes the underwriting tests and until the ally submits the form reporting on the test results. This change was applied on March 15, 2259 and we would like to test whether the change has achieved its purpose.

Data

The data you will be using to answer the questions in this exercise is attached to the email message you got:

  1. Applicants table - personal details of the applicants that scheduled an underwriting sessions

  2. Sessions table - administrative details about the session and its status

  3. Events table - events related to the underwriting session

  4. Data dictionary - list of fields in each table and their description

TableFieldDescription
Applicantapplicant_idUnique identifier of the applicant
session_idUnique identifier of the session
first_nameApplicant’s first name
last_nameApplicant’s last name
agent_nameName of agent who referred the applicant
ally_nameName of ally who conducted the session
birth_dateApplicant’s gender: F, M, Other
genderApplicant’s date of birth
Sessionsession_idUnique identifier of the session
applicant_idUnique identifier of the applicant
session_statusStatus of the session
risk_class_decision_datetimeTimestamp of when the notification about the applicant’s risk class was sent to the agent
Eventssession_idUnique identifier of the session
applicant_idUnique identifier of the applicant
event_typeType of event
event_userWhat side triggered the event
event_datetimeTimestamp of the event

Goal

We would like to get an answer to the following question: Has the change in the underwriting flow on the ally side achieved the purpose of shortening the time to fill in the test results form?

Results

The results of my analysis can be viewed in this presenetation file.

The code of exploratory data analysis itself can be viewed here.

About

I completed this task as a test assignment for one of the companies

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages