Professional Context
The harsh reality of Engineering Technologists and Technicians, Except Drafters, All Other, is that they spend a significant amount of time troubleshooting and optimizing complex systems, often with limited documentation and under tight deadlines, making it crucial to have efficient workflows and tools to minimize downtime and maximize productivity.
💡 Expert Advice & Considerations
Don't waste time trying to automate everything with ChatGPT, focus on using it to augment your existing workflows and automate repetitive tasks that take away from higher-level problem-solving.
Advanced Prompt Library
4 Expert PromptsRoot Cause Analysis of System Downtime
Given a system with the following architecture: 3-tier web application with load balancers, application servers, and databases, and the following logs: Apache access logs, application server logs, and database query logs, identify the root cause of a 2-hour downtime that occurred yesterday, including the specific component that failed, the error message or log entry that indicates the failure, and the recommended steps to prevent similar failures in the future, assuming the system is hosted on AWS and uses Git for version control.
Optimization of Sprint Velocity
Analyze the following Jira dashboard data: 10 sprints with velocity ranging from 20 to 50 story points, 15 team members with varying levels of expertise, and 50 user stories with estimated story points and priority levels, to identify the top 3 factors that affect sprint velocity, including team member workload, story point estimation accuracy, and priority level, and provide recommendations to improve sprint velocity by 15% within the next 3 sprints, assuming a Scrum framework and bi-weekly sprint planning meetings.
Deployment Script Generation for CAD Designs
Create a deployment script for a CAD design file that includes the following components: 5 3D models, 10 2D drawings, and 20 assembly instructions, to be deployed on a GCP-based cloud storage system, with the following requirements: encryption, access control, and versioning, and provide a step-by-step guide to integrate the script with the existing CAD workflow, assuming the use of IDE for scripting and Git for version control.
Latency Reduction in Cloud-Based Applications
Given an AWS-hosted web application with the following latency profile: 500ms average response time, 200ms average database query time, and 100ms average network latency, identify the top 2 bottlenecks contributing to the latency, including the specific component or code section responsible, and provide recommendations to reduce the latency by 30% within the next 6 weeks, including code optimizations, infrastructure upgrades, or caching strategies, assuming the use of Apache and MySQL.