MIcrosoft Senior Software engineer Onsite Interview questions
Anonymous User
1106
  1. Problem was to come up with a solution to parse the MD file input like in github md files.
    if we have input like **User** is my *Name* Then the output should be User is my Name

    word surrounded by ** should be used to make it bold and word surrounded by * should to converted to italic

  2. Second round was to design the autocorrect solution for editors

Can anyone post the java solution for this

Comments (1)