profile-pic
Vetted Talent

Sunil Kumar Prasad

Vetted Talent
A motivated software engineer with years of experience in developing plans, managing projects, and user documentation. Skilled in revising source codes and increasing client satisfaction.
  • Role

    React Js Software Developer

  • Years of Experience

    5.4 years

Skillsets

  • REST API
  • TypeScript
  • Frontend Development
  • CSS
  • React.js - 5.0 Years
  • Git - 4.0 Years
  • JavaScript - 5.0 Years
  • UI Development
  • Software Design
  • Bootstrap
  • Redux
  • JavaScript - 5.0 Years
  • HTML
  • HTML
  • Git
  • Git
  • Formik

Vetted For

9Skills
  • Roles & Skills
  • Results
  • Details
  • icon-skill_image
    Front End Developer (Hybrid, Delhi)AI Screening
  • 23%
    icon-arrow-down
  • Skills assessed :Context API, Flux, Jest, react testing library, testing frameworks, JavaScript, React Js, Redux, REST API
  • Score: 16/70

Professional Summary

5.4Years
  • Nov, 2023 - Present2 yr 6 months

    Software Developer React Js Developer

    Ascent HR Technologies Private Limited
  • Jul, 2021 - Jun, 20231 yr 11 months

    Application Developer, React Js Developer

    TELUS International
  • Nov, 2019 - Jun, 20211 yr 7 months

    React Developer

    Linkcxo Global

Applications & Tools Known

  • icon-tool

    Redux

  • icon-tool

    React JS

  • icon-tool

    React

  • icon-tool

    Redux

  • icon-tool

    HTML5

  • icon-tool

    Bootstrap

Work History

5.4Years

Software Developer React Js Developer

Ascent HR Technologies Private Limited
Nov, 2023 - Present2 yr 6 months
    React.js developer responsible for designing and implementing UI components for JavaScript-based web and mobile web development apps using the React open-source library ecosystem.

Application Developer, React Js Developer

TELUS International
Jul, 2021 - Jun, 20231 yr 11 months
    Demonstrated experience in building robust and scalable frontend solutions using HTML, CSS, and JavaScript. Proficient in frontend frameworks and libraries such as React Js, Redux. Managed website development projects from initial design through completion, optimizing cross-browser and multiplatform compatibility. Worked closely with programmers and clients to meet project requirements, goals, and desired functionality. Enabled site-wide promotions by programming HTML5 canvases to animate particles on web backgrounds.

React Developer

Linkcxo Global
Nov, 2019 - Jun, 20211 yr 7 months
    Demonstrated experience in building robust and scalable frontend solutions using HTML, CSS, and JavaScript. Proficient in frontend frameworks and libraries such as React. Proven ability to develop responsive and mobile-friendly websites that provide an optimal user experience across various devices and screen sizes. Familiarity with CSS frameworks like Bootstrap or Tailwind CSS.

Major Projects

5Projects

Smart Report

    Smart Report is an intelligent reporting system designed to automate data collection, analysis, and presentation. It integrates with various data sources, performs real-time analysis using machine learning, and generates customizable, dynamic reports with interactive visualizations.

IMDR-(Input Module Demo Radius)

    IMDR aims to develop and demonstrate an input module that processes radius-based calculations. The project focuses on creating a system to accept, validate, and compute various functions involving the radius, including area and circumference of a circle.

Comact - Flow Engine Tool

    Building Flow engine Tool to see the graphical data.

LINKCXO

    It is a common platform to connect the CTO, CFO, CEO, CXO, etc.

Exo Talent

    ExoTalent is a one-stop solution for recruitment, consulting and outsourcing needs, focused on Automotive, Manufacturing and Technology industries.

Education

  • B.Tech/B.E.

    RAJKIYA ENGINEERING COLLEGE AMBEDKARNAGAR (2019)

AI-interview Questions & Answers

What state do you follow tonight? What step do you follow to prevent x as vulnerabilities when working with React?

How to refresh token concept work behind the scenes? Refresh token is a common mechanism which initial phase access token and refresh token we have to long drive. Access token the client typically be mobile and using the authorizations so have to token expiry can refresh the token we have some time of refresh token.

This is kind of a thank you.

What strategy we have implemented to optimize our React application for performance? And can you give specific examples? Yeah. We've used memoization with the `useMemo` hook. We've also optimized unnecessary expensive calculations based on their dependencies. You can call the `useMemo` function to memorize a function and redefine its dependency by passing the view reference to the function. And we've split our React components into lazy-loaded ones using `React.lazy` and `Suspense`.

You react to having experienced performance issues with profiling, so you wanted to render and state updates. How you identify and alleviate this problem? In the React application experience, the performance is due to successful rendering and frequent state updates. So, you can use the developer tools to profile in the Chrome application. You'll have to use another profile tab and have to remove unnecessary re-rendering and reduce render times and highlight the objects.

Describe a scenario where is server side rendering drastically improved variant apps performance? What was the impact on SEO and overall user experience? Server side rendering, I imagine the ecommerce platform when the users now the thousands of products. So application users are rendering the product and leasing the piece file, the data of client side. And the user experience, I like to experience the delay before the piece fully loaded and because the initial HTML pass only the root deep, so can product data as well as the render after the JavaScript has executed.