Trending questions in Edureka Community

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,240 points
1,891 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, 2025 in Java-Script by Navya
1,134 views
0 votes
0 answers
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,122 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,697 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,590 views
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,788 views
+1 vote
1 answer
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,089 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,757 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,079 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
991 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,733 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
794 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,955 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,240 points
1,766 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,039 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,104 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,395 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
1,011 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,039 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,353 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,240 points
2,533 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,240 points
1,941 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,069 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,380 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,650 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
895 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
893 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
959 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
888 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
955 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,444 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
982 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,291 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
964 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
876 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,084 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,453 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
958 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,669 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,076 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,385 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,913 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
951 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
813 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
877 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
926 views
0 votes
1 answer

How to check AWS free tier expiry date?

To check the expiry date of your ...READ MORE

Nov 7, 2024 in AWS by Piyu
4,552 views