Panda Guru LogoPanda
Guru

META US E6 Phone Screen

Round 1

Questions:

  1. Behavioral Question 1: Can you tell about any project that had the most business impact?
    The goal here is to understand cross functional and cross org complexities. And how you dealt with it.

  2. Behavioral Question 2: Can you tell about any project where there were conflicts?
    Interviewer wanted to understand my role in conflict resolution.

  3. Coding Question 1: Valid Palindrome
    Given a string with special characters, will the string be palindrome if all special characters are removed? You can assume a function which takes a character and tells whether this is a special character or not.

  4. Coding Question 2: Reverse Linked List
    Print the elements of a linked list in reverse order. Gave the solution using recursion, but the interviewer wanted a solution without recursion. I gave an iterative solution where we modify the next element to the previous element.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.