Trending questions in Edureka Community

0 votes
1 answer

How do you implement spectral normalization in GANs?

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

Nov 14 in Generative AI by amisha
34 views
0 votes
0 answers

How do you encourage collaboration across different departments?

How can leaders effectively encourage interdepartmental collaboration ...READ MORE

Nov 15 in PMP by Hoor
• 2,520 points
20 views
0 votes
1 answer

What coding methods enable batching and padding optimization for variable-length sequences in transformers?

You can  handle batching and padding by ...READ MORE

Nov 14 in Generative AI by anil silori

edited Nov 14 by Ashutosh 33 views
0 votes
0 answers

How to get an HTTPS certificate?

For my application, I need to set ...READ MORE

Nov 15 in Cyber Security & Ethical Hacking by Anupam
• 3,950 points
15 views
0 votes
0 answers

What are the key differences between Power BI Report Server and Power BI Service?

What are the key differences between Power ...READ MORE

Nov 15 in Power BI by Evanjalin
• 5,630 points
17 views
0 votes
1 answer

How do you implement data parallelism in model training for resource-constrained environments?

In order to implement data parallelism in resource-constrained ...READ MORE

Nov 13 in Generative AI by Ashutosh
• 4,690 points
59 views
0 votes
1 answer

How can you change the background color of an element using jQuery?

The .css() method is one fast and ...READ MORE

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

How would you configure Jenkins to deploy a Dockerized app?

How would you configure Jenkins to deploy ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
51 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 in PMP by Sonia
35 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 in Power BI by Evanjalin
• 5,630 points
37 views
0 votes
1 answer

What are the challenges of multi-head attention in transformers for real-time applications, and how can they be optimized?

​Challenges of multi-head attention in transformers for ...READ MORE

Nov 13 in Generative AI by Ashutosh
• 4,690 points
49 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 in PMP by Anu
33 views
0 votes
1 answer

How can you add a class to an element using jQuery?

For adding a class to an element ...READ MORE

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

How do you animate an element's height using jQuery?

In jQuery, the .animate() method could be ...READ MORE

Nov 13 in Web Development by kavya
40 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
38 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 in PMP by Sufi
30 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 in Web Development by kavya
37 views
0 votes
1 answer
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 in Power BI by Evanjalin
• 5,630 points
32 views
0 votes
1 answer

How do you select multiple elements with jQuery?

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

Nov 13 in Web Development by kavya
36 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
36 views
0 votes
0 answers

How do I create a rolling time window in Power BI visuals, such as the past 7 or 30 days?

How do I create a rolling time ...READ MORE

Nov 14 in Power BI by Evanjalin
• 5,630 points
29 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 in Web Development by kavya
35 views
0 votes
1 answer

What are practical methods to speed up the training of autoregressive models for text generation?

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

Nov 13 in Generative AI by Ashutosh
• 4,690 points
41 views
0 votes
0 answers

How would you set up automated backups for a Kubernetes database? Any example scripts?

How would you set up automated backups ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
42 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
• 5,630 points
28 views
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
33 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
29 views
0 votes
0 answers

How do you configure Jenkins notifications for failed builds?

How do you configure Jenkins notifications for ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
36 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
• 5,630 points
23 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
• 4,690 points
34 views
0 votes
0 answers

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

How do you auto-trigger Jenkins builds from ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
35 views
0 votes
0 answers

How do you set up parallel testing in a Jenkins pipeline?

How do you set up parallel testing ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
34 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 36 views
0 votes
0 answers

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

How would you migrate a legacy app ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
29 views
0 votes
0 answers

How do you configure CI/CD for a Node.js app with unit and integration tests?

How do you configure CI/CD for a ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
29 views
0 votes
0 answers

How would you troubleshoot slow Jenkins build times?

How would you troubleshoot slow Jenkins build ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
28 views
0 votes
0 answers

Best practices for handling secrets in Jenkins? Any examples?

Best practices for handling secrets in Jenkins? ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
27 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
30 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
• 5,630 points
28 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
• 4,690 points
28 views
0 votes
0 answers

How would you design a Jenkins pipeline for multi-branch deployments?

How would you design a Jenkins pipeline ...READ MORE

Nov 14 in DevOps Tools by Anila
• 3,490 points
24 views
0 votes
0 answers
0 votes
1 answer

How to handle browser back button in Angular 12?

To handle the browser back button in ...READ MORE

Nov 13 in Web Development by kavya
39 views