Write code for string search
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,835 software engineer interview questions shared by candidates
Implement a function that gets the greatest common divisor of two numbers
I was told a coding question. Q: Given a list of words for example : cat,bat,rat.... and given a query which has a special character '.' which can be represented as any alphabet between 'a-z'. Write a function which gives true as output if the the query is in the list of words. Example: List of words: cat,bat,rat,cct,cut Query 1: c.t Output 1 : true Query 2: c.. output 2 : true
Return the sum of node values at each level of binary tree
NDA
Try to improve the intersection question by binary search, but I did not finish the coding.
Clone a linked list with arbitrary pointers to other nodes
Given an integer, print it out using only putc. You cannot use any other print statements, arrays, or cast the integer to a string or character array.
Given a distinct set of integers, return all possible subsets.
Basics of Angular, SQL, DS
Viewing 3111 - 3120 interview questions