Filter interviews by
CURD stands for Create, Update, Read, and Delete. It is a set of basic operations used in database management.
Create - inserting new data into the database
Update - modifying existing data in the database
Read - retrieving data from the database
Delete - removing data from the database
HashMap in Java is a part of the Collections Framework that stores key-value pairs for efficient data retrieval.
1. HashMap allows null values and one null key. Example: HashMap<String, String> map = new HashMap<>();
2. It is not synchronized, meaning it's not thread-safe. Use ConcurrentHashMap for thread safety.
3. HashMap uses hashing for storage, which provides O(1) average time complexity for get and put o...
Top trending discussions
I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.
posted on 22 Jan 2021
I applied via Referral and was interviewed in Jul 2020. There was 1 interview round.
A credit card is a payment card issued to users as a method of payment. It allows the cardholder to borrow funds from a bank or financial institution.
Credit cards are widely used for online and offline purchases.
They offer convenience and flexibility in making payments.
Credit cards also offer rewards and cashback programs to users.
They can be used for emergency expenses and to build credit history.
However, credit cards...
I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.
Self
I appeared for an interview before Dec 2020.
Round duration - 90 minutes
Round difficulty - Medium
The round consisted of 3 coding Questions and 20 Technical MCQs.
Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...
The task is to find the minimum cost required to connect all the ropes by summing their lengths.
Iterate through the ropes and connect the two shortest ropes at each step to minimize cost
Use a priority queue to efficiently find the shortest ropes
Keep track of the total cost as you connect the ropes
Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for...
Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:
M * M = M
The first line cont...
Check if a given matrix is idempotent by verifying if M * M = M.
Iterate through the matrix and multiply it with itself to check if it equals the original matrix.
If the condition M * M = M is satisfied, then the matrix is idempotent.
If the condition is not satisfied, then the matrix is not idempotent.
Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.
The sum is represented as:LCM(1, N) + LCM(2, N) + ....
Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.
Iterate from 1 to N and calculate LCM of each number with N
Add all the calculated LCM values to get the final sum
Return the sum for each test case
Round duration - 120 minutes
Round difficulty - Medium
This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.
Round duration - 180 Minutes
Round difficulty - Medium
This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity of the algorithm should be O(N) where N is the size of the array.
Round duration - 20 Minutes
Round difficulty - Easy
Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite
Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
I am passionate about analytics for its power to drive informed decisions, and BlackRock's innovative approach aligns with my career goals.
Analytics transforms data into actionable insights, enabling better decision-making in finance.
BlackRock's commitment to technology and data-driven strategies resonates with my desire to work at the forefront of the industry.
The opportunity to contribute to sustainable investing ini...
Swaptions are options on interest rate swaps. Option pricing involves calculating the expected future value of the underlying asset.
Swaptions give the holder the right to enter into an interest rate swap at a future date.
Pricing involves calculating the expected future value of the underlying asset using models such as Black-Scholes or binomial trees.
Factors that affect option pricing include the underlying asset price...
I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 3 interview rounds.
I left my previous company to seek new challenges and opportunities for professional growth in a dynamic environment.
I was looking for a role that offered more opportunities for advancement, as my previous position had limited growth potential.
I wanted to work in a more innovative environment where I could contribute to exciting projects and collaborate with diverse teams.
The company culture was not aligned with my val...
posted on 11 Nov 2021
I applied via Recruitment Consultant and was interviewed before Nov 2020. There was 1 interview round.
My future goal in the company is to become a respected and effective leader, driving team success and contributing to the company's growth.
To develop strong leadership skills and inspire my team to achieve their full potential.
To foster a positive and collaborative work environment.
To consistently meet and exceed team and company goals.
To actively seek opportunities for professional growth and development.
To contribute...
I appeared for an interview before Jun 2021.
Round duration - 90 Minutes
Round difficulty - Medium
Round duration - 60 Minutes
Round difficulty - Medium
Your task is to determine if a given binary tree with 'N' nodes is a valid Binary Search Tree (BST). A BST is defined by the following properties:
Validate if a given binary tree is a valid Binary Search Tree (BST) based on its properties.
Check if the left subtree of a node has only nodes with data less than the node's data.
Verify if the right subtree of a node has only nodes with data greater than the node's data.
Ensure that both the left and right subtrees are also binary search trees.
Implement a validation function for a BST.
Output 'true' if the binary tree is...
Round duration - 60 Minutes
Round difficulty - Easy
Tip 1 : Pratice regularly atleast 5 problem . Make it habit .Try to cover Leetcode medium questions as many as possible
Tip 2 : Be through with your projects . At some point interviewer will ask you some project related questions
Tip 3 : Be strong in your CS fundamentals.
Tip 1 : Do not put irrelevant information such as DOB
Tip 2 : Put only those skill which you can defend in cross questioning
Deputy Manager
882
salaries
| ₹6 L/yr - ₹14.2 L/yr |
Manager
445
salaries
| ₹12.6 L/yr - ₹22 L/yr |
System Analyst
231
salaries
| ₹5 L/yr - ₹10 L/yr |
Senior Manager
165
salaries
| ₹21.6 L/yr - ₹38.4 L/yr |
Assistant Manager
121
salaries
| ₹4 L/yr - ₹9.2 L/yr |
SBI Cards & Payment Services
Axis Direct
Kotak Securities
Aadhar Housing Finance