CitiBank | Online - Assessment | SDE | 2023
Summary
I recently completed an online assessment for a Software Development Engineer position at Citibank in 2023, which included coding challenges.
Full Experience
I participated in an online assessment for the SDE role at Citibank in 2023. The assessment was structured into several sections, specifically Aptitude, Verbal Reasoning, Technical MCQs, and a Coding section. In the coding part, I encountered two specific problems.
Interview Questions (2)
Count Occurrences of a Digit in a Number
I was asked to find the occurrence of a specific digit within a given number. The problem was framed in an indirect way, which required careful interpretation.
Count Distinct Characters in a String
The second coding challenge required me to count the total number of distinct characters present within a given input string.