Java question was around String pattern searching which you can do easily in around 20 minutes, if you can keep your mind calm where that clock is also ticking.
Engineers Interview Questions
843,939 engineers interview questions shared by candidates
build the func f=(ab+c`)` using min mux 2:1
why the cover of a gutter man hole is circular in shape?
You are driving on a racetrack. The first lap you averaged 60mph. How fast do you have to drive on the second lap to average 120mph on both laps?
What's power gating and clock gating. Briefly explain setup time and hold time violation. Briefly describe what is physical design. Sequence Detector. And some questions about my project.
Print a binary search tree. Each level on a new line.
write a function which returns a fibonacci number for a given number n.
Given a string, can you remove all duplicate characters in the string.
During the phone interview, the coding question was done on a google doc and asked: In Java, given a String of [a-z] characters, find and return the first character that appears only once. I implemented it using a counting array and in the end the manager asked if I could implement it in another way, which I mentioned I could do it using a HashMap.
Excel Sheet Problem: Given a String in method return the column number. Or in other words, convert Excel column number in integer. Input: "A" Output: 1 Input: "AA" Output: 27 Explaination: Column A is very first column in Excel, so return 1.
Viewing 1491 - 1500 interview questions