Filter interviews by
Sequential code questions, mathematical questions using pie chart, memory questions using arrow
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2020. There were 5 interview rounds.
SOLID principle is a set of good coding practices that help in creating maintainable and scalable software.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: A class should be open for extension but closed for modification.
L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.
I - Interface Segregation Principle: A client shoul...
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
posted on 14 Mar 2015
I applied via Walk-in
I applied via Referral
I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.
A trigger is a database object that automatically executes a response to certain events.
Triggers are used to maintain data integrity and consistency.
They can be used to enforce business rules and perform complex calculations.
Examples include triggering an email notification when a new record is inserted, or updating a related record when a primary record is modified.
Finding smallest of 4 numbers without using >.< and min function in Java.
Initialize a variable with the first number
Compare it with the remaining numbers using if-else statements
If a smaller number is found, update the variable
Repeat until all numbers are compared
The final value of the variable will be the smallest number
Code for palindrome checking
Convert the input to lowercase to ignore case sensitivity
Use two pointers, one at the start and one at the end of the string
Compare the characters at both pointers and move them towards each other
If all characters match, it's a palindrome
Javascript code to display 'Hello World!' on the webpage
Create a new HTML file
Add a script tag with 'type' attribute set to 'text/javascript'
Inside the script tag, use document.write() to display 'Hello World!'
Swap two numbers without using a temporary variable.
Use addition and subtraction to swap the values
Use XOR operator to swap the values
Use multiplication and division to swap the values
To add 2 tables, we need to use a join operation on a common column.
Identify the common column between the tables
Choose the appropriate join type (inner, outer, left, right)
Write the SQL query to join the tables
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Union combines and removes duplicates, Union All combines all rows including duplicates.
Union is used to combine the result sets of two or more SELECT statements and remove duplicates.
Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.
Union is slower than Union All as it has to remove duplicates.
Union requires the same number of columns in all SELEC...
Being assigned a project with unrealistic deadlines and minimal guidance
Received a project with tight deadlines and unclear requirements
Struggled to meet the deadlines due to lack of guidance and support
Had to work long hours and weekends to try to complete the project
Learned the importance of clear communication and setting realistic expectations
I appeared for an interview before Sep 2019.
based on 1 interview
Interview experience
Senior Analyst
85
salaries
| ₹3.7 L/yr - ₹12.2 L/yr |
Assistant Manager
68
salaries
| ₹7.5 L/yr - ₹16.3 L/yr |
Assistant Vice President
54
salaries
| ₹19 L/yr - ₹40 L/yr |
Analyst
39
salaries
| ₹6.3 L/yr - ₹20 L/yr |
Associate Vice President
22
salaries
| ₹16.5 L/yr - ₹50 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank