Friday, March 1, 2019

Convert your Max Get More (MGM) Points into Mobikwik Wallet cash

If you have Debit card that is clubbed with Max Get more Reward points, you can easily convert them into Mobikwik cash and then use it to purchase in local stores, recharge / pay mobile bill, book bus tickets etc.

To convert your Max get more points into Mobikwik cash,


  1. Open Mobiwkik App in your mobile phone or Open Mobikwik official web page at desktop.
  2. Click on Redeem MGM Points option
  3. Click the option "Enroll for a MGM account now"
  4. Now, Enter your Max Get More Card number and Mobile Number registered with bank
  5. You will receive an OTP to your registered mobile number.
  6. Enter the OTP and click Submit.
  7. Now, you can Enter the desired available Max Get more Points to convert into Mobiwkik cash.
Convert Max Get More Points to Mobikwik Cash

Sunday, February 3, 2019

Change Table Border width (thickness), color and Line font in NX Drafting

Change width (thickness) of Table border in NX

Ensure that you are in Draftng module.

  1. Right click border
  2. Select Cell settings
  3. In Common Tab → Select Cell and scroll down to find the settings Border width, color, line type
  4. Select you desired border line type, line width and Click Close


Change border width, thickness in NX drafting
Applying this same procedure, you can Change the Line font , Line color of the table border in NX.

Tuesday, January 22, 2019

Pension Scheme : Important Points to Know about Employer Contribution Percentage in Percentage from Basic Salary

With Respect to Pension Scheme for Indian Employees

  1. According to Provisions of Employees’ Pension Scheme, 1995 under Employees Provident Fund & Miscellaneous Provisions Act, 1952, Out of employer’s contribution of 12% of Basic Salary; Up to August 31, 2014, a sum equal to 8.33% of salary (Basic Salary) subject to maximum salary ceiling of Rs. 6500/- (i.e. Rs. 541/- per month), From September 1, 2014, a sum equal to 8.33% of salary (Basic Salary) subject to maximum salary ceiling of Rs. 15000/- (i.e. Rs. 1250/- per month), is remitted to Regional Provident Fund Commissioner (RPFC) as Pension contribution under Employees’ Pension Scheme.
  2. While Pension transfer-in is effected from the previous pension account to the current pension account, it is the Pensionable Service which is transferred and not the Pension contribution.The Pensionable Service in years is the factor considered for calculating the pension amount payable to the member upon separation.
  3. For International workers (Indian who working in Onsite) ,8.33% of entire basic salary will be paid by employer to regional provident fund office as Pension Fund contribution under Employee Pension Scheme.

Activate ISD call in BSNL | International Call not going in BSNL (Solution)

When you buy a new BSNL prepaid SIM card and activated it, By default International Calling (ISD call) and Internet Data will be in deactivated status.

To activate International call in BSNL prepaid SIM, send an SMS ACT ISD to 53733 from your BSNL mobile number

Immediately you will receive an SMS that your ISD facility request is received. Wait for confirmation.

Once you receive confirmation sms regarding Activation of ISD from BSNL, then try to call any ISD number with appropriate ISD code.

For example, if you want to call USA, start with +1 , or 01.

If you want to deactivate ISD calling, then send an SMS DEACT ISD to 53733 

Thursday, January 17, 2019

To Redeem Reward points in Standard Chartered Debit Card through online | Convert Standard chartered (India) Debit card reward points into cash

Earlier days , Standard chartered Platinum Debit card users could convert their reward points into equivalent cash . Recently the reward scheme has been changed and you could redeem your reward points from any one of the products available in their online reward store

Steps to redeem your Standard chartered debit card, saving accounts reward points through online.

  1. Log on to your Standard chartered internet banking.
  2. In the side menu bar, choose Online rewards option. You will be directed to 360rewards website owned by Standard chartered.
  3. Now you can see various categories of products .
  4. You can check your points accumulated on the top of the page and redeem the points with desired product in the list.
  5. If you don,t want to redeem as products, you can convert them into Giftcards like Flipkart voucher, amazon gift card, bookmyshow voucher , croma gift card and so on.  I recommend this option because you will get the same product for cheaper prize in online stores compared to this rewards store.
  6. As said earlier , you can no longer convert your reward points as direct cash into your account.

Reward Points scheme details for Standard chartered platinum debit card Holders

  1. Platinum debit card holders can earn 10x rewards across categories - Entertainment, Groceries, Supermarket, Utilities and Telecom.
  2. There is no minimum spend cut off
  3. Maximum reward points you can earn for a month is 1000
  4. Maximum reward points you can earn for a transaction is 100
  5. You will earn 10 reward points for every 100 INR spent on above mentioned categories.
  6. Apart from Platinum debit card transactions, you can also earn some points for using Savings account online transactions like monthly NEFT, IMPS transactions, online recharges, purchases through internet banking etc.

Wednesday, January 16, 2019

Indian Bank - Green PIN Generation , EMI chip Debit Card Activation through Green PIN in ATM

To activate newly received Debit Card , Indian Bank has recently introduced Green technique as a digital initiative.


  1. A six digit Green PIN code will be sent to your registered mobile number from Indian bank before you receive your Indian Bank ATM card. (Debit card)
  2. Once you receive the Debit card through post, take it to the nearest Indian bank ATM machine.
  3. Insert the debit card and you will see the language selection Home screen. At the End of the language list, one more option called Activate / Generate Green PIN will be available. Select this option.
  4. In next screen Choose Activate. And In further next steps you will be asked for your mobile number, Green PIN and you have to set new four digit PIN code for further use.
  5. Once you set the new PIN successfully, you can use your new debit card for usual transactions at any ATM, POS machines and online transactions. 

Green PIN expired , How to Activate Indian Bank Debit card :

  1. Visit the nearest Indian Bank ATM machine.
  2. Insert the new Debit card.
  3. In Language selection screen, choose the last option "Activate/Generate Green PIN"
  4. In next screen , choose Generate Green PIN.
  5. Enter your registered mobile number.
  6. Enter you Indian Bank Savings Account number.
  7. Now, A new Green PIN will be sent to your registered mobile number.
  8. Now Again Insert your Debit card in ATM machine and choose Activate option in Language selection screen.
  9. You will be asked for Mobile number, Green PIN, and Account number.
  10. Once verified, set new four digit PIN and confirm it.

Wednesday, October 17, 2018

MatLab Beginner Interview Questions | Matlab Skill check for Beginners

What is the order of arithmetical operations in MatLab coding?


  1. Exponential function ^
  2. Negation -
  3. Multiplication *
  4. Division /
  5. Divides Into \
  6. Addition +
  7. Subtraction -
  8. Parentheses ( )


What are all the Logical Operators in Matlab?


  • OR represented by ||
  • AND represented by &&
  • NOT represented by ~


What is the difference between 'Divides' and 'Divides Into' in Matlab?

Divide represented by / , Divides into represented by \

Example for 5/10 = 0.5, where 5 is divided by 10 which would result in 0.5
Example for 5\10 = 2, where 10 divides in to 2 fives


When should I use Single =, double = in Matlab?


  • Single = to assign a value to a variable. ex: x=5 , assigns the value of x as 5
  • Double = to check whether the value of variable and returns the logical answer Yes (1) or No(0). ex: x==4, returns the result logical 0, since we have assigned x = 5 just before.


How to define ranges of values?


  • As a basic type, you can use : to create a set of numbers inside the range assigned for a variable.
  • For example, x=4:10 , will result in assigning the values to the variable x = {4,5,6,7,8,9,10}
  • One step ahead, x=4:2:10 will assign the values in increment of 2 between 4 and 10. (i.e.) , x={4,6,8,10}

What is the inbuilt function to round up a decimal number?

  • ceil(12.3) = 13
  • floor(12.3)= 12
  • round(12.5) =13


How to convert degrees to Radians in matlab?


  • Use the function deg2rad(170)
  • You will get the results as ans


How to generate random number in Matlab?


  • Command rand generates random number .
  • Type rand =  
  • To set the seed number that acts as a base of the random number, then you have to use the command, rng(xx) where xx is your seed number.
  • The random number will be a decimal four digit number, ex:0.5546. If you want a real random number, then you have to multiply this random number in to a value and store it in a new variable