Trending questions in Edureka Community

0 votes
1 answer

How do I set up Power BI Embedded with authentication for external users?

To set up Power BI Embedded with ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
58 views
0 votes
2 answers

How is PERT estimation applied in agile environments?

PERT (Program Evaluation and Review Technique) is ...READ MORE

Apr 15 in PMP by Naira
73 views
0 votes
1 answer

How do I create a paginated report that dynamically adjusts based on user selections?

To create a dynamic Power BI paginated ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
54 views
0 votes
1 answer

How do I integrate Power BI with Snowflake while maintaining query performance?

To integrate Power BI with Snowflake while ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
54 views
0 votes
1 answer

How can I schedule automated data refresh with notification alerts?

To schedule automated data refresh with notification ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
55 views
0 votes
1 answer

How do I configure Power BI Service for multi-region deployment?

To configure Power BI Service for multi-region ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
54 views
0 votes
1 answer

How do I integrate Power BI with DevOps for CI/CD deployment?

To integrate Power BI with DevOps for ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
53 views
0 votes
1 answer

How to implement a service that provides real-time data synchronization across tabs?

To implement real-time data synchronization across browser ...READ MORE

Apr 17 in Node-js by anonymous
84 views
0 votes
1 answer

How do I enable Power BI to read streaming Twitter data for sentiment analysis?

To enable Power BI to read and ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
49 views
0 votes
1 answer

How to use services to abstract API endpoints and data models from components?

To abstract API endpoints and data models ...READ MORE

Apr 17 in Node-js by anonymous
83 views
0 votes
1 answer

How to use hierarchical dependency injection to provide different service instances?

To use hierarchical dependency injection in Angular ...READ MORE

Apr 17 in Node-js by anonymous
82 views
0 votes
0 answers

What are the steps to set up a basic routing system in a React application using React Router?

Can you tell me What are the ...READ MORE

Apr 17 in Node-js by Nidhi
• 16,020 points
56 views
0 votes
1 answer

How can I integrate Power BI with ServiceNow for live ticket analysis?

Integrating Power BI with ServiceNow for live ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
47 views
0 votes
1 answer

How do services help in implementing the Facade Pattern in Angular applications?

In Angular, services help implement the Facade ...READ MORE

Apr 17 in Node-js by anonymous
79 views
0 votes
2 answers

How can I configure timeboxing in ClickUp for sprint planning?

Timeboxing is an important approach in Agile ...READ MORE

Apr 15 in PMP by Naira
62 views
0 votes
1 answer

How do I connect Power BI to Google Analytics for advanced marketing insights?

To connect Power BI to Google Analytics ...READ MORE

Apr 16 in Power BI by anonymous
• 30,660 points
43 views
0 votes
1 answer

How to create a custom decorator for injecting dependencies in Angular?

In Angular, you typically use the built-in ...READ MORE

Apr 17 in Node-js by anonymous
78 views
0 votes
0 answers

How do I add a hyperlink to a tooltip?

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

Apr 17 in Node-js by Ashutosh
• 28,250 points
49 views
0 votes
1 answer

How to develop a service that handles centralized event broadcasting across components?

To develop a centralized event broadcasting service ...READ MORE

Apr 17 in Node-js by anonymous
73 views
0 votes
0 answers
0 votes
0 answers
0 votes
1 answer

How to implement a service that interacts with Web Workers for background processing?

These are the steps to create a ...READ MORE

Apr 17 in Node-js by anonymous
70 views
0 votes
1 answer

How to create a service that manages user sessions and authentication tokens?

1. Create the Auth Service (auth.service.ts) import { ...READ MORE

Apr 17 in Node-js by anonymous
70 views
0 votes
1 answer

How to create a pipe that converts RGB color codes to hexadecimal format?

To create an Angular pipe that converts ...READ MORE

Apr 17 in Node-js by anonymous
68 views
0 votes
1 answer

How to design a pipe that accepts configuration options for flexible transformations?

Angular Pipe Implementation import { Pipe, PipeTransform } ...READ MORE

Apr 17 in Node-js by anonymous
65 views
0 votes
1 answer

How to use multiple pipes to transform and filter arrays in templates?

Chain multiple pipes in Angular templates by ...READ MORE

Apr 17 in Node-js by anonymous
65 views
0 votes
1 answer

Can I automate Gantt chart refreshes in Excel with VBA?

Yes, automating Gantt chart refreshes in Excel ...READ MORE

Apr 15 in PMP by Naira
78 views
0 votes
1 answer

How to implement a pipe that calculates the age from a birthdate input?

To implement a custom pipe that calculates ...READ MORE

Apr 17 in Node-js by anonymous
62 views
0 votes
1 answer

How to implement a pipe that performs complex mathematical calculations on input data?

To create a pipe that performs complex ...READ MORE

Apr 17 in Node-js by anonymous
61 views
0 votes
1 answer

How to develop a pipe that formats credit card numbers with masking?

To develop a pipe that formats and ...READ MORE

Apr 17 in Laravel by anonymous
59 views
0 votes
1 answer

What’s the method to visualize milestone slippage in MS Project?

Visualizing milestone slippage is essential for tracking ...READ MORE

Apr 15 in PMP by Naira
74 views
0 votes
1 answer

How do I generate dashboard widgets for story points in JIRA?

Creating story points widgets in JIRA is ...READ MORE

Apr 15 in PMP by Naira
71 views
0 votes
1 answer

How to utilize JsonPipe to debug complex objects in templates?

Use JsonPipe in Angular templates to convert ...READ MORE

Apr 16 in Node-js by anonymous
70 views
0 votes
1 answer

How to use CurrencyPipe to display localized currency formats?

In Angular, CurrencyPipe helps format numbers into ...READ MORE

Apr 16 in Node-js by anonymous
70 views
0 votes
1 answer

How do I track lead and cycle time in Kanban boards using JIRA?

Tracking lead and cycle time in JIRA ...READ MORE

Apr 15 in PMP by Naira
69 views
0 votes
1 answer

How to handle exceptions within a custom pipe's transform method gracefully?

To handle exceptions gracefully within a custom ...READ MORE

Apr 17 in Node-js by anonymous
52 views
0 votes
1 answer

How to chain pipes to format and truncate strings in Angular templates?

In Angular templates, you can chain pipes ...READ MORE

Apr 16 in Node-js by anonymous
67 views
0 votes
1 answer

How to apply LowerCasePipe to transform user input before form submission?

To apply LowerCasePipe to transform user input ...READ MORE

Apr 16 in Node-js by anonymous
67 views
0 votes
1 answer

How to combine DatePipe and CurrencyPipe to display formatted transaction details?

In Angular templates, combine DatePipe and CurrencyPipe ...READ MORE

Apr 16 in Node-js by anonymous
60 views
0 votes
1 answer

How do I link issue tracking in Azure DevOps to project milestones?

Linking issue tracking in Azure DevOps to ...READ MORE

Apr 15 in PMP by Naira
77 views
0 votes
1 answer

Can I build a sprint velocity trend chart in Google Data Studio?

Yes, you can use Google Data Studio ...READ MORE

Apr 15 in PMP by Naira
58 views
0 votes
1 answer

How do I monitor schedule variance (SV) in Microsoft Project?

Schedule Variance (SV) is a project performance ...READ MORE

Apr 15 in PMP by Naira
57 views
0 votes
0 answers

Write a Python server that streams LLM responses using WebSockets.

Can you Write a Python server that ...READ MORE

Apr 16 in Generative AI by Nidhi
• 16,020 points
48 views
0 votes
1 answer

How is activity sequencing different in Agile vs Waterfall?

Activity sequencing is an important aspect of ...READ MORE

Apr 15 in PMP by Naira
56 views
0 votes
1 answer

How does RPC enumeration help in privilege escalation?

​RPC (Remote Procedure Call) enumeration is a ...READ MORE

Apr 15 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 30,300 points
65 views
0 votes
1 answer

How do I integrate Slack alerts for key milestones using Zapier automation?

Integrating Slack notifications for major milestones with ...READ MORE

Apr 15 in PMP by Naira
73 views
0 votes
1 answer

How can I use Google Sheets with Apps Script to automate status reporting?

Google Sheets, when combined with Google Apps ...READ MORE

Apr 15 in PMP by Naira
62 views
0 votes
1 answer

How can ClickUp be used to set up a project governance framework?

ClickUp provides a variety of customizable features ...READ MORE

Apr 15 in PMP by Naira
72 views
0 votes
1 answer

How do you automate retrospective templates in Miro?

Miro is a popular online communication tool ...READ MORE

Apr 15 in PMP by Naira
54 views
0 votes
1 answer

What’s the most effective way to manage RAID logs in Notion?

Managing RAID logs (Risks, Assumptions, Issues, and ...READ MORE

Apr 15 in PMP by Naira
70 views