Computación - Understand by Computer Programming

 
Vista:
Imágen de perfil de Ankit
Val: 1
Ha disminuido su posición en 28 puestos en Computación (en relación al último mes)
Gráfica de Computación

Understand by Computer Programming

Publicado por Ankit (1 intervención) el 30/01/2020 08:10:54
Hello Everyone, I have faced few interviews related to programming sector and I have faced lots of questions where i was stuck. Can anyone knows where can i get the list of programming interview questions as a beginner point. I want to prepare my self for upcoming interview.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de vijay
Val: 2
Ha disminuido su posición en 14 puestos en Computación (en relación al último mes)
Gráfica de Computación

Understand by Computer Programming

Publicado por vijay (1 intervención) el 31/01/2020 09:52:03
Here, I am sharing with you a list of programming interview questions:

Question: Please explain what you understand by computer programming.
Question: Can you enumerate and explain the various types of errors that can occur during the execution of a computer program?
Question: Please explain an algorithm. What are some of its important features?
Question: What do you understand by maintaining and updating a computer program?
Question: Please provide a brief explanation on variables.
Question: Every programming language has reserved words. What are they? Give some examples.
Question: What do you understand by loops? Briefly explain the various types of loops.
Question: Please explain program documentation. Why is it important?
Question: What are constants? Explain their types.
Question: Please explain the operators.
Question: Could you explain arrays?
Question: What do you understand by a subroutine?
Question: Explain low-level and high-level programming languages. Also, give some examples.
Question: What do you understand by machine code?
Question: Do you know about modeling languages? Give some examples.
Question: Please explain software testing. Why do we need it?
Question: What do you mean by “beta version” of a computer program?
Question: Can you explain the top-down design approach?
Question: What do you understand by program implementation?
Question: Please explain program execution.
Question: What is a compiler?
Question: What is debugging? How is it related to testing?
Question: Why do adding comments to code is highly recommended?
Question: Can you enumerate some coding best practices?
Question: Can you please explain the DRY principle?
Question: What are the violations of the DRY principle called? Where are they found typically?
Question: Please explain bubble sorting?
Question: Please explain data structures.
Question: What are some of the areas that leverage data structures?
Question: What do you understand by sorting? Name some popular sorting techniques.
Question: Please explain the binary search. What is the best scenario for using a binary search?
Question: How will you reference all elements in a one-dimensional array?
Question: What do you understand by LIFO and FIFO?
Question: Can you explain multi-dimensional array?
Question: Please explain a graph.
Question: What is the difference between a linear and a non-linear data structure?
Question: Please explain an AVL tree.
Question: Why do we use Huffman’s algorithm?
Question: Please explain Fibonacci search.
Question: How does the recursive algorithm works?
Question: What is a recursive function?
Question: Please explain how does dynamic memory allocation help in managing data?
Question: What is the difference between NULL and VOID?
Question: Please explain how variable declaration affects memory allocation.
Question: Please explain data abstraction.
You can get answers of these questions from here.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar