They described about skai company. Asked about my projects, what I did in this project. how it can be improved
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,344 software developer interview questions shared by candidates
Code for given an array of numbers find the highest and second highest without using sorting.
They mostly asked question about the technologies written on my resume.
tell me about yourself?
Past earnings and salary range
// input: 10 // output: 9 8 7 6 5 4 3 2 1 0 // input: 16 // output: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 // input: -5 // output: -5 -4 -3 -2 -1 0 // input: -9 // output: -9 -8 -7 -6 -5 -4 -3 -2 -1 0 // input: 0 // output: already zero
Normal behavioral questions and 2-3 coding questions.
What is software scope?
This question is from aptitude part. a 3 digit number is A. if you write it in reverse it will become B. we know that B>A and B-A is perfectly divisible by 7. what could be the value of A ? options are in equality form (107<A<299)
Pretend you're an architect. Design a house.
Viewing 3161 - 3170 interview questions