Basic DBMS and project related question
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,495 software engineer interview questions shared by candidates
If you good at algorithm/data structure you can crack it.
1 Jug with 24 litres water is to be split into 3 Jugs, one being the 24 litres, other one being 12 litres and last one 5 litres in such a way that 24 litres Jug contains 12 Litre. You can only use the water in the 24 litre jug, nothing more nothing less.
How to get the k smallest element in O(klogk) time
How can you tell if a linked list is circular (goes on forever because it connects to a previous node)?
given an unordered list of numbers find all pairs that add up to x
1) circular linked list 2)adding index 0 to till same array {2,4,4,3,1} so ans is 2+4 = 6 3) adding positive and negative number [array] 4) put user defind value passng arguments to the define function and solving the math problem.
To implement a binary tree which has back traversing support
There is an array of 100 elements where one element is repeated. What is the complexity of finding the element?
1. write a programme to Calculate the angle between hour hand and minute hand. 2.It was related to pattern of stars(*).
Viewing 1791 - 1800 interview questions