Trending questions in Edureka Community

0 votes
1 answer

What’s the best way to upgrade Docker containers while minimizing downtime?

Since more or less database downtime is a terrible sight for anyone, rolling updates or blue-green deployment would be the ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 10,070 points
248 views
0 votes
1 answer

Best practices for handling secrets in Jenkins? Any examples?

Secrets such as API keys or database ...READ MORE

Nov 14, 2024 in DevOps Tools by Gagana
• 10,070 points
212 views
0 votes
1 answer

How to delete node_modules?

To delete node_modules folder, you can use ...READ MORE

Nov 13, 2024 in Web Development by kavya
274 views
0 votes
1 answer

What’s the best way to handle large log files generated by Docker containers?

 In production, a Docker container generates a ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 10,070 points
246 views
0 votes
1 answer

What’s the best way to handle high-availability setups with Docker?

High availability ensures that the applications are available even with failures. Implement the following practices to achieve high availability with Dockerized ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 10,070 points
245 views
0 votes
1 answer

How can I securely manage secrets (like API keys) within Docker containers?

For the secure management of secrets like API keys, passwords, or ...READ MORE

Nov 21, 2024 in Docker by Gagana
• 10,070 points
243 views
0 votes
1 answer

How can I effectively monitor Docker container performance?

You must monitor Docker containers for good performance. You can do this ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 10,070 points
239 views
0 votes
1 answer

How would you deploy infrastructure across AWS, Azure, and GCP?

To deploy infrastructure across multiple clouds, use ...READ MORE

Nov 13, 2024 in DevOps Tools by Gagana
• 10,070 points
265 views
0 votes
0 answers

What strategies can help manage data privacy and GDPR compliance in Power BI reports?

What strategies can help manage data privacy ...READ MORE

Nov 14, 2024 in Power BI by Evanjalin
• 30,660 points
177 views
0 votes
1 answer

How do you motivate your project team during stressful periods?

In my experience, encouraging teams under pressure ...READ MORE

Nov 13, 2024 in PMP by soni
227 views
0 votes
1 answer

How to verify a signature in a PDF?

Verifying digital signatures in PDFs involves looking ...READ MORE

Nov 15, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
152 views
0 votes
1 answer

How can I enumerate valid email addresses using SMTP enumeration techniques?

An essential component of a security audit ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
256 views
0 votes
1 answer

How can I leverage the Power BI REST API for automated report deployment and management within my organization?

To ensure easier deployment and maintenance of ...READ MORE

Nov 14, 2024 in Power BI by pooja
• 23,870 points
187 views
0 votes
1 answer

How would you set up Kubernetes load balancing across containers?

In order to implement load balancing in between containers in Kubernetes, you would use a Service and an Ingress resource that can distribute ...READ MORE

Nov 13, 2024 in DevOps Tools by Gagana
• 10,070 points
257 views
0 votes
1 answer

How do you get the value of a selected option in a dropdown using jQuery?

To get the selected value of an ...READ MORE

Nov 13, 2024 in Web Development by kavya
230 views
0 votes
1 answer

How to download aws certificate?

Here, I am sharing with you a ...READ MORE

Nov 7, 2024 in AWS by Dinesh
735 views
0 votes
0 answers

which of these tools is not associated with devops

This question asks: Which tools may not ...READ MORE

Oct 25, 2024 in DevOps Tools by Anila
• 5,070 points
284 views
0 votes
1 answer

How do you automate project workflows using tools like Zapier?

Identify Time-Consuming Tasks: Automate routine tasks like ...READ MORE

Nov 13, 2024 in PMP by Anu
218 views
0 votes
1 answer

How do you use jQuery to hide an element?

The .hide() method in jQuery animates the ...READ MORE

Nov 13, 2024 in Web Development by kavya
225 views
0 votes
0 answers

What practices should I follow to create scalable and maintainable Power BI data models?

What practices should I follow to create ...READ MORE

Nov 14, 2024 in Power BI by Evanjalin
• 30,660 points
164 views
0 votes
1 answer

How can I enumerate NTP servers and their configurations using command-line tools?

Improperly configured NTP servers can be used ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
246 views
0 votes
1 answer

How to check if Node.js is installed?

open a terminal and enter node -v  this will ...READ MORE

Nov 13, 2024 in Web Development by kavya
223 views
0 votes
0 answers

How can I automate Power BI deployment using Azure DevOps?

How can I automate Power BI deployment ...READ MORE

Nov 14, 2024 in Power BI by Evanjalin
• 30,660 points
160 views
0 votes
0 answers

How do I handle data source authentication changes in existing Power BI reports?

How do I handle data source authentication ...READ MORE

Nov 15, 2024 in Power BI by Evanjalin
• 30,660 points
144 views
0 votes
0 answers

which phase of software production are the focus of devops

In the DevOps methodology, there are specific ...READ MORE

Oct 25, 2024 in DevOps Tools by Anila
• 5,070 points
276 views
0 votes
1 answer

How to get the proxy IP address?

Depending on your environment, there are many ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
226 views
0 votes
1 answer

In BFS, how many times is a node visited?

In Breadth-First Search (BFS), each node is ...READ MORE

Nov 13, 2024 in Web Development by kavya
249 views
0 votes
1 answer
0 votes
1 answer

How can I reduce Docker container startup time, especially for large applications?

There is a need to make container startup faster for real-time deployments. Here's what you can tune: Use ...READ MORE

Nov 21, 2024 in Docker by Gagana
• 10,070 points
220 views
0 votes
1 answer

How can I display lightning-formatted input fields and their values in Salesforce Lightning Web Components?

To display lightning-formatted input fields and show ...READ MORE

Nov 18, 2024 in Cloud Computing by Vineet
297 views
0 votes
1 answer

How do you manage cross-functional teams in Agile?

From my experience, managing cross-functional teams in ...READ MORE

Nov 13, 2024 in PMP by Sonia
205 views
0 votes
1 answer

How to set the secure flag on cookies?

A crucial security measure is to set ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
218 views
0 votes
1 answer

How to get an HTTPS certificate?

Securing communication between your application and its ...READ MORE

Nov 15, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
129 views
+2 votes
2 answers

What techniques can I use to improve the user experience when creating custom visuals in Power BI?

Techniques to use when creating custom visuals ...READ MORE

Oct 21, 2024 in Power BI by pooja
• 23,870 points
439 views
0 votes
1 answer

How to verify an SSL certificate?

Verifying an SSL/TLS certificate is crucial to ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
214 views
0 votes
1 answer

How to debug Node.js code?

Debugging Node.js code can be done effectively ...READ MORE

Nov 13, 2024 in Web Development by kavya
237 views
0 votes
1 answer

How do you select multiple elements with jQuery?

To select multiple elements with jQuery, you ...READ MORE

Nov 13, 2024 in Web Development by kavya
205 views
0 votes
1 answer

How do you auto-trigger Jenkins builds from GitHub/GitLab?

To auto-trigger builds, make use of webhooks of your source control provider such as GitHub ...READ MORE

Nov 14, 2024 in DevOps Tools by Gagana
• 10,070 points
170 views
0 votes
1 answer

What coding strategies help implement beam search for text generation while balancing speed and quality?

Coding strategies to optimize beam search in ...READ MORE

Nov 14, 2024 in Generative AI by Ashutosh
• 29,050 points
182 views
0 votes
1 answer

What tools can I use to enumerate time servers and check for misconfigurations?

To guarantee the security and integrity of ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
223 views
0 votes
1 answer

What are some effective ways to visualize streaming data sources in real-time dashboards?

To design an effective real-time Power BI ...READ MORE

Nov 14, 2024 in Power BI by pooja
• 23,870 points
156 views
0 votes
1 answer

How would you migrate a legacy app to containers? Sample Dockerfile?

When moving a legacy app to containers, you have to check on ...READ MORE

Nov 14, 2024 in DevOps Tools by Gagana
• 10,070 points
164 views
0 votes
1 answer

How do you ensure data security when using cloud-based PM tools?

To ensure data security and compliance with ...READ MORE

Nov 13, 2024 in PMP by Sufi
190 views
0 votes
1 answer

How to get a JWT token from the browser?

In order to securely retrieve and store ...READ MORE

Nov 12, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,940 points
267 views
0 votes
1 answer

How do you implement spectral normalization in GANs?

In order to implement spectral normalization in ...READ MORE

Nov 14, 2024 in Generative AI by amisha
173 views
+1 vote
2 answers

How do I troubleshoot data model relationships that are causing incorrect visualizations in Power BI?

Power BI is a powerful analytics tool; ...READ MORE

Oct 21, 2024 in Power BI by pooja
• 23,870 points
458 views
0 votes
1 answer

What’s the best way to manage remote project teams?

The management of remote project teams requires ...READ MORE

Nov 18, 2024 in PMP by Raj
213 views
0 votes
0 answers

What’s the best practice for organizing workspace access and security settings in Power BI Service?

What’s the best practice for organizing workspace ...READ MORE

Nov 15, 2024 in Power BI by Evanjalin
• 30,660 points
116 views
0 votes
1 answer

How can you send an AJAX request using jQuery?

The $.ajax() method will send an AJAX ...READ MORE

Nov 13, 2024 in Web Development by kavya
191 views