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
I appeared for an interview in May 2025, where I was asked the following questions.
Key features of artificial intelligence include learning, reasoning, problem-solving, perception, and language understanding.
Learning: AI systems can learn from data, improving their performance over time. Example: Machine learning algorithms.
Reasoning: AI can draw conclusions from available information. Example: Expert systems in diagnostics.
Problem-solving: AI can find solutions to complex problems. Example: Optimiza...
Developing content involves planning, creating, reviewing, and publishing to ensure quality and relevance.
1. Research: Identify the target audience and gather relevant information. Example: Conduct surveys to understand user needs.
2. Planning: Outline the content structure and key messages. Example: Create a content calendar for blog posts.
3. Creation: Write, design, or produce the content. Example: Draft articles, cre...
Effective leadership in software development involves communication, collaboration, and fostering a positive team culture.
Establish clear goals: Define project objectives and ensure everyone understands their roles, like using Agile methodologies for clarity.
Encourage open communication: Create an environment where team members feel comfortable sharing ideas and feedback, such as regular stand-up meetings.
Foster collab...
I appeared for an interview before Jan 2024.
Basic coding question for intern
Advance question tech stack worked on, and about projects you have build.
Kind of HR and aptitude
I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.
There will be 3 coding questions. They are of medium and hard level.
Sort an array of 0's, 1's, and 2's without using inbuilt functions.
Use three pointers to keep track of the last index of 0's, 1's, and 2's
Iterate through the array and swap elements based on their value
Continue until all elements are sorted
I applied via Campus Placement
All coding questions were ad hoc
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.
I appeared for an interview in May 2025, where I was asked the following questions.
I prefer languages that enhance productivity and maintainability, such as Python, JavaScript, and Java, depending on the project needs.
Python: Great for data analysis and machine learning with libraries like Pandas and TensorFlow.
JavaScript: Essential for web development, enabling interactive front-end experiences with frameworks like React.
Java: A strong choice for enterprise applications due to its robustness and sca...
The software development process is a structured approach to creating software applications through various stages.
1. Requirements Gathering: Identify what the software needs to do. Example: User interviews to gather feature requests.
2. Design: Create architecture and design specifications. Example: UML diagrams to visualize system components.
3. Implementation: Write the actual code based on design. Example: Using Pyth...
I appeared for an interview in May 2025, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
ASP.NET MVC PROGRAMMING
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