Trending questions in Edureka Community

0 votes
1 answer

How to connect between AWS VPC and a Raspberry Pi?

Here, you can connect your Raspberry Pi ...READ MORE

Oct 28, 2024 in AWS by anonymous
1,743 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,370 points

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

How do you implement GAN evaluation metrics like Inception Score (IS) or Fréchet Inception Distance (FID)?

You can implement GAN evaluation metrics like Inception ...READ MORE

Nov 12, 2024 in Generative AI by mona singh

edited Nov 12, 2024 by Ashutosh 1,008 views
0 votes
1 answer

How to prevent form submit if validation fails?

1. Client-Side Validation : - JavaScript : Use ...READ MORE

Oct 25, 2024 in Web Development by kavya
1,777 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
996 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
1,223 views
0 votes
1 answer

How would you automate blue-green deployment in AWS with IaC?

To deploy a blue-green deployment to AWS, services such as AWS Elastic Beanstalk can be used in ...READ MORE

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

How do you use unsupervised pre-training to enhance the performance of generative models?

You can use unsupervised pre-training to enhance ...READ MORE

Nov 12, 2024 in Generative AI by Harsh Yadav
998 views
0 votes
1 answer

How to debug Node.js code?

Debugging Node.js code can be done effectively ...READ MORE

Nov 13, 2024 in Web Development by kavya
976 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,564 views
0 votes
1 answer

How do you estimate time and resources in Agile projects?

Estimating Time and Resources in Agile Projects: Story ...READ MORE

Nov 10, 2024 in PMP by Alia
1,065 views
0 votes
1 answer

Flutter command not found android studio

This error message usually appears when the ...READ MORE

Mar 29, 2023 in Flutter by vishalini
26,653 views
0 votes
0 answers

What are microservices in cloud computing?

As a developer, how can adopting microservices ...READ MORE

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

How would you test IaC changes to prevent breakage?

One of the essentials to ensure stable environments is to test IaC changes. Following are some strategies for effective testing: Static ...READ MORE

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

What methods can I use in JavaScript to detect and prevent clickjacking attacks?

In order to prevent clickjacking attacks, we ...READ MORE

Oct 23, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,947 views
0 votes
1 answer

Which IAM policy provides the permissions to resolve issues in AWS?

 You can use the AWS-managed policy named ...READ MORE

Nov 5, 2024 in AWS by Tarun
1,547 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
962 views
0 votes
0 answers

What is multi-cloud, and how is it different from hybrid cloud?

What exactly is multi-cloud, and how does ...READ MORE

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

What tools do you use for incident response and automating root cause analysis?

To enhance incident response and automated root ...READ MORE

Nov 12, 2024 in DevOps Tools by Gagana
• 10,070 points
1,157 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
2,233 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
946 views
0 votes
1 answer

What is CIDR in AWS?

Let me explain CIDR (Classless Inter-Domain Routing) ...READ MORE

Nov 7, 2024 in AWS by Trivikram
1,423 views
0 votes
1 answer

What’s your approach to scaling up model training across multiple GPUs or distributed environments?

You can scale up the generative AI ...READ MORE

Nov 8, 2024 in Generative AI by evanjilin

edited Nov 11, 2024 by Ashutosh 1,157 views
+1 vote
1 answer

What’s the best way to prevent clickjacking attacks on an Express.js-based web application?

To prevent clickjacking attacks on your Express.js ...READ MORE

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

How do you implement Agile in a hybrid work environment?

Agile in a hybrid working environment does ...READ MORE

Nov 10, 2024 in PMP by Sonia
1,050 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, 2024 in Generative AI by anil silori

edited Nov 14, 2024 by Ashutosh 904 views
0 votes
1 answer

How do I log project management experience for the PMP application?

To log your project management experience for ...READ MORE

Nov 7, 2024 in PMP by Diya
1,187 views
+1 vote
1 answer

How can I conduct reverse DNS lookups efficiently using DNS footprinting methods?

Reverse DNS lookup allow users to map ...READ MORE

Oct 21, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,973 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
896 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
1,228 views
0 votes
0 answers

What are big data technologies used in cloud computing?

I’m dealing with massive amounts of unstructured ...READ MORE

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

How overlay two pictures to another using HTML-CSS?

Overlaying two pictures on top of another ...READ MORE

Nov 13, 2024 in Web Development by kavya
941 views
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,325 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
1,152 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
1,223 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
1,149 views
0 votes
1 answer

How do you handle difficult stakeholders?

Handling Difficult Stakeholders: Understand Their Perspective: Listen to ...READ MORE

Nov 13, 2024 in PMP by Diya
950 views
0 votes
0 answers

What is serverless architecture?

In a scenario where my application experiences ...READ MORE

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

How do you manage cloud security?

I’m working on a cloud project, and ...READ MORE

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

How to call invocable method from flow ?

To call an invocable method from a ...READ MORE

Nov 7, 2024 in OpenStack by Deepa
1,452 views
0 votes
1 answer

What does AWS STS get caller identity do?

Let me tell you what AWS STS ...READ MORE

Oct 26, 2024 in AWS by anonymous
1,855 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
1,256 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,324 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
1,021 views
0 votes
0 answers

What are backups in cloud computing, and how do they work?

What is the process of creating backups ...READ MORE

Nov 19, 2024 in Cloud Computing by Priyanka
• 4,380 points
678 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,394 views
+1 vote
8 answers

How to replace null values in Spark DataFrame?

Hi, In Spark, fill() function of DataFrameNaFunctions class is used to replace ...READ MORE

Dec 15, 2020 in Apache Spark by MD
• 95,460 points
82,371 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,370 points
968 views
0 votes
0 answers

How do you handle failed deployments in a CI/CD pipeline without disrupting production?

This question basically seeks to know how ...READ MORE

Oct 28, 2024 in DevOps Tools by Anila
• 5,070 points
1,453 views