Technical2026-08-16
Count the number of vowels in a given sentence.
AI-Expanded — inferred from the question title, not from the original candidate report
Write a function that takes a string as input and returns the total count of vowels (a, e, i, o, u) present in the sentence. Your solution should be case-insensitive, ensuring that both uppercase and lowercase vowels are included in the final tally.
Context & Summary
Discussion about projects, followed by coding and technical questions. Topics included data structures, algorithms, C++ OOP concepts, and JavaScript basics.
💻 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