Technical2026-08-12
Print the alphabet 'N' using any programming language.
AI-Expanded — inferred from the question title, not from the original candidate report
Write a program that accepts an integer input $n$ representing the height of the character and prints the letter 'N' using asterisks or a similar character. The output should be a grid of size $n \times n$ where the two vertical bars and the diagonal connecting them are clearly visible.
Context & Summary
In-person interview round covering resume-based questions, scenario-based problem, SQL query, coding task, and conceptual topics.
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Loading editor...
AI can automatically infer and generate example test cases for this question based on standard algorithmic constraints.
InterviewDigest