Filter interviews by
I applied via Company Website and was interviewed before May 2021. There were 2 interview rounds.
Create one crud form..
Top trending discussions
I was interviewed in Dec 2024.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Add captions on video. User can type caption text and set duration (timestamp) of caption.
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
I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.
All Basic Questions Related To Dsa
In the next 5 years, I see myself growing into a senior software developer role, leading projects and mentoring junior developers.
Continuing to learn new technologies and programming languages to stay current in the industry
Taking on more responsibilities in project management and leading development teams
Mentoring junior developers and sharing my knowledge and experience with them
Working towards becoming a subject mat...
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
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
posted on 2 Jun 2023
I applied via campus placement at Indian Institute of Technology (IIT), Mumbai and was interviewed in Dec 2022. There were 4 interview rounds.
2 questions dsa based
Delete removes specific rows from a table, while truncate removes all rows from a table.
Delete is a DML command, while truncate is a DDL command.
Delete is slower as it logs individual row deletions, while truncate is faster as it deallocates the data pages.
Delete can be rolled back, while truncate cannot be rolled back.
Delete can have a WHERE clause to specify conditions, while truncate removes all rows without any con...
Identity property is used in SQL to automatically generate unique values for a column.
Identity property is used to create an auto-incrementing column in a table.
It is commonly used as a primary key in a table.
The identity property can be applied to numeric data types such as INT, BIGINT, etc.
The identity value starts from a seed value and increments by a specified increment value.
Example: CREATE TABLE Employees (ID INT
Synonyms are database objects that allow users to create aliases for other database objects.
Synonyms can be used to simplify complex queries by providing a shorter name for a table or view.
They can also be used to provide a layer of abstraction between the user and the underlying database objects.
Synonyms can be created for tables, views, stored procedures, and other database objects.
They can be used to reference objec...
An index is a database object that improves the speed of data retrieval operations on a table.
Indexes are used to quickly locate data without having to search every row in a table.
They are created on one or more columns of a table.
Indexes can be clustered or non-clustered.
Clustered indexes determine the physical order of data in a table.
Non-clustered indexes are separate structures that contain a copy of the indexed co...
Temporary tables are stored in tempdb while table variables are stored in memory.
Temporary tables are created using CREATE TABLE statement while table variables are declared using DECLARE statement.
Temporary tables can be accessed across sessions while table variables are limited to the scope of the batch, stored procedure or function.
Temporary tables can have indexes and constraints while table variables cannot.
Tempor...
Synonyms are alternate names for database objects. They are used to simplify queries and provide security.
Synonyms are used to provide an alternate name for a database object such as a table, view, stored procedure, or function.
They can simplify queries by providing a shorter or more meaningful name for an object.
Synonyms can also be used to provide security by allowing users to access an object without knowing its act...
I applied via Job Portal and was interviewed in Oct 2021. There was 1 interview round.
Life cycle methods can be used in functional components using React Hooks.
Use useEffect() hook to mimic componentDidMount(), componentDidUpdate() and componentWillUnmount() methods.
Use useState() hook to manage state in functional components.
Use useContext() hook to access context in functional components.
Use useReducer() hook to manage complex state in functional components.
Unmounting logic can be implemented using useEffect hook with a return statement.
Use useEffect hook with a return statement to implement unmounting logic
Return a function from useEffect hook to execute cleanup logic
Cleanup logic can include clearing intervals, removing event listeners, etc.
Redux is a predictable state container for JavaScript apps.
Redux helps manage the state of an application in a predictable way
It provides a central store for all the state of the application
React components can access the state from the store using the connect() function
Actions are dispatched to the store to update the state
Reducers are pure functions that update the state based on the dispatched actions
Manager
10
salaries
| ₹6 L/yr - ₹10 L/yr |
Executive
6
salaries
| ₹2.9 L/yr - ₹4 L/yr |
Senior Executive
5
salaries
| ₹3.2 L/yr - ₹4 L/yr |
Senior Manager
5
salaries
| ₹8.2 L/yr - ₹15 L/yr |
Assistant Manager
5
salaries
| ₹5 L/yr - ₹6.1 L/yr |
Informa Markets
Reed Exhibitions
Messe Frankfurt
Koelnmesse