Skip to main content

Posts

Coderbyte Node JS Age Counting Challenge

    Node JS Age Counting Challenge: As per response of get call count the total number of ages who has age value above or equal to 50. Solution: const https = require ( 'https' ); https . get ( 'https://coderbyte.com/api/challenges/json/age-counting' , ( resp ) => { let data = '' resp . on ( 'data' , ( chunk ) => { data += chunk ; }); resp . on ( 'end' , () => { let jsonData = JSON . parse ( data . toString ()); let actualData = jsonData . data ; let arr1 = actualData . split ( ", " ); let totalCount = 0 ; for ( let i = 0 ; i < arr1 . length ; i ++){ let item = arr1 [ i ]; if ( item . indexOf ( 'age=' ) !== - 1 ){ let age = item . split ( '=' ); if ( parseInt ( age [ 1 ]) >= 50 ) { totalCount ++; } } } console . log ( totalCount ); }) }); //O...
Recent posts

7 INTERVIEW MISTAKES YOU MUST AVOID

1) Not selling your skills You may have everything (skills, knowledge, capability and experience) to be the best fit for that job but you may, on most occasions, fail on how to sell these to your recruiter/hiring manager. Here is a checklist of common interview blunders and how you can work on fixing them. 2) Avoiding eye contact This is one of the commonest interview blunders candidates or job-seekers tend to make - often unknowingly. Avoiding eye contact is perceived to indicate lack of confidence and honesty in a candidate. This is why more than 70 per cent employees reject a candidate. Thus, candidates should practice and make conscious effort to maintain eye contact during an interview. Practicing the answers in front of a mirror looking into one's eyes is a tried and tested way. 3) Not asking questions Most of the job descriptions posted online do not give a sense of what an actual day in the job would feel like. That being the case, when you do not ask questi...
Top 5 National Employ-ability Aptitude Test For Freshers             If you are a Fresher and looking for Job then don't worry just select any from following and they will placed you in Good Company * (condition apply) 1) AMCAT: AMCAT is a employability assessment test which focuses on entry level jobs for freshers. The main advantage of taking AMCAT test is to increase your chances to attend more off campus and  interview. AMCAT has been immensely grown in last 2-3 years as its providing one of the best leading IT companies in india. In many colleges there is no placement and there is no one to find out the talent of those students who all are capable of learning and creativity. AMCAT provides a good platform to those students also who all are not satisfied with their current job and opting for another company. Even in Recession times myamcat has provide jobs to many aspiring students. Exam Fees:  Rs. 853 Score Validity:...
6 Questions to Ask Yourself About Your Resume You’ve found an online job posting that’s gotten you really excited. You’ve filled out the online form. Now it’s time to upload your resume, hit  submit , then sit back and wait for your phone to ring. But wait: Before you do that, why not take an extra five minutes to double and triple check your resume? You’ve probably looked it over a hundred times before, but it never hurts to verify that your resume is spotless, professional, and appealing. Read through your resume just one more time before you send it off, and as you read it ask yourself these quick questions: Is your contact information accurate, complete, and up to date?  Yes, this seems like a no-brainer—but you would be  amazed  at how many resumes we see where digits in the phone number are transposed, or there is a typo in the e-mail address, or there is no physical mailing address listed at all. Read through your contact information  c...

6 mistakes to avoid while looking for a job

6 mistakes to avoid while looking for a job Communicate well, don't fabricate information on resume during an interview.  Whether you are a fresher or a seasoned professional, there's always room for improvement, especially during an interview. Because of the mistakes one commits during his/her interview, employers often don't turn up with a positive response or a job offer. TimesJobs.com approaches some of the industry experts to find out those mistakes that any job seeker can avoid.  1) Poorly written resume  In order to stand out among the thousands of resumes that recruiters receive every day, a candidate's resume must represent the best that he/she has to offer and why they are right for the job. However, most job seekers spend tremendous energy, time, and effort to create an impactful resume, but send out multiple copies of the same to various recruiters instead of customising it for each position. For every job application, one shoul...

8 Things Productive People Do During the Workday

Forg et about your job title or profession –  everyone  is looking for ways to be more productive at work. It’s time to set down your gallon-sized container of coffee, toss out your three-page to-do list, and put an end to those ridiculously long emails you’ve been sending. Experiencing a highly productive workday can feel euphoric. But contrary to popular belief, simply checking tasks off your to-do list isn’t really an indication of productivity. Truly productive people aren’t focused on doing more things; this is actually the opposite of productivity. If you really want to be productive, you’ve got to make a point to do fewer things. Recently I spoke with  project management and productivity genius Tony Wong  to find out the secret to a more productive workday. He provided me with some excellent insight into what he and other like-minded productive individuals do during their work week. Harness your productivity by taking note of these eight things: ...

eLitmus Placement Papers

This is all about placements.....  eLitmus is a first-of-its-kind service in the world. Since it was launched in 2005, eLitmus has been redefining how fresher and entry-level recruitment is done in  India . pH Test evaluates job seekers based on a variety of parameters, and grades them nationwide using an advanced  statistical model , resulting in a pH Score for each candidate. eLitmus has been one of the toughest test which requires  CAT  level preparation. And as there are no previous paper available anywhere it gets more tougher to even predict its pattern. As I was preparing for this particular exam I came across some papers which were tagged as eLitmus papers. I am sharing them here in links below. It is in  PDF format  so you can right click and select save as option to download the papers. Download Sample Papers for Practice(click on Elitmus.zip) Elitmus.zip P.S: A word of advice : the elitmus study material giv...