i
3i
Infotech
Filter interviews by
I appeared for an interview before Mar 2024, where I was asked the following questions.
Nested table record types in PL/SQL allow complex data structures for efficient data handling.
A nested table is a collection type that can hold an arbitrary number of elements.
Syntax for creating a nested table type: `CREATE TYPE nested_table_type AS TABLE OF data_type;`
To declare a variable of a nested table type: `DECLARE my_nested_table nested_table_type;`
You can initialize a nested table using: `my_nested_table := ...
Triggers respond to database events; procedures are reusable code blocks; packages group related procedures/functions.
Triggers are automatically executed in response to specific events (e.g., INSERT, UPDATE).
Example of a trigger: A trigger that logs changes to a table whenever a row is updated.
Procedures are named blocks of code that can be executed explicitly by calling them.
Example of a procedure: A procedure that ca...
ACID properties ensure reliable transactions in databases: Atomicity, Consistency, Isolation, Durability.
Atomicity: Transactions are all-or-nothing. Example: If a bank transfer fails, both accounts remain unchanged.
Consistency: Transactions bring the database from one valid state to another. Example: A transaction must not violate any database rules.
Isolation: Concurrent transactions do not affect each other. Example: ...
Cursors are database objects used to retrieve and manipulate data row by row.
1. Implicit Cursors: Automatically created by SQL for single SQL statements. Example: SELECT * FROM employees;
2. Explicit Cursors: Defined by the programmer for complex queries. Example: DECLARE cursor_name CURSOR FOR SELECT * FROM orders;
3. Forward-only Cursors: Can only move forward through the result set. Example: Used for simple read opera...
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
Top trending discussions
I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.
I applied via Referral and was interviewed before Sep 2019. There was 1 interview round.
posted on 20 Apr 2022
I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.
NoSQL databases are non-relational databases that store and retrieve data in a non-tabular format.
Document-oriented databases (MongoDB, Couchbase)
Key-value stores (Redis, Riak)
Column-family stores (Cassandra, HBase)
Graph databases (Neo4j, OrientDB)
Scaling refers to the process of increasing or decreasing the capacity of a system to handle more or less load.
Vertical Scaling: Adding more resources to a single node
Horizontal Scaling: Adding more nodes to a system
Load Balancing: Distributing the load across multiple nodes
Database Sharding: Splitting a database into smaller parts to distribute the load
Caching: Storing frequently accessed data in memory for faster acc...
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
I applied via LinkedIn and was interviewed before Jun 2021. There were 5 interview rounds.
Its a simple hackathon MCQ questions based on your skills.
posted on 16 Apr 2021
Implement merge sort and find kth largest element in an array.
Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.
Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.
Merge sort has a time complexity of O(nlogn) and space complexity of O(n).
Quick select has a time comp...
based on 2 interview experiences
Difficulty level
Duration
based on 54 reviews
Rating in categories
Software Engineer
619
salaries
| ₹4 L/yr - ₹9 L/yr |
Senior Software Engineer
393
salaries
| ₹9.4 L/yr - ₹15.5 L/yr |
Desktop Support Engineer
332
salaries
| ₹1.7 L/yr - ₹4.6 L/yr |
Software Developer
310
salaries
| ₹4 L/yr - ₹8.8 L/yr |
System Engineer
262
salaries
| ₹1.8 L/yr - ₹6 L/yr |
ITC Infotech
Cybage
Xoriant
ValueLabs