Filter interviews by
I applied via Internshala and was interviewed in Sep 2020. There was 1 interview round.
If no font style is mentioned in CSS, the browser will use its default font style.
The browser will use its default font style if not specified in CSS.
The default font style may vary depending on the browser and operating system.
It is recommended to always specify a font style in CSS to ensure consistent rendering across different platforms.
HTML is a markup language used for creating the structure of web pages, while CSS is a styling language used for designing the appearance of web pages.
HTML stands for HyperText Markup Language and is used to create the structure of web pages.
CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.
HTML uses tags to define elements like headings, paragraphs, images, and links.
CSS allows for...
CDN stands for Content Delivery Network. It is a distributed network of servers that deliver web content to users based on their geographic location.
CDN helps improve website performance by reducing latency and increasing page load speed.
To use a CDN, you need to sign up with a CDN provider and configure your website to use their CDN.
CDN providers cache your website's static content on their servers and deliver it to u...
Top trending discussions
posted on 26 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Kasineni venkata Sai Mukesh
Creating a frame using Python involves using loops to print characters in a specific pattern.
Use nested loops to print characters in the desired pattern
Determine the dimensions of the frame (rows and columns)
Print characters based on the position in the loop
Create a profile using CSS and JavaScript
Use CSS to style the profile layout
Use JavaScript to add interactive elements like buttons or animations
Include a profile picture, name, bio, and contact information
Add hover effects or transitions for a polished look
Key responsibilities of Web Developers include designing, coding, and maintaining websites, as well as collaborating with clients and team members.
Designing and developing websites using programming languages such as HTML, CSS, and JavaScript
Ensuring websites are responsive and optimized for various devices
Collaborating with clients to understand their requirements and provide solutions
Testing and debugging websites to...
HTTP/2 offers several advantages over HTTP 1.1, including improved performance and efficiency.
Multiplexing: HTTP/2 allows multiple requests and responses to be sent and received at the same time over a single connection, improving efficiency.
Header compression: HTTP/2 uses HPACK compression for headers, reducing overhead and improving performance.
Server push: HTTP/2 allows servers to push resources to the client before...
ETag is an HTTP header used for web caching to determine if a resource has changed.
ETag is a unique identifier assigned to a specific version of a resource on the web server.
When a client requests a resource, the server sends the ETag along with the resource.
The client can then use the ETag in subsequent requests to check if the resource has been modified.
If the ETag matches the current version of the resource on the s...
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Html css javascript,bootstrap
Python django restapi MySql MongoDB numpy pandas matplotlib
I applied via Company Website and was interviewed in Nov 2024. There were 13 interview rounds.
Google primarily focuses on pure data structures and algorithms-based questions during coding interviews. Other computer science core topics are typically not covered in Google's interviews. Therefore, it is essential to be proficient in data structures and algorithms to succeed in the Google coding interview.
An aptitude test is a tool used to evaluate a person's skills, abilities, and potential for success in a specific role or activity.
Group discussion is a process of exchanging ideas and opinions among individuals on a specific topic. It is a structured form of communication in which participants have the opportunity to express their views while also listening to others' perspectives on the same subject.
An assignment is a task or piece of work that you are given to complete, particularly as part of your job or studies. The assignment for the course includes written assignments and practical tests, similar to tasks, work, jobs, or charges.
A case study is a detailed description and assessment of a specific situation in the real world, created for the purpose of deriving generalized insights and understanding. It can focus on an individual, a group of people, an organization, or an event, among other subjects.
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
posted on 20 Nov 2024
I applied via AmbitionBox and was interviewed in Oct 2024. There were 3 interview rounds.
Graphic design and web design assistant
Logical reasoning, quantitative analysis and computer test
posted on 20 Nov 2024
I was interviewed in Oct 2024.
Can you please provide Graphic and web design assistant ?
posted on 17 Oct 2024
I applied via AmbitionBox and was interviewed in Sep 2024. There were 5 interview rounds.
You are provide some assignment and I complet this assignment
You give any code and i make this code
You give any topic and i reply this topic
Python provides powerful file handling capabilities through built-in functions like open(), read(), write(), and close().
Use open() function to open a file in different modes like 'r' for reading, 'w' for writing, 'a' for appending, etc.
Use read() function to read the contents of a file and write() function to write data to a file.
Remember to close the file using close() function after performing file operations to rel...
Hcf lcm etc readong cs fundamental
TCS
Accenture
Wipro
Cognizant