Git Questions for DevOps / Software Engineering Interviews

Git Questions for DevOps / Software Engineering Interviews

tutoriaLinux

4 года назад

17,924 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@allegrashippy5494
@allegrashippy5494 - 15.03.2022 03:09

Surprised you mentioned gitflow but not trunk-based. It seems many high-performing teams practicing CD are using trunk-based over gitflow and merging straight to master.

Ответить
@rajathchikkatursrinivasa1549
@rajathchikkatursrinivasa1549 - 24.03.2021 18:51

which is the keyboard in the background?

Ответить
@monu12101991
@monu12101991 - 07.12.2020 11:16

can we merge two braches into a master at a time?

Ответить
@MrRedstonefreedom
@MrRedstonefreedom - 23.07.2020 16:51

git is "new & hyped-up"? It's 15 years old and, comparing across version control systems, clearly superior. Not to sound elitist, there's just no competition between the systems. Git is king, and has much more advanced tooling possible, especially in the devops world.

Ответить
@AndrewDiMola
@AndrewDiMola - 06.07.2020 01:52

Thanks dude. Every other popular video is just rote "Command" -> "Answer". Really helpful just having a conversation about the meta of the version control-portion of an interview.

Ответить
@alexmason7393
@alexmason7393 - 01.04.2020 05:06

Yeah when I learned about git first thing in my my was to move all of my project from dropbox to git

Ответить
@Colony28
@Colony28 - 12.03.2020 14:32

Question: When (not) to force push.

BTW: My favorite git thing is rerere :)

Ответить
@doubleeeez
@doubleeeez - 01.02.2020 10:39

I do have a question. At the end of my training as a devops engineer, i was told that with no prior experience you are more than likely never to get a job. My question then from the point of an interviewer, who then employs the new grads? I was told to exaggerate my experience on my resume, even though i have none...what do you do? who then gives you a job? Can you share your perspective with me? I need a job but cant figure how to break this yoke. Thanks

Ответить
@alirezag6603
@alirezag6603 - 26.01.2020 22:38

any tutorial suggestion on how to start using git?

Ответить
@karnellschultz6446
@karnellschultz6446 - 17.01.2020 11:48

love the direction of the channel.

Ответить
@acidrazor
@acidrazor - 17.01.2020 10:45

How not to do it: Branch the last Release, then manually apply changes from master that was directly committed. And only the change sets that were approved. FML

Ответить
@mariangasparovic6200
@mariangasparovic6200 - 16.01.2020 23:12

A question I heard once - describe Git and GitHub relation

Ответить
@Hideot0
@Hideot0 - 16.01.2020 14:28

Some Qs: What is a merge conflict and how do you solve it? What are the reasons to use version controll?

Ответить
@Hideot0
@Hideot0 - 16.01.2020 14:25

I've met some people who do not know git cli commands, but do know how git works. They're just using their IDE or some GUI thingy to manage their workflow. So not knowing git commands by heart is probably no reason to disqualify a person (which you wouldn't as you've said, but I just wanted to state that point). Edit: beaten by like a dozen people ;D

Ответить
@cruZak89
@cruZak89 - 16.01.2020 08:30

Does it fall under "red flag" if I exclusively use git through my IDE of choice? Basically knowing the features but not necessarily the exact git-command for it, but the corresponding action in my chosen IDE.

Ответить
@nangzdk
@nangzdk - 16.01.2020 02:19

My first question after they've confirmed that they have experience with Git would be if they are used to the CLI or a GUI. Some people using a GUI may not know the commands exactly but may be able to describe it well enough.

Ответить
@gregorywpower
@gregorywpower - 16.01.2020 01:25

Hey man, I think in a previous video you mentioned that you use Emacs. What do you think is the way to transition through the text-editors? I'm looking to up my productivity with some of the Emacs packages and shortcuts.

Ответить
@IvanZupancic
@IvanZupancic - 16.01.2020 01:16

comitizen is also sweet for a large developer base

Ответить
@MauriceLeviejr
@MauriceLeviejr - 16.01.2020 00:08

What SCCM client tool do you use? (Trick question. Flavor counts though)

Your local copy is corrupted. How do you fix that (heh, yes GIT isn’t as sophisticated as M$ visual studio)?

Otherwise, the finger gun is really cool.. for 2019

Ответить
@Flankymanga
@Flankymanga - 15.01.2020 23:59

What if people use GUI tools for all the git commands? I mean i do use gui tools inside IDE for these specific purposes. I know that there are commands for command line but if one works in a DevOps environment, one might as well have IDE installed in which case most of IDEs do have in one form or the other a module / functionality / addon to communicate with a version control?

Ответить