Trending questions in Edureka Community

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
599 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
632 views
0 votes
1 answer

Should a child component have states, or should it rely on props?

Whether a child component should have its ...READ MORE

Feb 23, 2025 in Node-js by Kavya
749 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
731 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,970 points
498 views
0 votes
0 answers

How do you fix logic inaccuracies in an AI-powered algorithm designer used during hackathons?

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

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
722 views
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
728 views
0 votes
1 answer

Does ListView inherently support lazy loading?

No, ListView does not inherently support lazy ...READ MORE

Feb 21, 2025 in JQuery by Kavya
1,042 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
790 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
697 views
0 votes
1 answer

Write code to implement an Auth Guard for route protection.

An AuthGuard prevents unauthorized users from accessing ...READ MORE

Feb 24, 2025 in Angular by Navya
665 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
785 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
630 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
878 views
0 votes
1 answer

How to automate patching web server vulnerabilities with Ansible?

Automating the patching of web server vulnerabilities ...READ MORE

Feb 21, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
802 views
+1 vote
1 answer
0 votes
1 answer

What is the purpose of the three dots syntax in React?

In React, the three dots syntax (...) ...READ MORE

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

How can I implement semantic segmentation using Keras?

Can i know How can I implement ...READ MORE

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
633 views
0 votes
1 answer

Can apps access other apps RAM on iOS?

iOS enforces strict memory isolation between applications ...READ MORE

Feb 18, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
930 views
+1 vote
1 answer
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
716 views
0 votes
2 answers

How can I use Power BI Fabric to build interactive data narratives and insights for business stakeholders?

Use Power BI Fabric to unify data ...READ MORE

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

What methods can I use to optimize token embedding in a transformer model when generating complex language structures?

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

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
670 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
618 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
548 views
0 votes
1 answer

How to prevent password cracking using salting and hashing?

To safeguard passwords against brute-force and dictionary ...READ MORE

Feb 21, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
790 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
615 views
0 votes
1 answer

How to access custom attributes from event object in React?

The best way to access custom attributes ...READ MORE

Feb 22, 2025 in Node-js by Kavya
768 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
707 views
0 votes
1 answer

What are the security risks of hole punching in IoT?

NAT (Network Address Translation) hole punching is ...READ MORE

Feb 17, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
959 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
601 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,370 points
719 views
0 votes
0 answers

Why does an FAQ generator struggle to address ambiguous user queries?

Can you tell me Why does an ...READ MORE

Feb 22, 2025 in Generative AI by Nidhi
• 16,260 points
698 views
0 votes
1 answer

How can you use MongoDB CRUD operations to build a simple blog app?

Below is a simple implementation using MongoDB ...READ MORE

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

Should you use MVC 2 or stick with MVC 1 for your project?

The choice between MVC 1 and MVC ...READ MORE

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

How does Angular work?

Angular is a TypeScript-based front-end framework for ...READ MORE

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

How to configure WAF rules for mitigating RFI attacks?

Mitigating Remote File Inclusion (RFI) attacks is ...READ MORE

Feb 19, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
862 views
0 votes
1 answer

How to traverse react tree recursively and get states of the react elements?

To traverse a React tree and get ...READ MORE

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

What is a Siamese Network, and how is it used in one-shot learning?

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

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

How do I integrate external data sources into a Keras model for better accuracy?

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

Feb 24, 2025 in Generative AI by Ashutosh
• 33,370 points
607 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,370 points
607 views
0 votes
2 answers

Can Power BI Fabric automatically adjust the narrative as new data is added, and how does this work?

Yes, Power BI Fabric can dynamically adjust ...READ MORE

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

What are the steps to pass a single TypeScript Interface object as props to a child component in React?

To pass a single TypeScript interface object ...READ MORE

Feb 21, 2025 in Angular by Kavya
771 views
+1 vote
1 answer

Power BI ADAL Authentication Issues – Having trouble with ADAL authentication in Power BI. Anyone dealt with this before?

Yes, ADAL authentication issues in Power BI ...READ MORE

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

How can you generate realistic images from textual descriptions using DALL·E or CLIP?

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

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

Why does the useEffect hook trigger twice in React?

This behavior is intentional and stems from ...READ MORE

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

How can I integrate Power BI with Autodesk BIM360 using OAuth 2.0 authentication?

To integrate Power BI with Autodesk BIM360 ...READ MORE

Apr 3, 2025 in Power BI by anonymous
• 24,450 points
1,231 views