Upload Button Icon Add office photos

Filter interviews by

Financial.com Interview Questions and Answers

Updated 22 Dec 2024

1 interview found

Sort by: Popular

Java Developer Interview Questions

user image Anonymous

posted on 22 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024.

3 Interview Rounds

1

Coding Test Round

It was conducted on testdome, some medium level coding questions

2

HR Round (1 Question)

  • Q1. Basic Java questions, mostly related to Java datastruchers and Java oops.
3

Technical Round (2 Questions)

  • Q1. Questions about anything mentioned in CV.
  • Q2. What is dead lock

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 13 Feb 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Data interpretation questions,english vocabulary(GRE BARRONS) is most important , apptitude questions and reasoning are from R S agarwal.
Total Questions: 65

Round: Technical Interview
Experience: Interviewer asked about your core subject littlebit and dont have any deep questions from c and c++.

Round: HR Interview
Experience: Given a topic and asked me to speak about that topic for one minute and given a situation asked me how would you react on that situation.

General Tips: It is easy to get a job in infosys comparatively other companies because you dont need to prepare for software side.
Prepare aptitude and reasoning from R S Agarwal and GRE BARRONS for vocabulary
College Name: NIT WARANGAL

Process Engineer Interview Questions

TCS user image Anonymous

posted on 20 Jan 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Questions related to courses of Design, MOS, TOM. It had tough MCQ’s based on formulae that had to be memorized and were calculation intensive.

Round: Technical Interview
Experience: it was a 45-minute round with questions about yourself, CPI and extra-curricular activities.

Round: HR Interview
Experience: Questions based on resume, internship and 2nd and 3rd year related projects. Short discussion on Extra-curricular activities.

College Name: IIT KANPUR

Associate Interview Questions

Cognizant user image Anonymous

posted on 12 Jan 2015

5 Interview Rounds

Interview Questions

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far?? Add Answer

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 29 Jan 2015

Interview Preparation Tips

General Tips: KGPians have to be a little more in the know-how of latest trends in IT and programming language landscape. KGPians don’t do group projects much, specially group programming/software project. Be affirmative about your abilities and be more clear in your intent, in interviews.
Skill Tips: Must: minimum CGPA of 8. they reduced the gpa requirement to 7.9 but they maintain final gpa must be 8. Good to have: Some knowledge of programming languages,databases,Algorithms. Any extra-academic involvement helps ,but is not a requirement. Be in touch with discrete math(not requirement). C++,Java programming(may be a little bit of Python). Projects and internships with computer programming as major /critical part. Having lead a bunch of juniors or equals in a project. Decent communication skills is essential.
College Name: IIT KHARAGPUR

Analyst Interview Questions

Deloitte user image Anonymous

posted on 19 Sep 2015

3 Interview Rounds

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

Interview Questions

HCLTech user image Anonymous

posted on 11 Apr 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section is of 15 minutes duration.
Tips: Prepare for general aptitude and learn the basics of C, C++ and Java.
Duration: 60 minutes

Round: HR Interview
Experience: General HR round questions were asked.
Tips: You must show your confidence and maintain eye contact with the interviewer.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Software Engineer Interview Questions

Capgemini user image Siddhesh Sawant

posted on 29 Mar 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Be confident but dont be over confident
Tips: solve as many papers u can to crack dis test
Duration: 60 minutes
Total Questions: 50

Round: Group Discussion
Experience: Be clear about ur thots.
Tips: Try to speak more & relevant to the topic.
Duration: 15 minutes

Round: Technical Interview
Experience: being honest will help u clear this round
Tips: Be UP to DATE..

General Tips: Develop coding skills& logics also understand the basic math formulaes
College Name: TERNA ENGINEERING COLLEGE
Motivation: If u can Dream IT , U can Definetly Achieve IT.. :)
Funny Moments: :D

Interview Questions

Amazon user image Anonymous

posted on 5 Apr 2015

4 Interview Rounds

