E Vehicle Android General - 4 Flashcards
Some teams chose not to do PR’s when merging release to master and some do. Why is it a good idea?
It is a good idea so that developers on the team can check the PR to make sure that the changes that they did are included.
Who makes the dashboard app?
Vehicle handles the BFF and coolfire does the Android.
How many different passwords do we use at Enterprise?
Main windows password (Still need this even though I use mac) and the 2 application passwords - IProd and Ext-Qa
How do you check the IT asset tag number on a FCI zebra device?
While it is on, press the power button once and it will display the asset tag number.
How do you check your payroll information?
In the internet explorer startup page, click Payroll WorkCenter
What does CVD stand for?
Consolidated Vehicle Data
What does Terra stand for?
The advanced rental ready application.
What does SEEK stand for?
Search Everything Enterprise Knows
Explain the steps of getting into condition through open using a walkup. OR do it on the tablet or emulator.
Open open. Select walk up from the hamburger menu. Select a date Enter a loyalty number (such as W48798F) press the magnifier glass from the keypad popup Choose “retail” for the rental type Click Next Select a car class Press create rental click next click yes click next click next Enter vehicle number Click the vehicle Select unit Select a rate Click through and click no new damage
Very basically, what is splunk and what do we use it for?
It is a tool that logs data. Enterprises splunk site logs all enterprise data and we can filter the data using search queries.
In a Splunk query, what happens when you put a space between parameters?
An AND operator will be inferred.
What does VOS stand for, what service is it connected to and what is it for?
Vehicle Operation Services It is connected to CVD. It is for keeping track of vehicle info like it’s status, damage, fuel. Basically everything except rental status info.
What does ICS stand for?
Inventory Control Service
In Bitbucket can you go back and look at old branches and PRs? How so?
Yes, you can look at branches by selecting the branches icon on the left side or PR’s by going to the PRs page and selecting merged in the drop down filter.
In our APK code, should storedLocation ever be null?
No, if it is, there is an error.
If I am unable to checkout a branch in git and stack overflow says to delete your git lock file, what should you do?
As long as I don’t have any commit or other actions in progress, it is safe to delete the git lock file from the repo.
In Jira, how do you indicate that a story is blocked by another story?
Mark it as blocked and then scroll down to “issue links” and click the plus sign on the right side. Then say blocked by whatever story.
Do we use the ‘m’ prefix in our code?
No, our team doesn’t do that anymore.
Basically, in our the Android Vehicle code, what do the service transformers do?
They prepare objects to be sent back to the BFF