Skip to main content
🎯 Placement

Skill Assessment

12 quick questions across topics — we'll estimate your level and suggest where to start.

API Development

1. How is API versioning typically handled in GraphQL compared to REST?

DevOps

2. In Jenkins, what are "Artifacts"?

Version Control & Git

3. What does the .gitignore file do?

Backend Development

4. Which superglobal array is populated when reading query parameters from a URL (e.g. ?id=5)?

Frontend Development

5. What does the async pipe do in Angular templates?

Programming Languages

6. What is the output? ``python for i in range(3): print(i, end=" ") ``

API Development

7. Which of the following is a major advantage of GraphQL over REST?

DevOps

8. What is the difference between a Jenkins Master (Controller) and a Jenkins Node (Agent)?

Programming Languages

9. What keyword is used to create an anonymous function?

Version Control & Git

10. How do you view the history of commits in a repository?

Operating Systems

11. What command would you use to change the permissions of a file?

Web Development

12. Which input type is best for entering a user's phone number?