Trending questions in Edureka Community

0 votes
1 answer

What is type casting and type juggling in php?

Hey, The way by which PHP can assign ...READ MORE

Mar 27, 2020 in PHP by Niroj
• 82,840 points
7,346 views
+1 vote
1 answer

Functional testing VS Regression Testing

Nice information! It could be better if ...READ MORE

Aug 20, 2020 in Software Testing by Sirajul
• 59,230 points
988 views
+1 vote
1 answer

I want webinar recordings how can I Get it please tell

Hi @Ayush, Could you please mention the webinar ...READ MORE

Aug 3, 2020 in Ask us Anything! by Gitika
• 65,770 points
1,724 views
0 votes
1 answer

How to change date-time format in uipath?

Hey there, if you have a string ...READ MORE

Oct 24, 2019 in RPA by Abha
• 28,140 points
14,028 views
0 votes
1 answer

How to Navigate to a new screen and back?

Hi@akhtar, Most apps contain several screens for displaying ...READ MORE

Aug 26, 2020 in Others by MD
• 95,460 points
759 views
0 votes
1 answer

How can I display a JavaScript object?

Hello @kartik, Use native JSON.stringify method. Works with nested objects ...READ MORE

Aug 28, 2020 in Java-Script by Niroj
• 82,840 points
671 views
0 votes
1 answer

please explain me what does i-1 in python user_define function

i - 1 is the index of ...READ MORE

Jun 28, 2020 in Python by Shaurya Thapliyal
• 340 points
3,414 views
0 votes
1 answer

Which digital tools are you using in your projects?

I use a combination of Confluence, JIRA, ...READ MORE

Aug 27, 2020 in PMP by Raina Neman
753 views
0 votes
3 answers

Java Developer Roles and Responsibilities

Hi Jason, roles and responsibilities of a ...READ MORE

Apr 9, 2019 in Career Counselling by Anishka
24,321 views
0 votes
1 answer

How can I echo the version of the current Laravel version in php using the view?

Hello @kartik, This is the way how to ...READ MORE

Aug 10, 2020 in Laravel by Niroj
• 82,840 points
1,450 views
0 votes
1 answer

What are the most common questions asked in project management position interviews?

Here's my experience:  I have given interviews in ...READ MORE

Aug 21, 2020 in PMP by Bilal
995 views
0 votes
1 answer

How to send image to firebase using python in raspberry pi?

Here's a code snippet demonstrating the same. # ...READ MORE

Jun 23, 2020 in Python by Sam
• 6,260 points
3,518 views
0 votes
1 answer

How to create a FlatButton in Flutter?

Hi@akhtar, A flat button is a text label ...READ MORE

Aug 12, 2020 in Others by MD
• 95,460 points
1,344 views
+1 vote
1 answer

how to automate google Signup form in selenium using python

Try the following code:  from selenium.webdriver import Chrome, ...READ MORE

Mar 23, 2020 in Selenium by Sirajul
• 59,230 points
7,484 views
0 votes
1 answer

What Impact does Business Analysis have in Project Management?

The BA is a vital component of ...READ MORE

Aug 24, 2020 in PMP by Raina Neman
836 views
0 votes
1 answer

Error:Jquery .ajax method=“post” but $_POST empty

Hello @kartik, Instead of method: "post" you need to use type: ...READ MORE

Jun 16, 2020 in PHP by Niroj
• 82,840 points
3,803 views
0 votes
1 answer

How far away do you think are we to have AI implemented in our Project Management Platforms?

 see AI helping with the repetitive tasks ...READ MORE

Aug 26, 2020 in PMP by Richa sharma
729 views
0 votes
1 answer
0 votes
1 answer

How to create a new-app in Minishift?

Hi@MD, You can use oc new-app command in ...READ MORE

Aug 18, 2020 in DevOps Tools by akhtar
• 38,260 points
1,076 views
0 votes
2 answers

Excel contains complete data with , separator how to split in blue prism

Import the bundled Utility - Strings Business ...READ MORE

Jul 2, 2020 in RPA by Kim
3,088 views
0 votes
1 answer

How to create a secret from a file in Minishift?

Hi@akhtar, You can create a secret using generic ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
1,028 views
0 votes
1 answer

How to add edit role to a user in Minishift?

Hi@akhtar, You can give different roles to different ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1,067 views
0 votes
1 answer

How to use a specific chrome profile in selenium?

User profiling is the term used for ...READ MORE

Dec 24, 2018 in Selenium by Shuvodip
27,115 views
0 votes
1 answer

What kind of resource tracking tools is everyone using?

Before implementing resource management tooling, ensure the ...READ MORE

Aug 28, 2020 in PMP by Karan
• 19,610 points
644 views
0 votes
1 answer

What is your biggest challenge to running profitable projects?

Normally a project is conducted to drive ...READ MORE

Aug 26, 2020 in PMP by Raina Neman
715 views
0 votes
1 answer

Do you Apply Cultural Intelligence in International Project Management?

