i
HashTag
Labs
Filter interviews by
MySQL is a specific implementation of SQL, which is a standardized language for managing databases.
MySQL is a specific relational database management system (RDBMS) that uses SQL as its query language.
SQL (Structured Query Language) is a standardized language for managing databases, used by various RDBMS like MySQL, Oracle, and SQL Server.
MySQL is open-source and widely used for web applications, while SQL is a la...
To delete a column in a database, you can use the ALTER TABLE command.
Use the ALTER TABLE command followed by the DROP COLUMN keyword and the name of the column you want to delete.
Make sure to specify the table name where the column exists.
Example: ALTER TABLE table_name DROP COLUMN column_name;
Order By is a clause in SQL used to sort the result set of a query based on specified columns.
Order By is used to sort the result set in ascending or descending order.
It is typically used at the end of a SELECT statement.
Example: SELECT * FROM table_name ORDER BY column_name ASC;
To set path in CMD, use the 'set' command followed by the path to the desired directory.
Open CMD by searching 'cmd' in the start menu
Use the 'cd' command to navigate to the desired directory
Use the 'set' command followed by 'PATH=C:\desired\directory' to set the path
Tags and elements in HTML are used to structure and format content on a webpage.
Tags are used to define the structure of content on a webpage.
Elements are made up of a start tag, content, and an end tag.
Examples of tags include <p> for paragraphs and <h1> for headings.
Null in a table represents a missing or unknown value, while auto increment in MySQL automatically generates unique values for a column.
Null in a table indicates that a particular field does not have a value assigned to it.
Auto increment in MySQL is used to automatically generate a unique value for a column, typically for primary keys.
For example, a column with auto increment in MySQL will automatically assign a u...
Functions in PHP are blocks of code that can be reused throughout a program. Functions can return values or other functions.
Functions in PHP are defined using the 'function' keyword followed by the function name and parameters.
Functions can return a value using the 'return' keyword.
Functions can also return other functions, known as 'higher-order functions'.
Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.
Primary key ensures data integrity by preventing duplicate records.
Foreign key establishes a relationship between tables by referencing the primary key of another table.
Example: In a database of students and courses, student ID can be a primary key in the students table and a foreign key in the courses t...
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in May 2023. There were 3 interview rounds.
MySQL is a specific implementation of SQL, which is a standardized language for managing databases.
MySQL is a specific relational database management system (RDBMS) that uses SQL as its query language.
SQL (Structured Query Language) is a standardized language for managing databases, used by various RDBMS like MySQL, Oracle, and SQL Server.
MySQL is open-source and widely used for web applications, while SQL is a languag...
Functions in PHP are blocks of code that can be reused throughout a program. Functions can return values or other functions.
Functions in PHP are defined using the 'function' keyword followed by the function name and parameters.
Functions can return a value using the 'return' keyword.
Functions can also return other functions, known as 'higher-order functions'.
Tags and elements in HTML are used to structure and format content on a webpage.
Tags are used to define the structure of content on a webpage.
Elements are made up of a start tag, content, and an end tag.
Examples of tags include <p> for paragraphs and <h1> for headings.
To delete a column in a database, you can use the ALTER TABLE command.
Use the ALTER TABLE command followed by the DROP COLUMN keyword and the name of the column you want to delete.
Make sure to specify the table name where the column exists.
Example: ALTER TABLE table_name DROP COLUMN column_name;
Order By is a clause in SQL used to sort the result set of a query based on specified columns.
Order By is used to sort the result set in ascending or descending order.
It is typically used at the end of a SELECT statement.
Example: SELECT * FROM table_name ORDER BY column_name ASC;
Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.
Primary key ensures data integrity by preventing duplicate records.
Foreign key establishes a relationship between tables by referencing the primary key of another table.
Example: In a database of students and courses, student ID can be a primary key in the students table and a foreign key in the courses table.
Null in a table represents a missing or unknown value, while auto increment in MySQL automatically generates unique values for a column.
Null in a table indicates that a particular field does not have a value assigned to it.
Auto increment in MySQL is used to automatically generate a unique value for a column, typically for primary keys.
For example, a column with auto increment in MySQL will automatically assign a unique...
To set path in CMD, use the 'set' command followed by the path to the desired directory.
Open CMD by searching 'cmd' in the start menu
Use the 'cd' command to navigate to the desired directory
Use the 'set' command followed by 'PATH=C:\desired\directory' to set the path
Top trending discussions
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
This question involves creating a specific pattern using loops and conditional statements in programming.
Identify the desired pattern (e.g., asterisks, numbers).
Use nested loops: outer loop for rows, inner loop for columns.
Control the output format with conditional statements.
Example: For a pyramid pattern, increase spaces and asterisks in each row.
posted on 16 Aug 2024
Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.
Ternary operator is written as 'value_if_true if condition else value_if_false'
It is a shorthand way of writing an if-else statement in a single line
Example: x = 10 if a > b else 20
posted on 27 Aug 2024
I applied via Job Portal
I appeared for an interview in Nov 2024, where I was asked the following questions.
Go Modules are a dependency management system for Go programming language, enabling versioning and isolation of packages.
Introduced in Go 1.11 to manage dependencies more effectively.
Allows developers to define module dependencies in a 'go.mod' file.
Supports semantic versioning, making it easier to manage package versions.
Modules can be versioned, allowing for reproducible builds.
Example: 'module example.com/my/module'...
Goroutines are lightweight, managed by Go runtime, while threads are OS-level, heavier, and managed by the OS.
Goroutines are cheaper in terms of memory and resources compared to threads.
Goroutines are multiplexed onto a smaller number of OS threads, allowing for efficient concurrency.
Creating a goroutine is as simple as using the 'go' keyword, e.g., 'go myFunction()'.
Threads require more overhead for creation and manag...
There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.
Code snippets are there in coding sections.
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Based on my CV, they assigned me a task related to data migration.
I appeared for an interview in Feb 2025, where I was asked the following questions.
React hooks are functions that let you use state and lifecycle features in functional components.
useState: Allows you to add state to functional components. Example: const [count, setCount] = useState(0);
useEffect: Lets you perform side effects in function components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);
useContext: Provides a way to pass data through the component tree without ...
based on 2 interview experiences
Difficulty level
Duration
based on 5 reviews
Rating in categories
Quality Analyst
4
salaries
| ₹1 L/yr - ₹2.4 L/yr |
Senior Associate
4
salaries
| ₹4.1 L/yr - ₹6 L/yr |
PHP Developer
4
salaries
| ₹2.2 L/yr - ₹3 L/yr |
Software Developer
3
salaries
| ₹4.6 L/yr - ₹6 L/yr |
Front end Web Developer
3
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Zidio Development
NexTurn
Springbord Systems
Kanerika Software