1.difference between abstract class,interface
Software Engineer C Interview Questions
665,595 software engineer c interview questions shared by candidates
programming 1) print pattern 2,3,5,7,......
The online test was easy
This test involved writing a zoo simulator whereby a “zoo” contains a certain number of different animals whose health decreases by a random percentage every 20 seconds. The animals can be fed, which increases their health by a random percentage, based on various other conditions. It’s a fairly involved exercise, and not exactly quick to complete.
Given a 7-column keyboard sorted in alphabetic order. There is a cursor on the keyboard, and you can move it 1 unit to left/right/up/down. The input is a word, you need to design an algorithm to give movements of cursor to type this word.
Write a program in the language of your choice that accepts a size as a program argument and draws a spiral of that size.
create an exact replica of an image given by them using HTML and CSS
Basic data structure and design questions.
Write a SQL command that returns users' order history and the total cost of each order including shipping. There are 3 tables: users table, orders table, order details table.
An array = [2,2,1,3,3,4.5] find sum of non duplicate elements in array i.e 1+4+5 using only one for loop
Viewing 991 - 1000 interview questions