Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Hexaware Electrical Engineering Interview Questions
Questions Answers Views Company eMail

Is it weather conditions make any problems to the electrical equipments and if yes means is it any precautions needed?

1 2335

Post New Hexaware Electrical Engineering Interview Questions


Hexaware Electrical Engineering Interview Questions


Un-Answered Questions

What is linear optimization? Where is it used?

95


What happens when the node running the map task fails before the map output has been sent to the reducer?

374


What is an attribute tag? What is the syntax for including them?

201


Differentiate between window and page window.

580


There are 100 datafiles, numbered from 1 to 100. File number 10 is deleted and it has 500 MB of data. The database is working in archive log mode. How can be the database recovered ? While doing recovery the archive logs applied are from nos 1 to 100, but 50 gets corrupted. What do we do? Can we proceed further? If so how?

1714






What is the relationship between xml namespaces and the xml 1.0 recommendation?

483


#include #include #include #include void insert(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); insert(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void insert(char *items, int count) { register int a, b; char t; for(a=1; a < count; ++a) { t = items[a]; for(b=a-1; (b >= 0) && (t < items[b]); b--) items[b+1] = items[b]; items[b+1] = t; } } design an algorithm for Insertion Sort

2170


Who created stl?

658


What is inverse definite minimum time lag relay? Where is it use?

2301


What is sensormanager?

542


Is it worth replacing hard drive in laptop?

494


How we check the errors before running the report?

545


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

643


What are the most widely recognized DAX Functions utilized?

5


How are free energy, equilibrium and spontaneity related to each other?

1668