Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mock url #25

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions neog interview sample questions/interview-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@

1. Here's an API. Create a web app to call this API with your full name and print the response. This could be extended where we ask you to do something with the response. Like add a text, or capitalise etc.

API link - https://lessonfourapi.tanaypratap.repl.co/translate/yoda.json


1. Here's an API. It will give an error. Write a web app, call this API and read the error message. Show user the error message.

API link - https://BROKENlessonfourapi.tanaypratap.repl.co/translate/yoda.json

1. Here's an API, it can give two errors. Either 404, or 401. If the error is 404, show the user `'page not found'` and if the error is 401, show the user `'you are not logged in'`.

API link - https://reqres.in/api/users/23

1. Open your Github repo. Make a small change. And create a PR. Explain what you understand by Git, what's PR etc.

1. Create a password checker web app. If password is lesser than 10 characters then show an error to user otherwise show success.
Expand Down