It was a 4 round process. Round 1: Online Hackerrank Coding Assessment: The test was on 18th August 2022, and 3 coding questions were given… Read More The post Atlassian Interview Experience for SDE appeared first on GeeksforGeeks.
Yearly Archives: 2022
On 25 September 2022, I had given my interview in which you must be having your aadhar with you. 3 panelists joined at the exact… Read More The post TCS NQT Interview Experience 2022 appeared first on GeeksforGeeks.
I’m interested in finding a better automatic task scheduler app. Currently I’m using https://www.usemotion.com/ but it is extremely slow, glitchy, and I have to report bugs daily. The features I like are: one-time tasks auto reschedule when you don’t complete them tasks are given priorities and deadlines and scheduled accordingly […]
I have a sheet with three columns: [Employee ID] (Distinct values) [Start Date] [Stop Date] I need to search a second sheet with two columns: [Employee ID] (Non-Distinct) [Testing date] and return the next greater [Testing date] than each [Stop Date] on the first sheet for each employee. I am […]
I have four sites on my network, each site has a microtik router that connect them together. I only have one internet connection at my central office. My internet is connected to Kerio Control firewall along with my central office router. I configured the Kerio to give internet only to […]
According to my university’s notes the main memory is made of a consecutive number of positions, each of them contains the same amount of binary digits. Every position corresponds to a unique address which is what the CPU uses as reference to load from the memory. However I can’t visualize […]
Allview A5 Ready camera bug! Not have focus, just makes blurry photos on small-medium text. 😂😂😂😂🤣🤣🤣🤣 Could have a app to make sharp photos?? Thank you very much!
Learn how to avoid callback hell without ditching callbacks! By applying some SOLID principles, callbacks can still be a useful technique. Continue reading Saved from Callback Hell on SitePoint.
We have an instagram widget on our site. Perfect for desktops – but very negative for the pagespeed score on mobile. So I would like to prevent it from loading on mobile. Not hide it with {display:none;} (than it’s still being loaded in the background) A friend wrote this script […]