i
SurveyMonkey
Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
Find the longest substring without any repeating characters
Use a sliding window approach to track the longest substring without repeating characters
Keep track of the characters seen so far in a set to quickly check for repeats
Update the start index of the window when a repeat is found
Create a component to display concentric circles
Use HTML canvas element to draw circles
Calculate the radius and position of each circle
Use CSS for styling and positioning if needed
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 Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
HTML CSS BOOTSTRAP JAVASCRIPT
A face-to-face interview or Online interview
'I see the role as a way of developing my career in a forward-thinking/well-established company/industry as…' 'I feel I will succeed in the role because I have experience in/softs skills that demonstrate/ I've taken this course believe my skills are well-suited to this job .
“I see this opportunity as a way to contribute to an exciting/forward-thinking/fast-moving company/industry,
GD can be divided into 3 categories
Not bad it was good.
Easy and medium questions
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
There was an online coding test on signal consisting of leetcode easy medium and hard
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Basics of html and css
HTML is a fundamental building block of web development, used to create the structure of web pages.
HTML stands for HyperText Markup Language.
It is used to create the structure of web pages by using elements like ,
, ,, etc.
HTML is essential for creating content on the web and is often combined with CSS for styling and JavaScript for interactivity.
It provides a way to organize and format content on a webpage, making ...
CSS is crucial for styling and formatting web pages, enhancing user experience and creating visually appealing designs.
CSS is used to control the layout, colors, fonts, and overall appearance of a website.
It allows for responsive design, making websites adapt to different screen sizes and devices.
CSS can be used to create animations, transitions, and interactive elements on a webpage.
Without CSS, web pages would be pla...
HTML and CSS are the building blocks of web development. HTML is used for structuring content, while CSS is used for styling and layout.
HTML stands for HyperText Markup Language and is used to create the structure of a web page.
CSS stands for Cascading Style Sheets and is used to style the HTML elements.
HTML uses tags to define different elements like headings, paragraphs, images, links, etc.
CSS allows for styling elem...
DOCTYPE declaration in HTML specifies the version of HTML being used in the document.
DOCTYPE declaration is placed at the very beginning of an HTML document before the tag.
It informs the web browser about the version of HTML being used, which helps in rendering the page correctly.
It also helps in triggering the browser's standards mode, ensuring consistent display across different browsers.
Example: spe
External CSS and JavaScript files can be included in an HTML document using link and script tags respectively.
Use the tag with the rel attribute set to 'stylesheet' to include external CSS files.
Example:
Use the
Given a matrix of zeros and ones, find the minimum distance for each one to a zero.
Use breadth-first search (BFS) to find the minimum distance from each one to a zero.
Start by initializing a queue with all the zeros in the matrix.
While the queue is not empty, dequeue a zero and enqueue its neighboring ones.
Keep track of the distance from each one to the nearest zero.
Repeat until all ones have been visited.
Return the ma
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
In coding questions.
HTML is a markup language used to create the structure of web pages.
HTML stands for HyperText Markup Language
It is used to define the structure of content on a web page using elements like
,
HTML tags are used to enclose content and provide instructions on how it should be displayed
It is the backbone of web development and works in conjunction with CSS and JavaScript
The basic structure of an HTML document includes the doctype declaration, html tag, head tag, and body tag.
DOCTYPE declaration specifies the version of HTML being used
HTML tag contains the entire HTML document
Head tag includes meta information, title, and links to external resources
Body tag contains the content of the webpage
HTML tags and attributes are used to structure and define content on a web page.
HTML tags are used to define different elements on a web page such as headings, paragraphs, images, links, etc.
Attributes provide additional information about an element and are used to modify the behavior or appearance of the element.
For example, the tag is used to display an image on a web page, and the 'src' attribute is used to specify
Interview experience
Senior Software Engineer 1
3
salaries
| ₹32 L/yr - ₹39.4 L/yr |
Amazon
Uber
Fareportal
OLX