I don't know why it took him 15 minutes to do such easy question import "./styles.css"; import { useState } from "react"; const options = ["cricket", "footbol", "hockey"]; const days = ["weekday", "weekend"]; export default function App() { const [option, setOption] = useState(""); const [day, setDay] = useState(""); return (
In a LIVE coding round of 30 mins, a fresher can’t do more than this. Especially without using google and their own code editors. We have not published but many couldn’t complete it. Also if people with more experience can participate we can share better problems.
I believe its the building block problem and its good to have such basic questions. How strong is your base is what JavaScript and React wants. Nice video
No, actually candidate has a problem in web camera- so he has to put mobile on side..for camera …and then look into laptop to code.. so it is not perfect..and frustrating. But he managed
mujh se bhi ese questions kyu nahi puche jate, puchenge to six degrees of separation, are mene to internship ke liye apply kiya tha six degrees of separation hota kya hi wahi nahi pata mujhe
@@coderdost ho sakta hi, or wo bhi internship ke liye, 2 questions diye the ek tha move of knight to usko some how kar liya, ye six degree wala to kuch samjh he nahi aya
@@ajiteshmishra those are standard problems, copy pasted from some web sites. these day nobody has time to take interview seriously...this is somewhat reality of any job industry in India. you will need to try more... such interviews are not the criteria of skills. they are like exams where candidates who have done previous year paper ... passes..
your content is really good -- i would like to add an suggestion to it -- you can add your video of solution to problem that you give in interview because without it we will only know about the question asked and what are the mistakes . we want you to explain the proper solution at the end of video @CoderDost
@@lingarajhiroli965 I am not familiar with code sandbox. May be there is a way to not allow edits. Have to apply that. anyone who wants to run can Fork and run.
Correct me if I am worng Because I am learning React Js. For Map function in react there should be unique key prop for parent element right🤔🤔? But I didn't see that😊.
@@niteshbovi769 keys are to optimize virtual dom creation. when DOM is straight-forward we don't need a key.... so only applicable when you have copied components (mostly happens loops /lists)
Question is easy. But live coding and nervousness of completing in 30 mins. Live coding will have easier question. But if they give task that is not live. Much harder question are expected
This is an easy one if it to be done without presence of interviewer. But if you are live on camera or solving in front of interview. It can be consider medium ( Also for fresher and new developers). Very easy of experience one.
You silently observed what he was doing since 18 minutes. Great sir. Interviewers ese hi hone chahiye, jo saamne wale candidate ko confidence de.
I wish my today's interview will be like this!
how did it go?
very nice to all coding round i enjoy it
I don't know why it took him 15 minutes to do such easy question
import "./styles.css";
import { useState } from "react";
const options = ["cricket", "footbol", "hockey"];
const days = ["weekday", "weekend"];
export default function App() {
const [option, setOption] = useState("");
const [day, setDay] = useState("");
return (
game :
{options.map((elem) => (
setOption(e.target.value)}
name="option"
value={elem}
/>
{elem}
))}
Day :
{days.map((elem) => (
setDay(e.target.value)}
name="day"
value={elem}
/>
{elem}
))}
Game : {option}
Day : {day}
);
}
I do this in just 1 minute without any help but i am still searching for internship 😢
Same😢
same bruh
bro same , abhi tak mili ni kya?
biggest thing file name is app.js and we are using jsx
I don't how to tell that sir but is it really so so so.... much basic and easy task for interview. I mean what would be the purpose of this task?
In a LIVE coding round of 30 mins, a fresher can’t do more than this. Especially without using google and their own code editors. We have not published but many couldn’t complete it. Also if people with more experience can participate we can share better problems.
I believe its the building block problem and its good to have such basic questions.
How strong is your base is what JavaScript and React wants.
Nice video
Please add some advance level topics that are based on design patterns
Can’t add in interviews. Will make in separate video.
Bann Gaye kya sir@@coderdost
Great work! Waiting for you to start recording videos in English too😂
The candidate is looking on the web on the side is this the real interview?
BTW love your informative bite videos
No, actually candidate has a problem in web camera- so he has to put mobile on side..for camera …and then look into laptop to code.. so it is not perfect..and frustrating. But he managed
mujh se bhi ese questions kyu nahi puche jate, puchenge to six degrees of separation, are mene to internship ke liye apply kiya tha six degrees of separation hota kya hi wahi nahi pata mujhe
Why someone will ask six degree of separation? May be interviewer has read it recently 😂
@@coderdost ho sakta hi, or wo bhi internship ke liye, 2 questions diye the ek tha move of knight to usko some how kar liya, ye six degree wala to kuch samjh he nahi aya
@@ajiteshmishra those are standard problems, copy pasted from some web sites. these day nobody has time to take interview seriously...this is somewhat reality of any job industry in India. you will need to try more... such interviews are not the criteria of skills. they are like exams where candidates who have done previous year paper ... passes..
@@coderdost sahi bat hi bhaiya
please provide the link of codesandbox
codesandbox.io/s/eloquent-sky-llntl1?file=/src/App.js
your content is really good -- i would like to add an suggestion to it -- you can add your video of solution to problem that you give in interview because without it we will only know about the question asked and what are the mistakes . we want you to explain the proper solution at the end of video @CoderDost
Thanks. Noted for future
Please provide me code link bro please try to add the code link in description if it possible
codesandbox.io/s/eloquent-sky-llntl1?file=/src/App.js
Thank you
@@coderdost this is incomplete code bro
@@lingarajhiroli965 codesandbox can be edited.. I think many people will be using it.
@@lingarajhiroli965 I am not familiar with code sandbox. May be there is a way to not allow edits. Have to apply that. anyone who wants to run can Fork and run.
Correct me if I am worng Because I am learning React Js.
For Map function in react there should be unique key prop for parent element right🤔🤔?
But I didn't see that😊.
Yes, but code can work without it also. although not a good code. as it will not be optimised. In interview ppl skip small details.
@@coderdost kudos 🙏 for educating us sir.
@@coderdostis key used only when the components are render using rendering list concept?
@@niteshbovi769 keys are to optimize virtual dom creation. when DOM is straight-forward we don't need a key.... so only applicable when you have copied components (mostly happens loops /lists)
Sir please try to make video atleast in a day one like this and coding in js
Bhai when react playlist will u upload
It will come soon. Will release in single big video
thanks for the Interviews
Bro this is easy ..did these kind of questions asked for freshers?😮🎉
Question is easy. But live coding and nervousness of completing in 30 mins.
Live coding will have easier question. But if they give task that is not live. Much harder question are expected
How can we come into your videos for interview?
sometime we post for interviews on channel. It may come back in sometime
Sir make video on secure token in react js
sir please do anylasis after interview
Sir if you need any condate for interview I am ready for that
Sure. In upcoming week we can have one. You can mail at coderdost gmail id
Is this question considered to be easy/medium for interview?
This is an easy one if it to be done without presence of interviewer. But if you are live on camera or solving in front of interview. It can be consider medium ( Also for fresher and new developers). Very easy of experience one.
I am from Bangladesh, can I have an interview?
Sure once we restart more interviews session. Any one can apply.
For which company you are taking an interview ?
these are mock interview. just for practice of any fresher level interview
It seems totally newbie
Yes
i guess u are too thats why bragging around 18 minutes interview questionds and watching them fully
done in 9mins:
import React, { useState } from "react";
// Array of sports names
const sports = ["football", "basketball", "soccer", "tennis", "volleyball"];
// Array of days names
const days = ["weekdays", "weekends"];
function App5() {
const [choice, setChoice] = useState({
sports: "",
days: "",
});
console.log(choice);
return (
{/*sports selection */}
{sports.map((ele, i) => {
return (
{
setChoice({ ...choice, sports: ele });
}}
/>
{ele}
);
})}
{/*days selection */}
{days.map((ele) => {
return (
{
setChoice({ ...choice, days: ele });
}}
/>
{ele}
);
})}
WHICH GAME : {choice.sports}
ON DAY:{choice.days}
);
}
export default App5;