Tag: interview questions
Introduction to Logic Tests Series What you can do with this tiny programming language with only 4 instructions? Today, we are going to implement the DECR function which decrements …
Many companies have IQ tests or logics tests as one of the interviewing methods. These questions are not intended to test interviewee candidates for the specific programming knowledge, rather, …
Here are some last minute tips before your phone interview. You’ll be coding, real-time. If you don’t have experience of using them – try them out. Coding fluency is …
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input …
A Palindrome string is a string that mirrors itself, for example, ’12a21′ reverse is the same string and ‘abcde’ is not. A Palindrome number is a integer number that …