I applied in-person. The process took 4 weeks. I interviewed at OpusXenta (Colombo, Western) in Mar 2023
Interview
Initial Screening:
Physical interview with HR to assess the candidate’s background, experience, and communication skills.
Technical Interview: In-depth interviews focusing on coding, system design, architecture, and real-world problem-solving.
Final Interview:
Discussion with senior leadership or hiring manager, including salary, role expectations, and career goals.
I applied online. I interviewed at OpusXenta (Malabe, North Western) in Mar 2021
Interview
If you are shortlisted you will be contacted via email and an assignment will be required to be taken and completed within 1hrs time to gauge technical knowledge and then there will be an interview with the VP of product.
I applied through an employee referral. The process took 2 weeks. I interviewed at OpusXenta (Malabe, North Western) in Sep 2022
Interview
Interview 1 - Technical Interview with Recruiter In the first interview, I engaged in a technical discussion with the recruiter. We began with questions to assess my fundamental knowledge of PHP. Subsequently, we delved into core Laravel concepts, covering topics such as database migrations, architectural patterns, controllers, middleware, routes, and models. Furthermore, we discussed my familiarity with frontend frameworks, including the workings of form submissions and validation processes. Interview 2 - Coding Assessment (3 Hours) The second interview comprised a rigorous coding assessment spanning three hours. The task involved the creation of a book management system, incorporating all CRUD (Create, Read, Update, Delete) operations. The assessment required me to implement this system using Laravel in PHP, alongside any chosen frontend framework. Interview 3 - HR Interview The final stage of the interview process involved an HR interview, where I had the opportunity to discuss various aspects related to the role and the organization. These interviews collectively provided a comprehensive evaluation of my skills and qualifications.
Interview questions [1]
Question 1
Q1: What is migration in laravel? Q2: What is the architectural pattern laravel used? Q3: What is blade file in laravel? Q4: How to create Controller in command in laravel? Q5: What is difference beween print(), and print_r() functions in php? Q6: What is virtual dom?