Tell us about yourself and a coding project.
Internship Software Engineer Interview Questions
23,674 internship software engineer interview questions shared by candidates
Preguntas de codigo , resolver problemas de programacion
Hackerrank: Format a number of type double with several different rounding conventions
Q1. Tell me about yourself Q2. Check if a given array contains duplicate elements within k distance from each other (can be found on geeks for geeks) Q3. Leetcode 1011
The first interview had a matrix question that needed to be solved with a BFS. The second one was about relinking nodes in a binary tree. In the second interview, I got a question about the Kth largest integer. The second question was about target sum in a contiguous subarray.
A question about string and dynamic programming
Given a sorted array and a target number, return the amount of times it appears (really wanted an optimal solution)
The first question was quite easy and it was about arrays.
Design a calculator with the input as a string, for example: "12+34/(3-4)+21*4=12", output the value of the expression
Perform division of two numbers without using the division symbols (/, %)
Viewing 2481 - 2490 interview questions