Cracking LinkedIn's Software Engineer Interview: Tough Questions and Uncertainty

linkedin | Software Engineer | Interview Experience

Interview Date: Not specified
Result: Not specified
Difficulty: Not specified

Interview Process

Two interviewers introduced themselves briefly. The first question was to determine if the input string is a valid number, requiring consideration of various edge cases. The second question was related to a known problem involving valid anagrams.

Technical Questions

  1. Valid Number (String Manipulation, Regular Expressions, Edge Cases)
  2. Valid Anagram (String Manipulation, Sorting, Hash Table)

Tips & Insights

It’s important to thoroughly consider edge cases when dealing with string manipulation problems.