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

State Bank Of India SBI Interview Questions
Questions Answers Views Company eMail

philippine on independent nation?

2 4663

SBI clerk interview results out!!!

39 46812

Is Gujarat regions result is declared. If anyone knows about it please answer this.

1462

hi is anybody their from delhi has got sms abt selection plz inform

1758

Hi guys rslt is updated on da sbi site i m not selectd cngrt who r slctd

1619

hi, M vinay i m selected for Karnatka bank Clerical Post held on 6th October 2008.. i got interview letter .....interview is on 11/12/2008 any body plz let me know wat type of question they ask... this is my number 9986142375

1 3226

I'm in state Govt. servvice as clerk in pay scale of 3050- 4590 but in my current depth. there is no future scope. i've selected for SBI clerk. Now i'm in confusion wht to do whether i join sbi or not. Can anyone tell me abt the future in SBI regarding pay scales/promotion. early reply plz!

13 35507

i am preparing for SBI clerical exam and also for oriental bank of commerce .. i need previous exam question paper for last 10 years .. pls can you send it to me by email id .. pls help me

1885

Any idea of SBI clerical joing date

1736

I want the previous sucess model papers

1615

i hav selected in SBI clerical inetrview held on month of oct.i had given d exam on basis of +2 carrier because am still continuing my graduation as a physiotherapist.it will max take 7-8 months to complete d course.i dont want to loss a graduaation degree.so iwant to know can SBI help me in this matter??????only final exams r there.no more classes and nothing.can SBI allow me to for d exams and let me complete my graduation degree........???????????

1 4562

I want one previous question paper for sbi bank clerk exam sub: computer knowledg

4 8403

hi,,, can anybody got the offer letter from sbi for the recent clerical recruitment

1667

I am not clear about the nature of the job....Hello, I have cleared the clerical interview. I am still confused about the nature of the job. I am not at all comfortable in working in a call-centre like environement and to work in shifts.But when in the job advertisement,it was there that the employee is required to make calls to customers,work in sfits and do travel. Clarifications please....

1454

Plz send me the last four years papers of sbi for the post of clerk as soon as possible

1427

Post New State Bank Of India SBI Interview Questions


State Bank Of India SBI Interview Questions


Un-Answered Questions

What is windows azure and explain its services?

290


What is Bagging and Boosting?

5


Can I upgrade windows 7 32bit to 64bit?

444


What is paycycle manager?

379


Difference between Integral and Burst in the FetchAs of SourceRule (Card Properties)?

449






How do I find the event log?

559


What do you know about Endowment Policies?

387


What is the legal status of documents signed with digital signatures?

517


what is organic profit? and how it is calculated?

1814


Steering handle (round dial) of motor vehicles (CAR,BUS,LORRY) wiil be designing with two cross supports without 180 degree straightness( it will be little bit cross). Why?

1577


which indicator is used for read?

632


Need to convert this VHDL code into VLSI verilog code? LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ----using all functions of specific package--- ENTITY tollbooth2 IS PORT (Clock,car_s,RE : IN STD_LOGIC; coin_s : IN STD_LOGIC_VECTOR(1 DOWNTO 0); r_light,g_light,alarm : OUT STD_LOGIC); END tollbooth2; ARCHITECTURE Behav OF tollbooth2 IS TYPE state_type IS (NO_CAR,GOTZERO,GOTFIV,GOTTEN,GOTFIF,GOTTWEN,CAR_PAID,CHEATE D); ------GOTZERO = PAID $0.00--------- ------GOTFIV = PAID $0.05---------- ------GOTTEN = PAID $0.10---------- ------GOTFIF = PAID $0.15---------- ------GOTTWEN = PAID $0.20--------- SIGNAL present_state,next_state : state_type; BEGIN -----Next state is identified using present state,car & coin sensors------ PROCESS(present_state,car_s,coin_s) BEGIN CASE present_state IS WHEN NO_CAR => IF (car_s = '1') THEN next_state <= GOTZERO; ELSE next_state <= NO_CAR; END IF; WHEN GOTZERO => IF (car_s ='0') THEN next_state <= CHEATED; ELSIF (coin_s = "00") THEN next_state <= GOTZERO; ELSIF (coin_s = "01") THEN next_state <= GOTFIV; ELSIF (coin_s ="10") THEN next_state <= GOTTEN; END IF; WHEN GOTFIV=> IF (car_s ='0') THEN next_state <= CHEATED; ELSIF (coin_s = "00") THEN next_state <= GOTFIV; ELSIF (coin_s = "01") THEN next_state <= GOTTEN; ELSIF (coin_s <= "10") THEN next_state <= GOTFIV; END IF; WHEN GOTTEN => IF (car_s ='0') THEN next_state <= CHEATED; ELSIF (coin_s ="00") THEN next_state <= GOTTEN; ELSIF (coin_s="01") THEN next_state <= GOTFIV; ELSIF (coin_s="10") THEN next_state <= GOTTWEN; END IF; WHEN GOTFIF => IF (car_s ='0') THEN next_state <= CHEATED; ELSIF (coin_s = "00") THEN next_state <= GOTFIF; ELSIF (coin_s ="01") THEN next_state <= GOTTWEN; ELSIF (coin_s = "10") THEN next_state <= GOTTWEN; END IF; WHEN GOTTWEN => next_state <= CAR_PAID; WHEN CAR_PAID => IF (car_s = '0') THEN next_state <= NO_CAR; ELSE next_state<= CAR_PAID; END IF; WHEN CHEATED => IF (car_s = '1') THEN next_state <= GOTZERO; ELSE next_state <= CHEATED; END IF; END CASE; END PROCESS;-----End of Process 1 -------PROCESS 2 for STATE REGISTER CLOCKING-------- PROCESS(Clock,RE) BEGIN IF RE = '1' THEN present_state <= GOTZERO; ----When the clock changes from low to high,the state of the system ----stored in next_state becomes the present state----- ELSIF Clock'EVENT AND Clock ='1' THEN present_state <= next_state; END IF; END PROCESS;-----End of Process 2------- --------------------------------------------------------- -----Conditional signal assignment statements---------- r_light <= '0' WHEN present_state = CAR_PAID ELSE '1'; g_light <= '1' WHEN present_state = CAR_PAID ELSE '0'; alarm <= '1' WHEN present_state = CHEATED ELSE '0'; END Behav;

4737


hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced

1565


Write a Test scenario for Outlook Search functionality.

2597


What are the co> operating system’s assorted library of integrated components?

656