Skip to content

lombok-android-developer/common-interview-programming-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List of Programming Interview Questions in Kotlin.

Hi guys, this repository is mean to be used for any junior programmers to prepare test/interview for programming cases.

Take an example, one of the most common questions is Fibonacy, recursion, or string validations.

How to Contribute

  • Create a kotlin file represent the test name. for example: ValidBranching.kt
  • add test/questions descriptions as a comment above (below package name). for example:
/**
 * CASES:
 * Question descriptions
 *
 * INPUT:
 * write down the input or pre-conditions
 *
 * OUTPUT:
 * what kind of expected output need to be displayed.
 */
  • Write example code of the algorithm that can sole the cases.

DO:

  • write your name
  • write documentations
  • give sample data to test
  • write Unit Testing

Don't:

  • write employer/companies name who's giving this test
  • give any link to any running interview or test.

About

Hacktoberfest Project for common Programming test on Job Interview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages