Trending questions in Edureka Community

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, 2024 in PMP by Sonia
106 views
+1 vote
1 answer

How do I create a flexible date range slicer that allows users to switch between monthly, quarterly, and yearly views?

Proper date hierarchy and dynamic date filters ...READ MORE

Nov 12, 2024 in Power BI by pooja
• 11,310 points
114 views
0 votes
1 answer

How to validate a digital signature in a PDF?

To validate a digital signature in a ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
120 views
+2 votes
2 answers

How can I create dynamic parameters in Power BI using DAX?

Similarly, in Power BI, utilizing DAX, one ...READ MORE

Oct 22, 2024 in Power BI by pooja
• 11,310 points
321 views
0 votes
1 answer
0 votes
1 answer

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

When moving a legacy app to containers, you have to check on ...READ MORE

Nov 14, 2024 in DevOps Tools by Gagana
• 7,690 points
77 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, 2024 in Web Development by kavya
111 views
0 votes
0 answers

How do I handle data source authentication changes in existing Power BI reports?

How do I handle data source authentication ...READ MORE

Nov 15, 2024 in Power BI by Evanjalin
• 11,880 points
73 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
• 6,040 points
151 views
0 votes
1 answer

How to check Angular installed or not?

To check this, you need to make ...READ MORE

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

How do you select multiple elements with jQuery?

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

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

What coding strategies help implement beam search for text generation while balancing speed and quality?

Coding strategies to optimize beam search in ...READ MORE

Nov 14, 2024 in Generative AI by Ashutosh
• 14,620 points
84 views
0 votes
1 answer

How can I troubleshoot slow network performance in Docker containers?

This could be due to virtual network layers or network constraints within Docker, or misconfigured ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 7,690 points
110 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, 2024 in PMP by Sufi
98 views
0 votes
1 answer

How do I identify available NFS shares on a remote server?

Depending on the type of server access ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
129 views
0 votes
1 answer

What’s the best way to upgrade Docker containers while minimizing downtime?

Since more or less database downtime is a terrible sight for anyone, rolling updates or blue-green deployment would be the ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 7,690 points
105 views
0 votes
1 answer

How can I securely manage secrets (like API keys) within Docker containers?

For the secure management of secrets like API keys, passwords, or ...READ MORE

Nov 21, 2024 in Docker by Gagana
• 7,690 points
107 views
+1 vote
1 answer

How can I optimize Power BI’s refresh schedule to avoid peak load times and ensure quick data availability?

Some tangible methods can be implemented to ...READ MORE

Nov 12, 2024 in Power BI by pooja
• 11,310 points
105 views
0 votes
1 answer

What tools can I use to enumerate time servers and check for misconfigurations?

To guarantee the security and integrity of ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
126 views
0 votes
1 answer

How do I use tools like ldapsearch for LDAP enumeration?

LDAP enumeration with ldapsearch facilitates the collection ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
125 views
0 votes
1 answer

How can I limit the disk space used by Docker containers and volumes?

Uncontrolled usage of disks by containers and volumes can lead ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 7,690 points
104 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, 2024 in Web Development by kavya
100 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, 2024 in Power BI by Evanjalin
• 11,880 points
94 views
0 votes
2 answers

How can I download or install Tailwind Traders dataset?

Before downloading or installing the Tailwind Traders ...READ MORE

Oct 25, 2024 in Power BI by pooja
• 11,310 points
189 views
0 votes
1 answer

What’s the best way to manage remote project teams?

The management of remote project teams requires ...READ MORE

Nov 18, 2024 in PMP by Raj
118 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 75 views
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, 2024 in Power BI by Evanjalin
• 11,880 points
92 views
0 votes
1 answer

What’s the best practice for managing configuration files inside Docker containers?

Efficient management of configuration files inside Docker ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 7,690 points
101 views
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
• 7,690 points
101 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 108 views
0 votes
1 answer

How to check inode usage in Linux?

You can use the df command with ...READ MORE

Nov 13, 2024 in Web Development by kavya
120 views
+1 vote
1 answer

What techniques can I use to create drill-through reports with dynamic filtering based on user selections in Power BI?

Some useful steps and practices exist to ...READ MORE

Nov 11, 2024 in Power BI by pooja
• 11,310 points
141 views
0 votes
1 answer

How to set the secure flag on cookies?

A crucial security measure is to set ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
101 views
0 votes
1 answer

How can I enumerate NTP servers and their configurations using command-line tools?

Improperly configured NTP servers can be used ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
118 views
0 votes
1 answer

How can I display lightning-formatted input fields and their values in Salesforce Lightning Web Components?

To display lightning-formatted input fields and show ...READ MORE

Nov 18, 2024 in Cloud Computing by Vineet
177 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, 2024 in Generative AI by Ashutosh
• 14,620 points
100 views
0 votes
0 answers

What’s the best practice for organizing workspace access and security settings in Power BI Service?

What’s the best practice for organizing workspace ...READ MORE

Nov 15, 2024 in Power BI by Evanjalin
• 11,880 points
56 views
0 votes
1 answer

How to delete node_modules?

To delete node_modules folder, you can use ...READ MORE

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

How can I enumerate valid email addresses using SMTP enumeration techniques?

An essential component of a security audit ...READ MORE

Nov 19, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
114 views
0 votes
1 answer

How to hide code in HTML?

While it's impossible to completely hide HTML ...READ MORE

Nov 12, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
160 views
0 votes
1 answer

How to verify an SSL certificate?

Verifying an SSL/TLS certificate is crucial to ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
97 views
0 votes
1 answer

How does Docker handle file system layers and image caching?

Docker really helps in managing filesystem layers and image caching ...READ MORE

Nov 21, 2024 in DevOps Tools by Gagana
• 7,690 points
89 views
0 votes
1 answer

How to decide when to use replicate sets for mongodb in production?

Here's a breakdown of when to consider ...READ MORE

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

How do you handle resource contention when multiple jobs run simultaneously in CI/CD pipelines?

I address resource contention in CI/CD pipelines ...READ MORE

Nov 18, 2024 in DevOps Tools by Gagana
• 7,690 points
174 views
0 votes
1 answer

In DFS, how many times is a node visited?

In Depth-First Search (DFS), each node is ...READ MORE

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

Salesforce Skuid Error: Insufficient Access Rights On Object ID

The "Insufficient Access Rights On Object ID" ...READ MORE

Nov 18, 2024 in Cloud Computing by Rajesh
169 views
0 votes
1 answer

How to get the proxy IP address?

Depending on your environment, there are many ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
91 views
+1 vote
1 answer

How can I fix issues with Power BI visuals not resizing properly when viewed on different screen resolutions or devices?

In order to solve the problems associated ...READ MORE

Nov 11, 2024 in Power BI by pooja
• 11,310 points
142 views
0 votes
1 answer

How to convert CRT to PFX?

Converting a .crt (Certificate) file to a .pfx (Personal Information Exchange) ...READ MORE

Nov 13, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
90 views