Trending questions in Edureka Community

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, 2024 in Generative AI by anil silori

edited Nov 14, 2024 by Ashutosh 385 views
0 votes
0 answers

What are cloud storage options (e.g., object storage, block storage)?

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

Nov 18, 2024 in Cloud Computing by Priyanka
• 4,380 points
237 views
0 votes
1 answer

How to store passwords?

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

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
410 views
0 votes
0 answers

How do I chain asynchronous AJAX calls with promises in jQuery to ensure proper order when modifying the DOM?

How do I chain asynchronous AJAX calls ...READ MORE

Nov 13, 2024 in Web Development by Nidhi
• 16,260 points
445 views
0 votes
0 answers

Is it worth using dynamic forms in Salesforce?

Our users are asking for cleaner and ...READ MORE

Nov 18, 2024 in SalesForce by Priyanka
• 4,380 points
235 views
0 votes
1 answer

How does hashing work?

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

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
488 views
+1 vote
3 answers

Best way to combine multiple file with multiple same tabs?

Because one might have to combine multiple ...READ MORE

Nov 26, 2024 in Power BI by Gagana
• 10,070 points
456 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
396 views
0 votes
1 answer

How do you manage multiple projects using Microsoft Project?

Managing multiple projects in Microsoft Projects can ...READ MORE

Nov 8, 2024 in PMP by Isha
632 views
0 votes
1 answer

What tools do you use for time tracking in project management?

Some popular time-tracking tools used in project ...READ MORE

Nov 8, 2024 in PMP by Priya
629 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
358 views
0 votes
1 answer

What LDAP query can be used to enumerate all users in a directory?

Creating an LDAP search query with the ...READ MORE

Nov 18, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
439 views
0 votes
1 answer

How do you handle outliers in datasets used for generative AI models, especially when they impact training results?

Top 5 techniques to handle outliers in ...READ MORE

Nov 8, 2024 in Generative AI by anil gurung

edited Nov 11, 2024 by Ashutosh 619 views
+1 vote
1 answer
0 votes
1 answer
0 votes
0 answers

What is the difference between horizontal and vertical scaling?

I’m curious about scaling strategies. Can anyone ...READ MORE

Nov 11, 2024 in Cloud Computing by Priyanka
• 4,380 points
514 views
0 votes
0 answers

Why are users unable to view a shared report in Power BI Service, despite having the correct permissions?

Why are users unable to view a ...READ MORE

Nov 11, 2024 in Power BI by Evanjalin
• 36,180 points
474 views
0 votes
1 answer

Why you should switch off your legacy CI/CD onto Bitbucket Pipelines?

Switching to Bitbucket Pipelines for your CI/CD ...READ MORE

Oct 25, 2024 in DevOps & Agile by Gagana
• 10,070 points
1,207 views
0 votes
1 answer

What tools do you recommend for project scheduling and resource management?

There are a few recommended project scheduling ...READ MORE

Nov 13, 2024 in PMP by Diya
428 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, 2024 in Generative AI by Ashutosh
• 33,350 points
397 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, 2024 in Generative AI by nidhi jha

edited Nov 13, 2024 by Ashutosh 397 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
• 31,260 points
300 views
0 votes
1 answer

How to handle multiple requests at the same time?

Managing several requests at once is essential ...READ MORE

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
471 views
+1 vote
1 answer

What C or C++ libraries can help in developing custom security tools for ethical hacking?

Here are some C/C++ libraries commonly used ...READ MORE

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

How does a CSRF token work?

Let's examine the creation, validation, and verification ...READ MORE

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
469 views
0 votes
2 answers

How do I optimize DAX queries for better performance in Power BI?

To improve performant DAX queries for the ...READ MORE

Nov 19, 2024 in Power BI by Vani
• 3,580 points
706 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, 2024 in DevOps Tools by Gagana
• 10,070 points
403 views
0 votes
0 answers

How do you use TensorFlow’s functional API to build a complex, multi-layer Generative AI model?

With the help of Python programming, show ...READ MORE

Nov 13, 2024 in Generative AI by Ashutosh
• 33,350 points
386 views
+1 vote
1 answer
0 votes
1 answer

How to create a data source?

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

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

How to find subdomains of a domain?

To enumerate subdomains of a domain, there ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
637 views
0 votes
1 answer

What is multitenant architecture in Salesforce?

In Salesforce, multitenant architecture refers to a ...READ MORE

Nov 7, 2024 in SalesForce by Keerthi
639 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, 2024 in Generative AI by Ashutosh
• 33,350 points
377 views
0 votes
1 answer

How do you implement gradient checkpointing to manage memory during large model training?

In order to implement gradient checkpointing to ...READ MORE

Nov 8, 2024 in Generative AI by anonymous

edited Nov 11, 2024 by Ashutosh 595 views
0 votes
1 answer

What are the best open-source libraries for AI-generated audio or music?

Top five open-source libraries, each with a ...READ MORE

Nov 5, 2024 in ChatGPT by rajshri reddy

edited Nov 8, 2024 by Ashutosh 1,150 views
0 votes
0 answers

How to prevent XSS attacks in JavaScript?

I’m concerned about protecting my web application ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
375 views
0 votes
1 answer

What strategies do you use to optimize learning rate schedules to prevent overfitting or underfitting in generative models?

You can optimize learning rates scheduled to ...READ MORE

Nov 8, 2024 in Generative AI by anila k

edited Nov 11, 2024 by Ashutosh 593 views
0 votes
1 answer

How can I share data between two running Docker containers?

Share data between two running containers by various means depending on the use case. ...READ MORE

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

How to create an Angular project?

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

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

What are the advantages and challenges of using attention mechanisms in GANs?

Can you suggest a few advantages and ...READ MORE

Nov 11, 2024 in Generative AI by Ashutosh
• 33,350 points

edited Nov 11, 2024 by Ashutosh 463 views
0 votes
1 answer

What are some real-world examples of successful Agile projects?

A few real-world examples of successful Agile ...READ MORE

Nov 8, 2024 in PMP by sonu
599 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, 2024 in Web Development by kavya
362 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, 2024 in Generative AI by nikil yadav
373 views
+1 vote
2 answers

How can I debug complex DAX formulas effectively in Power BI?

Effective Power BI DAX debugging steps for ...READ MORE

Oct 21, 2024 in Power BI by pooja
• 24,450 points
632 views
0 votes
1 answer

What are the most important soft skills for project managers?

Project Management Skills are essential for a ...READ MORE

Nov 8, 2024 in PMP by Ali
592 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
336 views
0 votes
1 answer

Can Agile work in a highly regulated industry?

Agile can work well, too, in highly ...READ MORE

Nov 10, 2024 in PMP by Sufi
479 views
0 votes
1 answer

How can I extract sensitive information from SNMP-enabled devices?

Understanding possible vulnerabilities and configurations can be ...READ MORE

Nov 18, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
401 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, 2024 in DevOps Tools by Gagana
• 10,070 points
428 views
0 votes
1 answer

How do you choose the right project management software?

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

Nov 7, 2024 in PMP by soni
609 views