Write a program to generate 6,15,35,77,143,221,323,437...........
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,461 software engineer interview questions shared by candidates
What was your Final Year Project?
A small two hour python project implementing a simple game, with the interviewer screen watching remotely.
On ado.net and asp.net they interviewed and programs
1. Different cloud delivery models 2. RPC vs RESTful API services 3. Docker concepts 4. Web architecture model 5. MVC vs MVVM
write a command-line program to evaluate a set of equations. Like: a=b+4 b=c+d d=4 c=3+2
Find the intersection of two linked lists. Follow up: if the linked lists are doubly-linked lists.
2nd Round – Technical (Written): • 10 SQL questions, mainly on joins and foreign keys. • Programming Logic Questions. o From the given string find the first repeated character. o Find the sum of digits in a number. (Eg. 24 -> 2+4=6) o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be 1 2 3 4 5 6 7 8 9 10 o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be * * * * * * * * * *
Given a string and a char, write a function that returns the string without the char in it.
how to print a singly linked list backwards
Viewing 1561 - 1570 interview questions