Trending questions in Edureka Community

0 votes
1 answer

How to check Angular installed or not?

To check this, you need to make ...READ MORE

Nov 13 in Web Development by kavya
64 views
0 votes
1 answer

How can I limit the disk space used by Docker containers and volumes?

Uncontrolled usage of disks by containers and volumes can lead ...READ MORE

Nov 21 in DevOps Tools by Gagana
• 7,530 points
67 views
0 votes
1 answer

What methods are effective for adaptive sampling to improve training efficiency in generative models?

You can refer to the following methods, ...READ MORE

Nov 13 in Generative AI by nidhi jha

edited Nov 13 by Ashutosh 74 views
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 in DevOps Tools by Gagana
• 7,530 points
62 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 in Web Development by kavya
61 views
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 in Docker by Gagana
• 7,530 points
65 views
0 votes
1 answer

How can pipeline parallelism be implemented to train larger models across multiple machines?

Pipeline parallelism can be implemented by splitting ...READ MORE

Nov 13 in Generative AI by Ashutosh
• 8,790 points
66 views
0 votes
1 answer

How does Docker handle file system layers and image caching?

Docker really helps in managing filesystem layers and image caching ...READ MORE

Nov 21 in DevOps Tools by Gagana
• 7,530 points
58 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 in Web Development by kavya
56 views
0 votes
1 answer

How can you apply a transition effect in CSS?

In CSS, you can apply a transition ...READ MORE

Nov 13 in Web Development by kavya
52 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 in Power BI by Evanjalin
• 8,370 points
47 views
0 votes
0 answers

What is the role of composite models in Power BI, and how can they enhance performance?

What is the role of composite models ...READ MORE

Nov 14 in Power BI by Evanjalin
• 8,370 points
47 views
0 votes
1 answer

What techniques can handle gradient accumulation to train large models on smaller GPUs?

You can use the following techniques to ...READ MORE

Nov 13 in Generative AI by Ashutosh
• 8,790 points
62 views
0 votes
1 answer

How would you securely manage secrets in Terraform? Any examples with Vault or AWS Secrets?

Using HashiCorp Vault with Terraform Store a Secret ...READ MORE

Nov 13 in DevOps Tools by Gagana
• 7,530 points
75 views
0 votes
1 answer

How do you handle resource contention when multiple jobs run simultaneously in CI/CD pipelines?

I address resource contention in CI/CD pipelines ...READ MORE

Nov 18 in DevOps Tools by Gagana
• 7,530 points
136 views
0 votes
1 answer

How do I identify available NFS shares on a remote server?

Depending on the type of server access ...READ MORE

Nov 19 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
71 views
0 votes
1 answer

How to hide code in HTML?

While it's impossible to completely hide HTML ...READ MORE

Nov 12 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
117 views
0 votes
1 answer

How do you incorporate external knowledge graphs or ontologies into a generative AI model for better output?

Yes, you can incorporate external knowledge graphs ...READ MORE

Nov 12 in Generative AI by Ashutosh
• 8,790 points
94 views
0 votes
1 answer

How to create a Node.js project?

You can follow the following steps to ...READ MORE

Nov 13 in Web Development by kavya
71 views
0 votes
1 answer

What are the DevOps implementation challenges at your organization?

The challenges in implementing DevOps vary from ...READ MORE

Dec 10 in DevOps Tools by Gagana
• 7,530 points
118 views
0 votes
1 answer

How to convert CRT to PFX?

Converting a .crt (Certificate) file to a .pfx (Personal Information Exchange) ...READ MORE

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
50 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 in PMP by Raj
63 views
0 votes
1 answer

How to create a service file in Angular?

To create a service file in Angular, ...READ MORE

Nov 13 in Web Development by kavya
67 views
0 votes
1 answer

How to debug Node.js code?

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

Nov 13 in Web Development by kavya
73 views
0 votes
1 answer

How to decide when to use replicate sets for mongodb in production?

Here's a breakdown of when to consider ...READ MORE

Nov 13 in Web Development by kavya
73 views
0 votes
1 answer

How overlay two pictures to another using HTML-CSS?

Overlaying two pictures on top of another ...READ MORE

Nov 13 in Web Development by kavya
66 views
0 votes
1 answer

What are the best ways to monitor the training stability of a GAN during coding?

The ways to monitor the training stability ...READ MORE

Nov 13 in Generative AI by nikil yadav
53 views
0 votes
1 answer

Salesforce Skuid Error: Insufficient Access Rights On Object ID

The "Insufficient Access Rights On Object ID" ...READ MORE

Nov 18 in Cloud Computing by Rajesh
125 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 in Cloud Computing by Vineet
124 views
0 votes
1 answer

How to debug Angular code?

Debugging Angular code can be done effectively ...READ MORE

Nov 13 in Web Development by kavya
65 views
0 votes
0 answers

What are some common troubleshooting steps when Power BI Service fails to refresh a report with gateway connection issues?

What are some common troubleshooting steps when ...READ MORE

Nov 14 in Power BI by Evanjalin
• 8,370 points
50 views
0 votes
1 answer

How to get the proxy IP address?

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

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
47 views
0 votes
1 answer

How to validate a digital signature in a PDF?

To validate a digital signature in a ...READ MORE

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
47 views
0 votes
1 answer

How to set the secure flag on cookies?

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

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
46 views
0 votes
0 answers

What strategies can help improve Power BI report load times when dealing with complex data models and calculations?

What strategies can help improve Power BI ...READ MORE

Nov 14 in Power BI by Evanjalin
• 8,370 points
49 views
0 votes
1 answer

How to check inode usage in Linux?

You can use the df command with ...READ MORE

Nov 13 in Web Development by kavya
61 views
0 votes
1 answer

How to create an Angular project?

To create an Angular project, follow these ...READ MORE

Nov 13 in Web Development by kavya
61 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 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
60 views
0 votes
1 answer
0 votes
1 answer

How to verify an SSL certificate?

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

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
43 views
0 votes
1 answer

How can you implement zero-shot learning in text generation using models like GPT?

You can easily implement Zero-short learning in ...READ MORE

Nov 12 in Generative AI by nidhi jha

edited Nov 12 by Ashutosh 85 views
0 votes
1 answer

How to close a port in Linux?

Closing ports in Linux is essential for ...READ MORE

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
41 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 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
54 views
0 votes
1 answer

How would you script automated secret rotation in CI/CD?

Normally, this would be achieved with a scripting language ...READ MORE

Nov 13 in DevOps Tools by Gagana
• 7,530 points
56 views
0 votes
1 answer

How does hashing work?

The technique of hashing converts any quantity ...READ MORE

Nov 11 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
118 views
0 votes
1 answer

In DFS, how many times is a node visited?

In Depth-First Search (DFS), each node is ...READ MORE

Nov 13 in Web Development by kavya
60 views
0 votes
1 answer

How to create a data source?

Creating a Data Source in a Database ...READ MORE

Nov 13 in Web Development by kavya
53 views
0 votes
1 answer

how to create a partial index with $exists: false condition?

In MongoDB, you can use the partialFilterExpression ...READ MORE

Nov 13 in Web Development by kavya
53 views
0 votes
1 answer

How to store passwords?

Passwords must be stored safely to prevent ...READ MORE

Nov 13 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
36 views
0 votes
1 answer

How do I use tools like ldapsearch for LDAP enumeration?

LDAP enumeration with ldapsearch facilitates the collection ...READ MORE

Nov 19 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 9,600 points
52 views