How do you demonstrate value to the customer?
Software Developer I Interview Questions
27,516 software developer i interview questions shared by candidates
What's your retirement account experience like?
Would I be able to work the afternoon shifts
Se tínhamos experiência na área, e caso não ,qual foram as experiências profissionais passadas
Name a time when you dealt with a difficult customer
Online evaluation only.
If a customer is waiting in the lobby would you take an initiative to go greet the customer or wait until the customer comes to you?
Name a time.... (there are tons of those type)
Name one thing I would like to work on and why?
You're converting a string (s1) into another (s2) by changing the characters in s1. You can do add/delete/replace the characters of s1 to get s2. The cost of any of those operation for a character is 1. Find the minimum cost to convert s1 into s2. Write program and test cases for the same. For example: Convert "Hi" into "Hey". This would require minimum two cost. 1. Replace 'i' with 'e' in s1 2. Add 'y' to s1. Now we've s2.
Viewing 1721 - 1730 interview questions