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 Referral and was interviewed in Dec 2020. There were 3 interview rounds.
posted on 13 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.
Aptitude and English test
I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.
Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.
Recursion can be used to solve problems that can be broken down into smaller sub-problems.
Inheritance allows for code reuse and helps in creating a hierarchy of classes.
Heap is used for dynamic memory allocation in la...
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.
Cocubes Test Task 1 is of Aptitude questions needs to be completed in Specific time interval and Task 2 is Essay Writing to be finished in Given interval
L1 Exam should be cleared L 1 exam is of multiple choice questions and completely related to Java J2Ee Spring
I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.
based on 2 interviews
Interview experience
based on 15 reviews
Rating in categories
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 |
Android Developer
5
salaries
| ₹3 L/yr - ₹5 L/yr |
Software Developer
4
salaries
| ₹3.4 L/yr - ₹6 L/yr |
TCS
Accenture
Wipro
Cognizant