Sameer Suneja

Sameer Suneja is an Indian executive who is the current global CEO of confectionery manufacturer Perfetti Van Melle. He is the first non-Italian to head the third largest confectionery group in the world.[1]

Sameer Suneja
NationalityIndian
Alma materSt. Xavier's School, Delhi Indian Institute of Management Bangalore
TitleGlobal CEO of
Perfetti Van Melle

Early life and education

Sameer Suneja went to St. Xavier's School, Delhi and graduated in 1989. He completed his masters from Indian Institute of Management Bangalore in 1994.[2]

Career

Suneja joined Colgate Palmolive as a brand manager in June 1994. He left Palmolive in January 1996 to join Frito Lay, where he worked for a little over a year. He joined Perfetti Van Melle in February 1997. He was promoted to the role of executive vice-president for global innovations and business development in August 2012. Later, he was appointed global CEO in August 2013.

gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.
gollark: It does not avoid those. You just reimplement them oddly.
gollark: Explicit doesn't mean very good.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.