i
HDFC Bank
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
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 .
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
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
1. DS algorithms with linked list questions and dynamic programming
posted on 26 Sep 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