diff --git a/neog interview sample questions/interview-questions.md b/neog interview sample questions/interview-questions.md index a8d41b1..151a8d0 100644 --- a/neog interview sample questions/interview-questions.md +++ b/neog interview sample questions/interview-questions.md @@ -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.