<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Indiahires.in</title>
    <description>The latest articles on DEV Community by Indiahires.in (@indiahires).</description>
    <link>https://dev.to/indiahires</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F435224%2F4a110932-1990-44df-93b3-56dfa91052a3.png</url>
      <title>DEV Community: Indiahires.in</title>
      <link>https://dev.to/indiahires</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/indiahires"/>
    <language>en</language>
    <item>
      <title>Node JS Interview Questions and Answers</title>
      <dc:creator>Indiahires.in</dc:creator>
      <pubDate>Mon, 31 Aug 2020 17:21:13 +0000</pubDate>
      <link>https://dev.to/indiahires/node-js-interview-questions-and-answers-4lkj</link>
      <guid>https://dev.to/indiahires/node-js-interview-questions-and-answers-4lkj</guid>
      <description>&lt;p&gt;Node JS Interview Questions&lt;/p&gt;

&lt;p&gt;If you wish to make a career in Node JS, below are the top Node JS interview questions with answers which will make you interview-ready.&lt;/p&gt;

&lt;p&gt;A comprehensive, community-driven list of essential Node js interview questions. Whether you’re a candidate or interviewer, these interview questions will help prepare you for your next Node.js interview ahead of time.&lt;/p&gt;

&lt;p&gt;Basic understanding of Node JS&lt;/p&gt;

&lt;p&gt;Node js can be used to build different types of applications, such as web applications, real-time chat applications, REST API servers, etc. Nonetheless, it is primarily used to create network programs such as web servers, similar to PHP, Java, or ASP.NET. Node js was created in 2009 by Ryan Dahl.&lt;/p&gt;

&lt;p&gt;Node js is a run-time JavaScript environment developed on top of the Chrome V8 engine. Uses an event-driven, non-blocking I / O model. It’s lightweight and it’s so effective. Node js has an architecture module called npm.&lt;/p&gt;

&lt;p&gt;Check all 21 questions here&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Explain the basics of Node js&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is Event-driven programming?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is “callback hell” and how can it be avoided?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How does Node JS handle child threads?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is Event loop in Node JS work? And How does it work?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the difference between Asynchronous and Non-blocking?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is Tracing in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Difference between setTimeout(fn,0) vs setImmediate(fn)?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is process.nextTick()?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the preferred method of resolving unhandled exceptions in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How does Node.js support multi-processor platforms, and does it fully utilize all processor resources?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are some of the most popular modules of Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is EventEmitter in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are Streams in Node js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is typically the first argument passed to a Node JS callback handler?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is REPL? What purpose it is used for?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the difference between readFile vs createReadStream in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What's a crypt in Node js? How do you Cipher the protected information in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the use of DNS module in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is a Callback function in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the passport in Node.js?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you want to check answers for the above questions and share your suggestion to make it better, you can visit on my site Indiahires.in.&lt;/p&gt;

&lt;p&gt;My site link: &lt;a href="https://www.indiahires.in/node-js-interview-questions/"&gt;https://www.indiahires.in/node-js-interview-questions/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>functional</category>
      <category>serverless</category>
    </item>
    <item>
      <title>21 React js Interview Questions and Answers</title>
      <dc:creator>Indiahires.in</dc:creator>
      <pubDate>Sun, 19 Jul 2020 17:25:58 +0000</pubDate>
      <link>https://dev.to/indiahires/21-react-js-interview-questions-and-answers-2hef</link>
      <guid>https://dev.to/indiahires/21-react-js-interview-questions-and-answers-2hef</guid>
      <description>&lt;p&gt;React js Interview Questions and Answers for experienced software developer&lt;/p&gt;

&lt;p&gt;If you’re an aspiring front end developer and are getting ready for interviews, then this &lt;a href="https://www.indiahires.in"&gt;https://www.indiahires.in&lt;/a&gt; is for you. This blog on Top 21 Questions for React Interviews is the perfect guide for you to learn all the concepts necessary to clear an interview with React. But before we continue with the questions of the reaction interview, let’s take a quick look at the demand and status of React on the market.&lt;/p&gt;

&lt;p&gt;The JavaScript tools are slowly and steadily firming their roots on the marketplace and the demand for React certification is exponentially increasing. It is becoming increasingly difficult to choose the appropriate technologies to create an application or website. React is considered by others to be the fastest-growing Javascript framework.&lt;/p&gt;

&lt;p&gt;check all 21 questions here&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Compare and contrast developing ES5 and ES2015 (also known as ES6) react components. What are the pros and cons of using one or the other? Include notes on default props, initial state, PropTypes and DisplayName.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Explain the Virtual DOM and how React renders it to the DOM?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Compare and contrast the different lifecycle methods used in the React Component. How might understanding these help build certain interfaces/features?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the difference between state and props?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How would you create Higher Order Components (HOCs) in React?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the significance of keys in React?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the use of refs in React?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are pure functional Components?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How can React handle or restrict Props to some types, or require some Props to exist?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is prop drilling and how can you avoid it?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the StrictMode component and why would you use it?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the important architectural difference between a JavaScript library like React and a JavaScript framework like Angular? Why does that impact the decision to use one or the other for a project?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you required a component to perform an action only once the component was initially made, how would you do that with a class object? And how are you going to accomplish this with a function component?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the most common approaches to styling a React application?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you were working on a React application that was rendering a page very slowly, how would you be investigating and fixing the issue?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is useState() and useEffect() in React?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the difference between a controlled component and an uncontrolled component?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How are you going to differentiate Redux from Flux?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the use of render() function in ReactJS?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Explain Redux and its components?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Explain React.Fragment, React.lazy and Suspense?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you want to check answers for the above questions, you can visit on my blogging site Indiahires.in.&lt;/p&gt;

&lt;p&gt;My site link: &lt;a href="https://www.indiahires.in/21-react-js-interview-questions-and-answers/"&gt;https://www.indiahires.in/21-react-js-interview-questions-and-answers/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
