Trending questions in Edureka Community

0 votes
0 answers
0 votes
1 answer

Which Nmap scan does not completely open a TCP connection?

In Nmap, the SYN scan (-sS) is ...READ MORE

Jan 7, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,854 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
1,255 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, 2025 in Java-Script by Navya
1,085 views
+1 vote
2 answers

How can I track and log user interactions with Power BI reports?

There should be enough room for optimum ...READ MORE

Nov 28, 2024 in Power BI by pooja
• 24,450 points
1,663 views
0 votes
1 answer

Why does my VAE model produce blurry samples despite a well-tuned discriminator?

To address this, try improving the latent ...READ MORE

Jan 9, 2025 in Generative AI by Ashutosh
• 33,370 points
1,730 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, 2025 in PMP by Anu
974 views
0 votes
1 answer

How can I pass arguments to the callback function in setTimeout()?

You can pass arguments to the callback ...READ MORE

Feb 7, 2025 in Java-Script by Navya
1,059 views
+1 vote
1 answer
0 votes
1 answer

How many IAM roles can be created per AWS account?

AWS IAM roles. The maximum number of ...READ MORE

Nov 6, 2024 in AWS by Kirana
4,738 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, 2025 in Java-Script by Ashutosh
• 33,370 points
771 views
0 votes
1 answer

Why does "window is not defined" error occur in Next.js?

The "window is not defined" error in ...READ MORE

Dec 17, 2024 in Node-js by Navya
2,703 views
0 votes
1 answer

What does the new keyword do in JavaScript?

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

Feb 7, 2025 in Java-Script by Navya
1,043 views
0 votes
1 answer

What is the response from an open TCP port which is not behind a firewall?

When you send a TCP SYN packet ...READ MORE

Jan 8, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,748 views
0 votes
1 answer

What’s the best way to communicate project delays to stakeholders?

From my perspective, communicating with stakeholders about ...READ MORE

Jan 3, 2025 in PMP by Anu
1,920 views
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, 2025 in Java-Script by Navya
1,015 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, 2025 in Generative AI by Ashutosh
• 33,370 points
991 views
0 votes
1 answer

How does dropout regularization impact the performance of Generative AI in low-resource settings?

Dropout regularization helps prevent overfitting by randomly ...READ MORE

Jan 23, 2025 in Generative AI by rahul
1,078 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, 2025 in PMP by Sonia
1,017 views
0 votes
0 answers

How do you fix blurry outputs in a GAN when generating high-quality images?

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

Jan 16, 2025 in Generative AI by Ashutosh
• 33,370 points
1,323 views
+1 vote
2 answers

What are the best practices for displaying large geographic datasets (e.g., countries, cities) on a Power BI map without affecting performance?

Implement the dataset optimization and visualization settings ...READ MORE

Nov 29, 2024 in Power BI by pooja
• 24,450 points
1,359 views
0 votes
0 answers
0 votes
1 answer

Are GIAC certs open book (unlike CISSP)?

Yes, GIAC (Global Information Assurance Certification) exams ...READ MORE

Jan 3, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,921 views
0 votes
1 answer

At which OSI layer does NetBIOS operate, and why is this important?

NetBIOS (Network Basic Input/Output System) primarily operates ...READ MORE

Dec 20, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
2,494 views
0 votes
1 answer

How can progressive resizing be used to optimize training in Generative AI pipelines?

Progressive resizing is a technique where the ...READ MORE

Jan 23, 2025 in Generative AI by megha
1,045 views
0 votes
1 answer

How do you track progress when team members follow different project methodologies?

There has to be a balance between ...READ MORE

Jan 28, 2025 in PMP by Zain
873 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, 2025 in PMP by Sonia
871 views
0 votes
0 answers

How do I resolve CUDA out of memory errors during model training on an 8GB GPU?

Can i know How do I resolve ...READ MORE

Jan 22, 2025 in Generative AI by Ashutosh
• 33,370 points
938 views
+1 vote
2 answers

How can you implement complex KPIs and visual indicators using DAX that adapt to different user segments or regions?

Using DAX, you can create advanced KPIs ...READ MORE

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

How do you handle formatting issues when exporting Power BI reports to Excel or PDF, especially with large text tables?

They are as follows: Handle formatting issues ...READ MORE

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

edited Mar 6, 2025 3,438 views
0 votes
1 answer

What are the best practices for using jQuery’s closest() and parents() functions for DOM traversal?

Use .closest() for the Nearest Match Efficient for ...READ MORE

Dec 17, 2024 in Java-Script by Navya
2,613 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, 2025 in PMP by Priya
864 views
0 votes
0 answers

How can I prevent mode collapse when training GANs on diverse datasets?

Can you tell me How can I ...READ MORE

Jan 22, 2025 in Generative AI by Ashutosh
• 33,370 points
928 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, 2025 in PMP by Sufi
959 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, 2025 in PMP by Anu
855 views
0 votes
1 answer

How does output truncation affect the clarity of responses in Generative AI models?

Output truncation in Generative AI models can ...READ MORE

Jan 17, 2025 in Generative AI by niyasa
1,264 views
0 votes
1 answer

How to import popper.js in React?

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

Feb 23, 2025 in Node-js by Kavya
1,063 views
0 votes
1 answer

How can I fix size mismatch errors when creating layers in a Flux VAE model?

To fix size mismatch errors when creating ...READ MORE

Jan 8, 2025 in Generative AI by rawat tech
1,648 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, 2025 in PMP by Hoor
• 4,690 points
801 views
+1 vote
3 answers

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
• 24,450 points
2,406 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, 2025 in Java-Script by Navya
932 views
0 votes
1 answer

Can you explain the concept of tail recursion?

Tail recursion is a specific form of ...READ MORE

Feb 7, 2025 in Java-Script by Navya
929 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, 2025 in PMP by Sufi
860 views
0 votes
1 answer

How do I create a custom popover in React?

Create a custom popover in React by ...READ MORE

Feb 23, 2025 in Node-js by Kavya
1,047 views
0 votes
0 answers

How do I interpret obscure errors in low-level libraries like NumPy during AI training?

Can you tell me How do I ...READ MORE

Jan 22, 2025 in Generative AI by Ashutosh
• 33,370 points
906 views
0 votes
1 answer

How do I check if a variable is undefined in JavaScript?

In JavaScript, you can check if a ...READ MORE

Feb 7, 2025 in Java-Script by Navya
923 views
0 votes
2 answers

How do I enable and use data classification and sensitivity labels in Power BI?

Enable Sensitivity Labels: Under Tenant Settings in the Power ...READ MORE

Jan 23, 2025 in Power BI by anonymous
• 24,450 points
2,413 views
0 votes
1 answer

PowerBI API Rest API for updating the Datasource ID?

1. Authenticate—First, we can use Azure AD ...READ MORE

Dec 3, 2024 in Power BI by anonymous
• 3,580 points

edited Mar 6, 2025 3,873 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, 2025 in PMP by Hoor
• 4,690 points
779 views
+1 vote
2 answers

What techniques can you use to optimize Power BI’s performance when dealing with a large number of visuals on a single report page?

Reduce the number of visuals, use optimized ...READ MORE

Feb 28, 2025 in Power BI by anonymous
• 3,020 points
1,343 views