<aside> 💡 This document is only valid for candidates appearing for interviews to get selected in Web development ProX batches.

</aside>

Students who want to join the AlmaX ProX batch will have to clear a ProX selection interview. This interview aims to validate the students’ technical understanding, motivation, and interpersonal skills.

During this interview, the student will be asked questions on the following modules -

  1. Programming web with JavaScript
  2. Frontend Development
  3. Backend Development

Questions might be asked on Capstone Projects, interview questions, and quizzes provided for each topic.

Programming web with JavaScript

Sample Questions

Q: Describe the Difference Between Var vs Let vs Const. (Theoretical)

Q: What is a pure function? (Theoretical)

Q: Construct an object and write a javascript program to print out ‘Hello, My name is John Doe’ using literals. (Coding)

Frontend Development

Sample Questions

Q: What property is used for changing the font face? (Theoretical)

Q: How can we use the CSS () method in JQuery? (Coding)

Backend Development

Sample Questions

Q: Write a SQL Query to print all the records between 5000 and 10,000. (Coding)

Q: What is Node.Js and Where can you use it? (Theoretical)