On the interview I had to code an example with PHP and as they were watch me develop.
Software Engineer C Interview Questions
665,595 software engineer c interview questions shared by candidates
Why the potholes have circular opening?
If I have a jar with 1000 coins and one is double headed and I pick one coin randomly and flip 10 heads what is the probability it is the double headed coin?
aptitude questions, logical ability, data interpretation,reading comprehention
Given an integer, re-arrange the integer such that first and last digit will be at first and second, second and second last digit will be at third and fourth position from left of the re-arranges integer and so on. Example: Input -> 12345678, Output -> 18273645 Input -> 1234567, Output -> 1726354
How to convert an Optional string to integer without throwing exception
Question: Given a string comprising of all words of a text book. Find out the no of individual strings and their occurrences.
find number of 1's in a number
You have a function f(p) that returns an array of linked pages e.g f(homepage) = {page1, page2, page3}. Or f(page1) = {page4, page5}. If there is no linked pages function will return null. And we say one site is a good site if we can get to any page of that site in a less than 6 clicks. The task was to write a function that will check is it a good site or not using f(p).
if i type character 'A' in text file and save it, what will be size of the file
Viewing 961 - 970 interview questions