Trending questions in Edureka Community

0 votes
2 answers

Is there a Power BI connector to track and visualize user activity within Power BI reports?

Power BI does not have a native ...READ MORE

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

How can you handle route transitions with animations?

You can use Framer Motion with React ...READ MORE

Feb 24, 2025 in Node-js by Kavya
613 views
0 votes
1 answer

How do you embed a document in MongoDB for better performance?

Embedding documents in MongoDB is a common ...READ MORE

Feb 22, 2025 in Node-js by Kavya
701 views
0 votes
0 answers

How do I use Keras to train a Bidirectional LSTM model for sentence classification?

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

Feb 24, 2025 in Generative AI by Vani
• 3,580 points
536 views
0 votes
0 answers

What’s your approach to maintaining project quality during budget cuts?

I'm currently managing a project where we're ...READ MORE

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

How do you handle concerns for write operations in MongoDB?

Write operations in MongoDB need to be ...READ MORE

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

What is the default response type of HttpClient service?

By default, HttpClient assumes the server response ...READ MORE

Feb 25, 2025 in Node-js by Navya
545 views
0 votes
0 answers

How to track deleted log files in a compromised Linux system?

After a suspected security incident, I discovered ...READ MORE

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

What’s the purpose of network architecture layers?

I know that network communication is structured ...READ MORE

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

How can a child component's props be overwritten in React?

You can utilize the React.cloneElement function. This ...READ MORE

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

How do I apply transfer learning with InceptionV3 in Keras to improve a cat classification model?

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

Feb 24, 2025 in Generative AI by Vani
• 3,580 points
531 views
0 votes
0 answers

How do you analyze buffer overflow exploits in a web server?

I am researching buffer overflow vulnerabilities in ...READ MORE

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

How can I use all the React events with Material-UI components?

The best approach is to leverage the ...READ MORE

Feb 22, 2025 in Node-js by Kavya
696 views
+1 vote
2 answers

How would you embed Power BI reports in an Angular application with Azure AD authentication?

To embed Power BI reports in an ...READ MORE

Mar 24, 2025 in Power BI by anonymous
• 24,450 points
1,358 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
690 views
0 votes
0 answers

What is zero-trust security in access administration?

Zero-trust security follows the principle of "never ...READ MORE

Feb 28, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
399 views
0 votes
2 answers

How would you parse a JSON column into a usable format in Power BI?

To parse a JSON column in Power ...READ MORE

Apr 1, 2025 in Power BI by anonymous
• 24,450 points
1,231 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
688 views
+1 vote
1 answer
0 votes
0 answers
0 votes
1 answer

What's the difference between ngIf, ngFor, and ngSwitch?

Directive Purpose Usage Example *ngIf Conditionally adds/removes elements based on a boolean ...READ MORE

Feb 26, 2025 in Node-js by Navya
489 views
0 votes
1 answer

How can structural directives manipulate the DOM in Angular?

Structural directives in Angular (*ngIf, *ngFor, *ngSwitch) ...READ MORE

Feb 26, 2025 in Angular by Navya
488 views
0 votes
1 answer

How would you dynamically generate routes from an API response?

To dynamically generate routes from an API ...READ MORE

Feb 24, 2025 in Node-js by Kavya
594 views
0 votes
1 answer

How to check if Node is installed?

For Windows, macOS, and Linux: Open Command Prompt ...READ MORE

Feb 25, 2025 in Node-js by Navya
522 views
0 votes
1 answer

Write a query for a compound index to optimize a search operation in MongoDB.

A compound index improves search performance by ...READ MORE

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

How can malware be hidden using NTFS Alternate Data Streams?

NTFS Alternate Data Streams (ADS) are a ...READ MORE

Feb 21, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
695 views
0 votes
1 answer

How are default props declared in a React functional component?

In React functional components, default prop values ...READ MORE

Feb 21, 2025 in Node-js by kavya
886 views
0 votes
1 answer

How can I troubleshoot HTTP error responses (like 400, 403) when calling the Google Generative AI API?

Troubleshooting HTTP errors like 400 and 403 ...READ MORE

Mar 17, 2025 in Generative AI by arif
816 views
+1 vote
1 answer
0 votes
1 answer

Write a query to fetch specific fields using MongoDB projections.

Fetching Specific Fields Using MongoDB Projections MongoDB projections ...READ MORE

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

How do I prevent a VAE from generating overly simplistic outputs when training on complex data?

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

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
565 views
0 votes
0 answers

How can I visualize model training history using Keras and matplotlib for performance analysis?

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

Feb 24, 2025 in Generative AI by Vani
• 3,580 points
502 views
0 votes
1 answer

How to check Angular CLI version?

o check the installed Angular CLI version, ...READ MORE

Feb 25, 2025 in Angular by Navya
512 views
0 votes
1 answer

how to create a CSV file in Java?

Using OpenCSV Library Add OpenCSV dependency (if using ...READ MORE

Feb 25, 2025 in Node-js by Navya
510 views
0 votes
1 answer

How do you handle nested routes with complex layouts?

To manage nested routes with complex layouts ...READ MORE

Feb 24, 2025 in Node-js by Kavya
574 views
0 votes
1 answer

What are MongoDB data types, and how do you define them in a schema?

MongoDB supports various data types, including: String (String) ...READ MORE

Feb 23, 2025 in Node-js by anonymous
602 views
+1 vote
1 answer

Performing CRUD Analysis in Power BI? – How do you analyze Create, Read, Update, Delete (CRUD) operations using Power BI?

Monitoring CRUD changes in Power BI should ...READ MORE

Feb 18, 2025 in Power BI by anonymous
• 36,180 points
756 views
0 votes
0 answers

What’s your strategy when a project needs urgent upskilling within the team?

I'm managing a project where we suddenly ...READ MORE

Feb 26, 2025 in PMP by Parshvi
• 740 points
437 views
0 votes
0 answers

How do you prevent data leakage in a prompt-to-code AI integrated into real-time IDE tools?

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

Feb 22, 2025 in Generative AI by Ashutosh
• 33,350 points
614 views
0 votes
2 answers

How can I preserve table data type columns from Power Query in the Power BI Data Model?

Ensure data types are correctly set in ...READ MORE

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

How is the Push method used in React Hooks (useState), or what are its best practices?

In React Hooks (useState), you cannot use ...READ MORE

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

What is the best way to handle a 404 page using React-Router?

Here's the best way to implement a ...READ MORE

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

How would you model a one-to-many relationship in MongoDB?

In MongoDB, a one-to-many relationship can be ...READ MORE

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

Can you force a React component to rerender without calling setState?

In functional components, the best way to ...READ MORE

Feb 22, 2025 in Node-js by Kavya
656 views
0 votes
0 answers

How can you tune hyperparameters using GridSearchCV in Scikit-learn for a Random Forest model?

With the help of python programming can ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,350 points
508 views
0 votes
0 answers
0 votes
1 answer

AADSTS500113: no reply address is registered for the application.

 The error AADSTS500113: no-reply address is registered ...READ MORE

Oct 30, 2024 in Azure by Sweeny
5,653 views