J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Paylocity (Prague) en juin 2022
Entretien
There were 2 separate technical interviews both were fairly easy.
First one was with 2 engineers after talking about my general experience for about 15 mins, they gave me a piece of code, which was related with writing a limited Cache.
I basically created an interface which was just the written protocol and implemented some of the methods as straight forward as possible. Their questions were mainly related to SOLID principles to see if i know what am i doing and why am i doing.
It would be good to work on these principles and understand it fully.
Second interview was with another lead, I was expecting him to ask me to do some code review but this didn't happen, we had a casual conversation about software engineering, best practices, things i did and i have been doing and details of the job. This took a bit more than an hour and it was a nice conversation. I guess i was able to show my knowledge mostly with this interview. He also asked my career preferences for the future.
Questions d'entretien [1]
Question 1
- Designing a limited ImageCache
That will be able to save n numbers of images and upon reaching the limit it will start overriding the variables with FIFO manner
- SOLID principles - most important part of the interview
- Best engineering practices on the given code
- Challenging engineering problems that your dealt with before
J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Paylocity en août 2025
Entretien
In short, I had very mixed feelings from the process. On one hand some parts felt very rushed and on the other the company was stalling and general internal chaos around hiring.
To elaborate:
I was approached by one of the internal recruiters, the offer was interesting so I agreed to a call.
First call was alright, 30 minutes of speaking with the recruiter about the company and lining up expectations and basic info. Second call scheduled for the same week.
Second call with the manager of the team that was being hired for and another dev.
Manager conversation was great, seemed like a good fit and vibes were good.
A minor red flag was admitting that they are unable to hire for the position for quite a long time now and are desperate to hire someone.
Conversation with the dev was much different. They were asking questions clearly generated by ChatGPT if one asked "give me 10 difficult javascript questions" (I would know, I tried after and got 10/10) and they expected the verbatim answers and wouldn't take factually correct but worded differently ones.
Proceed to the code challenge.
Conceptually relatively simple however you are asked to complete the challenge within 24-48 hours. Which seems a bit short since you have to create a multi page application with CRUD, mocked API and tests.
I turned in the assignment in two days and the review call was scheduled the same week.
Review call
All good, talked about the assignment. I was asked to explain some of my choices and make minor changes. Overall great result, all parties seemed very happy.
And then silence.
I followed up 3 times, mostly out of curiosity.
1st follow up I was told no decision was made yet
2nd got no response
3rd I was told that the position I was being hired for was in the meantime eliminated and that they are actively looking for an alternative.
Later the same week I was told the company unable to provide an alternative and won't continue the hiring process but will approach me with future offers.
The team members themselves seemed great, but the experience left me disappointed. The lack of follow-through and shifting circumstances suggested some internal hiring chaos. If the right opportunity came up, I might consider interviewing again, but I’d do so with tempered expectations.
J'ai postulé en ligne. J'ai passé un entretien chez Paylocity (Bengaluru) en avr. 2025
Entretien
1st round was a verbal technical round, all kinds of backend basics were asked like what is Rest, whats versioning, explain solid!
2nd round was c# Dotnet focussed, even after asking multiple times to the recruiter to tell what that round is going to be about, she kept saying DSA but it was a c# assignment (focussed too much on LINQ). Average difficulty but I was not prepared for this + recruiter gave no clarity!
Questions d'entretien [1]
Question 1
gave me a Visual studio env and set of classes and I had to write methods to implement the problem statement.
J'ai postulé via un recruteur. Le processus a pris 3 semaines. J'ai passé un entretien chez Paylocity en déc. 2024
Entretien
It was take home coding challenge. Spent about 4 hours on it implementing the requirements. When discussing the coding challenge, one of the interviewer said "I don't know what the problem statement is". The other interviewer seemed disinterested. Never got feedback on why I was rejected.
Questions d'entretien [1]
Question 1
How do you import data from one database to another database ?