Upload Button Icon Add office photos

Filter interviews by

C D Integrated Services Finance Executive Interview Questions and Answers

Updated 13 Sep 2024

C D Integrated Services Finance Executive Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About family and education background
  • Q2. About work exposure

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever apply to this company for finance team as first of all HR will give you guarantee for best salary and then in interview the person taking the interview other than HR will tell you that your expectations is too high for our company, so the main thing is either it is trap by only HR or Joint trap by HR and other selectors so don't fall in trap and don't go for the interview

Interview questions from similar companies

I applied via Referral

Interview Preparation Tips

Round: Technical Interview
Experience: details of the initial interview process?
• Group discussions
• Case study Analysis , presentations etc
• Assessment centre
• Management games etc
• Panel / one on one interview – First round was primarily a personal interview
with their CEO and the HR head. Interview centered around my resume, my
background and other personal questions.
• Telecon interviews – Final round was a telecom with most of the technical
team (about 5 of them) – which was primarily technical and about projects I
did.
• Video conferencing etc
Tips: On resume – brushing up on projects I have done; making sure past mistakes
are not repeated; and identifying primary focus areas where I can sell myself
better; in fact I modified the order of my projects in my resume a little bit to
put the equities project I have done at the very top.
• Communication skills
• Mock interview practice – 1-2 mock interviews; I had done enough already
for prior interviews
• Collecting information of company / role – researched company website; read
DSP’s market outlook report; and found out what types of funds they have.
• Technical / subject / functional preparations – read quite a bit on Portfolio
Management (from a book in lib – don’t remember the author’s name);
reviewed O&F fundaas and IA fundaas..
• PPT’s stage

College Name: Indian School Of Business (ISB)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Process based approach, Explaining about the Cycle of Tech ( Asset Management )
  • Q2. Previous Company Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Dont worry if you dont know anything. just tell you can learn about it.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. They asked specific questions about the industry i would be focused on
Round 3 - Principals 

(1 Question)

  • Q1. How do you handle complex valuation metrics for technology companies
  • Ans. 

    I analyze various factors such as revenue growth, market share, competitive landscape, and future prospects to determine the valuation of technology companies.

    • I research and analyze financial statements, industry reports, and market trends.

    • I consider the company's revenue growth, market share, and competitive landscape.

    • I evaluate the company's future prospects and potential for innovation.

    • I use various valuation method...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - know the industry before you speak with senior managers; they know these companies cold.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How will you achieve target?
Round 2 - One-on-one 

(2 Questions)

  • Q1. How will you achieve your target?
  • Q2. What is your current role ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Govt feeling , No one is there to listen your problem.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Previous organisation experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Knowledge about excel reports
  • Q2. Excel test & data presentation

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. OOPS Concepts
  • Q2. MySql
  • Q3. Php
  • Q4. Design Patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get your basics right.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Group Discussion 

There was basic GD topic

Round 2 - Aptitude Test 

(1 Question)

  • Q1. Google form was shared in which 15 questions were there and 3 were apti questions (work ,time ,speed) and others were from java programming and the time given was 2 hours.
Round 3 - Technical 

(1 Question)

  • Q1. In this only you will be asked theoretical questions like DBMS, JAVA, Programming, Your Project for programming he will ask only logic and will not ask you to code.
Round 4 - Technical 

(4 Questions)

  • Q1. Count the number of words and their frequency
  • Ans. 

    Count the number of words and their frequency

    • Split the given text into words using whitespace as delimiter

    • Create a dictionary to store the word frequency

    • Iterate through each word and update the frequency in the dictionary

    • Return the dictionary with word frequency

  • Answered by AI
  • Q2. Count frequency of characters.
  • Ans. 

    Count the frequency of characters in a given string.

    • Iterate through the string and use a hash map to store the count of each character.

    • Initialize the count of each character to 0 and increment it as you encounter the character.

    • Finally, iterate through the hash map to get the frequency of each character.

  • Answered by AI
  • Q3. Reversing the array
  • Ans. 

    Reverses an array of strings

    • Use a loop to iterate through half of the array

    • Swap the elements at the current index with the corresponding element from the end of the array

  • Answered by AI
  • Q4. Implementing the comparator function for sorting
  • Ans. 

    Implementing the comparator function for sorting an array of strings.

    • Use the built-in sort() function in most programming languages.

    • Define a custom comparator function that compares two strings.

    • Return a negative value if the first string should come before the second, a positive value if it should come after, and 0 if they are equal.

    • Example: ['apple', 'banana', 'cherry'] can be sorted in alphabetical order using the co

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good but i noticed interviewer was biased towards girls as fresher. One of the interviewer named as Prem Kumar who took my 4 th round which was a technical interview was taking interview of boys for 25 minutes and was giving no hints to boys and was making fun of boys when they were getting stuck in programming but he took interview of girls for 1 hr 15-20 minutes and also he gave hints to girls when they got stuck in programming.
he was asking the same questions from everyone he [prem kumar ] knew only 2-3 programming questions and the same questions were asked to each of us some of the boys were asked only 1 questions and he left the meeting by saying "better luck next time".

Skills evaluated in this interview

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

I appeared for an interview in Dec 2024.

Round 1 - Group Discussion 

Topic: Online vs Offline Education.

Round 2 - Coding Test 

They gave us 8 coding problems and instructed us to solve 5 within a time limit of 1 hour and 30 minutes; all problems were from the easy and medium on LeetCode.

Round 3 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms (DSA), time complexity, and the explanation of code written during the coding round.
  • Q2. Question from the Core java.
Round 4 - Technical 

(2 Questions)

  • Q1. In-depth question from DSA like implement linked-list and stack, questions from Tree and linear and binary search.
  • Q2. Explanation of college projects and questions from resume.
Round 5 - HR 

(1 Question)

  • Q1. Simple HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on diligently practicing data structures and algorithms (DSA), specifically through LeetCode questions, while also emphasizing time and space complexity and foundational computer science principles.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was the mixture of common aptitude questions along with sql, basic javascript and java language basic questions and couple of simple coding questions like febinachi series, palindrom pattern etc .

Round 2 - Technical 

(2 Questions)

  • Q1. They started from basic of java and some frameworks like springboot and then moved to advance of these topics.
  • Q2. Springboot annotations Opps concept run-time and compile time polimorphisam SQL quesries for Select and Joins
Round 3 - One-on-one 

(2 Questions)

  • Q1. Level 2 interview from the same topics along with abstraction and interface Constructor overriding is possible or not? dependency injection
  • Q2. Ways to create object in java.
  • Ans. 

    Objects in Java can be created using the 'new' keyword, constructors, and factory methods.

    • Use the 'new' keyword followed by the class name to create an object

    • Objects can also be created using constructors to initialize the object's state

    • Factory methods can be used to create objects without exposing the instantiation logic

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Instant Systems Intern interview:
  • java
  • sql
  • opps
  • springboot

Skills evaluated in this interview

C D Integrated Services Interview FAQs

How many rounds are there in C D Integrated Services Finance Executive interview?
C D Integrated Services interview process usually has 1 rounds. The most common rounds in the C D Integrated Services interview process are One-on-one Round.

Tell us how to improve this page.

C D Integrated Services Finance Executive Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Derivative Analyst
12 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Derivatives Trader
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Quantitative Trader
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Compliance Officer
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Options Trader
3 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Explore more salaries
Compare C D Integrated Services with

Swastika Investmart

4.1
Compare

Cholamandalam Securities

3.5
Compare

Globe Capital Market

3.6
Compare

Silicon Valley Bank

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview