Trending questions in Edureka Community

0 votes
1 answer

How to generate optimized source with and without sourcemap for production use?

To generate optimized source code with or ...READ MORE

Dec 31, 2024 in PHP by Navya
1,476 views
0 votes
0 answers

How can I determine if a string begins with another string?

With the help of code snippets, can ...READ MORE

Jan 9 in Java-Script by Ashutosh
• 28,650 points
128 views
0 votes
0 answers
0 votes
1 answer

What is the method to convert a floating-point number to an integer in JavaScript?

You can convert a floating-point number to ...READ MORE

Feb 7 in Java-Script by Navya
351 views
0 votes
0 answers

How do you negotiate scope changes without compromising project quality?

Scope changes are common in projects, but ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
137 views
0 votes
0 answers

How do you address a lack of executive support for a project?

How can project managers effectively address this ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
123 views
0 votes
0 answers

What’s your approach when a project is paused indefinitely?

How can project managers effectively handle the ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
121 views
0 votes
0 answers

How do you determine if a project’s risk profile is too high?

How can project managers determine if the ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
116 views
0 votes
1 answer

What’s your approach to handling ongoing project delays due to supply chain issues?

Ongoing supply chain disruptions can cause some ...READ MORE

Jan 28 in PMP by Zaid
159 views
0 votes
0 answers

How do you handle divergent opinions on the project’s vision among stakeholders?

How can project managers address divergent opinions ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
113 views
0 votes
0 answers

What’s your strategy for managing project fatigue in a long-term project?

In long-term projects, teams can experience fatigue, ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
104 views
0 votes
0 answers

How do you foster cross-departmental collaboration on a complex project?

How can project managers foster effective cross-departmental ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
99 views
0 votes
1 answer

How do you track progress when team members follow different project methodologies?

There has to be a balance between ...READ MORE

Jan 28 in PMP by Zain
138 views
0 votes
1 answer

How do you maintain focus when the project’s objectives change frequently?

The constant change of project objectives is ...READ MORE

Jan 28 in PMP by Sufi
126 views
0 votes
1 answer

What strategies do you use to de-escalate a project delay dispute?

Balancing empathy, communication, and a focus on ...READ MORE

Jan 28 in PMP by Anu
125 views
0 votes
1 answer

How would you manage a scenario where a major client demands early delivery?

Managing an early delivery request from a ...READ MORE

Jan 28 in PMP by Anu
124 views
0 votes
1 answer

How would you proceed with project deliverables that are contingent on unreliable data?

Dealing with unreliable data sources can be ...READ MORE

Jan 28 in PMP by Gagana
123 views
0 votes
1 answer

How do you balance autonomy with oversight in project team dynamics?

Finding the right balance between autonomy and ...READ MORE

Jan 28 in PMP by Priya
122 views
0 votes
1 answer

How do you establish a decision-making framework for a high-risk project?

Handling a high-risk project with fast-paced decisions ...READ MORE

Jan 28 in PMP by Sufi
114 views
0 votes
1 answer

How would you proceed if you identify a critical risk late in the project?

If I see a high-risk event appearing ...READ MORE

Jan 28 in PMP by Sufi
130 views
0 votes
0 answers

How do you navigate ethical challenges in project decisions?

Project managers often face ethical dilemmas that ...READ MORE

Jan 28 in PMP by Hoor
• 4,690 points
65 views
0 votes
1 answer

How do you handle a project where different departments have conflicting KPIs?

Ensuring collaboration and project success while managing ...READ MORE

Jan 28 in PMP by Sonia
109 views
0 votes
1 answer

How can I assign a variable to hold a multiline string in JavaScript?

You can assign a variable to hold ...READ MORE

Feb 7 in Java-Script by Navya
176 views
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer

How do you optimize Power Pivot models to handle millions of rows of transactional data without degrading performance?

Capacity Modeling: Power Pivot models that process ...READ MORE

Dec 12, 2024 in Power BI by pooja
• 23,870 points
155 views
0 votes
0 answers

What does the error Tensor shape mismatch during attention calculation mean, and how can I fix it?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
149 views
0 votes
1 answer

What is the method to check if a JavaScript object is empty?

You can use several methods: 1. Using Object.keys() const ...READ MORE

Feb 7 in Java-Script by Navya
162 views
0 votes
1 answer

How can I iterate through keys and values in JavaScript?

In JavaScript , you can iterate through ...READ MORE

Feb 7 in Java-Script by Navya
159 views
0 votes
0 answers

Why does Google Vertex AI throw timeout errors during large batch inference jobs?

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

Jan 22 in Generative AI by Nidhi
• 16,140 points
143 views
0 votes
1 answer

How to get select2 selected value in Jquery ?

The third parameter of the new Option ...READ MORE

May 30, 2022 in Java by gaurav
• 23,260 points
42,125 views
0 votes
0 answers

How do I resolve CUDA out of memory errors during model training on an 8GB GPU?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
129 views
0 votes
0 answers

How can I prevent mode collapse when training GANs on diverse datasets?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
127 views
0 votes
1 answer

Can you explain the concept of tail recursion?

Tail recursion is a specific form of ...READ MORE

Feb 7 in Java-Script by Navya
140 views
0 votes
1 answer

How can I determine if a string begins with another string in JavaScript?

You can use the startsWith() method. Syntax: string.startsWith(searchString, position) Example: const ...READ MORE

Feb 7 in Java-Script by Navya
140 views
0 votes
1 answer

How can I pass arguments to the callback function in setTimeout()?

You can pass arguments to the callback ...READ MORE

Feb 7 in Java-Script by Navya
138 views
0 votes
0 answers
0 votes
0 answers

How can I debug gradient explosion issues in transformer models?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
119 views
0 votes
1 answer

What is the way to iterate over the properties of a plain JavaScript object?

You can iterate over the properties of ...READ MORE

Feb 7 in Java-Script by Navya
136 views
0 votes
1 answer

How do I check if a variable is undefined in JavaScript?

In JavaScript, you can check if a ...READ MORE

Feb 7 in Java-Script by Navya
136 views
0 votes
0 answers

What are the best practices and steps for building an AI chatbot from scratch using NLTK?

With the help of proper code examples, ...READ MORE

Jan 22 in Generative AI by Nidhi
• 16,140 points
113 views
0 votes
0 answers

How can I optimize the latency of Generative AI models deployed on AWS Lambda?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
111 views
0 votes
1 answer

What does the new keyword do in JavaScript?

In JavaScript, the new keyword is used ...READ MORE

Feb 7 in Java-Script by Navya
128 views
0 votes
0 answers

Why do large generative models sometimes degrade in performance after multiple deployments?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
110 views
0 votes
1 answer

What’s your approach to managing highly complex, interdisciplinary projects?

To keep complex projects on track with ...READ MORE

Jan 24 in PMP by Sufi
142 views
0 votes
0 answers

Why does my GAN model fail to converge after 100 epochs?

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

Jan 22 in Generative AI by Ashutosh
• 28,650 points
108 views
0 votes
1 answer

How do you manage stakeholder expectations when an external dependency fails?

Experience has taught stakeholders that the management ...READ MORE

Jan 24 in PMP by Sufi
138 views
0 votes
0 answers

What’s the best way to optimize JAX for Generative AI workloads on TPU hardware?

With the help of proper code, can ...READ MORE

Jan 22 in Generative AI by Nidhi
• 16,140 points
107 views
+1 vote
2 answers