Trending questions in Edureka Community

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
485 views
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
476 views
0 votes
1 answer
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
469 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
559 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
640 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
470 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
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
579 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
358 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
439 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
315 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
353 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
465 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
464 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,351 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,150 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
520 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
427 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
419 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
418 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
334 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
399 views
0 votes
0 answers
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
412 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
420 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
417 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 228 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
429 views
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
409 views
0 votes
1 answer
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
402 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
404 views
+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
352 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
502 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
526 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
441 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 914 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
392 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
395 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
495 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
469 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 159 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
387 views
+1 vote
12 answers

Hibernate hbm2ddl.auto possible values and their uses

hibernate.hbm2ddl.auto (e.g. none (default value), create-only, drop, create, create-drop, validate, and update) Setting to perform SchemaManagementTool actions automatically as ...READ MORE

Dec 7, 2018 in Java by Shuvodip
82,289 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
384 views
0 votes
0 answers
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
551 views
0 votes
1 answer

How do you delete a local branch in Git?

1. Delete a Local Branch (Safe Method) If ...READ MORE

Dec 4, 2024 in Web Development by kavya
463 views
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
370 views