Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Emerio Interview Questions
Questions Answers Views Company eMail

/* This is example of age caluculate wihtout to display perfect days and years in output window */ data age; retain dob "12jun2003"d now "24may2011"d; age1=now-dob; age=(now-dob)/365.25; years=int(age); days1=round((age-years)*365.25); months=month(now)-1; if days1 gt 30 and months in(12,10,8,6,4,2)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month)*30.4375)+1; drop days1 month1 month; end; else if days1 gt 30 and months in (1,3,5,7,9,11)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month) *30.4375); drop days1 month1 month; end; drop age age1; proc print data=age; format dob now date.; run;

1 4268

Post New Emerio Interview Questions


Emerio Interview Questions


Un-Answered Questions

Why do we need dependency injection in spring?

152


which programming language did you use to make your project?

665


can we adjust margin money paid to bank to open a Bank Guarantee in stock statement while calculating Drawing Power

1310


Can you please help me calculate the pre tax profit for credit card for 2014 using the following Assumptions. Request you to list the steps used. Charges Late fee £12 per occurrence Over limit fee £10 per occurrence Cash fees 3% of cash withdrawal value Annual Fee £25 per account, per year Interchange 1% of transaction value KPIs Accounts overdue 10% per month Accounts over limit 15% per month Average APR 30% Balances revolving 90% of balance Average balance £900 at end of 2013 Expected growth in average balance (2014) 10% per annum Assumptions Open accounts 200,000 at 2013 year-end New accounts booked 5,000 per month Annual operating cost £50 per open account Cost of Acquisition £50 per account Provision rate 9% of total balances Annual cost of funds 4% by balance Charge off Unit charge-off rate in 2014 11% of accounts at 2013 year-end Unit charge-off rate in 2014 0% of accounts booked in 2014 Post charge-off recoveries 20% of balance Account Transactions Monthly turnover 5% of total month end balances Cash advances 20% of monthly turnover Additional Assumptions Please state any additional assumptions you have made to calculate your answer Thanks in advance,

1359


What is used to create unicode strings in Python?

465






What are the hooks? Define different types of hooks in wordpress.

111


What is a bearing capacity of soil?

815


Which is the fastest selector in jQuery?

490


What is throttling in wcf?

479


I AM INTO AN EXPORT COMPANY MANUFACTURING GARMENTS. I AM PURCHASING AN INTERSTSTE ITEM AND PROVIDED FORM H NOT C. COULD I BE ABLE TO GET ANY EXEMPTION FROM TAXATION AND WHEATHER I HAVE TO CLOSE MY SALES TAX ACCOUNT FOR PROVIDING FORM H, AND IF AGAIN I COULD BE GET ANY EXEMPTION FROM FORM C ISSUING FOR THE SAME COMMODITY AND SAME SUPPLIER.

1560


How do you start a hashtag?

482


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1662


What can you do on microsoft powerpoint?

122


What is the concept of multithreading?

524


what is the testing approach for windows Explorer(Not IE Explorer)

2254