i
PixelCrayons
Filter interviews by
Be the first one to contribute and help others!
I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.
SQL is a standard language for managing relational databases, while PL/SQL is Oracle's proprietary extension for SQL with procedural features.
SQL is a standard language used to manage and manipulate relational databases.
PL/SQL is Oracle's proprietary extension to SQL that adds procedural programming capabilities.
SQL is used for querying and updating data, while PL/SQL is used for writing stored procedures, functions, a...
A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.
Triggers can be used to enforce business rules, perform data validation, or automate tasks.
Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.
Triggers can be defined to execute before or after the triggering event.
I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.
Basic DSA question. Searching and Sorting using LL, Array, other basic ds
I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.
Union combines and removes duplicates, Union All combines without removing duplicates.
Union combines result sets and removes duplicates
Union All combines result sets without removing duplicates
Union is slower than Union All as it involves removing duplicates
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
To show top 5 in pandas, use the nlargest() function.
Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.
For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.
A scatter plot is a better representation for 3 numerical columns.
Use a scatter plot to show the relationship between the numerical columns.
Scatter plots are effective for visualizing correlations and patterns in data.
Each point on the plot represents a data point with values from all 3 columns.
I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.
Ad network is a platform that connects advertisers with publishers to display ads. Ad exchange is a marketplace for buying and selling ad inventory.
Ad network connects advertisers with publishers to display ads
Ad exchange is a marketplace for buying and selling ad inventory
Ad network typically charges a commission on ad spend
Ad exchange uses real-time bidding to determine the price of ad inventory
Examples of ad network...
posted on 22 Sep 2024
I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.
posted on 26 Jul 2022
I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.
HTML, HTML5 ,CSS , Bootstrap, javaScript
posted on 14 Feb 2024
I was interviewed in Aug 2023.
First there was aptitude round
The coding question was average level
To create an external tab link, use HTML anchor tag with target attribute set to _blank.
Use <a> tag in HTML with href attribute pointing to the external link
Set the target attribute of the <a> tag to _blank to open the link in a new tab
Example: <a href='https://www.example.com' target='_blank'>External Link</a>
posted on 3 Mar 2024
I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.
Software testing and coding related questions
Programming test coding
Types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing focuses on testing individual components or modules of the software.
Integration testing involves testing how different modules work together.
System testing checks the entire system as a whole.
Acceptance testing ensures that the software meets the requirements of the end users.
Unit testing is a software testing method where individual units or components of a software are tested in isolation.
Unit testing helps in identifying bugs early in the development process.
It ensures that each unit of code is working as expected.
Unit tests are automated and can be run frequently to catch regressions.
Mocking and stubbing are often used in unit testing to isolate the unit being tested.
Example: Testing a ...
Integration testing is testing the interactions between different components/modules of a software system.
Tests how well different parts of the system work together
Ensures that data flows correctly between components
Identifies any issues with communication or data transfer
Examples: testing API integrations, testing database connections
Types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing focuses on testing individual components or modules of the software.
Integration testing involves testing the interactions between different components/modules.
System testing tests the entire system as a whole.
Acceptance testing is performed to validate if the software meets the requirements of the st
Integration testing is testing the interactions between different components or systems to ensure they work together correctly.
Integration testing verifies that different modules or components of a software work together as expected.
It focuses on testing the interfaces and interactions between components.
Examples include testing the integration between a front-end user interface and a back-end database, or between diff
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Excel file was give, used sumifs, countifs , index match formulas
based on 13 reviews
Rating in categories
HCL Infosystems
Accel Frontline
PC Solutions
RNF Technologies