#
Siddharth Jain
Courses
Classroom Courses
Beginner Courses
C++ For Beginners
JAVA For Beginners
Python App Development
Development Courses
Android App Dev
Python Django
Unity Game Development
Full Stack Web Dev
Advanced Courses
Algo++
Algo.JAVA
Competitive Programming
Machine Learning
Online Courses
Products
Resources
Campus Ambassadors
About Us
Contact Us

APAT

Android App Development

  • 20
    Problems
  • 345
    Participants
  • 1hr
    Time
#
Instructions
  • This is a test containing 2 programming and 2 subjective questions. The programming questions are simple and are to test your logical ability. The subjective questions are scenario based to understand your written communication skills and empathy.
  • Feel free to google for syntax for the programming questions, but make sure that you understand what you are coding. The next round will involve another programming question which will be on the similar lines of what you solved during this test.
  • To get familiarised with our coding environment, try our Sample Test.
  • You are free to choose any language from the list and code.
  • If the code area contains the function signature, just complete the function alone, we'll take care of the main function, headers, etc.
  • If you're expected to write the full code, it'd be mentioned in the code area. All inputs are from STDIN and output to STDOUT. If you're using Java, use the classname as 'Solution'.
  • To understand more about the environment, time limits, etc. you can read the FAQ here.
  • In coding questions, you can print to console to debug your code using the appropriate print command for each language (Eg: cout for C++, printf for C, etc.)