given : [126,125,67,28, 658] expected: [9, 8, 13, 10, 19] without using a 2 loops
Engineer Interviews
Engineer Interview Questions
Engineers are responsible for designing and building products. In an interview context, expect to be quizzed on your technical skills, and also evaluated for your ability to work as a part of a team to get things built. The specific questions you are asked will depend on what type of engineering position you are looking for such as a specific engineering discipline like software engineer, electrical engineer, or mechanical engineer.
Top Engineer Interview Questions & How to Answer
Question #1: What is the most challenging engineering project you've dealt with, and how did you ensure it was successful?
Question #2: In your current role, what steps do you take to avoid making mistakes?
Question #3: Describe a time you dealt with a difficult client or stakeholder.
842,048 engineer interview questions shared by candidates
Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')
What can you do to a method in a parent class so that it's not overriden by a method in child class with same name?
finding a missing number in a continuous number sequence.
Why Syntel ?
1. Find vowels from the given string in the first round. 2. They provided small small c# programs for each sessions
10 Gbytes of 32-bit numbers on a magnetic tape, all there from 0 to 10G in random order. You have 64 32 bit words of memory available: design an algorithm to check that each number from 0 to 10G occurs once and only once on the tape, with minimum passes of the tape by a read head connected to your algorithm.
write a script to be able to expand this regular expression and print out the results host0[000-100].foo.yahoo.com should return host0000.foo.yahoo.com ... host0100.foo.yahoo.com
You have a 10x10x10 rubix cube. You paint the outside. How many cubes have paint on them?
Viewing 891 - 900 interview questions