What is your degree score?
Software Engineers Interview Questions
419,267 software engineers interview questions shared by candidates
print a pattern with * to form a square like structure along with diagonals * * * * * * * * * * * * * * * * * * * * *
What do you do for fun outside work?
what is ios version now ?
there are 8 bottles, 1 of them is defective. you are given a weighing machine and you are only allowed to weigh twice, how will you identify which bottle is the defective one
what's the easiest way to access all the diagonal elements of a 3x3 matrix
Write a function that returns the nth power number, where a power number is a number that can be expressed as x^y. Note that the power number sequence is in ascending order (4, 8, 9, 16, 27, 32, ...).
Write a SQL query to find data above the average of a column.
1. if input is n=7 then print this pattern. Program should be dynamic. * ** *** **** *** ** * 2. One array have many numeric values arr[] = {2,3,4,5,2,5,9,45,23} output arr[] = {2,3,4,5,9,45,23}. Means remove duplicate values from array and store. 3. if n = 5 then print this pattern. * - - - - * * * - - - * * - * - - * * - - * - * * - - - * * 4. They ask me in second round -->if arr[] = "My _ _ _ _Name _ _ _ _ _ is _ _ _ _ _ _ _ _ _ _ xyz". In output there should be only one space between word like arr[] = "My _ Name _ is _ xyz". 5. Take input like 3,5,4,6 separately and output should one numeric value like 3546, for 4,5--> 45.
What are Abstraction, Encapsulation, Polymorphism, and Inheritance?
Viewing 1321 - 1330 interview questions