Bright Money Online Coding Questions| Senior Backend Engineer
I got a call from HR and they shortlisted my profile for the job profile as Senior Backend Engineer.
If you don’t know, Bright Money is a Consumer FinTech company based in San Francisco, USA, and Bangalore, India.
Bright Money Online Coding Questions
The assessment is 2 hours 30 minutes long. There will be four coding problems that you have to solve.
As I remember here are the four coding challenges that were asked in the Bright Money interview.
- Write a program to extract all the pan card numbers from the given text paragraph. (The problems contain the constraints and format of the pan card number.)
Hint: The best way is to use there
module and write Python regular expression for pan card. - There was one knapsack problem. You have a set of weights and values. You have to pick the weights such that the sum of all the selected weights will be maximum for the given maximum total weight.
- Write a program to find the length of the longest subarray with valid parentheses. You have given a string of braces/parentheses.
- Print the matrix in spiral order. (This is a very famous and common problem. Getting logic to solve this problem is time-consuming.)
The test was hosted on DoSelect platform. Once you crack this test, you will be asked for technical interviews.
This is not an easy problem. You have to practice solving these types of questions. Otherwise, time will not be sufficient.
The difficulty level is moderate but you have to be in touch with solving competitive programming challenges.
If you have any questions, you can asked me in the comment section. All the best!
Editors’ Note: These Bright Money online coding questions and interview experiences are shared by the candidate Nadim. We wish him all the best for his future.
Comments
Rahul
Can you share your further interview experience?