CitiBank | Online - Assessment | SDE | 2023
September 2, 2023 • 4 reads
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)
Q1
Count Occurrences of a Digit in a Number
Data Structures & Algorithms
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.
Q2
Count Distinct Characters in a String
Data Structures & Algorithms
The second coding challenge required me to count the total number of distinct characters present within a given input string.