Filter interviews by
I applied via Company Website and was interviewed before Nov 2021. There were 4 interview rounds.
Make Calculator and form onclick event
posted on 29 Dec 2022
Coding test duration 40 min topic is frontend developer design the web pages by using the html,css and javascript.pefjilqrbfljkpkobnocec krgvk 2ktkgnpkognne fnjgnojvn
Tags are elements used in HTML to define the structure and content of a web page. CSS stands for Cascading Style Sheets. Frontend Developer focuses on the user-facing aspects of a website. CSS properties are used to style and layout web pages.
Tags in HTML are used to define different elements such as headings, paragraphs, images, links, etc.
CSS stands for Cascading Style Sheets and is used to style the layout of web pa...
There are multiple ways to create a web page, using HTML tags to structure content and CSS attributes to style it.
Types of web pages can include static, dynamic, responsive, and single-page applications.
HTML tags are used to define the structure and content of a web page, such as <div>, <p>, <h1>, <img>, etc.
CSS attributes are used to style the elements on a web page, such as color, font size, m
posted on 20 Jun 2024
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
A pure function is a function that always produces the same output for the same input and has no side effects.
Always returns the same output for the same input
Does not modify any external state or variables
No side effects, such as network requests or console logs
Easier to test and reason about
Redux is a predictable state container for JavaScript apps.
Redux is a state management tool commonly used with React.
It helps in managing the state of an application in a predictable way.
Redux stores the state of the application in a single immutable state tree.
Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.
Example: const initialState = { count: 0 }; const ...
Data can be sent from child to parent component in React by using callback functions.
Use callback functions to pass data from child to parent component
Define a function in the parent component and pass it as a prop to the child component
Call the function in the child component with the data as an argument
Closure is the combination of a function bundled together with references to its surrounding state.
Closure allows a function to access variables from its outer scope even after the outer function has finished executing.
It helps in maintaining state in functional programming.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }
posted on 22 Aug 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
MCQ question for frontend
posted on 1 Feb 2025
Assignment is and introduction
I applied via Walk-in and was interviewed in Apr 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 90 Minutes
Round difficulty - Medium
2 coding questions and 20 mcq
You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:
Find the minimum time required to rot all fresh oranges in a grid.
Use Breadth First Search (BFS) to simulate the rotting process.
Track the time taken to rot all oranges and return -1 if any fresh oranges remain.
Handle edge cases like no fresh oranges or all oranges already rotten.
Consider using a queue to efficiently process adjacent oranges.
Ensure to update the grid with the new state of oranges after each second.
Given a natural number N
, return the sum of all its proper divisors.
A proper divisor of Y
is defined as a number X
such that X < Y
and Y % X = 0
.
T...
Calculate the sum of proper divisors of a given natural number.
Iterate from 1 to sqrt(N) and check for divisors
If a divisor is found, add it to the sum and also add N/divisor if it is not the same as divisor
Return the sum as the result
Round duration - 45 Minutes
Round difficulty - Medium
Technical interview
Given an array ARR
consisting of non-negative integers, rearrange the numbers to form the largest possible number. The digits within each number cannot be changed.
Rearrange the array elements to form the largest possible number by concatenating them.
Sort the array elements in a custom comparator function to get the largest number.
Convert the sorted array elements to strings and concatenate them to form the final number.
Handle cases where the numbers have the same prefix by comparing the concatenated forms.
Tip 1 : Be clear about whatever you have mentioned in resume, don't mention buzz words, because interviewer can go in depth
Tip 2 : Along with DS and Algo, if you have 3-4 months experience or internship experience, then be ready to answer scenario based technical questions like scaling the application that you developed and design concepts that can be used for improving
Tip 3 : Last but most important tip is to be calm through out the whole process ,don't loose hope if any round didn't go well ,if you have explained your thought process there is still chance to procees to next round so keep preparating for next rounds.
Tip 1 : Keep it one page resume and mention keywords which align with your technical and personal competencies.
Tip 2 : Mention 3-4 projects in the order that , project which you can explain best should be at top,then the next, and so on.
TCS
Accenture
Wipro
Cognizant