Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
I am a dedicated PL/SQL developer with 5 years of experience in designing and implementing database solutions.
Experienced in writing complex PL/SQL queries and stored procedures
Proficient in performance tuning and optimization of SQL queries
Skilled in database design and normalization principles
Familiar with Oracle database technologies such as triggers and packages
Join is used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
INNER JOIN returns rows when there is at least one match in both tables
LEFT JOIN returns all rows from the left table and the matched rows from the right table
RIGHT JOIN returns all rows from the right table and the matched rows from the left table
FULL JOIN r...
posted on 16 Mar 2023
I applied via Walk-in and was interviewed in Feb 2023. There were 4 interview rounds.
25 Aptitude MCQ and 25 post based MCQ
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.
Closures allow for maintaining state in an asynchronous environment
They are created whenever a function is defined within another function
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }
I handle stressful situations by staying calm, prioritizing tasks, and seeking support when needed.
I prioritize tasks to focus on what needs to be done first
I take breaks to clear my mind and refocus
I communicate with team members or supervisors for guidance and support
I practice mindfulness techniques such as deep breathing or meditation
posted on 25 Jun 2024
posted on 31 May 2024
Dsa predict the output
One medium problem. Based on that the students are selected. And modifications in code has been asked
posted on 2 Mar 2023
I applied via Campus Placement and was interviewed in Feb 2023. There were 4 interview rounds.
No of Questions : 4 questions
Difficulty : Difficult
Topics : Sieve of eratosthenis, DP, Hashing
Search for an element in a rotated sorted array using binary search with pivot.
Find the pivot element using binary search.
Compare the target element with the first element of the array to determine which half to search.
Perform binary search on the selected half of the array.
Repeat until the target element is found or the array is exhausted.
Sort an array of 0's, 1's, and 2's using two pointer approach.
Initialize two pointers, one at the beginning and one at the end of the array.
Traverse the array and swap 0's to the beginning and 2's to the end using the pointers.
Stop when the pointers meet or cross each other.
ID selector is used to select an element with a specific ID attribute in CSS.
ID selector is denoted by '#' followed by the ID name.
ID should be unique on a page.
ID selector has higher specificity than class selector.
Example: #header { color: blue; }
ShallowCopy copies only the reference of an object while DeepCopy creates a new object with a new reference.
ShallowCopy creates a new reference to the same object, so changes made to the copy will reflect in the original object.
DeepCopy creates a new object with a new reference, so changes made to the copy will not reflect in the original object.
ShallowCopy is faster and less memory-intensive than DeepCopy.
DeepCopy is ...
Copy constructor is a special constructor that creates a new object by copying an existing object.
It is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is automatically called when a new object is created from an existing object.
It creates a deep copy of the object, meaning that all the member variables are copied.
Example: class MyClass { pub...
Operator overloading allows operators to have different meanings based on the context of their usage.
Operator overloading is a feature in object-oriented programming languages.
It allows operators to be redefined for custom classes.
For example, the '+' operator can be overloaded to concatenate strings or add numbers.
It can improve code readability and reduce the amount of code needed for certain operations.
Struct is a value type while class is a reference type in C#.
Structs are stored on the stack while classes are stored on the heap.
Structs cannot be inherited while classes can be inherited.
Structs do not support destructors while classes do.
Structs are used for small data structures while classes are used for larger, more complex objects.
Example of struct: struct Point { public int X; public int Y; }
Example of class: c...
Search an element in an infinite sorted array using binary search.
Initialize low as 0 and high as 1.
Double the high index until arr[high] is greater than the target element.
Perform binary search between low and high indexes.
Same questions related technical
posted on 16 Mar 2023
I applied via Walk-in and was interviewed in Feb 2023. There were 4 interview rounds.
25 Aptitude MCQ and 25 post based MCQ
posted on 10 Feb 2023
Easy to Medium Data Structures Question they will ask
posted on 27 Jan 2018
I applied via Approached by Company and was interviewed before Jan 2017. There were 5 interview rounds.
Banking Specialist
7
salaries
| ₹5.1 L/yr - ₹11.1 L/yr |
Software Engineer
5
salaries
| ₹7.9 L/yr - ₹40 L/yr |
Senior Business Analyst
5
salaries
| ₹25 L/yr - ₹40 L/yr |
Senior Software Engineer
5
salaries
| ₹27 L/yr - ₹36.5 L/yr |
Business Analyst
4
salaries
| ₹12.5 L/yr - ₹35 L/yr |
Temenos
Finastra
FIS
Infosys