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

CitiGroup Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 488242

What is a join?Explain the different types of joins?

6 30917

What is difference between TRUNCATE & DELETE?

16 39611

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 90647

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 9813

main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 46209

main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 20187

#include main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 13664

In a journey of 15 miles two third distance was travelled with 40 mph and remaining with 60 mph.How muvh time the journey takes

4 29632

A man walks from 9.15 to 5.15 from monday to friday and 9.00 to 12.00 on saturday.Each day 0.45 min lunch. How much time he walks in a week

10 24939

12 revolutions takes 1/8 th second time.In 20 seconds how many revolutions?

7 18072

In 60 reems of paper 40 reems were utilised then what percent will remain?

9 18484

A started at 9.00 am with 6 mph and B started at 9.30 am with 8mph in the same direction. At what time they will meet?

6 22047

In a company 3/5 of people know shorthand 1/4th know typing and 1/5 know both. What fraction of people do not know both?

14 27553

A company requires 11,500 strength.present employees are 200 women , men and 6500 unmarried To reach the target how many women required to maintain the same ratio?

5 18975

Post New CitiGroup Interview Questions


CitiGroup Interview Questions


Un-Answered Questions

What is the mode of action for quaternary ammonium compounds?

608


Water filter calculation formula

1327


how to fetch a contact person number from contact application using content provider?

496


What is difference between objective c and c?

1


Explain about your sql server dba experience? : sql server DBA

537






how to take backup bcp out for a column in table in sql server?

1630


Tell me what is current stable version of laravel?

396


State thevenintheorem?

589


Define batch input session?

567


what sorting order does search all have?

598


how to prepare for bhel et interview

3121


How to make text vertical allign center in div.

901


What are class attributes in python?

441


What are the types of index in sql?

524


What is the namespace for datatable in c#?

488