I applied through a staffing agency. I interviewed at Ender (TX)
Interview
Wasted my time going through 2 recruiters just to have the 2nd one say the current work hours are demanding 50+ hours per week.
You might want to make that your first message.
I applied through a recruiter. I interviewed at Ender (TX) in Feb 2026
Interview
I was approached by a recruiter via LinkedIn about a position at a startup in Austin, TX focused on real estate software.
The interview was scheduled for 45 minutes and described as a coding exercise conducted by an Executive Assistant. This immediately raised a red flag for me. It is unusual for a non-technical role to lead a technical coding interview, especially as the first step in the process.
When I joined the meeting, she introduced herself and spoke briefly about the company. However, she did not ask about my background, technical experience, or salary expectations, which are typically covered in an initial screening. Instead, within a few minutes, she moved directly to the coding exercise. This was the second red flag, as there was no effort to determine whether I was a mutual fit for the role.
Before starting the exercise, she asked if I had any questions. I asked what the rest of the interview process would look like if I passed this stage. At that point, she appeared visibly nervous and seemed unprepared for the question. She looked around, hesitated, and gave an unclear response along the lines of another coding exercise, then a behavioral interview, and finally a meeting with the CEO. The answer did not sound structured or well defined, which was the third red flag.
She then shared a LeetCode link with a relatively straightforward string problem and left the meeting for me to solve it independently. I completed the solution within 25 minutes and included test cases.
Two hours later, I received a message from the recruiter stating that my code was “unapproved,” without any explanation or feedback. Shortly afterward, I received an automated email from Paraform requesting interview feedback.
Overall, the experience felt disorganized and lacking in transparency. The multiple red flags throughout the process made it difficult to feel confident in the company’s interview structure or professionalism. Whether they are trying to redefine their interview process or not, it was a total waste of my time
Interview questions [1]
Question 1
Given an absolute pathname that may have ' or .. as part of it, return the shortest standardized path.
For example, given "/usr/bin/../bin/./scripts/../", return "/usr/bin/".
Provide an implementation for the shortenPath method below based on the above requirements.
Do not invoke Java's file, path, or other 3rd party library to do the job.
I applied through a recruiter. I interviewed at Ender (TX) in Feb 2025
Interview
Standard medium leetcode problem, the only difference is you solve it alone (in an online platform) without assistanceor talking it through and let them know when you are done to submit. Was rejected without any feedback.
Interview questions [1]
Question 1
They didn't ask me anything, only told me about the company and hopped straight into a coding question.