Trending questions in Edureka Community

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
630 views
+1 vote
1 answer

How can message-based phishing attacks be detected programmatically?

In order to detect message-based phishing attacks ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
865 views
+1 vote
6 answers

groupByKey vs reduceByKey in Apache Spark.

ReduceByKey is the best for production. READ MORE

Mar 3, 2019 in Apache Spark by anonymous
80,959 views
0 votes
0 answers

CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY & SELF_REFERENCE_FROM_TRIGGER

My Salesforce trigger is throwing CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY and ...READ MORE

Nov 18, 2024 in SalesForce by Priyanka
• 4,380 points
452 views
0 votes
0 answers

What are the top cloud service providers?

I’m new to cloud services and need ...READ MORE

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

How to combine multiple tables in power BI?

Click Advanced Editor and check if step #"Appended ...READ MORE

Dec 16, 2020 in Power BI by Roshni
• 10,440 points
76,077 views
0 votes
0 answers

Method defined as testMethod do not support web service callouts, test skipped

If I need to test a method ...READ MORE

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

How can I implement file streaming in an Express.js server?

To carry out this file streaming scheme ...READ MORE

Nov 13, 2024 in Web Development by kavya
967 views
+1 vote
1 answer
0 votes
1 answer

Apache Kafka vs Azure Event Hubs: which one to use?

Apache Kafka and Azure Event Hubs are ...READ MORE

Nov 11, 2024 in Azure by Krishii
1,021 views
0 votes
1 answer

When choosing an AWS region, which factors should you consider?

When choosing an AWS region, keep these ...READ MORE

Nov 7, 2024 in AWS by Chetuzz
1,115 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 619 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
605 views
0 votes
1 answer

How do you optimize memory usage when deploying large generative models in production?

You can optimize memory usage when deploying ...READ MORE

Nov 8, 2024 in Generative AI by nitin diwadi
841 views
0 votes
1 answer

What are your best practices for managing dependencies in your applications, and can you share coding examples?

Manage Dependencies Effectively Dependency management is a ...READ MORE

Oct 23, 2024 in DevOps Tools by Gagana
• 10,070 points
1,705 views
0 votes
1 answer

How to upgrade Node version in Windows?

 Download the Latest Installer Go to the Node.js ...READ MORE

Nov 6, 2024 in Web Development by kavya
1,110 views
0 votes
1 answer

What strategies do you use to handle context window limitations when generating long text with GPT models?

You can handle context window limitations when generating ...READ MORE

Nov 8, 2024 in Generative AI by sonu
838 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
607 views
+1 vote
1 answer

How can developers implement secure file handling to prevent file-based attacks?

In order to securely handle files and ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
844 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
610 views
0 votes
1 answer

AWS vs Azure which is better for career?

When I first got interested in cloud ...READ MORE

Nov 7, 2024 in AWS by Raadhi
1,102 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
515 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
595 views
0 votes
0 answers

what can the skills developed by cybersecurity professionals be used for?

what can the skills developed by cybersecurity ...READ MORE

Oct 14, 2024 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
1,892 views
0 votes
0 answers

What coding strategies help optimize GAN training for high-resolution image generation?

Can you name strategies to help optimize ...READ MORE

Nov 11, 2024 in Generative AI by Ashutosh
• 33,350 points
671 views
0 votes
1 answer

How to send a token in the header?

In API-based applications, sending a token in ...READ MORE

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

How to test SQL injection manually?

Testing SQL injection manually requires carefully crafted ...READ MORE

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

What SQL queries can be used to test for SQL injection vulnerabilities in a database?

When testing for SQL injection vulnerabilities, you ...READ MORE

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

What common pitfalls should I avoid when crafting prompts for generative models?

To ensure clear, relevant prompts for generative ...READ MORE

Oct 29, 2024 in Generative AI by angola
1,350 views
+1 vote
1 answer

How to prevent Client-Side XSS in JavaScript?

To prevent client-side XSS attacks in your ...READ MORE

Nov 5, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,044 views
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
707 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
593 views
0 votes
2 answers

What techniques can I use to craft effective prompts for generating coherent and relevant text outputs?

Creating compelling prompts is crucial to directing ...READ MORE

Nov 5, 2024 in Generative AI by anamika sahadev

edited Nov 8, 2024 by Ashutosh 1,211 views
0 votes
1 answer

How can you revert a commit in Git without losing changes?

We can use git revert It is ...READ MORE

Nov 6, 2024 in Web Development by kavya
885 views
0 votes
1 answer

What challenges have you faced with automating database migrations, and how did you resolve them?

Database migration needs thorough planning to avoid ...READ MORE

Nov 4, 2024 in DevOps Tools by Gagana
• 10,070 points
1,072 views
0 votes
0 answers

What is using the with sharing and without sharing Keywords in Salesforce?

What’s the purpose of with sharing and ...READ MORE

Nov 18, 2024 in SalesForce by Priyanka
• 4,380 points
412 views
0 votes
0 answers

How can transfer learning enhance the performance of VAE-GAN hybrids on complex data types?

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

Nov 19, 2024 in Generative AI by Ashutosh
• 33,350 points
354 views
0 votes
0 answers

What are the best practices for maintaining data privacy in Generative AI models?

Can you name best practices for maintaining ...READ MORE

Nov 12, 2024 in Generative AI by Ashutosh
• 33,350 points
624 views
0 votes
0 answers

What is cloud migration, and what are the key steps involved?

As I'm working on a cloud migration ...READ MORE

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

What is cloud orchestration?

While working on a project, I came ...READ MORE

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

How do you patch and update production systems without impacting uptime?

Rolling updates: I roll out production instances one by one using rolling update strategies to maintain overall uptime. ...READ MORE

Nov 12, 2024 in DevOps Tools by Gagana
• 10,070 points
800 views
+1 vote
1 answer

Is there a SHA that’s guaranteed to produce a unique hash?

No cryptographic hash function, including SHA, can ...READ MORE

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

Is there a good guideline for continuous integration of a large web application?!

Indeed, in order to guarantee reliability, scalability, ...READ MORE

Nov 26, 2024 in DevOps Tools by mounika
• 200 points
890 views
0 votes
1 answer

How can I use context and examples in prompts to improve generative AI performance?

If you are facing the of writing ...READ MORE

Nov 7, 2024 in Generative AI by Somaya agnihotri
1,179 views
+1 vote
1 answer

How to encrypt data that needs to be decrypted in Node.js?

To securely encrypt and decrypt data in ...READ MORE

Nov 6, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points

edited Jan 23, 2025 by Sunita 1,003 views
0 votes
1 answer

What is a Target Group in AWS?

So here you will understand in simple ...READ MORE

Oct 28, 2024 in AWS by anonymous
1,362 views
0 votes
1 answer

How can you chain multiple jQuery methods?

 You can chain multiple jQuery methods by ...READ MORE

Nov 6, 2024 in Web Development by kavya
867 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
388 views
0 votes
1 answer

How to use aws s3 sync from the CLI?

Basically, This command is used to sync ...READ MORE

Oct 28, 2024 in AWS by Bhoomika
1,332 views