Interview Questions

  • Q1. Given n-ary tree, print the nodes in level-order zig-zag manner. O(n) time Add Answer
  • Q2. Given a BST find the number of pair of nodes which sum upto a given value. O(n) time, O(1) space Add Answer
  • Q3. Given a 2D plane and n points, find the line which passes through maximum number of lines Add Answer
  • Q4. If a/b is recurring like 10/3 print 10/3 as 3.(3), 16/6 as 2.(6) Add Answer
  • Q5. Explain caching, implement LRU caching View Answers (1)
  • Q6. Explain working of DNS, implement domain search in DNS Add Answer
  • Q7. What is hashing. Implement domain search using hashing Add Answer
  • Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space Add Answer
  • Q9. Explain working of virtual function Add Answer
  • Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base cl...read more Add Answer
  • Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed) Add Answer
  • Q12. Clone a linked list having an arbit pointer Add Answer
  • Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min() Add Answer
  • Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n) Add Answer

Interview Preparation Tips

Round: ONLINE ROUND
Experience: 1. 20 MCQ
2. 2 coding questions
• Find the diameter of a tree
• Print all anagrams pair in separate line

Round: Technical Interview
Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time

College Name: BIT Mesra

Skills evaluated in this interview

Banking Interview Questions

ICICI Bank user image Anonymous

posted on 24 May 2015

3 Interview Rounds

Interview Questions

  • Q1. How would your friends describe you? Add Answer
  • Q2. Are you a low/medium or high risk taker? Substantiate your stand Add Answer
  • Q3. Are you are loner? View Answers (1)
  • Q4. Are you an imaginative person? Add Answer
  • Q5. What are your strengths and weaknesses? Add Answer
  • Q6. What is your family background and what have you learned from it? Add Answer
  • Q7. What profile are you looking for? Add Answer
  • Q8. Why are you fit for investment banking and not corporate finance? Add Answer
  • Q9. Why do I want to get into ICIC and what do I know about it- Add Answer
  • Q10. Why ICICI? Add Answer
  • Q11. What do you know about the company? Add Answer
  • Q12. What interesting projects are there on your CV? Explain one of them? Add Answer
  • Q13. Discussed in and out on valuation specific questions related to a project like what projections for Sales, growth Rate, S&A, how to calculate cost of capital? Add Answer
  • Q14. What approach did you take? Add Answer
  • Q15. What lines of businesses did you value and how? Add Answer
  • Q16. What are other competitors doing and how are they growing? Add Answer
  • Q17. If you are the CEO of the same company what measures will you take to make the company grow to the next level? Add Answer
  • Q18. What is the difference between bank and private investor? Add Answer

Interview Preparation Tips

General Tips: Company was very impressed and wanted to make an offer but with a different profile in the interview itself but I was consistent on what I wanted and through strong negotiation finally convinced them that I am fit for Investment banking or global markets and hence that worked
Skills: Economics, Banking
College Name: NA

Financial.com Interview FAQs

How many rounds are there in Financial.com interview?
Financial.com interview process usually has 3 rounds. The most common rounds in the Financial.com interview process are Coding Test, HR and Technical.
How to prepare for Financial.com interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Financial.com. The most common topics and skills that interviewers at Financial.com expect are German, OTC, Wireless, Health Insurance and Agile.
What are the top questions asked in Financial.com interview?

Some of the top questions asked at the Financial.com interview -

  1. What is dead l...read more
  2. Basic Java questions, mostly related to Java datastruchers and Java oo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 604 Interviews
IndusInd Bank Interview Questions
3.6
 • 571 Interviews
Bajaj Finserv Interview Questions
4.0
 • 483 Interviews
Bajaj Finance Interview Questions
4.0
 • 287 Interviews
View all

Financial.com Reviews and Ratings

based on 4 reviews

4.8/5

Rating in categories

4.6

Skill development

5.0

Work-Life balance

4.6

Salary & Benefits

4.8

Job Security

5.0

Company culture

3.4

Promotions/Appraisal

4.7

Work Satisfaction

Explore 4 Reviews and Ratings
Product Owner
8 salaries
unlock blur

₹30 L/yr - ₹32.2 L/yr

Front end Developer
6 salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

Senior Automation Test Engineer
5 salaries
unlock blur

₹7.3 L/yr - ₹10.5 L/yr

Java Developer
4 salaries
unlock blur

₹12 L/yr - ₹15.4 L/yr

Software Developer
3 salaries
unlock blur

₹5.6 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Financial.com with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

State Bank of India

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview