Code Monkey home page Code Monkey logo

shinigami9450 / devinterview_questions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tc2r1/dev_interview_prep_app

0.0 0.0 0.0 725 KB

This is an Open Sourced Programming Quiz Project to help people practice for interviews. We are redesigning the application for use with all languages. Open for Contributions for Hactoberfest

Home Page: https://hacktoberfest.digitalocean.com/

License: Creative Commons Zero v1.0 Universal

Java 33.32% Kotlin 66.68%

devinterview_questions's Introduction

πŸŽƒ HacktoberFest Starter Project πŸŽƒ

Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

Don't forget to give ⭐ ( To give star you can see on your screen on top right hand side Just smash it πŸ’₯ :)

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

Special Note For Everyone

'''
always make more then 4 pull request
lets you have made only 4 pull request to different projects
but one project is excluded from hackoctoberfest event then your pull request will not be count and 
then you have remains 3 valid pull request if these projects is not excluded.
if you fail to make 4 pull request then you cant get swags or t-shirts.

i will recommend you make pull request to your own repo which is very very saffest side for you..
keep in mind that repo has hacktoberfest topic..
'''

Hacktoberfest 2021 πŸŽ‰

Hacktober Badge Star Badge Contributions

Pull Requests Badge GitHub contributors License Badge

πŸ—£ Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.

πŸ“’ Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS πŸ”₯.

Rules

  • Don't use filthy words and be welcome for beginners and other people in this community.

Github Contribution Rules

  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
  • The pull request must contain commits you made yourself.
  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
  • If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
  • To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.
  • This year, the first 50,000 participants can earn a T-shirt.

STEPS FOR CONTRIBUTING

We are using Json to create a list of frequently given interview questions and answers. for different languages! In every directory, you will find two files, `questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark. Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    { "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android" },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices β€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description. details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark. Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Contributions of any kind welcome!

-Best of luck ✌️

Don't forget to give ⭐ ( To give star you can see on your screen on top right hand side Just smash it πŸ’₯ :) )

Contributers List πŸ†

πŸ™ Thanks

Made with contrib.rocks.

NOTE: if you should be on the list of contributors but we forgot you, don't be shy and let us know!

License

CC0

To the extent possible under law, Nudennie White has waived all copyright and related or neighboring rights to this work.

devinterview_questions's People

Contributors

androidlion48 avatar bhaveshsalunke avatar dakshgupta2002 avatar distantfutures avatar frogo123 avatar krittiyaclark avatar nyrkln avatar shibu-goswami avatar shinigami9450 avatar shreyanshmmgn avatar tannudaral avatar tc2r1 avatar vishalrock1912 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.