Login
Remember
Register
User sheetalkhandelwal
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by sheetalkhandelwal
+2
votes
0
answers
Which statement is true about Work-In-Process (WIP) limits?
asked
Jul 29, 2019
in
Agile
#agile-development-methodology
#agile-training
#agile-software
#agile-process
#agile-vs-scrum
#agile-methodologies
#scaled-agile-framework
#safe-agile
#agile
definition
+2
votes
0
answers
Which statement is true about the PI Planning event?
asked
Jul 29, 2019
in
Agile
#agile-development-methodology
#agile-training
#agile-software
#agile-process
#agile-vs-scrum
#agile-methodologies
#scaled-agile-framework
#safe-agile
#agile
definition
+5
votes
1
answer
James is a Product Owner. It is day seven of the Iteration and his team tells him that they may miss their Iteration commitment. What should James do?
asked
Jul 29, 2019
in
Agile
#agile-development-methodology
#agile-training
#agile-software
#agile-process
#agile-vs-scrum
#agile-methodologies
#scaled-agile-framework
#safe-agile
#agile
definition
+2
votes
1
answer
What is one of the typical Kanban classes of service for Agile teams?
asked
Jul 29, 2019
in
Agile
#agile-development-methodology
#agile-training
#agile-software
#agile-process
#agile-vs-scrum
#agile-methodologies
#scaled-agile-framework
#safe-agile
#agile
definition
+2
votes
1
answer
How does relentless improvement support value in the SAFe House of Lean?
asked
Jul 29, 2019
in
Agile
#agile-development-methodology
#agile-training
#agile-software
#agile-process
#agile-vs-scrum
#agile-methodologies
#scaled-agile-framework
#safe-agile
#agile
definition
+2
votes
1
answer
How does relentless improvement support value in the SAFe House of Lean?
asked
Jul 29, 2019
in
Agile
#agile-development-methodology
#agile-training
#agile-software
#agile-process
#agile-vs-scrum
#agile-methodologies
#scaled-agile-framework
#safe-agile
#agile
definition
+1
vote
2
answers
git bisect is used to identify a commit that has introduced a bug .
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
git reflog –verbose will print extra information on the screen.
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What is the git command to move branch pointer to different commit without checkout ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
git reflog track the commits that are made and the commits that are discarded .
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+2
votes
1
answer
I have made a commit and discarded it . I can still retrieve that commit using git reflog.
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+2
votes
2
answers
Which command helps you track the revisions of your revisions in git ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+3
votes
1
answer
What is the command to pick a commit from a specific branch and move it to another branch ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+2
votes
1
answer
What is the command to amend an incorrect commit message ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+2
votes
1
answer
A good commit message should be descriptive and specific
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
I want to take all the changes I made in the staging to my working directory , what command should I use to do this operation ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What is the output of the command git reset –hard HEAD ~3?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What is the output of the command git reset -–soft HEAD ~5 ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+2
votes
1
answer
A good commit message can have have more then 100 characters.
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+2
votes
1
answer
What is the git command to see all the commit since 1st January 2017 ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
what is the command to view all the commits made by a specific person (Jim)?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What command should I use to retrieve my files that have been temporarily stashed ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What is the command to temporarily store uncommitted ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What is the significance of using –index in the git stash pop - - index command ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
How do I view all the commits for the last 2 weeks ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
+1
vote
1
answer
What is the git command to see the last 3 commits in one line ?
asked
Jul 26, 2019
in
Git Slack Integration
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
0
votes
0
answers
Which empire lasted the longest among the following?
asked
May 21, 2019
in
Other
#history
0
votes
0
answers
Who was the main male God worshipped by Indus people?
asked
May 21, 2019
in
Other
#history
0
votes
0
answers
What led to the end of Indus Valley Civilization?
asked
May 21, 2019
in
Other
#history
0
votes
0
answers
Which among the following is a place in Larkana district of Sind province in Pakistan?
asked
May 21, 2019
in
Other
#history
Page:
« prev
1
2
3
4
5
6
7
8
next »
...