To expand slightly: I've had the good ...READ MORE

Aug 20, 2020 in PMP by Roshni
• 10,480 points
980 views
0 votes
1 answer

How to Import SQL file into mysql?

Hello @kartik, From the mysql console: mysql> use DATABASE_NAME; mysql> ...READ MORE

Aug 19, 2020 in PHP by Niroj
• 82,840 points
1,015 views
0 votes
1 answer

Error:java.lang.UnsupportedClassVersionError: Unsupported major.minor version

Hello @kartik, This error means you're trying to ...READ MORE

Jul 28, 2020 in Java by Niroj
• 82,840 points
1,968 views
0 votes
1 answer

How can I get dict from sqlite query?

Hii, Even using the sqlite3.Row class-- you still ...READ MORE

Apr 30, 2020 in Python by Niroj
• 82,840 points
5,805 views
0 votes
1 answer

OSError: Unable to open file (truncated file: eof = 1277952, sblock->base_addr = 0, stored_eof = 17225924)

Hi@akhtar, You may get this error if your ...READ MORE

May 18, 2020 in Machine Learning by MD
• 95,460 points
5,037 views
0 votes
1 answer

Error while installing Let's Encrypt SSL on My Website

Hi@Hitesh, There may be a firewall issue. Check ...READ MORE

Aug 24, 2020 in Linux Administration by MD
• 95,460 points
862 views
0 votes
1 answer

How to process POST data in Node.js?

Hello @kartik, You can use the querystring module: var qs = ...READ MORE

Jul 9, 2020 in Node-js by Niroj
• 82,840 points
2,791 views
0 votes
1 answer

What do you believe should be the role of the Project Coordinator in a big project ?

I believe the Project Coordinator has an ...READ MORE

Aug 26, 2020 in PMP by David Samon
702 views
0 votes
1 answer

How to move an item programmatically with jQuery sortable while still triggering events?

Hello, $("selector").trigger("sortupdate"); you will have to  pass as second argument  ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,840 points
4,551 views
0 votes
0 answers
0 votes
1 answer

How to create a service account in Minishift?

Hi@akhtar, Some application requires service account for their ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
1,003 views
0 votes
1 answer

Hive: ParseException line 5:20 missing EOF at '.' near

In the stored as parameter, you have specified the ...READ MORE

Jul 11, 2019 in Big Data Hadoop by Kim
18,501 views
0 votes
3 answers

How to get the Maven Version of a project in Jenkins?

Here is a snippet from our Jenkins ...READ MORE

Oct 4, 2019 in Jenkins by Petr Doležal
23,843 views
0 votes
1 answer

How to create Users with the HTPasswd Identity Provider in Minishift?

Hi@akhtar, You can create a user using htpasswd ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1,048 views
0 votes
1 answer

You should always escalate problem, not person. But what if the person is the problem?

Here's what you could probably do. You ...READ MORE

Aug 26, 2020 in PMP by Tousif
696 views
0 votes
1 answer

How to override the default value of a Model Field from an Abstract Base Class

Hello @kartik, You can do this as follows: class ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,840 points
3,197 views
+1 vote
1 answer

What is the most famous and most used framework in Agile methodologies?

Scrum is the most well-known approach to ...READ MORE

Aug 18, 2020 in PMP by Gitika
• 65,770 points
1,039 views
0 votes
1 answer

Error:Import SQL dump into PostgreSQL database

Hello, Here is the command you are looking ...READ MORE

May 4, 2020 in Database by Niroj
• 82,840 points
5,625 views
0 votes
1 answer

How to allow users to change their own passwords in Django?

Hello @kartik, See the Changing passwords section Navigation to your project ...READ MORE

Aug 17, 2020 in Python by Niroj
• 82,840 points
1,093 views
0 votes
1 answer

Why do Project Managers tend to have too many team meetings?

Many PMs use meetings to gather basic ...READ MORE

Aug 18, 2020 in PMP by Roshni
• 10,480 points
1,075 views
0 votes
1 answer

What is the biggest problem that companies and their project managers have when they are executing a project?

The problem is defined as a gap ...READ MORE

Aug 27, 2020 in PMP by Serigo Louis
680 views
0 votes
1 answer

How to create a role in Ansible?

Hi@akhtar, You can create a role in Ansible ...READ MORE

Aug 20, 2020 in Ansible by MD
• 95,460 points
952 views
0 votes
1 answer

How to set quota for a project in Minishift?

Hi@akhtar, You can set a quota for a ...READ MORE

Aug 25, 2020 in DevOps Tools by MD
• 95,460 points
737 views
0 votes
1 answer

Are Edureka certificate worth it?

Hii @kartik, Edureka- Which is a Banglore based organisation which ...READ MORE

May 14, 2020 in Career Counselling by Niroj
• 82,840 points
5,182 views
0 votes
1 answer

How to introduce & implement the Project management processes in an organization ?

Project management is not about maintaining reports. ...READ MORE

Aug 20, 2020 in PMP by Gitika
• 65,770 points
954 views