"In one of my previous project, I was assigned a feature to implement before the deadline. After understanding the feature I started the design and implementation. I thought that it could be completed, but I could not do before the deadline. Due to this product delivery was delayed, I accepted my mistake that I started work without estimation. Later I asked other team member to help me on some tasks to complete. At the end I completed the feature after one week of the committed deadline."
Avdhesh T. - "In one of my previous project, I was assigned a feature to implement before the deadline. After understanding the feature I started the design and implementation. I thought that it could be completed, but I could not do before the deadline. Due to this product delivery was delayed, I accepted my mistake that I started work without estimation. Later I asked other team member to help me on some tasks to complete. At the end I completed the feature after one week of the committed deadline."See full answer
"BETWEEN and HAVING clauses in SQL serve different purposes:
1. BETWEEN Clause
Used to filter rows based on a range of values.
Works with numeric, date, or text values.
Can be used with WHERE or HAVING clauses.
The range includes both lower and upper bounds.
Example: Filtering employees with salaries between 30,000 and 50,000
`SELECT * FROM Employees
WHERE salary BETWEEN 30000 AND 50000;`
2. HAVING Clause
Used to filter **groups"
Meenakshi D. - "BETWEEN and HAVING clauses in SQL serve different purposes:
1. BETWEEN Clause
Used to filter rows based on a range of values.
Works with numeric, date, or text values.
Can be used with WHERE or HAVING clauses.
The range includes both lower and upper bounds.
Example: Filtering employees with salaries between 30,000 and 50,000
`SELECT * FROM Employees
WHERE salary BETWEEN 30000 AND 50000;`
2. HAVING Clause
Used to filter **groups"See full answer
"During my internship at Datavibe Insights, I was initially brought on to assist with routine data cleaning and Excel reporting for the procurement team. My main task was to support weekly report generation, but I noticed inefficiencies in how data from multiple vendors was being manually compiled and formatted each week. Without being asked, I took the initiative to build an automated reporting tool using Excel Power Query and macros. It cleaned, merged, and visualized the data with a few clicks"
Dhruv M. - "During my internship at Datavibe Insights, I was initially brought on to assist with routine data cleaning and Excel reporting for the procurement team. My main task was to support weekly report generation, but I noticed inefficiencies in how data from multiple vendors was being manually compiled and formatted each week. Without being asked, I took the initiative to build an automated reporting tool using Excel Power Query and macros. It cleaned, merged, and visualized the data with a few clicks"See full answer
Security Engineer
Behavioral
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.