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 487861

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

6 30886

What is difference between TRUNCATE & DELETE?

16 39563

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

27 90485

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

4 9806

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

11 46158

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

9 20155

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

5 13648

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 29585

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 24899

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

7 18034

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

9 18460

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 22022

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 27510

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 18949

Post New CitiGroup Interview Questions


CitiGroup Interview Questions


Un-Answered Questions

What is entitytypes? : Entity framework

600


Is list ienumerable c#?

595


what utility is provided by windows server 2008 for managing disk drives, partitions, and volumes? : Windows server 2008

103


Which operator can be used to change the value of the operand or change the state of the condition?

562


What is the symbol for spring?

146






What is the minimum number of nodes in an avl tree of height h?

453


How to create a login account in ms sql server to access the database engine using "create login" statements?

557


When a pilot is assigned a speed, how much can one deviate from that speed?

625


How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4?

2136


What are html helpers in mvc?

1


What are the types of objects and classes?

1


Does swift have abstract classes?

449


How can you retrieve values for laravel configration files.

405


What are some of the best practices relating to the java collection framework?

502


When to use dependency injections?

173