Vatic Labs Interview Questions

1 total interview insight submissions
Interview Experience (7%)

The Interview Experience is a score from 1 star (very negative) to 5 stars (very positive) generated based on the Interview Insights at this company.

The number you see in the middle of the doughnut pie chart is the simple average of these scores. If you hover over the various sections of the donut, you will see the % breakdown of each score given.

The percentile score in the title is calculated across the entire Company Database and uses an adjusted score based on Bayesian Estimates (to account for companies that have few interview insights). Simply put, as a company gets more reviews, the confidence of a "true score" increases so it is pulled closer to its simple average and away from the average of the entire dataset.

3
  • Very Negative
  • Negative
  • Neutral
  • Positive
  • Very Positive
Interview Difficulty (30%)

The Interview Difficulty is a score ranging from very difficult (red) to very easy (green) generated based on the Interview Insights at this company.

The number you see in the middle of the doughnut pie chart is the simple average of these scores. The higher the number, the more difficult the interviews on average. If you hover over the various sections of the doughnut, you will see the % breakdown of each score given.

The percentile score in the title is calculated across the entire Company Database and uses an adjusted score based on Bayesian Estimates (to account for companies that have few interview insights). Simply put, as a company gets more insights, the confidence of a "true score" increases so it is pulled closer to its simple average and away from the average of the entire data set.

3
  • Very Easy
  • Easy
  • Average
  • Difficult
  • Very Difficult

Interviews at Vatic Labs

Filter by:
Year
Job Title
Group/Division
Location
Experience
Difficulty
Developer
Year 2017
Job Title Developer
Group/Division N/A
Location New York
Experience
Neutral
Difficulty
Average

Interview Questions & Answers - Vatic Labs Examples

Software Developer Interview

Anonymous interview candidate in New York
Interviewed: October 2017
Outcome
No Offer
Interview Source
College / University / On Campus Recruiting
Length of Process
1-2 months
Application
Phone Interview
1 on 1 Interview
Other
Interview
Applied online after I talked to them at a career fair in my university. Had an online coding challenge, which I was given 24 hrs on, then an hour phone interview a month later.
Interview Questions
In the coding challenge, the question is printing all the pairs of matched orders from an order books as the input in .csv format. The orders are given in chronological order, thus the output pairs must be too. The orders are of different types (buy/sell), quantities, and stock symbol.
The challenge in this question was making sure that I didn't miss any edge case. Although I was given a very long order book sample that covers all the test cases, I had to go through the first 200 orders to make sure that I didn't miss any edge case.