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));
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Dec 2021. There were 3 interview rounds.
The planning if the project and how to take over the project
We should maintain the aptitude to with our project and with with
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2021. There were 2 interview rounds.
I have X years of domain experience.
I have worked in this domain for X years.
During my time in this domain, I have gained expertise in various areas such as...
I have worked on projects related to...
I have experience working with clients in this domain.
I keep myself updated with the latest trends and developments in this domain.
based on 2 interviews
Interview experience
based on 15 reviews
Rating in categories
Software Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior PHP Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
PHP Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Android Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro