Tips: - test is performed on codingame website ( check it out before applying to get familiar ) - 20 questions in total of type what is the output of presented program and algorithm problem solving - get your favorite compiler / linker ready - big note here : you cant copy paste code in IDE / editor from codegame website - 17 questions where you have 3 minutes to copy code by hand into your IDE / editor from website, compile it and link it and then again manually write output of code to output text box - program lengths are 30 -60 lines in ranges - practice fast typing beforehand - 3 problems of algorithmic type , 20 minutes to solve using IDE on codingame website
C Interview Questions
5,483 c interview questions shared by candidates
may I start ASAP
About java what is finally final and finalise keyword
En la parte personal las preguntas eran sobre cómo actuar ante determinadas situaciones, sobre qué opinión merece una situación concreta y preguntas por el estilo. En la parte técnica hay una prueba que te cronometra una plataforma. La prueba consiste en resolver un problema realista relacionado con la actividad de la empresa.
No detallo las preguntas, pero sí puedo indicar que buscan a alguien con mucha experiencia en C++, en particular en soluciones multiplataforma y concurrentes. También se requiere dominio de las expresiones regulares.
Las preguntas y la prueba técnica versan sobre soluciones concurrentes y manejo de expresiones regulares.
What is a cross join in SQL?
First round: Hackerrank Test. Question: Given a string which contains only A and B, remove all the occurrences of AB and BB until the string doesn't contain any of these 2 substrings. Return the length of the original string after removing all the occurrences of the above substring. eg: "ABAABBA" answer: 1 2nd Round: One-on-One Interview(Online) Questions: What is a dangling pointer? In what scenario does a pointer become dangling? What was your role in your previous company? What features did you work on for the project in previous company? What were some mistakes you made and how did you correct them? 2 predict the output questions: int a=1; print("%d\n",(a++)*(++a)); char *p = 'a'; delete a; 2 coding questions: Print a singly linked list in reverse order(A:Recursion) How to detect a loop in a linked list(A: Hare and Tortoise Algo) (Avoid using extra space) What are some projects you did and explain the one you liked. After receiving the offer: HR Assesment: Cognitive Analysis and Psychological analysis test(30 mins non-proctored simple test)
REST Api application to manage rental bookings
Briefly explain any of your projects to me?
Viewing 3561 - 3570 interview questions