A couple of OOP terms to define. Algorithm for checking if a string is correctly opened and closed by a number of brackets.
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
shortcut key to lock the screen in windows ?
basic apptitude ques
How to sort an array?
Quais paises que tem mais usuários no Linkedin?
How would you implement a Fizzbuzz algorithm? (print each integer 1...100 but if it is a multiple of 3 print "fizz" instead, and if it is a multiple of 5 print "buzz" instead.
Find out the smallest unique alphabetic character in a string.
Check the validity of a string containing opening and closing tag pairs.
Intersection of two linked lists
Using the online code editor, create a data structure that does the following: 1 - Has a max size of elements 2 - When attempting to add a new element, if the element will exceed the structure max size, remove the oldest accessed element to make room for the new element.
Viewing 3121 - 3130 interview questions