Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Factset Interview Experience | Set 5 (On-Campus)

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

This test consisted of only one section i.e. PROGRAMMING, and it was pen-paper based.

Time alloted: 1.00 hrs.
Very good thing about the test was that they were checking only the logic that was used to solve the question.
During the PPT round they told us that you guys do not need to write the complete code ,just write the required function and in case if you you want to give an explanation to the solution ,you can write.

Q1.(25 points)Given two arrays X and Y,you have to find the total number of pairs such that x^y>y^x where x belongs to X and y belongs to Y.(already given on geeks for geeks).(solve it correctly).

Q2.(15 points)Given an arithmetic progression ,which has one of its number missing ,you have to find the number in O(logN) time complexity.
(I did not read the question clearly …so i did not wote the logN solution ,although I was knowing the solution 🙁 …)

Q3.(10 points)Given a binary tree you have to print all the elements which are not boundary elements.(st. forwrd )
(As they did not mentioned about the space and time complexity,I used a Map and solved the question)

No restriction on the languages used.But they specifically mentioned that we should not write the code in Python or any scripting language.

If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

My Personal Notes arrow_drop_up
Last Updated : 17 Oct, 2019
Like Article
Save Article
Similar Reads