<VBox class="topSection"
width="100%"
height="100%">
<IconTabHeader id="projectInfoIconTabBar"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const axios = require('axios'); | |
| const crypto = require('crypto'); | |
| async function authenticateMPG(email, password) { | |
| const amplitudeId = crypto.randomUUID(); | |
| const validate = (status) => status < 400; | |
| // Step 1: Initiate auth with MPG | |
| const formData = new URLSearchParams({ email, password }); | |
| const auth = await axios.post( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <core:FragmentDefinition | |
| xmlns:core="sap.ui.core" | |
| xmlns="sap.m"> | |
| <VBox width="100%" height="100%" | |
| renderType="Bare"> | |
| <!-- Toolbar spacer --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| // Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and | |
| // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope | |
| // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is | |
| // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
| // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. | |
| // Placeholders with the same ids are connected. | |
| "UI5: Function": { | |
| "scope": "javascript,typescript", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CLASS zcl_zc_ext_purrequisit_mpc_ext DEFINITION | |
| PUBLIC | |
| INHERITING FROM zcl_zc_ext_purrequisit_mpc | |
| CREATE PUBLIC . | |
| PUBLIC SECTION. | |
| METHODS define | |
| REDEFINITION. | |
| PROTECTED SECTION. | |
| PRIVATE SECTION. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| "" check it column value exist in sap | |
| TYPES: BEGIN OF s_struct, | |
| vendor TYPE lifnr, | |
| END OF s_struct. | |
| DATA: sap_data TYPE HASHED TABLE OF s_struct WITH UNIQUE KEY vendor. | |
| DATA: data_to_verify TYPE TABLE OF s_struct. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1.https://interviewgenie.com/blog-1/category/Amazon+interviews | |
| 2.https://www.youtube.com/channel/UCw0uQHve23oMWgQcTTpgQsQ/playlists | |
| 3.https://medium.com/@scarletinked/are-you-the-leader-were-looking-for-interviewing-at-amazon-8301d787815d | |
| Tell me about a situation where you had a conflict with someone on your team. What was it about? What did you do? How did they react? What was the outcome? | |
| Give an example of when you saw a peer struggling and decided to step in and help. What was the situation and what actions did you take? What was the outcome? | |
| Tell me about a time you committed a mistake? | |
| Tell me about a time when your earned your teammate's trust? |