Epic Systems OA
Anonymous User
1440
  • 2 min timed math section (basic algebra and math)
  • Math Word Problem / Brain Teaser Section
  • 20 questions on MIIS, an old programming language (they will teach you rules and then ask questions based on these rules)
  • 4Q Leetcode Section

Leetcode Questions:

  1. Valid Parenthesis (20), but input can contain alphanumeric characters as well
  2. Well-Ordered Number: List all numbers with d or less digits where the number's digits strictly increase
  3. Palindromic Substrings (647), but printing all palindromic substrings of length >= 3
  4. Word Ladder (127), but path doesn't have to be minimized and without a dictionary of valid words (i.e. any combination of characters can be considered, even if it isn't an actual word)
Comments (0)