From 765cd8d79597c5af8355b80a500b937f48b7ce0a Mon Sep 17 00:00:00 2001 From: talrejah02 Date: Wed, 26 May 2021 16:03:01 +0530 Subject: [PATCH 1/3] added md --- neog interview sample questions/interview-questions.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 neog interview sample questions/interview-questions.md diff --git a/neog interview sample questions/interview-questions.md b/neog interview sample questions/interview-questions.md new file mode 100644 index 0000000..e69de29 From 885860ff3307da401176aaaae879672fccf172bb Mon Sep 17 00:00:00 2001 From: talrejah02 Date: Wed, 26 May 2021 17:47:18 +0530 Subject: [PATCH 2/3] updated md --- .../interview-questions.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/neog interview sample questions/interview-questions.md b/neog interview sample questions/interview-questions.md index e69de29..2d1db81 100644 --- a/neog interview sample questions/interview-questions.md +++ b/neog interview sample questions/interview-questions.md @@ -0,0 +1,41 @@ +# Sample interview question + +1. Give me your introduction and tell me why do you want to join neogcamp? + +1. Create a web app which would take two inputs. It would also have 4 buttons: `+, -, x /`. Based on the button clicked perform the operation on the two inputs. You can do this in React or vanillaJS based on your choice. + +1. Create a web app where I can input a text. Now create two buttons + and -. On clicking + increase the fontSize by `2px` and vice versa. + +1. Create a web app where I can input a text. Now, create three buttons h1, h2, h3. When I click on any of the button, the text should become `h1, h2, or h3`. + +1. Create a web app where I can input a text. Now, create three buttons: `red, green, blue`. Clicking on the button should change the text color. + +1. Create a CLI app which takes name, unit test marks, pre final marks, final marks of 5 students. And then print who has the highest marks. What if I ask you to print the average as well? + +1. Create a web app with a button loded. Show a text `loading...` on a web app. However, hide it if I click on the button loaded. + +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. + +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. + +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'`. + +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. +Someone can ask to make the submit button disabled. Some can ask to make the input field green or red depending on input. + +1. Show me your portfolio. Okay, I like the button you have made. Can you re create the button without looking at source code? You're free to Google though. + +1. Create color variables in CSS. Two colors: primary and secondary. Now make your h1 of primary color, h2 of secondary color. Make two buttons, primary and secondary using the same color. Can you also set a font from Google Font? + +1. Create two objects with name, age, and yuga as `Ram, 25, Treta. Krishna, 31, Dwapar`. +Write a function which takes two objects and return the person with more age. + +1. Create two objects with name, age, and power as Ram, 2500, Treta. Krishna, 2325, Dwapar.Write a function which takes two objects and return the person with more `power`. + +1. Create two objects with name, age, and power as Ram, 2500, Treta. Krishna, 2325, Dwapar. +Say if every character in name is worth 35 power points. +Write a function which takes two objects and return the person with more power based on their name and power both. + +1. Create a CLI app which would detect fake news. This app will take news as input and then source. If source is Facebook or whatsapp then it will output user saying, `"Don't believe things on FB and Whatsapp"`. Can you extend this to include telegram as well? From 856e08e27e1d29f7b1586535e2ad9a3b3042ff90 Mon Sep 17 00:00:00 2001 From: talrejah02 Date: Wed, 26 May 2021 17:55:12 +0530 Subject: [PATCH 3/3] updated md --- neog interview sample questions/interview-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neog interview sample questions/interview-questions.md b/neog interview sample questions/interview-questions.md index 2d1db81..f258dd0 100644 --- a/neog interview sample questions/interview-questions.md +++ b/neog interview sample questions/interview-questions.md @@ -1,4 +1,4 @@ -# Sample interview question +# Sample interview questions 1. Give me your introduction and tell me why do you want to join neogcamp?