Interview questions are fully based on whatever domain, tools, languages mentioned in CV and not beyond that. Per industry standard, Couple of Management rounds and couple of technical rounds interviews scheduled which are very realistic .
Manager Software Interview Questions
3,543 manager software interview questions shared by candidates
what is ohm law? whether current is directly or inversely proportional to voltage?
How do you handle conflict?
For tech, you will usually go through 3 rounds of interviews (phone, code test, and then for a senior role a final assignment followed by a presentation to a panel)
Why did they add default operations to Java 8?
Tell me about challenges you faced in establishing process in any of your past projects
A whole bunch of Android questions and this java problem Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (i.e., buy one and sell one share of the stock), design an algorithm to find the maximum profit. Note that you cannot sell a stock before you buy one. Example 1: Input: [7,1,5,3,6,4] Output: 5 Explanation: Buy on day 2 (price = 1) and sell on day 5 (price = 6), profit = 6-1 = 5. Not 7-1 = 6, as selling price needs to be larger than buying price.
how would you call micro-services in a standalone or in cloud applications if they are not reachable ?
Tell me about your most difficult project ? How do you handle conflicts ? Discuss your most successful engg project ? Talk about the migration to cloud ? Case study question about break even analysis?
Write a web service in Go. The web service should pass all the 10 test cases provided in the test. Also, add at least one new test case.
Viewing 381 - 390 interview questions