Trending questions in Edureka Community

0 votes
1 answer

How do you implement data parallelism in model training for resource-constrained environments?

In order to implement data parallelism in resource-constrained ...READ MORE

Nov 13, 2024 in Generative AI by Ashutosh
• 33,350 points
4,042 views
0 votes
0 answers

Why can I ping a server, but an Nmap normal scan cannot see the host?

I'm trying to scan a network using ...READ MORE

Feb 7 in Cyber Security & Ethical Hacking by Anupam
• 18,970 points
366 views
+1 vote
1 answer
0 votes
1 answer

How to generate optimized source with and without sourcemap for production use?

To generate optimized source code with or ...READ MORE

Dec 31, 2024 in PHP by Navya
1,829 views
0 votes
1 answer

How to know a WiFi password through CMD?

Here are the step-by-step instructions to help ...READ MORE

Nov 28, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
3,205 views
+1 vote
5 answers

Getting this error: “Element is not clickable at point”

There are 3 possible solutions for this: 1. ...READ MORE

Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
86,276 views
0 votes
1 answer

What is the difference between hashing and masking?

Hashing and masking are two distinct techniques ...READ MORE

Jan 10 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,301 views
+1 vote
1 answer

How do you optimize Power Pivot models to handle millions of rows of transactional data without degrading performance?

Capacity Modeling: Power Pivot models that process ...READ MORE

Dec 12, 2024 in Power BI by pooja
• 24,450 points
653 views
0 votes
0 answers

How can I determine if a string begins with another string?

With the help of code snippets, can ...READ MORE

Jan 9 in Java-Script by Ashutosh
• 33,350 points
392 views
0 votes
1 answer

What is the method to convert a floating-point number to an integer in JavaScript?

You can convert a floating-point number to ...READ MORE

Feb 7 in Java-Script by Navya
653 views
+1 vote
1 answer

What is the difference between Power Pivot's Data Model and Power BI’s data model, and how can they be integrated effectively?

Power Pivot Data Model compared with Power ...READ MORE

Dec 2, 2024 in Power BI by pooja
• 24,450 points
852 views
0 votes
1 answer

What is the difference between data flow and control flow?

In programming and systems design, control flow ...READ MORE

Jan 7 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,408 views
0 votes
1 answer

How would you manage a scenario where a major client demands early delivery?

Managing an early delivery request from a ...READ MORE

Jan 28 in PMP by Anu
560 views
0 votes
0 answers

How do you negotiate scope changes without compromising project quality?

Scope changes are common in projects, but ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
513 views
+1 vote
2 answers
+1 vote
1 answer
+1 vote
2 answers
+1 vote
1 answer
0 votes
1 answer

How to add popper.js in React?

Install Popper.js via npm (npm install @popperjs/core), ...READ MORE

Feb 23 in Node-js by Kavya
732 views
0 votes
1 answer

How to uncover blacked-out text?

Understanding Redaction Methods Before diving into techniques, it's ...READ MORE

Nov 26, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
3,149 views
0 votes
0 answers

What’s your approach when a project is paused indefinitely?

How can project managers effectively handle the ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
462 views
0 votes
1 answer

What strategies do you use to de-escalate a project delay dispute?

Balancing empathy, communication, and a focus on ...READ MORE

Jan 28 in PMP by Anu
506 views
0 votes
1 answer

How do you balance autonomy with oversight in project team dynamics?

Finding the right balance between autonomy and ...READ MORE

Jan 28 in PMP by Priya
503 views
0 votes
1 answer

How do you handle a project where different departments have conflicting KPIs?

Ensuring collaboration and project success while managing ...READ MORE

Jan 28 in PMP by Sonia
500 views
0 votes
1 answer

How can I assign a variable to hold a multiline string in JavaScript?

You can assign a variable to hold ...READ MORE

Feb 7 in Java-Script by Navya
583 views
0 votes
1 answer

What’s your approach to handling ongoing project delays due to supply chain issues?

Ongoing supply chain disruptions can cause some ...READ MORE

Jan 28 in PMP by Zaid
490 views
0 votes
0 answers

How do you handle divergent opinions on the project’s vision among stakeholders?

How can project managers address divergent opinions ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
444 views
0 votes
1 answer

How would you proceed if you identify a critical risk late in the project?

If I see a high-risk event appearing ...READ MORE

Jan 28 in PMP by Sufi
508 views
0 votes
1 answer

How do you maintain focus when the project’s objectives change frequently?

The constant change of project objectives is ...READ MORE

Jan 28 in PMP by Sufi
476 views
0 votes
1 answer

How can I determine if a string begins with another string in JavaScript?

You can use the startsWith() method. Syntax: string.startsWith(searchString, position) Example: const ...READ MORE

Feb 7 in Java-Script by Navya
561 views
+1 vote
1 answer
0 votes
1 answer

What does the new keyword do in JavaScript?

In JavaScript, the new keyword is used ...READ MORE

Feb 7 in Java-Script by Navya
555 views
0 votes
0 answers

What’s your strategy for managing project fatigue in a long-term project?

In long-term projects, teams can experience fatigue, ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
421 views
+1 vote
1 answer

How do you handle many-to-many relationships in Power Pivot when designing a data model to ensure correct data aggregation?

Handling the many-to-many relationships is really intelligent ...READ MORE

Dec 2, 2024 in Power BI by pooja
• 24,450 points
752 views
+1 vote
1 answer
0 votes
1 answer

Which is better: SSH RSA or SSH DSS?

When comparing SSH key types, RSA (Rivest–Shamir–Adleman) ...READ MORE

Jan 10 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,151 views
0 votes
1 answer

How do I force clear cache in Angular?

To force clear the cache in Angular, ...READ MORE

Dec 31, 2024 in Angular by Navya
1,602 views
+1 vote
1 answer
0 votes
1 answer

What is the method to check if a JavaScript object is empty?

You can use several methods: 1. Using Object.keys() const ...READ MORE

Feb 7 in Java-Script by Navya
536 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
77,576 views
+1 vote
1 answer

How can you use Power Pivot in Excel to create a star schema model and integrate it with Power BI for reporting?

How Power Pivot gives optimal data models: ...READ MORE

Dec 2, 2024 in Power BI by pooja
• 24,450 points
728 views
0 votes
0 answers

What does the error Tensor shape mismatch during attention calculation mean, and how can I fix it?

With the help of proper code example ...READ MORE

Jan 22 in Generative AI by Ashutosh
• 33,350 points
505 views
0 votes
1 answer

How do you address disparities in resource allocation within a project?

To tackle resource allocation imbalances, start by ...READ MORE

Jan 24 in PMP by Sonia
531 views
+1 vote
1 answer

What techniques do you use to ensure that Power Pivot data models scale properly as your dataset size grows?

Here are some tips to help maintain ...READ MORE

Dec 3, 2024 in Power BI by pooja
• 24,450 points
670 views
0 votes
0 answers

Why does Google Vertex AI throw timeout errors during large batch inference jobs?

With the help of code example tell ...READ MORE

Jan 22 in Generative AI by Nidhi
• 16,260 points
487 views
0 votes
1 answer

How do you manage stakeholder expectations when an external dependency fails?

Experience has taught stakeholders that the management ...READ MORE

Jan 24 in PMP by Sufi
515 views
0 votes
1 answer

How can I iterate through keys and values in JavaScript?

In JavaScript , you can iterate through ...READ MORE

Feb 7 in Java-Script by Navya
496 views
0 votes
0 answers