Filter interviews by
I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Sep 2022. There were 4 interview rounds.
Coding test little bit tricky and most of them not able to score marks in this round and got rejected. Recommended to try hacker rank coding test.
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 Referral and was interviewed in Mar 2022. There were 2 interview rounds.
Python programming questions
Python oops concepts based questions
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.
I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.
I have worked on various technologies including Java, Python, AWS, and Docker.
Developed RESTful APIs using Java and Spring framework
Implemented machine learning models using Python and scikit-learn library
Deployed applications on AWS using EC2, S3, and RDS
Containerized applications using Docker for easy deployment and scaling
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...
based on 2 interviews
Interview experience
Marketing
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Marketing Manager
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Payed
Razorpay
Paytm
Mobikwik