Jobs
Interviews

Salmon Commerce

Interview Questions for Salmon Commerce

1. What are the steps to package a Magento module as a global package for use with composer require?

2. How do you swap two numbers without using a third variable?

3. Doctor Ninja's House Problem Statement In a network of 'N' cities with 'M' paths connecting them, Doctor Ninja aims to purchase a house in a city 'X' such that it is possible to reach every other city from city 'X'. Your task is to determine the city 'X'. If there are multiple options for city 'X', select the city with the smallest number. If no such city exists, return -1. Example: Input: T = 1N = 8, M = 10Paths:0 10 21 32 32 43 54 54 65 76 7 Output: 0 Explanation: In the given graph configuration, city 0 can reach all the other cities either directly or indirectly, making it the mother vertex. Thus, the output is 0. Constraints: 1 <= T <= 10 1 <= N <= 104 1 <= M <= 105 0 <= X < N Time Limit: 1 sec. Note: You are not responsible for printing anything, as this is handled externally. Your task is to implement the function to find the solution.

4. Difference cookies and Cache. Agile Methodologies and ceremonies.

5. Requirement Gap Document? Best Achievements? Why change company and domain? Tools for requirement gathering? Agile followed in your company? How you prep story from Epic? Challenges in Scrum with Stakeholders, team and Manager?