Filter interviews by
Top trending discussions
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
Collections in PL/SQL are data structures used to store multiple elements of the same data type.
Collections can be nested tables, varrays, or associative arrays.
Nested tables are like one-dimensional arrays with no upper bounds.
Varrays are like arrays with a maximum size that is specified at declaration.
Associative arrays are like lookup tables where each element is accessed using a unique key.
Collections can be used t...
Bulk collect is a feature in PL/SQL that allows for fetching multiple rows of data at once.
Improves performance by reducing context switches between the PL/SQL engine and SQL engine
Reduces network traffic by fetching multiple rows in a single round trip
Can be used with SELECT INTO or FETCH INTO statements
Bank product related questions and carrer expericnce .
I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.
To find the difference between two dates, subtract the earlier date from the later date.
Subtract the earlier date from the later date
Use a date library or built-in functions to perform the subtraction
Consider time zones and daylight saving time if applicable
Gather stats is used to collect statistics about database objects in order to optimize query performance.
Gather stats is a command in database management systems like Oracle and PostgreSQL.
It collects information about the distribution of data in tables and indexes.
This information helps the query optimizer to generate efficient execution plans.
Gather stats can be used on individual tables, indexes, or the entire datab...
To reverse a string in Unix, you can use the 'rev' command.
Use the 'rev' command followed by the string you want to reverse.
The 'rev' command reads the input from right to left and outputs it in reverse order.
The 'rev' command can be used with pipes to reverse the output of other commands.
posted on 7 May 2024
I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.
Was given a bar raiser round where been asked problems on dp, create a crud shopping cart type webapp in react, and one css problem to align all boxes across diagonal
Mostly around resume and performance optimisation
Implementing infinite scroll in React involves dynamically loading content as the user scrolls down the page.
Use a scroll event listener to detect when the user reaches the bottom of the page
Fetch more data from the server and append it to the existing content
Update the state to reflect the new content and trigger a re-render of the component
Flatten deeply nested array of strings
Use recursion to iterate through each element in the array
Check if each element is an array, if so, recursively call the function
Concatenate the strings from each nested array into a single flat array
posted on 21 Jun 2024
I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 interview rounds.
HTML stands for Hypertext Markup Language and CSS stands for Cascading Style Sheets.
HTML is used for creating the structure and content of a webpage.
CSS is used for styling and formatting the appearance of a webpage.
HTML and CSS are the fundamental building blocks of web development.
HTML tags are used to define elements on a webpage, while CSS is used to apply styles to those elements.
There are different types of HTML
Types of CSS are internal, external and inline.
Internal CSS is defined within the HTML document using the