Filter interviews by
Events in Laravel can be handled using event listeners.
Create an event using the artisan command: php artisan make:event EventName
Define the event logic in the event class
Register the event and its listener in the EventServiceProvider
Create a listener using the artisan command: php artisan make:listener ListenerName --event=EventName
Handle the event logic in the listener class
Top trending discussions
posted on 19 Sep 2024
Observables and promises are both used for handling asynchronous operations in JavaScript.
Observables are used for handling multiple values over time, while promises are used for handling a single value at a time.
Observables can be cancelled, while promises cannot be cancelled.
Promises have a built-in mechanism for error handling using the catch method, while observables use the error callback function.
Observables are ...
Write a code for unique array
posted on 10 Sep 2024
I applied via Campus Placement
Node js vs express, var and const in js, cors
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Java related and programming questions
Find the longest subsequence in an array of strings
Iterate through the array of strings and compare each string with the next one to find the longest common subsequence
Use dynamic programming to efficiently find the longest common subsequence
Example: ['abc', 'abg', 'bdf', 'aeg', 'acefg'] - The longest subsequence is 'aeg'
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
Lazy loading is a technique used in software development to defer the loading of resources until they are actually needed.
Lazy loading improves performance by only loading resources when necessary
It is commonly used in web development to load images or data as the user scrolls down a page
Lazy loading can also be used in programming languages to load classes or modules on-demand
Authentication is the process of verifying the identity of a user, while authorization determines what resources a user can access.
Authentication is the process of verifying the identity of a user.
Authorization determines what resources a user can access.
In Node.js, authentication and authorization can be implemented using various libraries and techniques such as Passport.js, JSON Web Tokens (JWT), and role-based acces...
posted on 20 Oct 2021
I was interviewed in Aug 2021.
Round duration - 60 Minutes
Round difficulty - Medium
This was the DSA questions round. There were 2 questions. and both were basic questions.
The idea is to store the list values in a stack and then compare the values in the list with the values in the stack.
Algorithm:
As we have to arrange the nodes such that all the odd nodes should come before all the even nodes, we can move all the even valued nodes from their current positions to the end of the linked list.
Round duration - 90 Minutes
Round difficulty - Easy
This was a subjective round where we have to code HTML, CSS, and JS. We were not allowed to use any external editor and their editor was just plain notepad so we couldn't even see the output but still, we completed it. Everyone at my college passed this round.
Create a Stopwatch using HTML, CSS, and JS
Create an input form using HTML, CSS, and JS
Create some basic structure using HTML, CSS, and JS. I can't remember it but it was also ...
Round duration - 10080 Minutes
Round difficulty - Easy
We were given a Figma link for a landing page of a website. We need to pixel-perfect that design.
Tip 1 : You MUST work with Figma first. Some of my friends never worked with Figma before and they couldn't even export the images properly.
Tip 2 : Use the pixel-perfect extension from the chrome web store.
Round duration - 120 Minutes
Round difficulty - Medium
In this round, the interviewer asked me to turn on screen mirroring. And then he gave me 1 more design which I needed to create in front of him in the next 2 hours. In the previous round, the focus was on HTML and CSS but in this round, the major focus was on JS. You are allowed to use google but not copy-paste the whole code.
I was told to build a compound interest calculator where we need to store the previous calculation, ability to modify/delete them. There were 2 bonus features like store data in local sto...
Round duration - 90 Minutes
Round difficulty - Hard
This was an online interview with one of their employees. My interview was taken by their front-end lead. She was very helpful during the interview. You are allowed to search for documentation.
Get the frogs and the lilypads line up in order (e.g. yellow lilypad is the first among all other lilypads and yellow frog is first among all other frogs) using flex-direction.
Arra...
Round duration - 90 Minutes
Round difficulty - Easy
This was also a front-end interview round. The interviewer was again very helpful and I was allowed to google.
First, he asked me about different meta tags in HTML and different types of CSS media queries.
Then he asked me questions about Promise and async-await. I need to create a function that t...
Tip 1 : You will need to know advanced HTML and CSS which are used in real life like meta tags in HTML and media queries in CSS.
Tip 2 : You will need practical knowledge of js functions like map, filter, reduce apart from basic that we can use map in react to render lists.
Tip 3 : Learning some advanced concepts like debouncing, throttling, call, bind, etc will be helpful.
Tip 1 : Prepare for every word that you wrote in your resume,
Tip 2 : HR will ask about your projects and you should always have a good story for each project like why you create this project. This will really score some points in the interview.
I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Jun 2022. There were 3 interview rounds.
based on 1 review
Rating in categories
Software Developer
7
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Team Lead
6
salaries
| ₹10 L/yr - ₹13.2 L/yr |
Customer Success Manager
6
salaries
| ₹8.4 L/yr - ₹10.6 L/yr |
Software Engineer
5
salaries
| ₹2.4 L/yr - ₹7.2 L/yr |
Reactjs Developer
5
salaries
| ₹2.8 L/yr - ₹11.8 L/yr |
TCS
Infosys
Wipro
HCLTech