i
Educase
Filter interviews by
I applied via Internshala and was interviewed before Feb 2022. There were 3 interview rounds.
Yes, I am comfortable with relocating to Jodhpur.
I am open to new opportunities and experiences.
I am willing to relocate for the right job.
I have researched Jodhpur and am excited about the prospect of living there.
I am adaptable and can adjust to new environments quickly.
You need to write and run the code when interviewer ask the question.
posted on 24 Dec 2023
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
The disscus is some problems slove software coading and front end development
Use coading of software coading and web developer
Html,css,javascript,reactjs,php,laravel.bootstrap
ReactJS is used for building interactive user interfaces, while JavaScript is the programming language that powers web development.
ReactJS allows for component-based architecture, making it easier to manage and update UI elements.
ReactJS uses a virtual DOM for efficient rendering, improving performance.
JavaScript is the language used to add interactivity and dynamic behavior to web pages.
JavaScript is essential for cli...
I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.
Redux is a predictable state container for JavaScript apps. useRef is a hook in React for accessing DOM nodes.
Redux is a state management library for JavaScript applications
It helps in managing the state of an application in a predictable way
Redux follows a unidirectional data flow pattern
useRef is a hook in React that allows accessing DOM nodes or any other mutable value
It returns a mutable ref object that persists ac
Destructuring is a way to extract values from arrays or objects and assign them to variables.
Destructuring can be used with arrays and objects
It allows you to extract values and assign them to variables in a single line of code
You can also use default values and rename variables during destructuring
Example: const [a, b] = [1, 2]; // a = 1, b = 2
Example: const {name, age: years} = {name: 'John', age: 30}; // name = 'Joh
Store in React is a centralized state management system.
Store holds the state of the application.
It allows components to access and update the state.
Redux is a popular store implementation for React.
Context API is another built-in store in React.
Store helps in managing complex state and makes debugging easier.
Implementing pagination on scroll allows for loading more content as the user reaches the bottom of the page.
Use a scroll event listener to detect when the user has reached the bottom of the page
Make an API call to fetch more data when the bottom is reached
Append the new data to the existing content on the page
Immediately invoked function expressions (IIFE) are functions that are executed immediately after they are created.
IIFE is defined and invoked at the same time using parentheses at the end of the function declaration.
Anonymous functions do not have a name and can be used as IIFE by wrapping them in parentheses.
IIFE is commonly used to create a private scope for variables and functions.
Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.
Closures allow functions to access variables from their parent function even after the parent function has returned
They help in creating private variables and functions in JavaScript
Closures are commonly used in event handlers and callbacks
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() method to handle success and failure callbacks.
Example: Fetch API returns a promise when making an HTTP request.
Lazy loading is a technique used in web development to defer loading non-essential resources until they are needed.
Lazy loading helps improve page load times by only loading resources when they are required.
It is commonly used for images, videos, and other media files on a webpage.
Lazy loading can be implemented using JavaScript libraries like Intersection Observer or by using native browser features like loading='lazy
I applied via AmbitionBox and was interviewed in Aug 2024. There were 4 interview rounds.
Experienced HTML developer with a passion for creating user-friendly websites.
Over 5 years of experience in HTML development
Proficient in CSS and JavaScript
Strong understanding of responsive design principles
Familiar with SEO best practices
Portfolio includes websites for various clients and industries
HTML stands for HyperText Markup Language, used for creating and structuring web pages.
HTML is the standard markup language for creating web pages
It uses tags to define the structure and content of a web page
Examples of HTML tags include ,
,,
CSS is a styling language used to control the look and feel of a website.
CSS stands for Cascading Style Sheets.
It is used to define styles for web pages, including colors, fonts, layout, and more.
CSS can be applied to HTML elements using selectors.
It allows for the separation of content from presentation, making it easier to maintain and update.
CSS can be included in an HTML document using the
Bootstrap is a front-end framework for developing responsive and mobile-first websites.
Bootstrap is a free and open-source CSS framework.
It includes pre-built design templates and components like buttons, forms, and navigation bars.
Bootstrap uses a 12-column grid system for easy layout customization.
It also has built-in responsive utilities for creating mobile-friendly designs.
Bootstrap can be customized using Sass var
HTML codes are used to create web pages. Developers write HTML codes to structure content on a webpage.
HTML tags are used to define the structure of a webpage, such as headings, paragraphs, images, links, etc.
Example:
This is a paragraph
,HTML attributes provide additional information about an element, such as the source of an image or the target of a link.
Example: Ans.
CSS is a styling language used to design the layout and appearance of web pages, while landing pages are web pages designed for a specific purpose.
CSS stands for Cascading Style Sheets and is used to control the visual presentation of HTML elements on a web page.
CSS allows developers to style elements such as fonts, colors, spacing, and layout.
Landing pages are web pages specifically designed to achieve a particular go...
Explanation of HTML ,CSS and bootstrap.
Coding a frontend UI from provided image. And creating a fucntional star rating system
Designing a Component API in React using Typescript involves defining props, state, and methods for the component.
Define the props interface to specify the expected input data for the component
Use typescript types to ensure type safety and prevent runtime errors
Define the state interface to manage the internal state of the component
Implement methods to handle user interactions and component logic
Document the component
Function to clear all timer ids at once
Create an array to store all timer ids
Iterate through the array and clear each timer id using clearTimeout() function
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
It was a hacker coding test mostly javascript questions
Context API is a feature in React that allows sharing data between components without having to pass props manually.
Create a context using createContext() method
Use the Provider component to wrap the components that need access to the context
Access the context data using the useContext() hook within the consuming components
Debugging a code involves identifying and fixing errors in the code to ensure it runs correctly.
Use console.log() statements to print out values and check for errors
Utilize browser developer tools to inspect elements and debug JavaScript
Step through the code using breakpoints to identify the source of the issue
Review error messages and stack traces to pinpoint the problem
Consider using tools like linters and debuggers
Employee details can be retrieved using group by clause in SQL.
Use GROUP BY clause in SQL to group employee details based on a specific column
Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to get summarized employee details
Example: SELECT department, COUNT(*) as total_employees FROM employees GROUP BY department
Reactjs Developer
4
salaries
| ₹3 L/yr - ₹5 L/yr |
Front end Developer
3
salaries
| ₹3 L/yr - ₹6 L/yr |
TCS
Accenture
Wipro
Cognizant