Message on Whatsapp 8879355057 for DSA(OA + Interview) + Fullstack Dev Training + 1-1 Personalized Mentoring to get 10+LPA Job
0 like 0 dislike

1 Answer

0 like 0 dislike

This was for the New Grad role for Software Engineering in London, UK. It was a round 1 telephone interview. Not sure why they call these telephone interviews as, they're actually zoom video calls, but any way

 

First 10 mins -
General introductions.
Why do you enjoy software engineering?

 

Technical Question asked
Stock Ticking (similar to Leaderboard)
Implement the following two functions such that they are optimal. addStocksVolume receives a symbol (INTC, APPL, etc) plus a volume which you cumulate over time. topKstocks would return the k stocks with the highest volume.

 

void addStocksVolume(string stockSymbol, int volume) {

}

vector<string> topKstocks(int k) {
	// return k top stocks 
}
by Expert (34,270 points)

Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .