i
Orbit Techsol
Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Types of joins in SQL are Inner Join, Left Join, Right Join, and Full Join.
Inner Join: Returns rows when there is a 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: Returns rows when there is a match in one of the tables.
GROUP BY is used to group rows that have the same values into summary rows, while HAVING is used to filter groups based on a specified condition.
GROUP BY is used with aggregate functions to group the result set by one or more columns.
HAVING is used to filter groups based on a specified condition after the GROUP BY clause.
GROUP BY is used before the HAVING clause in a query.
Example: SELECT department, COUNT(*) FROM empl
DML commands are Data Manipulation Language commands used to manage data in a database.
DML commands include INSERT, UPDATE, DELETE, and SELECT.
INSERT is used to add new rows of data into a table.
UPDATE is used to modify existing data in a table.
DELETE is used to remove rows of data from a table.
SELECT is used to retrieve data from a database.
Primary key uniquely identifies each record in a table, while Unique key allows only one instance of a value in a column.
Primary key does not allow NULL values, while Unique key allows one NULL value.
Primary key automatically creates a clustered index, while Unique key creates a non-clustered index by default.
Primary key can be referenced by foreign keys, while Unique key cannot be referenced by foreign keys.
Indexes are data structures that improve the speed of data retrieval operations in a database.
Indexes are used to quickly locate data without having to search every row in a database table.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Clustered indexes determine the physical order of data in a table, while non-clustered indexes store a separate copy of the indexed columns.
Unique index...
Execution plan is a roadmap that SQL Server uses to execute a query, showing the steps taken to retrieve data.
Execution plan is generated by the query optimizer to determine the most efficient way to execute a query.
It shows the order in which tables are accessed, joins are performed, and filters are applied.
Execution plan can be viewed using tools like SQL Server Management Studio or by using the EXPLAIN statement in
SQL query to retrieve the maximum salary for each department
Use the MAX() function to find the maximum salary
Group the results by department using the GROUP BY clause
Join the employee table with the department table to get the department information
Different types of SQL joins with given data sets a and b.
Inner join: Returns rows where there is a match in both tables (1,1)
Left join: Returns all rows from the left table and the matched rows from the right table (1,1,1,2,2)
Right join: Returns all rows from the right table and the matched rows from the left table (1,1,2,4)
Cross join: Returns the Cartesian product of the two tables (1,1,1,1,1,2,1,4,1,1,2,1,2,2,1,4,2,...
row_number, rank, dense_rank are window functions in SQL used to assign a unique number to each row based on specified criteria.
row_number() assigns a unique sequential integer starting from 1 to each row in the result set
rank() assigns a unique rank to each row based on the specified ordering criteria, with gaps in ranking for ties
dense_rank() assigns a unique rank to each row based on the specified ordering criteria,
A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.
Triggers can be used to enforce business rules, maintain referential integrity, and automate repetitive tasks.
Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.
Triggers can be defined to execute before or after the triggering event.
Functions return a value, while stored procedures do not. Functions can be used in SELECT statements, stored procedures cannot.
Functions return a single value, while stored procedures can return multiple values or none at all.
Functions can be used in SELECT statements to return a value, while stored procedures cannot be used in this way.
Functions can be called from within stored procedures, but stored procedures cannot
posted on 28 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 8 interview rounds.
Database Management system SQL and PlSQL
Database Base Management system SQL and PlSQL
Database Management system
Database Management system
Database Management system
Database Management system
Database Base Management system
posted on 22 Oct 2024
Primary and standby databases can be synced using Data Guard in Oracle.
Configure Data Guard on primary and standby databases
Enable redo transport services
Monitor and resolve any synchronization issues
Perform switchover or failover when necessary
Seeking new challenges and growth opportunities in a dynamic environment.
Looking for new challenges to enhance my skills and knowledge
Seeking growth opportunities for career advancement
Interested in working in a more dynamic and innovative environment
posted on 23 Jul 2024
To patch specific db components to reduce downtime, follow these steps:
Identify the specific components that need to be patched
Plan the patching process during a scheduled maintenance window
Backup the database before applying patches
Apply patches to the specific components one by one
Test the patched components to ensure they are functioning correctly
Monitor the database for any issues post-patching
posted on 2 Apr 2024
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
Yes, DevOps is a set of practices that combines software development and IT operations to deliver high-quality software faster.
DevOps is a culture and set of practices that emphasizes collaboration, automation, and monitoring throughout the software development lifecycle.
It involves integrating development, testing, deployment, and operations teams to streamline the software delivery process.
By using DevOps, database a...
AWS Glue is an application that is better than Spark in AWS.
AWS Glue is a fully managed extract, transform, and load (ETL) service that makes it easy to prepare and load data for analytics.
It provides a serverless environment for running ETL jobs and supports various data sources and destinations.
AWS Glue also offers automatic schema discovery, data cataloging, and data transformation capabilities.
It integrates well wi...
To connect to AWS as a developer, you can use the AWS Management Console, AWS CLI, or AWS SDKs.
Use the AWS Management Console to access AWS services through a web-based user interface.
Utilize the AWS Command Line Interface (CLI) to interact with AWS services using commands in the terminal.
Leverage AWS Software Development Kits (SDKs) to integrate AWS services into your applications.
For example, you can use the AWS SDK ...
AWS provides a comprehensive security system for access control.
AWS Identity and Access Management (IAM) allows you to manage access to AWS services and resources.
IAM enables you to create and manage users, groups, and roles, and assign permissions to them.
AWS provides various authentication methods like username/password, multi-factor authentication, and integration with external identity providers.
Access can be contr...
posted on 5 Jul 2020
I applied via Referral and was interviewed in Jan 2020. There were 5 interview rounds.
posted on 2 Jul 2022
To add a diskgroup in disks, use the CREATE DISKGROUP command in Oracle ASM.
Ensure that the disks are initialized and partitioned
Use the ASMCA (ASM Configuration Assistant) or ASMCMD (ASM Command-Line Utility) to create the diskgroup
Specify the diskgroup name, redundancy level, and the disks to be included in the diskgroup
Example: CREATE DISKGROUP dg1 NORMAL REDUNDANCY DISK '/dev/sdb1', '/dev/sdc1'
Real Application Cluster (RAC) is a cluster database with shared disk architecture.
RAC allows multiple instances to access a single database simultaneously.
It provides high availability and scalability.
RAC uses Oracle Clusterware to manage the cluster.
Load balancing and failover are automatic in RAC.
RAC requires additional hardware and software licenses.
based on 1 review
Rating in categories
Network Engineer
76
salaries
| ₹1.4 L/yr - ₹8.5 L/yr |
System Engineer
51
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Desktop Support Engineer
40
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Network Security Engineer
22
salaries
| ₹2.1 L/yr - ₹5.1 L/yr |
System Administrator
22
salaries
| ₹2.3 L/yr - ₹7.2 L/yr |
Dell
HP India
Lenovo
Acer India