Remember that even if you forgot things or have stammering or nervous issue, Your handwork will definitely help you. Most of the questions asked by interviewer, some question like syntax for program, he also doesn't remember exactly. so just say it if you knw even half confidently. Confident in answering is more important than answering correctly. Eat well before the interview. Don't take stress, if you clear it, its ok else you can apply to another. Apply to as many companies you like. Interview Stories: I resigned 3 times without an offer, once during covid i resigned i didn't get through any interview in first month then in 2nd half of 2nd month of notice period i started to clear some interviews and started to get offer. although i was afraid a bit, but i was confident that i would get offers in last month. once WFH started, everything changed and some companies didn't release offer letter. then i waited for 15 days and resumed one offer wh...
Zero Tax on Salary Income INR 20+ Lakhs? Legal Way Here… The income tax provision is applicable to all the individuals who have been eligible to the income tax bracket as decided by the government of India. The income tax slab starts from INR 5 lakh for individuals having income on a yearly basis. There are also certain provisions and deductions which can be done to save the taxes on even the eligible income tax bracket. Here in the blog post, we would be finding out ways to save income tax even if the income surpasses the INR 20 lakh limit which is seen as a high-income bracket and this CTC also attracts higher tax than the lower bracket. However, we would be doing a detailed analysis on this particular tax-saving technique and would recommend going once through the post. We are here to help by making your tax liability zero even if your cost to the company (CTC) is Rs 20.41 lakhs per annum for FY 2021-22. Suggestion to Consider for making Income Tax Zero when Income...
How to Run PowerShell Script on Windows Startup? This is useful when you want to run any automation created using PowerShell on Windows Startup. To run PowerShell script on startup. Create a Windows Command Script (.cmd file) i.e. create a file and save it with .cmd extension. Write the below command in .cmd file. powerShell path\to\powershell_script.ps1 >> “path\to\log_file.log” script.cmd If you want to run the script in background. Add -windowstyle hidden after powershell . script.cmd Place the file or its shortcut file at below path. C:\Users\<user_name>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Restart the computer and you can track its execution in log file. Another method is to create a ps1 file in startup and run your script. Start-Process -WindowStyle Hidden C:\temp\Text.ps1 The classic approach would be to use the Task Scheduler and set a trigger for "At system startu...
Comments
Post a Comment