Find Interview Questions for Top Companies
Argento Interview Questions and Answers
Ques:- How do you resolve merge conflicts?
Right Answer:

To resolve merge conflicts in Git, follow these steps:

1. Identify the files with conflicts by running `git status`.
2. Open the conflicted files in a text editor. Look for conflict markers (`<<<<<<<`, `=======`, `>>>>>>>`).
3. Manually edit the file to resolve the conflicts by choosing which changes to keep or combining them.
4. After resolving, save the file.
5. Stage the resolved files using `git add <filename>`.
6. Complete the merge by committing the changes with `git commit`.

Ques:- What is the difference between git add, git commit, and git push?
Right Answer:

– **git add**: Stages changes in your working directory for the next commit.
– **git commit**: Records the staged changes in the repository's history with a message.
– **git push**: Uploads your local commits to a remote repository.

Ques:- What are tags in Git? How do you create and push them?
Right Answer:

Tags in Git are used to mark specific points in the repository's history, often to denote release versions. To create a tag, use the command `git tag <tag-name>`. To push tags to the remote repository, use `git push origin <tag-name>` or `git push –tags` to push all tags at once.

Ques:- Data link protocols almost always put the CRC in a trailer rather than in a header. Why?
Comments
Admin May 17, 2020

It is more efficient. Only one pass needs to be made over the packet as it computes the CRC while scanning the packet, and then outputs it at the end (trailer). If the CRC were in the header, then two passes would be necessary - one to compute the CRC, and one more to append it to the front of the packet.

Ques:- Daily job contribution role
Right Answer:
My daily job contribution role involves coordinating team activities, tracking project progress, managing timelines, facilitating communication among stakeholders, and ensuring that project goals are met efficiently.
Ques:- What is your planning to complete the project successfully.
Right Answer:
To complete the project successfully, I will:

1. Define clear project goals and objectives.
2. Develop a detailed project plan with timelines and milestones.
3. Allocate resources effectively, ensuring the right skills are in place.
4. Establish a communication plan for regular updates and feedback.
5. Monitor progress closely and adjust the plan as needed.
6. Identify and manage risks proactively.
7. Foster teamwork and collaboration among all stakeholders.
Ques:- How is the mobilization advance recovered from the contractors bills?
Right Answer:
The mobilization advance is typically recovered from the contractor's bills by deducting a specified percentage from each progress payment until the advance is fully repaid. This percentage is usually outlined in the contract terms.
Ques:- What distinguishes a project from routine operations?
Right Answer:
A project is a temporary endeavor with a specific goal and defined start and end dates, while routine operations are ongoing, repetitive tasks that support the organization's day-to-day functions.
Ques:- What is your role in current industry?
Right Answer:
As a Project Manager in the construction industry, my role involves planning, executing, and overseeing projects to ensure they are completed on time, within budget, and to the required quality standards. I coordinate with various stakeholders, manage resources, and address any issues that arise during the project lifecycle.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users