Given two vectors of strings, output the strings that only appear once across both vectors.
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,169 software developer interview questions shared by candidates
Loops question
What is your shortcomings?
Parent Class method throws illegalMonitorStateExcpetion,Can the child class Overrided method throws RuntimeException?
Prove that limit theta tends to zero sin(theta) / (theta) tends to one?
Last of the three coding questions in the first interview: It was an inventory based question. Apple Sold in the farm 214 out of 250 on April 1 179 out of 250 on April 2 230 out of 250 on April 3 Orange Sold in the farm 0 out of 200 on April 1 180 out of 250 on April 2 200 out of 250 on April 3 Mango Sold in the farm 100 out of 100 on April 1 0 out of 200 on April 2 50 out of 250 on April 3 Output all the sold merchandise in a datewise inventory. (E.g. On April 1, Apple, Orange, and Grapes were sold in x,y, and z amount)
You have 2 arrays with characters. the \b char represents deleting a letter. you need to return if the words that the arrays represent are equals. example: [a , a , \b , b , c] [a , b , c] True because the word in both array is : abc
Given a 8x8 chessboard, write code to calculate the number of ways you can go from the the top left corner to the bottom right corner, given that you can go down, up, left, AND right.
2, 3, 5, 7, what comes next
Implement singleton
Viewing 271 - 280 interview questions