Hi Every one...........I have been selected for the SBI
Clerk. But i m one month Pregnanat. So anyone please
suggest me, is they take any objection on my joining .

Answer Posted / arti

Hi, Preeti,in case you are getting selected ,the next step is medical checkup which is the must,the bank says.The selected candidate after the date of selection have to be in probation period for 6months from the date of joining.So,if it does not clashes with your DOD(Date of Delivery)then you are safe.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by initialization and how we initialize a variable?

590


Explain what are the different data types in c?

765


Are pointers integers in c?

617


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

651


Do pointers take up memory?

670






Is javascript based on c?

599


Can we access array using pointer in c language?

650


Do you know what are bitwise shift operators in c programming?

593


Why is it that not all header files are declared in every C program?

688


What is define directive?

646


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1502


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581


What is wild pointer in c?

615


Which function in C can be used to append a string to another string?

651


What is the difference between functions getch() and getche()?

627