Given a file that represent a graph, write an algorithm that compute the number of triangles in the graph.
Engineer Senior Interview Questions
113,895 engineer senior interview questions shared by candidates
simple leetcode medium questions based on trees, sliding window and one design question. Be careful since they do not understand basic algorithm terms and data structures since they were all contractors before.
Input is a string like "AAAAABBCCAA" and it should print "5A2B2C2A". 5 being the continuous number of occurance for character 'A'. Same is with other characters also.
Do you like a manager who 'micromanages' or do you like a manager who leaves you a bit loose and does not follow what you are doing on an hourly basis ?
What is the size og following structuires when packing is allowed and not allowed. Struct A { char c; int i; } Struct B {int i; char c; } Struct C { char c1; int i; char c2; }
You have chess board. How many squares are there in it totally?
check if a linked list is pallendrom.
DB query
Design a linked list operation that takes a singly-linked list (only forward ptrs, no backward ptrs) as input and reverses the list.
It was regarding configuration management of code as I had worked on VSS and the questions were on TFS.
Viewing 161 - 170 interview questions