Trending questions in Edureka Community

0 votes
1 answer

How can I reduce Docker container startup time, especially for large applications?

There is a need to make container startup faster for real-time deployments. Here's what you can tune: Use ...READ MORE

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

How can I perform LDAP enumeration to extract user account information?

Performing LDAP enumeration is an essential step ...READ MORE

Nov 18, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,391 views
+1 vote
2 answers

How can I use R or Python scripts within Power BI for advanced data analysis?

You can carry out advanced data analysis ...READ MORE

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

How can I create an engaging text generator using Hugging Face's GPT-2 model?

You can create an engaging text generator ...READ MORE

Nov 29, 2024 in Generative AI by harry boy
661 views
0 votes
1 answer

How to create an Observable from a string in Angular 2?

In Angular (or any JavaScript application using ...READ MORE

Nov 27, 2024 in Web Development by kavya
763 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 2,115 views
0 votes
1 answer

How do you manage Terraform state files effectively in a team environment?

Managing Terraform state files effectively in a ...READ MORE

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

How do I use Redis to implement rate-limiting across multiple Spring Boot instances with varying quotas?

You can use Redis to implement distributed ...READ MORE

Nov 27, 2024 in Java-Script by anil limbu
750 views
0 votes
1 answer

How do you handle memory constraints when training large generative models like GPT on limited hardware?

To handle memory constraints when training large ...READ MORE

Dec 12, 2024 in Generative AI by safak mummend
828 views
0 votes
1 answer

How to track the IP address of someone?

Here's how you can track an IP ...READ MORE

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

What steps do you follow when visuals don’t display the expected results, even when the underlying data is correct?

To burn out all the metaphors and ...READ MORE

Dec 18, 2024 in Power BI by anonymous
• 3,020 points

edited Mar 6, 2025 721 views
0 votes
1 answer

How do you manage testing and version control of API integrations in a CI/CD pipeline?

In a CI/CD pipeline, to oversee the ...READ MORE

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

Write a script to preprocess a text dataset for training a transformer model.

You can refer to the script below to ...READ MORE

Nov 28, 2024 in Generative AI by techboy
667 views
0 votes
0 answers
0 votes
0 answers

What is the difference between a Cloud Architect and a Cloud Engineer?

In my current project, we’re facing unexpected ...READ MORE

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

What is AWS Route 53?

I need to configure DNS settings for ...READ MORE

Nov 27, 2024 in AWS by Priyanka
• 4,380 points
702 views
0 votes
1 answer

What patterns can I use to incorporate server-provided retry-after headers in Spring Retry configurations?

You can use the Custom BackOffPolicy pattern ...READ MORE

Nov 27, 2024 in Node-js by madhav yadav
721 views
0 votes
1 answer
0 votes
1 answer

What strategies do you use to scale horizontally in containerized applications?

Use these techniques to scale containerized apps ...READ MORE

Dec 5, 2024 in DevOps Tools by Gagana
• 10,070 points
545 views
0 votes
1 answer

How do you configure Jenkins notifications for failed builds?

To keep stakeholders updated about the build status, use email extensions or Slack Notification and configure Jenkins to send notifications. Choose to send out when a build is successful, failed, ...READ MORE

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

How to select distinct values from multiple fields on MongoDB ?

To select distinct values from multiple fields ...READ MORE

Oct 23, 2024 in Power BI by pooja
• 24,450 points
2,198 views
0 votes
1 answer

Provide a script to profile GPU usage during training of a generative model in PyTorch.

Here is the script below that you ...READ MORE

Nov 29, 2024 in Generative AI by yadav ji
609 views
0 votes
0 answers

What are the responsibilities of a cloud solutions architect?

I'm considering a role as a cloud ...READ MORE

Nov 27, 2024 in Cloud Computing by Priyanka
• 4,380 points
684 views
+1 vote
1 answer

How to perform aggregate and add in power bi table?

In Power BI, solutions for measures such ...READ MORE

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

How to login website?

Logging into a website programmatically can be ...READ MORE

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

What are the current encryption algorithms?

Here's a list of current encryption algorithms, categorized ...READ MORE

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

Write a script to generate audio waveforms using a pretrained WaveNet model.

You can refer to the Short script below ...READ MORE

Nov 29, 2024 in Generative AI by minna ma
596 views
+1 vote
2 answers

ValueError: Found input variables with inconsistent numbers of samples: [1, 1000]

Hi@akhtar, Here you used x as your feature ...READ MORE

Apr 14, 2020 in Machine Learning by MD
• 95,460 points

edited Aug 11, 2021 by Soumya 60,778 views
0 votes
1 answer

What is the difference between BehaviorSubject and Observable in RxJS?

        Feature      ...READ MORE

Nov 26, 2024 in Web Development by Navya
717 views
0 votes
1 answer

How do I get IoT device behind NAT?

Since NAT usually prevents direct external access ...READ MORE

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

Help with invalid cross reference id in Salesforce?

 The "Invalid Cross Reference ID" error in ...READ MORE

Nov 18, 2024 in SalesForce by Apoorva
1,068 views
0 votes
1 answer

How do you handle database versioning and migrations in a CI/CD pipeline for distributed systems?

Database versioning and migrations in distributed systems ...READ MORE

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

What techniques can I use to enforce per-user rate limits in a multi-instance Spring Boot app?

To enforce per-user rate limits in a ...READ MORE

Nov 28, 2024 in Web Development by nidhi jha
653 views
0 votes
1 answer

What techniques do you use to reduce training time for large language models without sacrificing performance?

Techniques you can use to reduce training ...READ MORE

Dec 13, 2024 in Generative AI by techgil
758 views
0 votes
1 answer

What is your strategy for minimizing resource usage in multi-cloud environments?

To reduce the amount of resources used ...READ MORE

Dec 2, 2024 in DevOps Tools by Gagana
• 10,070 points
603 views
0 votes
1 answer

How do you use memory-mapped files to efficiently load and handle large datasets in PyTorch?

You can use memory-mapped files to efficiently ...READ MORE

Nov 14, 2024 in Generative AI by Ashutosh
• 33,350 points
1,235 views
0 votes
0 answers
0 votes
1 answer

What are the differences between Subject, BehaviorSubject, and ReplaySubject in Angular?

In Angular, Subject, Behaviour Subject, and Replay ...READ MORE

Nov 27, 2024 in Web Development by kavya
677 views
0 votes
1 answer

How to know a Windows password?

While losing access to your Windows account ...READ MORE

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

What is GCP secret manager equivalent in AWS?

The equivalent of Google Cloud Secret Manager ...READ MORE

Oct 29, 2024 in GCP by Riya
1,983 views
0 votes
1 answer

How can I optimize GPT-3/4 API usage for generating large text while maintaining context?

One of the approach is to return the ...READ MORE

Nov 7, 2024 in ChatGPT by amol

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

How do you reduce Mean Time to Recovery (MTTR) for services in your DevOps workflows?

The following tactics can be used to ...READ MORE

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

Major differences between project scope and objectives

The Difference Between Project Scope and Objectives ...READ MORE

Oct 30, 2024 in PMP by Diya
2,002 views
0 votes
1 answer

How to include a JavaScript file in another JavaScript file?

Let's assume you have two files: math.js: This ...READ MORE

Nov 27, 2024 in Java-Script by kavya
644 views
0 votes
1 answer

Provide a code snippet to resize and normalize images for training a generative model.

Here is a Python code snippet you can ...READ MORE

Nov 29, 2024 in Generative AI by amisha gurung
575 views
0 votes
1 answer

How can you use TensorFlow/Keras to create a basic convolutional generator for a GAN?

You can use TensorFlow Keras to create a ...READ MORE

Nov 29, 2024 in Generative AI by mehek goyal
573 views
0 votes
0 answers

How can I get into cloud computing with no experience?

I’ve worked in a different tech role ...READ MORE

Nov 25, 2024 in Cloud Computing by Priyanka
• 4,380 points
679 views