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 in Node-js by Navya
77 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 in Cyber Security & Ethical Hacking by Anupam
• 16,140 points
77 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 in Angular by Navya
76 views
0 votes
0 answers

How do you keep the team focused if they lack interest in the project topic?

I've been in situations where the team ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
110 views
0 votes
1 answer

Which of the following method is used for cross-domain Ajax calls?

The correct method used for cross-domain Ajax ...READ MORE

Feb 26 in Angular by Kavya
76 views
0 votes
4 answers

How to print objects of class using print function in Python?

You have to called the built in ...READ MORE

May 12, 2021 in Python by anonymous

edited Mar 5 79,040 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 in Node-js by Navya
115 views
0 votes
0 answers

How is data transmission done in the OSI model?

I want to understand how data moves ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 16,140 points
72 views
0 votes
1 answer

How does the @Component directive define Angular components?

The @Component decorator defines a component by ...READ MORE

Feb 26 in Angular by Navya
71 views
0 votes
0 answers
0 votes
0 answers

What's your approach to managing multiple projects with overlapping deadlines?

How do you manage multiple projects with ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
103 views
0 votes
0 answers

How do you ensure knowledge transfer when a team member is replaced?

What's the best way to handle knowledge ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
61 views
0 votes
1 answer

How do you structure a scalable Express.js project with multiple route modules?

Implementation Steps: Initialize Express App (app.js) const express = ...READ MORE

Feb 25 in Node-js by Navya
109 views
0 votes
0 answers

How do I implement a CNN-LSTM hybrid model for video classification tasks?

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

Feb 24 in Generative AI by Ashutosh
• 27,410 points
115 views
0 votes
0 answers
0 votes
0 answers

How do I apply Cosine Annealing for learning rate scheduling in Keras?

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

Feb 24 in Generative AI by Vani
• 3,580 points
94 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 in Generative AI by Vani
• 3,580 points
93 views
0 votes
1 answer

How to build an Angular project?

To build an Angular project, follow these ...READ MORE

Feb 25 in Angular by Navya
102 views
0 votes
1 answer

How to check Angular CLI version?

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

Feb 25 in Angular by Navya
100 views
0 votes
0 answers

How do you keep track of ongoing changes in regulatory requirements?

What’s the best way to keep up ...READ MORE

Feb 27 in PMP by Parshvi
• 740 points
43 views
0 votes
0 answers

What is the role of Adam optimizer in Keras, and how do I choose the best learning rate for it?

Can you explain to me What is ...READ MORE

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

How does a client-server network differ from a peer-to-peer?

I am trying to understand the fundamental ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 16,140 points
53 views
0 votes
0 answers
0 votes
1 answer

How do you handle scroll restoration in a React-Router app?

By default, React Router does not restore ...READ MORE

Feb 24 in Node-js by Kavya
158 views
0 votes
0 answers
0 votes
1 answer

What is the difference between Hooks and router in React?

Feature Hooks React Router Definition Functions that manage state and side ...READ MORE

Feb 24 in Node-js by Kavya
171 views
0 votes
1 answer

What are common reasons why DirectQuery fails when publishing to Power BI Service, and how can this be resolved?

When publishing to the Power BI Service, ...READ MORE

Feb 24 in Power BI by anonymous
• 26,690 points
123 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 in Generative AI by Ashutosh
• 27,410 points
98 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 in Cyber Security & Ethical Hacking by Anupam
• 16,140 points
93 views
0 votes
0 answers
0 votes
1 answer

What is the difference between BrowserRouter and createBrowserRouter?

Feature BrowserRouter (React Router v5 & v6) createBrowserRouter (React ...READ MORE

Feb 23 in Node-js by Kavya
182 views
0 votes
0 answers

How do you facilitate effective communication across cross-functional teams?

I'm trying to improve how different teams ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
81 views
0 votes
1 answer

How can you preload data for a route in React?

Preloading Data for a Route in React ...READ MORE

Feb 24 in Node-js by Kavya
168 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 in Cyber Security & Ethical Hacking by Anupam
• 16,140 points
91 views
0 votes
1 answer

How can you log and inspect request and response headers in Angular?

In Angular, you can log request and ...READ MORE

Feb 25 in Angular by Navya
89 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 in Node-js by Navya
86 views
0 votes
0 answers

How do I evaluate the performance of a time-series forecasting model using RMSE and MAE?

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

Feb 24 in Generative AI by Ashutosh
• 27,410 points
96 views
0 votes
0 answers
0 votes
1 answer

How do you implement breadcrumbs in a React-Router app?

Breadcrumbs help users navigate by showing the ...READ MORE

Feb 24 in Node-js by Kavya
149 views
0 votes
1 answer

How can session hijacking be detected in HTTP traffic?

Detecting session hijacking in HTTP traffic is ...READ MORE

Feb 25 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 28,780 points

edited Mar 6 84 views
0 votes
1 answer

How to preload a component in Angular?

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

Feb 24 in Angular by Navya
115 views
0 votes
0 answers

How would you proceed if project success criteria were loosely defined?

I've worked on projects where it's not ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
70 views
0 votes
1 answer

How to check Node version in Ubuntu?

To check the installed Node.js version in ...READ MORE

Feb 25 in Node-js by Navya
79 views
0 votes
0 answers

How can I implement semantic segmentation using Keras?

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

Feb 24 in Generative AI by Ashutosh
• 27,410 points
84 views
0 votes
1 answer

How does Angular work?

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

Feb 25 in Angular by Navya
78 views
0 votes
0 answers

What’s your strategy for quickly adjusting a project plan in a volatile environment?

How do you handle it when a ...READ MORE

Feb 25 in PMP by Parshvi
• 740 points
69 views
0 votes
0 answers

How to write a script to detect anomalous login locations?

I am trying to improve security monitoring ...READ MORE

Feb 26 in Cyber Security & Ethical Hacking by Anupam
• 16,140 points
75 views
0 votes
0 answers

How do I utilize Keras Callbacks to implement early stopping during model training?

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

Feb 24 in Generative AI by Ashutosh
• 27,410 points
87 views
0 votes
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 in Power BI by anonymous
• 26,690 points
107 views