3 types of inputs are used in programming, SQL, and Java project questions.
S. No. |
Input type |
Applicable question types |
Description |
1 |
Sample input |
Programming, SQL |
- In-built to check your code against
- Used when you click Compile and Test
- Defined by the problem setter
|
2 |
Input |
Programming, SQL, Java project (called JUnit test cases) |
- Hidden test cases against which your solution is checked
- Used when you click Submit
- Defined by the problem setter
|
3 |
Custom input |
Programming |
- Customized input to check your code against
- Used when you click Compile and Test
- Defined by the candidate
- Not visible to the recruiter
|
Comments
0 comments
Article is closed for comments.