Walmart SSE interview

Walmart

Round 1 - DS -2 Medium level questions or 1 high level question

Given an m x n grid of characters board and a string word, return true if word exists in the grid.
The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring.
The same letter cell may not be used more than once.
Input: board = [["A","B","C","E"],
["S","F","C","S"],
["A","D","E","E"]], word = "ABCCED"
Output: true

Round 2 - LLD - Zoomcar app

Round 3. System Design - design a logging System

Round 4: Hiring Manager

Round 5: HR

Comments (6)