Tell me your name in french
Software Developer Interviews
Software Developer Interview Questions
Software development is an in-demand career path, and it's also a job that can provide opportunities for high earnings and professional fulfillment. When interviewing for software developer positions, you'll likely face questions about your hard and soft skills and how you manage projects efficiently.
Top Software Developer Interview Questions & How to Answer
Question #1: What type of software development do you currently do?
Question #2: Describe a development issue you faced and how you solved it.
Question #3: How do you handle the QA process?
96,181 software developer interview questions shared by candidates
Hashing
Various data structure questions
Dictionary Rank of a word
Do you like yoga?
Write a program that eliminates evenly occurring characters in a string Input : abbbbcccczzxxxxzzz Output : azzz Purpose is to remove all those characters which are occurring in multiples of 2 consequently in JAVASCRIPT.
Different types of API Calling methods
What would you name this function and how would you optimize it?
Find the lower bound of a given number in a sorted array.
The problem gives you a sample input data file containing the all the employee-employer relationship information of a company. For example "Peter, John, 2013, software developer--John, NULL, 2012, CEO--David, Peter, 2014, technician..." means there are 3 people int this company (segmented by '--' ), the first 1 is Peter, his boss is John, he entered the company in 2013 as a software developer. The second is John as CEO, with no boss, the third is David as technician, his boss is Peter. The problem is asking you to output a file with all the information in a hierarchic style. I selected C++ as my language. But I found it might be quite efficient if we use mysql in this problem.
Viewing 631 - 640 interview questions