CashFlo Software Development Engineer SDE1 interview questions
based on 1 rating - Updated 4 Mar 2024
Difficultinterview difficulty
Mixedinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
1 interviews
CashFlo interviews FAQs
Candidates applying for Software Development Engineer SDE1 roles take an average of 7 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at CashFlo overall takes an average of 23 days.
Common stages of the interview process at CashFlo as a Software Development Engineer SDE1 according to 1 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 1 week. I interviewed at CashFlo in Nov 2023
Interview
I applied for this role via linkedin referral. HR informed to have total 3 rounds- 2 tech interview and 1 culture fitment.
I appeared for Tech interview round1 where I was asked 2 DSA question.
I couldn't clear this round.
Interview questions [1]
Question 1
Round1- Tech Interview online
1) Given a binary array nums and an integer k, return the maximum number of consecutive 1's in the array if you can flip at most k 0's.
2) There are n children standing in a line. Each child is assigned a rating value given in the integer array ratings.
You are giving candies to these children subjected to the following requirements:
(i)Each child must have at least one candy.
(ii)Children with a higher rating get more candies than their neighbors.
Return the minimum number of candies you need to have to distribute the candies to the children.
Both problems are from leetcode.