3 Years Experienced React JS Interview | Chakde Frontend Interview EP - 07

  Рет қаралды 4,213

Chirag Goel

Chirag Goel

Күн бұрын

Пікірлер: 42
@hassamsaeed4839
@hassamsaeed4839 6 ай бұрын
Hi Chirag, Thank you for the mock interview session we had on live. Although my performance was not up to the mark, the experience was precious. Your guidance and feedback at each step were beneficial and gave me clear directions for improving my communication skills. I appreciate your patience and effort in making the session constructive. It was a great lesson, and I'm motivated to work harder and return stronger. Thank you once again for your support and encouragement.
@007nikks
@007nikks 6 ай бұрын
nice one... Chirag bhai can you please take interview of someone with 10+ years of experience, like staff engineer or principal engineer.
@hassamsaeed4839
@hassamsaeed4839 6 ай бұрын
This is the solution that I have completed after the interview: import React, { useState } from 'react'; import { Button, Form, Modal } from 'react-bootstrap'; const Solution = () => { const [show, setShow] = useState(false); const [selectedObj, setSelectedObj] = useState(null); const [structure, setStructure] = useState([ { name: 'folder1', type: 'folder', children: [{ name: 'file1', type: 'file' }] }, { name: 'folder2', type: 'folder', children: [{ name: 'folder3', type: 'folder', children: [{ name: 'file5', type: 'file' }] }] }, { name: 'file1', type: 'file' }]); const addDummyFile = (obj, newItem) => { setStructure(prevStructure => { const newStructure = JSON.parse(JSON.stringify(prevStructure)); const updateFolder = (folder) => { if (folder.name === obj.name) { folder.children = [...(folder.children || []), (newItem.type === 'file' ? { name: newItem.name, type: 'file' } : { name: newItem.name, type: 'folder', children: [] })]; } else if (folder.children) { folder.children.forEach(child => { if (child.type === 'folder') { updateFolder(child); } }); } }; newStructure.forEach(folder => { if (folder.type === 'folder') updateFolder(folder); }); return newStructure; }); }; function CustomModal({ obj, show, setShow }) { const [newItem, setNewItem] = useState({}); const handleClose = () => { setShow(false); addDummyFile(obj, newItem) } return ( Modal heading Name setNewItem({ ...newItem, name: e.target.value })} type="text" placeholder="Name" autoFocus /> Type setNewItem({ ...newItem, type: e.target.value })} type="text" placeholder="Type" autoFocus /> Save Changes ); } const mapChilds = (arr, setStructure) => {arr.map(x => folderStructure(x, setStructure))} const folderStructure = (obj, setStructure) => {obj.type === 'folder' ? '+' : ' '} {obj.name} {obj.type === 'folder' && selectedObj && } {obj.type === 'folder' && { setShow(!show) setSelectedObj(obj) }}>CREATE} {obj.children ? mapChilds(obj.children, setStructure) : null} ; return Folders List {structure.map(obj => folderStructure(obj, setStructure))} ; }; export default Solution;
@afnan_a
@afnan_a 6 ай бұрын
I am from Pakistan. I think Chirag there should be a test interview before this mock interview, so that you can check either this person is eligible or not. This guy is not a good representation for my country.🙏
@kapilrana1153
@kapilrana1153 6 ай бұрын
Correct
@mubashirmalik8393
@mubashirmalik8393 6 ай бұрын
At least he dared to give an interview. You should appreciate him rather than criticizing him.
@hassamsaeed4839
@hassamsaeed4839 6 ай бұрын
@@mubashirmalik8393 You are right.
@hassamsaeed4839
@hassamsaeed4839 6 ай бұрын
@afnan_a please show your skills so I can see how good you are and how you represent your country. Shame on you for criticizing anyone
@afnan_a
@afnan_a 6 ай бұрын
@@hassamsaeed4839 یہ بالکل ایسے ہی ھے کہ ہم اپنی قومی ٹیم پر تنقید کریں اور وہ ہم سے کہیں کہ تم کھیل کے دکھاؤ میں نے تنقید نہیں کی، طریقہ بتایا ھے کہ اگلی دفعہ چراغ کو کیا لائحہ عمل اختیار کرنا چاہئیے، میں نے آپکے بارے میں کوئی بات نہیں کی کہ آپ اچھے ہیں برے ہیں یا کیسے ہیں، صرف اتنا کہا ھے کہ یہ ہمارے ملک کی صحیح نمائندگی نہیں ھے، کیا آپ سمجھتے ہیں کہ یہ صحیح نمائندگی تھی؟
@tanishqalal1074
@tanishqalal1074 2 ай бұрын
Can you please provide your solution in the description? That will be helpful to learn from the points that the candidate did not cover in this design.
@artofcoding2010
@artofcoding2010 6 ай бұрын
Every Saturday 10 am... I eagerly wait for this series.
@engineerchirag
@engineerchirag 6 ай бұрын
❤️
@dilshadazam880
@dilshadazam880 6 ай бұрын
Here I am again. One day I hope I become good enough to be interviewed by you.
@engineerchirag
@engineerchirag 6 ай бұрын
❤️
@Fam-m4i
@Fam-m4i 6 ай бұрын
Maintain a type:’file’ | ‘folder’
@StockWithSayee
@StockWithSayee 6 ай бұрын
Chirag very patient you were…Only success interviews will not happen in real life. But Chirag great interview and your patience with this guy is amazong
@mdnurulla7160
@mdnurulla7160 6 ай бұрын
Sir why you aren't taking fresher's interview
@engineerchirag
@engineerchirag 5 ай бұрын
There are multiple freshers interviews on channel
@malachitto7113
@malachitto7113 6 ай бұрын
can u please make 3 year experience with little harder question , i need theory and coding questions
@sdedushyantverma
@sdedushyantverma 6 ай бұрын
basicly interview
@engineerchirag
@engineerchirag 6 ай бұрын
😅
@HarshSaini-lv4ql
@HarshSaini-lv4ql 6 ай бұрын
Hello sir could u pls suggest me.. I am frontend dev with 2 year of experience but i bounded 4 year bond with my company because he sponsored me mtech of duration 4 year, but he Paid me very low salary. Now i want to swith my job to quit mtech but they will not provide me my experience letter before four year. So pls sir suggest me what should i do now
@dhar_sri6050
@dhar_sri6050 6 ай бұрын
how many basically baai
@Facto_maniya
@Facto_maniya 5 ай бұрын
He is Assam from Pakistan 😂😂
@sanketjaiswal76
@sanketjaiswal76 6 ай бұрын
let interview = true while(interview) { console.log('basically') }
@webdesignersandip7469
@webdesignersandip7469 6 ай бұрын
Please ask harder questions... Love your videos ❤
@engineerchirag
@engineerchirag 6 ай бұрын
👍
@nitinakuch4973
@nitinakuch4973 6 ай бұрын
Please cover behavioural and situation-based questions? It will be beneficial.
@engineerchirag
@engineerchirag 6 ай бұрын
Noted 👍
@badamadevi9497
@badamadevi9497 13 күн бұрын
Basically......
@roopchandjangir6862
@roopchandjangir6862 6 ай бұрын
Bhai honestly with 3 years of experience , i don't feel like he has it, he is faking , i can feel it on your face too . I request just check basic technical knowledge abt person giving interview, anyway loved it
@nikolaprogramer33
@nikolaprogramer33 6 ай бұрын
broooo .... basically, basically, basically, basically, basically, basically ... thats all he know?
@pareshkamaliya2493
@pareshkamaliya2493 6 ай бұрын
After hearing the news about the Pakistan-sponsored terrorist attack on REASI, where more than 33 innocent people were injured and 9 killed, I don't feel like watching this video. I know this video has nothing to do with that attack, but when I see the Pakistan flag on the thumbnail, I don't feel positive about it.
@engineerchirag
@engineerchirag 6 ай бұрын
I understand your sentiments and realized it should be pure knowledge based video. I have removed the country flag. But as a teacher I'm proud to connect with people across borders 😊
@sahildesai7238
@sahildesai7238 6 ай бұрын
Chirag There are many many great and smart people here in our India . Why Pakistanis ? not able to understand
@dilshadazam880
@dilshadazam880 6 ай бұрын
@Chirag you can switch talking in Hindi if the interviewee is not that comfortable in English. That would be great.
@engineerchirag
@engineerchirag 6 ай бұрын
Noted 👍
React JS Freshers Interview  | Chakde Frontend Interview EP - 09
1:18:23
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
3 Years Experienced JavaScript Interview
1:23:45
Anurag Singh ProCodrr
Рет қаралды 180 М.
Why You are Still Jobless!
5:40
Freshers GPT
Рет қаралды 17 М.
3 Years Experienced React Interview
1:16:16
ProCodrr
Рет қаралды 109 М.
React JS Freshers Interview  | Chakde Frontend Interviews EP - 15
1:04:25
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН