Trending questions in Edureka Community

0 votes
1 answer

How do you use transformer encoders to generate contextualized embeddings for input sequences in text generation?

To use transformer encoders to generate contextualized embeddings ...READ MORE

Dec 6, 2024 in Generative AI by suresh meheta
470 views
0 votes
1 answer

How can you apply temporal consistency loss to generate more realistic videos in Generative Adversarial Networks (GANs)?

To apply temporal consistency loss in Generative ...READ MORE

Dec 6, 2024 in Generative AI by techboy
466 views
0 votes
1 answer

How do you handle formatting issues when exporting Power BI reports to Excel or PDF, especially with large text tables?

They are as follows: Handle formatting issues ...READ MORE

Dec 18, 2024 in Power BI by anonymous
• 3,020 points

edited Mar 6 836 views
0 votes
1 answer

How to create a donut with rounded edges in one direction and a white border between segments?

You can use CSS and conic-gradient for ...READ MORE

Dec 4, 2024 in Web Development by navya
554 views
0 votes
1 answer

How do you apply CSS styles dynamically using jQuery?

You can use jQuery’s css() method to ...READ MORE

Dec 6, 2024 in Web Development by Navya
464 views
0 votes
1 answer

How do you view the commit history in Git?

To display commit history with full messages: git ...READ MORE

Dec 6, 2024 in Web Development by Navya
462 views
0 votes
1 answer

What are some common issues with Terraform’s state, and how do you resolve them?

The following are typical Terraform state problems ...READ MORE

Dec 2, 2024 in DevOps Tools by Gagana
• 10,070 points
630 views
0 votes
1 answer

How can I test complex pipeline logic locally for Azure DevOps to avoid errors during deployment?

Testing complex pipeline logic locally for Azure ...READ MORE

Dec 6, 2024 in DevOps Tools by Gagana
• 10,070 points
447 views
0 votes
1 answer

How do you implement self-attention layers in GANs to generate high-quality images with fine details?

To implement self-attention layers in GANs for ...READ MORE

Dec 6, 2024 in Generative AI by nidhi jha
436 views
0 votes
0 answers

How can I preserve history and resolve conflicts during the migration of multiple repos into one?

How can I preserve history and resolve ...READ MORE

Dec 9, 2024 in DevOps Tools by Anila
• 5,070 points
351 views
0 votes
1 answer

How can I monitor API calls to a generative model API and log the responses?

You can monitor API calls and log ...READ MORE

Dec 6, 2024 in Generative AI by anupam
462 views
0 votes
1 answer

What are the key differences between classic release pipelines and YAML pipelines in Azure DevOps?

Traditional Release Pipelines: UI-Based: Developed and controlled using ...READ MORE

Dec 3, 2024 in DevOps Tools by Gagana
• 10,070 points
566 views
0 votes
0 answers

What tools can provide real-time anomaly detection in logs and metrics for microservices?

What tools can provide real-time anomaly detection ...READ MORE

Dec 10, 2024 in DevOps Tools by Anila
• 5,070 points
305 views
0 votes
1 answer

How do you serve a model using Docker to deploy a GAN for image generation?

You can serve a model using Docker to ...READ MORE

Dec 6, 2024 in Generative AI by raman yadav
457 views
0 votes
1 answer

How to implement a search box in Angular?

1. Create an Angular Component ng generate component search 2. App ...READ MORE

Dec 4, 2024 in Web Development by Navya
517 views
0 votes
0 answers

Are Azure DevOps REST APIs language-agnostic, and how can I use them in different programming environments?

Are Azure DevOps REST APIs language-agnostic, and ...READ MORE

Dec 9, 2024 in DevOps Tools by Anila
• 5,070 points
343 views
+1 vote
2 answers

How to get MS Power BI Data Analyst Associate PL-300 Badge for my Email Signature?

The following instructions explain how to properly ...READ MORE

Oct 24, 2024 in Power BI by pooja
• 24,450 points
1,340 views
+1 vote
1 answer

Are there workarounds for enabling mobile support for Power BI reports hosted on the Report Server?

There actually are workarounds to allow mobile ...READ MORE

Dec 5, 2024 in Power BI by pooja
• 24,450 points
422 views
0 votes
1 answer

How do you handle rollbacks in Jenkins pipelines in case of failed deployments? Could you share a Jenkinsfile with rollback logic for a safer deployment?

To manage rollbacks in Jenkins pipelines for deployments that failed, logic should be applied to ...READ MORE

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

What’s the code to use distributed training with Horovod for scalable image generation on large datasets?

To use distributed training with Horovod for ...READ MORE

Dec 6, 2024 in Generative AI by anupam
414 views
0 votes
1 answer

How to guard route by user role ?

1. Create an AuthService to manage user roles: This service ...READ MORE

Dec 12, 2024 in Web Development by Navya
330 views
0 votes
1 answer

How can you implement dynamic sampling techniques like top-k sampling and top-p sampling for text generation with GPT-3?

To implement dynamic sampling techniques like top-k ...READ MORE

Dec 6, 2024 in Generative AI by bestbuddy
413 views
+1 vote
1 answer

How can I troubleshoot and resolve Direct Query failures during publishing?

Troubleshooting Direct Query Failure in Power BI Direct ...READ MORE

Dec 6, 2024 in Power BI by pooja
• 24,450 points
395 views
0 votes
1 answer

What is the code to implement style embeddings in a Generative model to transfer artistic styles to new images?

To implement style embeddings in a generative ...READ MORE

Dec 6, 2024 in Generative AI by techgirl
407 views
0 votes
1 answer

How do you load external content into a div using jQuery?

To load external content into a <div> ...READ MORE

Dec 6, 2024 in Web Development by Navya
415 views
0 votes
0 answers

How do you ensure logs are compliant with regulations like GDPR or HIPAA?

How do you ensure logs are compliant ...READ MORE

Dec 11, 2024 in DevOps Tools by Gagana
• 10,070 points

edited Mar 5 225 views
0 votes
1 answer

How do you create a responsive layout using CSS?

You can use media queries, flexbox, grid ...READ MORE

Dec 6, 2024 in Web Development by Navya
411 views
0 votes
0 answers

How can you use tensor slicing to speed up training on large datasets for Generative AI?

Can you explain, using Python programming, how ...READ MORE

Dec 5, 2024 in Generative AI by Ashutosh
• 33,350 points
426 views
0 votes
0 answers
0 votes
0 answers

When should I use dotnet publish over dotnet build in my CI/CD workflow?

When should I use dotnet publish over ...READ MORE

Dec 6, 2024 in DevOps Tools by Anila
• 5,070 points
400 views
0 votes
1 answer

How does JWE secure the Content Encryption Key?

In JSON Web Encryption (JWE), the Content ...READ MORE

Dec 6, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
400 views
0 votes
1 answer
+1 vote
1 answer

Does having a Power BI Premium license automatically include Power BI Report Server?

Yes, an individual bearing a Power BI ...READ MORE

Dec 6, 2024 in Power BI by pooja
• 24,450 points
347 views
0 votes
1 answer

How to get the returned value of a JavaScript function executed on an HTML page?

To get the returned value of a ...READ MORE

Dec 6, 2024 in Web Development by Navya
392 views
0 votes
1 answer

What’s the code to generate mel-spectrograms from audio for training Generative AI models?

Here is a concise example of generating mel-spectrograms ...READ MORE

Dec 4, 2024 in Generative AI by nidhi jha
494 views
0 votes
1 answer

Why must 'React' be in scope when using JSX?

Because JSX is transformed into JavaScript at ...READ MORE

Dec 12, 2024 in Web Development by Navya
468 views
0 votes
1 answer

How can I get a 12-byte authentication tag in AES-GCM?

To generate a 12-byte (96-bit) authentication tag ...READ MORE

Dec 5, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
436 views
0 votes
1 answer

How to calculate total number of documents in MongoDB?

You can use countDocuments() method. Definition: The countDocuments() method ...READ MORE

Dec 6, 2024 in Web Development by Navya
389 views
0 votes
1 answer

What strategies do you use for writing efficient DAX code to handle large fact tables with millions of rows?

So the engineers declared the data assimilation ...READ MORE

Dec 18, 2024 in Power BI by Anu
• 3,020 points

edited Mar 6 907 views
0 votes
0 answers

How can I automate the refresh process for SSAS datasets in Power BI?

How can I automate the refresh process ...READ MORE

Dec 12, 2024 in Power BI by pooja
• 24,450 points

edited Mar 5 156 views
0 votes
1 answer

How do you implement multi-GPU training in PyTorch for large-scale generative models?

 You  can implement multi-GPU training in PyTorch ...READ MORE

Dec 4, 2024 in Generative AI by magadh
489 views
0 votes
1 answer

For LUKS, how many iterations are sufficient to ensure security?

PBKDF2 is used to determine the number ...READ MORE

Dec 6, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
387 views
0 votes
1 answer

How to insert a node in a linked list?

To insert a node at the front ...READ MORE

Dec 6, 2024 in Web Development by Navya
383 views
0 votes
1 answer

How can I improve the performance of Ansible playbooks in large environments?

The following methods can help optimize Ansible ...READ MORE

Dec 3, 2024 in DevOps Tools by Gagana
• 10,070 points
511 views
0 votes
1 answer

How do you handle uncaught exceptions and promise rejections in Express.js?

Handling uncaught exceptions and unhandled promise rejections ...READ MORE

Dec 6, 2024 in Angular by Navya
382 views
0 votes
0 answers
0 votes
1 answer

Provide code to use knowledge distillation for model compression in a Generative model without losing performance.

To perform knowledge distillation for compressing a ...READ MORE

Dec 6, 2024 in Generative AI by amisha
366 views
0 votes
1 answer

Can ML-KEM be used for purposes other than exchanging AES-GCM keys?

Yes, ML-KEM (Message-Locked Key Encapsulation Mechanism) can ...READ MORE

Dec 5, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
417 views
0 votes
1 answer

What are the best practices for using Terraform in a CI/CD pipeline?

Top Techniques for CI/CD Pipeline State Management ...READ MORE

Dec 2, 2024 in DevOps Tools by Gagana
• 10,070 points
539 views
0 votes
1 answer

What is the difference between margin and padding in CSS?

Feature Margin Padding space location An element's outer space, beyond its ...READ MORE

Dec 6, 2024 in Web Development by navya
364 views