Trending questions in Edureka Community

0 votes
1 answer

Can there be multiple private keys for one public key?

In traditional public-key cryptography systems like RSA ...READ MORE

Feb 11, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,220 points
1,746 views
0 votes
0 answers

How do you create buy-in for a project facing internal opposition?

I’m curious about how to create buy-in ...READ MORE

Mar 3, 2025 in PMP by Parshvi
• 7,940 points
724 views
0 votes
0 answers

How does a password manager increase security?

Password managers store and generate strong, unique ...READ MORE

Mar 3, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
776 views
0 votes
0 answers
0 votes
1 answer

How do you implement routing in a React application?

Implementing Routing in a React Application (React ...READ MORE

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

What is the best way to deploy Power BI reports and connect them to a single Power BI dataset?

Use Power BI shared datasets by publishing ...READ MORE

Apr 8, 2025 in Power BI by anonymous
• 24,450 points
1,454 views
0 votes
0 answers

What’s your approach to managing remote teams with limited oversight?

I’m curious about how people manage remote ...READ MORE

Mar 3, 2025 in PMP by Parshvi
• 7,940 points
718 views
0 votes
0 answers

How to detect log-based anomalies using Python?

Analyzing logs can help detect unusual activity ...READ MORE

Mar 6, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
669 views
0 votes
0 answers

How to lazy load module after api response in angular?

Can someone exlpain me with the code ...READ MORE

Mar 6, 2025 in Angular by Nidhi
• 16,260 points
679 views
0 votes
0 answers

How would you address language ambiguity in generated text using a language model for content generation?

Can you tell me How would you ...READ MORE

Mar 2, 2025 in Generative AI by Nidhi
• 16,260 points
797 views
0 votes
0 answers

Describe a time when you had to lead a team through a significant change. How did you manage it?

What steps do you take to manage ...READ MORE

Mar 7, 2025 in PMP by Parshvi
• 7,940 points
623 views
0 votes
0 answers

How can you prevent bias amplification in text generation models when using biased data sources?

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

Mar 2, 2025 in Generative AI by Ashutosh
• 33,370 points
796 views
0 votes
0 answers

What’s the difference between SSO and federated identity?

Single Sign-On (SSO) and federated identity both ...READ MORE

Mar 3, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
765 views
0 votes
0 answers

Describe a time when you failed to identify a critical risk. How did you handle the situation?

Have you ever missed a major risk ...READ MORE

Mar 7, 2025 in PMP by Parshvi
• 7,940 points
620 views
0 votes
0 answers

How would you handle a rapid scope expansion by key stakeholders?

What do you do when major stakeholders ...READ MORE

Mar 3, 2025 in PMP by Parshvi
• 7,940 points
708 views
+1 vote
1 answer

UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.

Hi@akhtar, You need to install a GUI toolkit, ...READ MORE

Mar 5, 2020 in Machine Learning by MD
• 95,460 points

edited Aug 11, 2021 by Soumya 67,109 views
0 votes
1 answer

How to preload a component in Angular?

In Angular, components are not preloaded directly, ...READ MORE

Feb 24, 2025 in Angular by Navya
1,050 views
0 votes
1 answer

How can I determine whether a JavaScript object is empty?

Use Object.keys(obj).length === 0 to check if ...READ MORE

Feb 23, 2025 in Java-Script by Kavya
1,109 views
0 votes
0 answers

How do you optimize resource allocation in a resource-constrained project?

How do you manage a project when ...READ MORE

Feb 27, 2025 in PMP by Parshvi
• 740 points
920 views
0 votes
1 answer

How do I check if a string contains a specific substring in JavaScript?

You can use the includes() method, introduced ...READ MORE

Feb 12, 2025 in Java-Script by Kavya
1,567 views
0 votes
0 answers

How do you use forkJoin() for parallel API calls?

can you explain me with the help ...READ MORE

Mar 5, 2025 in Angular by Nidhi
• 16,260 points
708 views
0 votes
1 answer

How can we add the style conditionally in Angular?

In Angular, you can add styles conditionally ...READ MORE

Feb 26, 2025 in Angular by Tanya
968 views
0 votes
1 answer

How can I compare two commits directly in the Azure DevOps web UI?

Follow these steps to compare two commits ...READ MORE

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
4,219 views
0 votes
0 answers

How would you address tokenization errors in a GPT-3 model when generating natural language text?

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

Mar 2, 2025 in Generative AI by Ashutosh
• 33,370 points
783 views
0 votes
1 answer

Why were Infinity and NaN excluded from JSON, and what is JSON’s role in ECMAScript?

JSON's Role in ECMAScript: ECMAScript, the standard upon ...READ MORE

Feb 21, 2025 in Node-js by Kavya
1,371 views
0 votes
1 answer

How does BehaviorSubject differ from Subject in state management?

Feature Subject BehaviorSubject Initial Value No initial value Requires an initial value Last ...READ MORE

Feb 24, 2025 in Node-js by Navya
1,042 views
+1 vote
1 answer
0 votes
2 answers

Is it possible to embed Power BI reports without using Azure SQL Server? If so, how?

Yes, you can embed Power BI reports ...READ MORE

Apr 3, 2025 in Power BI by anonymous
• 24,450 points
1,544 views
0 votes
0 answers

How do you deal with unexpected changes in client personnel?

I'm working on a project, and one ...READ MORE

Feb 26, 2025 in PMP by Parshvi
• 740 points
939 views
0 votes
1 answer

How to set read concern in MongoDB?

In MongoDB, you can set read concern ...READ MORE

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

How can you address token misalignment when using pre-trained models for machine translation?

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

Mar 2, 2025 in Generative AI by Ashutosh
• 33,370 points
780 views
0 votes
1 answer

Does React keep the order for state updates?

No, React does not always keep the ...READ MORE

Feb 22, 2025 in Node-js by Kavya
1,160 views
0 votes
1 answer

How can query string parameters be retrieved in JavaScript?

You can retrieve query string parameters from ...READ MORE

Feb 21, 2025 in Node-js by Kavya
1,366 views
0 votes
0 answers

Describe your approach to managing a remote project team.

What’s your strategy for managing a remote ...READ MORE

Mar 7, 2025 in PMP by Parshvi
• 7,940 points
602 views
0 votes
1 answer

How can I use a callback function with the useState hook in React?

In React, the useState hook does not ...READ MORE

Feb 12, 2025 in Node-js by Navya
1,559 views
0 votes
2 answers

What are some key considerations when deploying Power BI reports in a multi-tenant SaaS environment?

Use embedded Power BI with row-level security, ...READ MORE

Apr 8, 2025 in Power BI by anonymous
• 24,450 points
1,340 views
0 votes
0 answers

What steps can be taken to fix dead neurons during training of a text generation model?

Can i know What steps can be ...READ MORE

Mar 2, 2025 in Generative AI by Ashutosh
• 33,370 points
774 views
0 votes
0 answers

How do you fix token prediction anomalies during the training phase of a text-to-image generator?

Can i know How do you fix ...READ MORE

Mar 2, 2025 in Generative AI by Nidhi
• 16,260 points
773 views
0 votes
0 answers

How would you manage a team member who is consistently underperforming?

How would you handle a team member ...READ MORE

Mar 7, 2025 in PMP by Parshvi
• 7,940 points
604 views
0 votes
0 answers

How does IP addressing work in computer networks?

IP addresses are used to identify devices ...READ MORE

Feb 27, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
914 views
0 votes
0 answers

What is the first step in using Burp Suite for web application security testing?

Burp Suite is a powerful tool for ...READ MORE

Mar 4, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
737 views
0 votes
1 answer

What are the steps to consume an API in a React app using the Fetch method?

Steps to Consume an API in a ...READ MORE

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

How can you handle multi-modal input data when training generative models for text and image synthesis?

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

Mar 2, 2025 in Generative AI by Nidhi
• 16,260 points
769 views
+1 vote
1 answer

How can I optimize Power BI performance when working with an SSAS Multidimensional Cube?

Thus, all performance improvements for Power BI ...READ MORE

Feb 24, 2025 in Power BI by anonymous
• 36,180 points
984 views
+1 vote
2 answers

Can you use Power BI Fabric to create dynamic, personalized narratives based on user roles or preferences?

Power BI Fabric makes it possible to ...READ MORE

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

What is the use of Switch in React Router?

In React Router v5, <Switch> is used ...READ MORE

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

What’s the difference between LAN, WAN, and MAN?

I often hear about LAN (Local Area ...READ MORE

Feb 26, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
947 views
0 votes
1 answer

Why is 'StaticImageData' not assignable to type 'string' in TypeScript?

The error "StaticImageData is not assignable to ...READ MORE

Dec 13, 2024 in Web Development by Navya
4,177 views
0 votes
1 answer

How do you design a schema for tree structures in MongoDB?

Designing a schema for tree structures in ...READ MORE

Feb 22, 2025 in Node-js by Kavya
1,142 views