1. write a program to get outpout as: input: xyz12@gmail.com output: moc.liamh@21zyx
Desenvolvedor De Software Interview Questions
Desenvolvedor De Software Interview Questions
A área de desenvolvimento de projetos está em alta e oferece bons salários e realização profissional. Em entrevistas para cargos de desenvolvimento de software, são normalmente feitas perguntas relacionadas às suas habilidades técnicas e comportamentais e a como você gerencia projetos de maneira eficiente.
Principais perguntas de entrevista para desenvolvedor(a) de software e como respondê-las
Pergunta 1: Com qual tipo de desenvolvimento de software você trabalha no momento?
Pergunta 2: Descreva um problema de desenvolvimento que você tenha tido e como o solucionou.
Pergunta 3: Como é seu processo de garantia de qualidade?
93,167 desenvolvedor de software interview questions shared by candidates
Given a new programming language with only three possible statements, X=0; (Assign to 0 only)... X++ (increase by one only)... and LOOP X{ } (iterate through block X times, find A = X * Y; and then find A=X-1.
1) Difference between stack and queue.
Tell all the data structures and the best data structure and why.
Asked about personal data and about c language for half an hour.
Suppose you have a stack of pancakes of pairwise distinct sizes. You wish to order the pancakes the pancakes by size, with the largest one on the bottom. The only operation is available to you is a spatula flip: You can insert a spatula anywhere in the pancake stack and flip over the stack above the spatula, reversing the order of the pancakes. For instance, in the following stack bottom . 2 3 | 5 1 4 . top Inserting the spatula between 3 and 5 will give: bottom 2 3 4 1 5 | top Design an algorithm to sort the pancake stack using this operation. Write a program to execute this algorithm in C++. What is the runtime efficiency (precisely, not just in Big-O time), assuming that a flip is an atomic operation? Is your algorithm optimal (again, precisely, not just asymptotically)?
Few questions on data structures and c++.
What were the inconsistencies between what we say vs how we think?
Which one is faster? insert or update sql command?
How will you swap two variables without using a third variable??
Viewing 741 - 750 interview questions