Coding Challenge 1) Find the longest palindromic substring from the given string. No need of DP solution.
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.
841,079 engineer interview questions shared by candidates
I have signed the non-disclousure agreement for Amazon. Even though I cannot give you the questions I was asked for, I can suggest how you can learn.
Assume that you are given the head and tail pointers of a doubly linked list where each node can also have a single child pointer to another similar doubly linked list. There are no cycles in this structure outside of the traditional double links. Write a procedure in C++ that flattens this structure into a single list.
If you have a program that runs slow, how will you improve it to run faster?
Code to find character count in a given string.
why do you want to join L&T?
Is the patient Record accessible to everyone
Ios related question multi thread etc
Sort a array, [W B W B B W W B ] === [W W W W B B B B ]
You are outside a room. Inside the room there are two light bulbs. One light bulb is on all the time, the other light bulb only turns on when you open the door. How do you determine which light bulb is on all the time?
Viewing 431 - 440 interview questions