I applied online. The process took 1 week. I interviewed at Grant Street Group (Philadelphia, PA) in Sep 2019
Interview
I completed the online application for the remote entry level software developer position. The process has 3 parts. You attach your resume then answer their questions about why you're interested. To speed up the process, I could take some test. I didn't and just submitted. I received a canned response from a Computer who said "... We are excited about your skills and experience, so we've selected your application for further review.
Before moving to next steps, we would like you to finish our application process by completing the exercise in the last step of our application portal. ..."
So, I did the demo test seuccessfully. It was a straight forward question with a good example. It was as advertised: pick your language and write a function to do something. With the expectations of 4 more functions to write, I started the real test. The questions were not straight forward. Some took multiple reads to understand and still wasn't quite sure. Since I was dealing with a Computer , there is no one to ask for clarification ... while the clock is running without a pause button. At one point, the site had a technical difficulty that I fought with. These were not entry level questions at all. Basically, false advertising and beyond frustrating. If I knew then what I know now, I would NEVER have done this time sync exercise. The Computer looked at my score and sent a "we are pursing other candidates." email. GSG doesn't know me. They haven't talked to me. They don't know I had issues or needed clarification ... and they are going to listen to Computer? Really???? DON'T WASTE YOUR TIME!!!!!!
Interview questions [1]
Question 1
After a long, complex setup, what a function to ....
I applied online. The process took 3 weeks. I interviewed at Grant Street Group (Pittsburgh, PA) in Feb 2025
Interview
A recruiter reached out to me and scheduled a live coding interview. The interview started with some behavioral questions, asking about a specific project and coding journey. The coding question was a string question, which was mentioned in several of the other reviews. They also don't require you to speak, which was different from other coding interviews I've participated in. I did make sure to add a lot of comments and outline my thinking.
After passing the coding interview, I was moved on to the next round which consisted of four 30-minute sections (with 5 minutes in between) speaking with various organization members such as a recruiter, an engineer, and managers. These were primarily behavioral in nature, and the questions were straightforward and most interviews felt conversational. One of the 30-minute sections was a case study, where you design a website and illustrate what kinds of tables and schema you would implement for said website. Unfortunately, I did not move on to the final round which was mentioned to be with the executive team, but everyone was so kind and easygoing throughout the whole process.
I applied online. I interviewed at Grant Street Group
Interview
The first step is to finish an OA that includes a mid coding about string and I use sliding window to solve, it may have something else but I can't remember. And a month later, there was a coding interview that has the same question as the other recent post. And the interview stated at first that you don't need to share your thought about the solution and just do the coding
Interview questions [1]
Question 1
A coding question at oa and a coding question in the first round interview and they give you around 25 min
I applied online. The process took 4 weeks. I interviewed at Grant Street Group (New York, NY) in Feb 2023
Interview
While submitting an application, there is an option for you to 'speed' up the interview process by taking an OA on Codility lasting 70 minutes. The OA consists of 3 sections: multiple choice questions, an SQL query question, and a normal algo/ds style question. The OA overall wasn't difficult and was able to complete every question. It wasn't until a month later that I got an email to schedule an online interview. The interview consisted of some behavioral questions, followed by a 25 minute algo/ds question. Only difference is that you're coding in silence, as the interviewer doesn't expect you to communicate as you're coding. The question given was easy and straightforward in theory, but I just whiffed and was unable to get very far in solving it. I would like to believe that you're not meant to solve it within the given time, but as long as you're on the right track or just a genius it will probably be good.
Interview questions [1]
Question 1
Given a string, return all possible substrings along with each substring's frequency/count.