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 499453

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

6 31369

What is difference between TRUNCATE & DELETE?

16 40600

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

27 94145

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

4 10135

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

11 47399

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

9 20974

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

5 14087

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 30523

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 26105

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

7 18803

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

9 19193

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 22670

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 28583

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 19538

Post New CitiGroup Interview Questions


CitiGroup Interview Questions


Un-Answered Questions

What is the loss of power of transformer 220kv/33kv,63/80mva of % imp12.05 at 80%load

1491


Can we create session in javascript?

541


How does a registry work?

512


Difference between Share Vs Assign?

458


Benefits of Stored Procedures?

628






In a vehicle, which is going straight ahead at N rpm, if the left wheel rotates forward at n rpm, then the resultant speed of the right wheel will be a) N+n b) N-n c) N/n d) Nn

1044


Can a function argument have default value?

769


How to install angular 4? Explain

487


Give some advantages of artificial intelligence?

663


describe types of customers you often contact at work

1905


How will you classify sliding contact?

732


Explain the resident set and working set of a process?

626


When I try to upload my site, all my images are x s. How do I get them to load correctly?

499


Which is best book for data structures?

596


What does int [] mean in java?

625