Step 1 of 3 33% Name(Required) First Last Email(Required) Phone(Required)ResumeAccepted file types: pdf, docx, doc, png, jpg, Max. file size: 10 MB.Portfolio Website Portfolio Links(Required) Add RemoveConsent(Required) I agree not to cheat during the test. The answers are solely based on my knowledge and experience. I understand that I can face actions if cheating is discovered. Years Of Experience(Required)Job Type(Required)Full TimeFull Time (Remote)Part TimePart Time (Remote)FreelanceCurrent CTC(Required)Expected Salary(Required)Notice Period in Days(Required)Immediate joiner Can you join Immediately? Which of the following method is true about referring parent class in React.js ? parent() self() super() inherits() We can update the state in React.js by calling to setState() method. These calls are: Synchronous in nature. Asynchronous in nature. Asynchronous & Synchronous in nature. None of the above. ________ defines a style rule for various media types. @media @import @screen @device Which of the directives below can you use to share CSS properties from a selector to another? @import @extend @extends All of the above Select the correct way of defining a variable in SASS/SCSS. @primary-color: #000; $primary color: #000; $primary-color: #000; #primary-color: #000; Select the correct descendant selector #container > .box #container .box #container ~ .box #container + .box Difference between reset vs normalize CSS? How do they differ?What are Pseudo elements and Pseudo classes?What is the second argument that can optionally be passed to setState and what is its purpose?Explain the difference between functional and class components.(Required)When you should use Refs?(Required)What are Pure Components? and when should you use it?Explain higher order components (HOC) in React.(Required)Explain Redux Thunk, why it should be used.Write a code for Private Route functionality.(Required)What is Lazy Loading/ Code splitting of components in React?How to prevent a function from being called multiple times?(Required)Give an example on How to use context?(Required)What is your favorite React stack?Write a code to fetch data using Axios in Functional ComponentHow to get url query params in the React Component?(Required)How do you make sure that user remains authenticated on page refresh while using Context API State Management?List built-in data types in TypeScriptWhat are the access modifiers supported by TypeScript?How can we convert a string to a number?What does the Omit type do?How to loop through an infinite nested array?