Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.
Table joins are used to combine data from two or more tables based on a related column.
Inner join: returns only the matching rows from both tables
Left join: returns all rows from the left table and matching rows from the right table
Right join: returns all rows from the right table and matching rows from the left table
Full outer join: returns all rows from both tables, with NULL values in the columns where there is no m...
MySQL backup command from command prompt
Use mysqldump command to backup MySQL database from command prompt
Syntax: mysqldump -u [username] -p [password] [database_name] > [backup_file_name.sql]
Example: mysqldump -u root -p mypassword mydatabase > mybackup.sql
To load a CSV file into a database from the command prompt, you can use the database's command-line interface or a scripting language.
Ensure the database is installed and accessible from the command prompt
Use the appropriate command or script to connect to the database
Create a table in the database with the same structure as the CSV file
Use the appropriate command or script to import the CSV file into the table
Verify t
To source a SQL file into database from command prompt, use the 'mysql' command followed by the database name and file path.
Open command prompt
Navigate to the directory where the SQL file is located
Use the 'mysql' command followed by the database name and file path
Example: mysql -u username -p database_name < file_path.sql
To create a table, use the CREATE TABLE statement followed by the table name and column definitions.
Use CREATE TABLE statement
Specify table name
Define columns with data types and constraints
Example: CREATE TABLE customers (id INT PRIMARY KEY, name VARCHAR(50), email VARCHAR(100));
Top trending discussions
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.
Different types of explain plans include basic, serial, parallel, and statement-level.
Basic explain plan shows the execution plan of a SQL statement
Serial explain plan shows the execution plan for a serial query
Parallel explain plan shows the execution plan for a parallel query
Statement-level explain plan shows the execution plan for each SQL statement in a PL/SQL block
MVCC stands for Multi-Version Concurrency Control, a technique used in database management systems to allow multiple transactions to access the same data simultaneously.
MVCC is used to maintain data consistency and prevent conflicts between transactions.
It works by creating multiple versions of a data item, each with a timestamp indicating when it was created.
When a transaction reads a data item, it sees the version wi...
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
Answering questions on RAC architecture, startup and shutdown process, spfile and ASM migration
RAC architecture involves multiple nodes sharing a common storage and network infrastructure
Startup process involves starting the Oracle Clusterware stack, starting the database instances, and mounting the database
Shutdown process involves dismounting the database, stopping the database instances, and stopping the Oracle Clus...
Data Guard steps in RAC
Configure primary and standby databases
Enable archive log mode on primary database
Create standby control file on standby database
Start the Data Guard broker
Start the redo apply process on standby database
I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.
To install SQL Server on a laptop, download the installation file from Microsoft's website and follow the installation wizard.
Download the SQL Server installation file from Microsoft's website
Run the installation file and follow the installation wizard
Choose the appropriate installation options, such as the edition and features
Set up the necessary authentication and security settings
Complete the installation process an
Joints are used to combine data from multiple tables in a database. There are different types of joints such as inner, outer, left, and right.
Inner join returns only the matching rows from both tables
Outer join returns all the rows from both tables and null values for non-matching rows
Left join returns all the rows from the left table and matching rows from the right table
Right join returns all the rows from the right
ORA-00600 is an internal error code that indicates a software bug or corrupted data.
ORA-00600 is a generic error message that indicates an internal error has occurred.
It is caused by a software bug or corrupted data.
It is a critical error that requires immediate attention from the DBA.
The error message includes a code that identifies the specific error.
The error can be resolved by applying a patch or contacting Oracle ...
ORA-600 is an internal error code in Oracle database.
It is a generic error that indicates that something unexpected has occurred within the database.
It is usually accompanied by a detailed error message that provides more information about the cause of the error.
It can be caused by a variety of factors, including software bugs, hardware failures, and data corruption.
It is important to diagnose and resolve ORA-600 error...
Cloning high level steps involve creating a copy of an existing database or server.
Identify the source database or server to be cloned
Create a backup of the source database or server
Restore the backup to a new location or server
Modify the cloned database or server as needed
Test the cloned database or server to ensure it functions properly
To add a datafile in a database, use the ALTER TABLESPACE statement.
Connect to the database as a user with the necessary privileges.
Identify the tablespace where you want to add the datafile.
Use the ALTER TABLESPACE statement with the ADD DATAFILE clause to add the datafile.
Specify the file name, size, and other attributes of the datafile.
Example: ALTER TABLESPACE users ADD DATAFILE '/path/to/datafile.dbf' SIZE 100M;
My typing speed is around 70 words per minute.
My typing speed is measured at around 70 words per minute.
I have experience typing for extended periods of time without fatigue.
I am comfortable using a variety of keyboard layouts and typing software.
I prioritize accuracy over speed when typing important documents.
I am always looking for ways to improve my typing speed and efficiency.
Software Engineer
8
salaries
| ₹3.6 L/yr - ₹6.5 L/yr |
Senior PHP Developer
8
salaries
| ₹4 L/yr - ₹7.7 L/yr |
PHP Developer
7
salaries
| ₹2 L/yr - ₹5 L/yr |
Software Developer
5
salaries
| ₹3.4 L/yr - ₹7.8 L/yr |
Android Developer
5
salaries
| ₹3 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro