Skip to main content

​THE INTERVIEWEE WHO HATED ME​

6 years ago a guy looked at me face to face, and boldly told me; "I don't like you!" I immediately fired a response, I asked him that day; "Thank you for the honest feedback, but those that you like, how has it made their life better? How does your liking people pay their bills or take a bank loan? My brother keep your like, I need God's like And that's what guarantees my future. Today I joined a CEO friend of mine in an interview Panel to recruit some new staff, it was a long session, as we returned from a coffee break to continue the hectic interview session, here was this same guy walked in with his grey jacket and CV coming for the interview. Our eyes kissed by fluke, we immediately recognised each other; "the world is indeed spherical", I soliloquized. He felt very uncomfortable through out the interview, one could clearly see the volcanic eruption ongoing in his whole nervous system, he even mistook his date of birth for his last date of empl...

Systems Administrator Job

Our client is a leading tea blending, packaging and marketing company with a countrywide distribution network known for household quality tea brands and purified drinking water.  
They are looking to hire a Systems Administrator. Reporting to the ICT Manager, the successful candidate will be responsible for the development and support of all Systems including the ERP and Online Systems. 
Job Purpose
The job holder will be responsible for reviewing, analysing and occasionally modifying systems including encoding, testing, debugging, installation and support of new and existing application systems. 
Responsibilities
· Develop new applications by analysing user requirements, constructing workflows & diagrams, studying design capabilities and writing specifications. 
· Spearhead the design and development of database structures to meet the business requirements and anticipated technological innovations.
· Devise, develop and implement disaster recovery procedures for all systems running in the organization. 
· Plan and execute database IT Security measures, performance monitoring and maintenance procedures.
· Monitor and manage system bugs and communicate with system vendors on change requests, updates and support requests. 
· Document and communicate complex software problems that are beyond internal support to relevant software vendors for resolution and patches. 
· Investigate and resolve ERP functionality related issues and provide first level support and troubleshooting existing systems. 
· Review the current manual processes with the view of developing relevant applications or integrating stand-alone systems to the main ERP. 
· Ensure databases are always available to users by implementing high availability and disaster recovery options. 
· Enhance existing and developing new ERP reports to aid in critical business decisions and for performance review.
· Analyse data contained in all systems and identify any data integrity issues with existing and proposed systems as well as providing SQL administration to live and test environments.
· Spearhead business intelligence efforts by identifying the correct reporting system to generate effective dashboard reports and alerts. 
· Perform any other relevant duties that may be assigned by the ICT Manager within the scope of the position.

Requirements
· Bachelors degree in Computer Science, ICT, Engineering or related fields.
· At least Six (6) years’ experience in a busy IT environment with strong background in programming and systems development. 
· Possession of Microsoft Certified Solution developer.Net (MCSD.Net)
· Practical knowledge and programming of Microsoft SQL Databases and Crystal Reports. 
· Fully familiar with Microsoft technologies with special emphasis on Web/Internet programming using ASP.net/IIS, Visual BASIC as front-end development tools. 
· Proficiency in Microsoft SQL Server 2008 or later version as back-end databases.
· Proficiency in enterprise reporting tools including Crystal Report.
· Good understanding of Active Directory, Windows 2008 & later operating system, Exchange 2010 Mail server.  

How to apply: 
Apply Now via our recruitment portal. This will require you to create a profile; in addition attach your detailed and up to date CV and a cover letter demonstrating how you meet our requirements, indicating your current as well as your expected remuneration. 

Applications must be received by close of business dd-mm-yy


P O Box 6416, Nairobi, GPO 00100

Only short listed candidates will be contacted. Please note that we do not charge fees for receiving or processing job applications. Visit our website for more vacancies.

Comments

Popular posts from this blog

​THE INTERVIEWEE WHO HATED ME​

6 years ago a guy looked at me face to face, and boldly told me; "I don't like you!" I immediately fired a response, I asked him that day; "Thank you for the honest feedback, but those that you like, how has it made their life better? How does your liking people pay their bills or take a bank loan? My brother keep your like, I need God's like And that's what guarantees my future. Today I joined a CEO friend of mine in an interview Panel to recruit some new staff, it was a long session, as we returned from a coffee break to continue the hectic interview session, here was this same guy walked in with his grey jacket and CV coming for the interview. Our eyes kissed by fluke, we immediately recognised each other; "the world is indeed spherical", I soliloquized. He felt very uncomfortable through out the interview, one could clearly see the volcanic eruption ongoing in his whole nervous system, he even mistook his date of birth for his last date of empl...

Canton Jones - Hallelujah ft. Deitrick Haddon, DPB,

Mercury Mail Configuration in Windows

My friend talked of writing stuff people look for to make it interesting. Not just people. He said.  i write stuff I would like to read.  I really looked for this. I searched alot. Am sharing because it helped me alot.  The Mercury Mail package in xampp for windows is a great way to start sending emails from openemr or any open source CMS program placed in xampp. The configuration is easy, just need to follow the steps: Benefits of Mercury Mail in openEMR Easy to setup and integrated with XAMPP package Appointment reminders will be sent automatically using Batchcom/Automatic_notification via cronjob The patient reminder mails(alert reminders) will be sent automatically Secure Obtaining Mercury Mail If not using XAMPP, but still want to use mercury mail, you can get it from here http://www.pmail.com/downloads_s3_t.htm Steps of Configuration 1. After downloading Mercury Mail and installing it or if using Xampp, you can find it in C:/x...

Imagine - John Lennon and The Plastic Ono Band (with the Flux Fiddlers)

Lauren Daigle - O' Lord (Radio Version)

You're Bigger by Jekalyn Carr (Live Performance) Official Video

Eulogy | How could you leave us?

I feel this.The only difference is mine is a dad, minus pills. I lost my dad. Hard to keep up  with. Thanks for a place to let it out. Hard to keep it in. Harder to tell a story. Just write down what you're thinking n feeling +Patrick   (not everything though)  Can't use a past tense..I love my dad. I told my dad I loved him once, and it felt awesome. Had never done. I've never told my mum that I love her. I think I need to. I felt so bad...I've never wanted the news bearer to be as wrong as that day. I thought of praying and raising the dead, but just couldn't do it. Science said no, God let it happen. He has reasons. Can't question. NF kinda painted it for me. Honestly, some things can't be forgotten. Can't be undone. Can't be replaced. The only thing I have are precious last moments and advices. Specifically the last thing I did is share a cup of tea in my room. If you're watching Dad, I'm not looking back. I'm matching forth...

Skillet - Set It Off [Official Audio]

rsync

rsync is a software application for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. rsync can copy or display directory contents and copy files, optionally using compression and recursion. The rsync utility uses an algorithm (invented by Australian computer programmer Andrew Tridgell) for efficiently transmitting a structure (such as a file) across a communications link when the receiving computer already has a different version of the same structure. The recipient splits its copy of the file into fixed-size non-overlapping chunks, of size S, and computes two checksums for each chunk: the MD4 hash, and a weaker 'rolling checksum'. It sends these checksums to the sender. The sender then compares its ...