Skip to content

Data Model for User Service 3 : Question Service

ishumatil edited this page Feb 11, 2019 · 1 revision

User Service 3: Question Service

Variable Name Data Types

  • questionId (Int)
  • questionTite (String)
  • quesDescription (String)
  • level (String)
  • tag (String)
  • testCases (String)
  • points (Int)
  • postedByEmailId (String)
  • gitUrl (String)
  • exampleInput (String)
  • exampleOutput (String)
  • tag (String)