What was the question, which asked on time 14:54. Is that asking about styled component?
@adhyatmikajeev15 күн бұрын
@ 5:29 - It took a while to understand what the interviewer was asking. Below is the question in case someone had similar issues in understanding the question. Question: I want to check whether a particular string is a palindrome string or not? Answer: function isPalindrome(str) { const reversed = str.split('').reverse().join(''); return str === reversed; } console.log(isPalindrome('racecar')); // Output: true console.log(isPalindrome('hello')); // Output: false This function splits the string into an array of characters, reverses that array, and joins the characters back into a string. It then compares this string to the original string.
@TheSachinAlam19 күн бұрын
Done - 26 Dec, 2024
@TheSachinAlam19 күн бұрын
Done - 26 Dec, 2024
@TheSachinAlam19 күн бұрын
Done - Dec 25, 2024
@TheSachinAlam19 күн бұрын
Done - not so good
@TheSachinAlam19 күн бұрын
Done - Dec 25, 2024
@Camaraderie_820 күн бұрын
I have a upcoming tcs ine test and i applied for the React js developer role and since its test is conducted at one of the centres what kind of a technical test can i expect
@ankitgiri6874Ай бұрын
Nice questions
@batfishhАй бұрын
no way this guy is "experienced"
@RiteshKumarPandaАй бұрын
bro gave wrong defination margin so confidently even i got confused for a moment
@anisingh2260Ай бұрын
Exactly😂
@kinkaneki2625Ай бұрын
Sir will they foucs much on dsa? I am good at css and can make almost any design from scratch and with react too? I know basics of all data structures and have done some questions on them?
@DevAdityaАй бұрын
If it's a product based company then Yes they ask DSA questions as well.
@s-qc9nsАй бұрын
How come u got selected after all these wrong answers?
@KH-cq6ubАй бұрын
Learning and using syntax while doing coding is easy...but explaining each is horrible for me
@BhardwajVishal-v4jАй бұрын
Last question is one of the easiest question in full video
@innocentgamer847Ай бұрын
0:37 never say, my short term goal is to join a *reputed company* . So what if that company is not reputed.🙏
@deepak420re42 ай бұрын
Start the machine CODING round bro 😁💪 with realtime facecam that can be seem to feel real
@swastikjainsj2 ай бұрын
Real interview or just practice!?
@DevAditya2 ай бұрын
This one is a mock interview, real interviews are also available to this channel 😎
@swastikjainsj2 ай бұрын
@@DevAditya Ok👍 tqsm this will help
@AashishKumar-vb3qb2 ай бұрын
Thanks , Its helpfull 😃😃
@DevAditya2 ай бұрын
Glad to know that 😊
@AashishKumar-vb3qb2 ай бұрын
Thanks bro , its helpfull 😃😃
@utkarshgupta32982 ай бұрын
Bro you are interviewer or candidate?
@onieltelies49532 ай бұрын
Btw, why event loop was asked? that is specific to Node JS 🤐
@DevAditya2 ай бұрын
In most of the frontend interviews they asks
@onieltelies4953Ай бұрын
@DevAditya ohh is it. Thanks for telling me that. As I have experience on Angular i wasn't aware on React. One more thing in my learning's queue 🥲
@rakeshkumar-xv2tr3 ай бұрын
And most part in this interview the interviewer has cover 80% of questions
@DevAdityaАй бұрын
Thanks
@rakeshkumar-xv2tr3 ай бұрын
how easy yrr i'm 100% sure i will crack this easily
@joshiji23863 ай бұрын
Bhai sare question aate hai pr english me batane me thodi problem hoti hai bs
@DevAditya2 ай бұрын
Package bdhane hai to English me bolna prega na bhai. 🙃
@joshiji23862 ай бұрын
@@DevAditya 😂😂Seekh rha hu bhai
@pallavichawan60793 ай бұрын
Bro i have done react. Js course and after shifting from non-it job experience then, now am working on html, css, js,psqland php..........so how i do the react projects so that i hv to get working experience in react..... So that i can attend interviews.,
@DevAditya3 ай бұрын
There are lots of project making tutorials available on KZbin, you may try that then deploy it & mention it in your resume.
@jiyelaljaiswal74583 ай бұрын
good set of questions as per your experience. but don't have confidence while answering. you have knowledge of each topic. I would never select as a experience candidate
@AmanVerma-ci3kg3 ай бұрын
Seriously , this guy doesn't even know basics of React and Javascript
@outlawzrv30533 ай бұрын
I don't know how hi selected
@vishal_344 ай бұрын
experienced candiate hoke kuch nhi aata saale ko
@venky__Venky14 ай бұрын
what about the job, did you get it ?? if yes then what about the payout ?
@indrasishbanerjee36024 ай бұрын
what this guy is doing man he was suppose to be the interviewee and sunddenly he becomes the interviewer
@DevAditya4 ай бұрын
😅 Yep, bcoz many people requested for their mock interview.
@aghasghazryan11924 ай бұрын
function sum(...argsArray) { let total = argsArray.reduce((sumNumber, curr) => { switch (typeof curr) { case "number": return (sumNumber += curr); case "string": const number = parseInt(curr.match(/\d+/)[0]); return (sumNumber += number); case "object": if (Array.isArray(curr)) { const sumOfElements = curr.reduce((sum, curr) => sum + curr, 0); return (sumNumber += sumOfElements); } else { return sumNumber; } default: return sumNumber; } }, 0); return total; }
@RAMKUMARR-dm5mb4 ай бұрын
HI Mate do u have interview in Visa in few days !!
@TheSachinAlam4 ай бұрын
Very helpful
@rohanwarghade71114 ай бұрын
inline : center ?? why u don't use this
@AbhishekJain19924 ай бұрын
Interesting how this guy got selected. He doesn't know basics.
@rodney-l4i4 ай бұрын
The interviewer seems to be talking through his nose
@gogalo22914 ай бұрын
they should check for English before they send the to interview someone. wtf is that english? first i had to think about the the fuck is this dude saying and then thing about the question :D
@aktamboli58254 ай бұрын
Package??
@sakshamjain17174 ай бұрын
Did you get the job or not
@shubhamraikwar47255 ай бұрын
I think, the answer for this code should be 1 after 1sec and not 0. function x() { setTimeout(function() { console.log(i); }, 1000); var i = 1; } x();
@SaudagarDalve5 ай бұрын
Demonstrated good knowledge with in-depth responses.
@AyanShaikh-c8q5 ай бұрын
bhai tujhe bht zyada pdne ki zrurt he oreverything is not nothing
@TheBaljitSingh5 ай бұрын
4:50 lol
@cs9785 ай бұрын
Thank you for sharing ur interview experience
@heeru3795 ай бұрын
2:28 Nope it's "Last in First Out" Method.
@shubhanshubhan14195 ай бұрын
00:07 Semantic elements in HTML, position relative and absolute, flexbox, and box model in CSS, and the event loop in JavaScript. 03:53 Callbacks have a higher priority than promises in execution. 07:15 JavaScript function execution context and variable scope 10:52 JavaScript function methods and concepts 14:27 Sprint and rest operators have common use cases 19:48 React uses virtual DOM to improve performance and makes application rendering faster. 23:41 React features include one-way data binding, easy to learn and use, and support for single page applications. 27:09 The life cycle methods in React class components Mo Shubhan Siddiqui
@riderzzone63736 ай бұрын
which version of react we are using ? I am using latest version 😂😂🤣🤣😂