How to create a calculator that gets a string as an input. for example "2+3*4-(4+5)*3"?
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
Do you know Node.js and Go?
Finding squares given a set of points, questions on concurrency and race conditions, memory layout for objects with multiple inheritance and virtual functions.
First, they sent a coding assessment on Codility which had 2 questions - one was to return the number formed by interleaving the decimal digits of 2 numbers. Then during the phone interview I was asked to serialize and deserialize a vector of strings in C++.
What are abstract classes and what are they able/ not able to do.
DSA question: I was given a list of elements to begin with. My task was to insert the elements in a binary search tree such that the height of the tree remains minimum.
Coding exercise about using a website to compare weights of gold bars and determine which one is the fake bar.
What is op amp Difference between structure and union No of bits in ipv4 and ivp6 Why crystal oscillator is more stable What is gauss law What is sampling What is Fourier transform
FizzBuzz
1. Populate an array of numbers from 1 to N (inclusive). Given two numbers, p and q , if a number in the array is divisible by p print OUT if a number is divisible by q print THINK. If the number is divisible by both p and q, print OUTTHINK. Otherwise, print the number.
Viewing 821 - 830 interview questions