Filter interviews by
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
Indexes are database structures that improve the speed of data retrieval operations.
Indexes are created on one or more columns of a table.
They work like a book's index, allowing the database to quickly find the data.
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 point to the data.
Indexes can be unique or non-...
OLTP stands for Online Transaction Processing and OLAP stands for Online Analytical Processing.
OLTP is used for transactional processing of data in real-time.
OLAP is used for analytical processing of data for decision-making purposes.
OLTP databases are designed for high-speed data processing and retrieval.
OLAP databases are designed for complex queries and data analysis.
Examples of OLTP systems include banking systems,...
Top trending discussions
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables
It helps in reducing data redundancy by eliminating duplicate data
Normalization ensures data integrity by enforcing relationships between tables
There are different normal forms such as 1NF, 2NF, 3NF, and BCNF
Indexing is a technique used to improve the performance of database queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
They work similar to an index in a book, allowing the database to quickly locate the rows that satisfy a query.
Examples of indexes include primary keys, unique
posted on 12 Jun 2024
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Sql coding challenge
posted on 30 Jul 2023
I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.
Quant and verbal related questions
A VIEW in SQL is a virtual table created by a query. It does not store data itself but displays data from one or more tables.
Views are used to simplify complex queries by storing them as a virtual table.
They can be used to restrict access to specific columns or rows of a table.
Views can also be used to join multiple tables and present the data in a more readable format.
Changes made to the underlying tables are reflecte...
I applied via Naukri.com and was interviewed in Oct 2021. There were 5 interview rounds.
posted on 30 Nov 2024
I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed in May 2024. There were 2 interview rounds.
Coding round was there. Two coding questions were asked to solve in 1 hour. The difficulty was easy to medium.Leetcode questions of arrays and strings.
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
Maintain a good communication to the hr
Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.
Elements are the actual components on a web page, such as headings, paragraphs, images, etc.
Tags are used to define the structure of elements in HTML, such as
for a paragraph.
Elements can have attributes that provide additional information or functionality, while tags do not.
Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.
Functions can be used to perform specific tasks or calculations.
Functions can be passed as arguments to other functions.
Functions can be assigned to variables or properties of objects.
Functions can be used to create closures for encapsulating data.
Functions can be used to create custom methods for objects.
getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.
Used to retrieve a specific element from the DOM by its ID
Allows for manipulation of the element's properties, styles, and content
Commonly used in event handling and dynamic content updates
There are three types of CSS: inline, internal, and external.
Inline CSS is applied directly to an HTML element using the style attribute.
Internal CSS is defined within the head section of an HTML document using the style tag.
External CSS is stored in a separate file and linked to the HTML document using the link tag.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Reverse items in array with highest values, skipping the lowest
Sort the array in descending order
Skip the lowest value(s)
Reverse the remaining items
Java interface defines a contract for classes to implement, while abstract class provides common functionality for subclasses.
Interface can only have abstract methods, while abstract class can have both abstract and non-abstract methods.
A class can implement multiple interfaces but can only extend one abstract class.
Interfaces are used to achieve multiple inheritance in Java, while abstract classes are used to provide ...
MVVM is a design pattern used in Android development to separate the UI logic from the business logic.
MVVM stands for Model-View-ViewModel
Model represents the data and business logic
View is the UI component that displays the data
ViewModel acts as a mediator between the Model and View, handling the UI logic and data manipulation
MVVM helps in maintaining a clean and organized codebase
OnCampus Test including DSA Questions
Senior Software Engineer
13
salaries
| ₹19.6 L/yr - ₹28 L/yr |
Softwaretest Engineer
6
salaries
| ₹8.4 L/yr - ₹13.6 L/yr |
Software Engineer
5
salaries
| ₹8.3 L/yr - ₹13.6 L/yr |
Software Engineer II
5
salaries
| ₹13.5 L/yr - ₹25 L/yr |
Senior Automation Test Engineer
5
salaries
| ₹20 L/yr - ₹24 L/yr |
SAP
Oracle
Salesforce
Microsoft Corporation