Trending questions in Edureka Community

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
• 15,040 points
89 views
0 votes
0 answers

How to calculate total number of documents in MongoDB?

How to calculate total number of documents ...READ MORE

Nov 13, 2024 in Web Development by Nidhi
• 6,040 points
85 views
0 votes
1 answer

How to get a JWT token from the browser?

In order to securely retrieve and store ...READ MORE

Nov 12, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
112 views
0 votes
0 answers

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

How would you migrate a legacy app ...READ MORE

Nov 14, 2024 in DevOps Tools by Anila
• 5,040 points
50 views
0 votes
1 answer

How can I configure Docker to use a specific number of CPU cores for a container?

In your docker run command, set a specific number of CPU cores to use directly by the container. This helps in controlling resources, particularly with shared environments or using multiple ...READ MORE

Nov 18, 2024 in DevOps Tools by Gagana
• 7,690 points
129 views
0 votes
0 answers

What techniques do you use to implement attention-based weighting in image captioning models?

Can you name four techniques used to ...READ MORE

Nov 11, 2024 in Generative AI by Ashutosh
• 14,620 points

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

Why do my DAX measures calculate correctly in Power BI Desktop but return different results in Power BI Service?

When DAX measures provide accurate outcomes in ...READ MORE

Nov 12, 2024 in Power BI by pooja
• 11,310 points
95 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
• 15,040 points
129 views
0 votes
1 answer

Why is my DAX measure displaying incorrect values when using time intelligence functions?

Erroneous output is typical when using DAX ...READ MORE

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

How would you set up Kubernetes auto-scaling based on CPU load?

Kubernetes’ Horizontal Pod Autoscaler (HPA) can adjust ...READ MORE

Nov 12, 2024 in DevOps Tools by Gagana
• 7,690 points
79 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
88 views
0 votes
4 answers

Selenium Exception error -Element is not clickable at point (x, y). Other element would receive the click

If waitings for element, sleeps and oher ...READ MORE

Dec 13, 2019 in Selenium by Douglas
73,976 views
0 votes
1 answer

How can I enumerate SNMP information using tools like snmpwalk?

Using tools like snmpwalk to enumerate SNMP ...READ MORE

Nov 18, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
82 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
• 15,040 points
82 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
156 views
0 votes
1 answer

How do you handle Kubernetes rollbacks for failing deployments?

Kubernetes rollbacks also have a mechanism to keep previous versions of deployments. Even if a new deployment doesn't pass ...READ MORE

Nov 12, 2024 in DevOps Tools by Gagana
• 7,690 points
75 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
• 9,010 points
82 views
0 votes
1 answer

How do you get stakeholders onboard with Agile practices?

Getting stakeholders on board with Agile practices ...READ MORE

Nov 10, 2024 in PMP by Anu
155 views
+2 votes
2 answers

What techniques can I use to improve the user experience when creating custom visuals in Power BI?

Techniques to use when creating custom visuals ...READ MORE

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

How do you ensure containerized applications run consistently across environments (dev, staging, prod)?

Consistent behavior in environments requires a combination of container ...READ MORE

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

How do we check if a user is logged in?

Here are a few common techniques for ...READ MORE

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

How do I troubleshoot Power BI visuals that are showing as blank after applying a specific filter?

When you apply a filter in Power ...READ MORE

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

How can I fix a Power BI visual that keeps showing "See details" or other errors when rendering?

When a Power BI visual appears with ...READ MORE

Nov 11, 2024 in Power BI by pooja
• 11,310 points
122 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
• 7,690 points
83 views
0 votes
1 answer

What are common performance bottlenecks in Docker containers, and how can I address them?

Docker containers can suffer from numerous performance-related issues. I identify and resolve them as ...READ MORE

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

How to find others WiFi password?

Understanding encryption methods and appropriate security standards ...READ MORE

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
109 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
• 15,040 points
88 views
0 votes
1 answer

How can we invalidate a session?

Session validation is essential to preserving your ...READ MORE

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

How to escape a single quote in SQL?

Escaping single quotes in SQL is crucial ...READ MORE

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
107 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
• 14,620 points
69 views
0 votes
1 answer

How do you use Gantt charts effectively in project management software?

To use the Gantt Charts Effectively in project ...READ MORE

Nov 10, 2024 in PMP by Anu
138 views
0 votes
1 answer

How to decrypt encrypted files?

A number of procedures must be followed ...READ MORE

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
106 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
• 15,040 points
86 views
0 votes
0 answers

How do I create a Power BI visual that dynamically adjusts based on user-selected filters and slicers?

How do I create a Power BI ...READ MORE

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

How to implement end-to-end encryption?

Implementing end-to-end encryption (E2EE) ensures that only ...READ MORE

Nov 12, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
81 views
0 votes
0 answers

In BFS, how many times is a node visited?

In BFS, how many times is a ...READ MORE

Nov 12, 2024 in Web Development by Nidhi
• 6,040 points
102 views
0 votes
1 answer

How can I troubleshoot a scenario where Power BI loads data with wrong formats or encoding from a CSV file?

Power BI loading a CSV file containing ...READ MORE

Nov 11, 2024 in Power BI by pooja
• 11,310 points
107 views
0 votes
0 answers
0 votes
0 answers

How to debug Node.js code?

How to debug Node.js code? I'm new to ...READ MORE

Nov 12, 2024 in Web Development by Nidhi
• 6,040 points
85 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
• 15,040 points
95 views
0 votes
1 answer

What are the most efficient algorithms for tokenizing long text sequences for GPT models?

The five most efficient algorithms for tokenizing ...READ MORE

Nov 11, 2024 in Generative AI by anil silori

edited Nov 12, 2024 by Ashutosh 104 views
0 votes
0 answers

What are some effective ways to integrate Power BI reports into other business applications for seamless access?

What are some effective ways to integrate ...READ MORE

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

How to use SSH in IoT?

Secure Shell (SSH) is a cryptographic network ...READ MORE

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

How to store passwords in a database?

Passwords must be safely stored in order ...READ MORE

Nov 11, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 15,040 points
87 views
+1 vote
2 answers

How do I troubleshoot data model relationships that are causing incorrect visualizations in Power BI?

Power BI is a powerful analytics tool; ...READ MORE

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

How do you keep documentation up to date with rapid changes in DevOps infrastructure?

DevOps processes and infrastructure are constantly evolving, ...READ MORE

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

What are the top PM tools for large enterprises?

Top Enterprise-Level Project Management Tools: Microsoft Project: A ...READ MORE

Nov 10, 2024 in PMP by Sufi
115 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
• 14,620 points
86 views