i
TCS
Filter interviews by
PL/SQL exceptions handle errors and manage control flow in Oracle databases, ensuring robust application behavior.
PL/SQL has predefined exceptions like NO_DATA_FOUND and ZERO_DIVIDE.
Custom exceptions can be defined using the EXCEPTION keyword.
Use the RAISE statement to trigger an exception manually.
Example: BEGIN SELECT salary INTO v_salary FROM employees WHERE emp_id = 100; EXCEPTION WHEN NO_DATA_FOUND THEN DBMS_OUTPU...
PL/SQL triggers are special procedures that automatically execute in response to certain events on a database table or view.
1. DML Triggers: Execute on Data Manipulation Language events (INSERT, UPDATE, DELETE). Example: AFTER INSERT trigger to log changes.
2. INSTEAD OF Triggers: Used on views to perform actions instead of the triggering action. Example: INSTEAD OF DELETE on a view.
3. System Triggers: Triggered by syst...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Binary search is a fast search algorithm that finds the position of a target value within a sorted array.
Ensure the array is sorted before performing binary search.
Compare the target value with the middle element of the array.
If the target value is less than the middle element, search the left half of the array. If greater, search the right half.
Repeat the process until the target value is found or the subarray is empt...
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.
Divide the array into two halves recursively
Sort each half separately
Merge the sorted halves back together
I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.
What people are saying about TCS
I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I am a Senior Engineer with over 10 years of experience in software development, specializing in scalable systems and team leadership.
Over a decade of experience in software engineering, focusing on backend development and cloud technologies.
Led a team of 5 engineers in developing a microservices architecture for a high-traffic e-commerce platform, improving scalability by 40%.
Proficient in multiple programming languag...
based on 2 interview experiences
Difficulty level
Duration
based on 159 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹3.9 L/yr - ₹8.3 L/yr |
IT Analyst
65.5k
salaries
| ₹7.7 L/yr - ₹12.7 L/yr |
AST Consultant
53.6k
salaries
| ₹12 L/yr - ₹20.6 L/yr |
Assistant System Engineer
33.2k
salaries
| ₹2.5 L/yr - ₹6.4 L/yr |
Associate Consultant
33k
salaries
| ₹16.2 L/yr - ₹28 L/yr |
Amazon
Wipro
Infosys
Accenture