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

BEd General Aptitude Interview Questions
Questions Answers Views Company eMail

Find the wrong number in the given series: 2,3,12,37,86,166,288

6 46195

Post New BEd General Aptitude Interview Questions




Un-Answered Questions

Which ci tools are used in jenkin?

1


what is differentila pilot supervision in the incomer control panel in the power station?

1665


How can you disable the browser to view the code?

511


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

2100


Suppose if you are using wep (wired equivalent privacy) password with backtrack then how you crack wi-fi network?

422






I am using 971 Enraf radar level transmitter for LPG tanks ,the tank side indicator gives the error code 999999999FL can any body give me any diagnostic for this issue?

1821


In which database can extended stored procedures be added?

559


What events are supported by readable streams in node.js?

264


Can we inherit sealed class in c#?

497


What is the limitation of vpc for each account?

78


In which structures and cellular processes do microtubules participate?

519


How do I start tomcat?

448


Suppose my license expires today, can users able to view the dashboards or workbook which I published in server earlier?

233


What is the 8x8 rule of slides?

339


Which documents are used as references when we create po?

686