Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ICICI Securities Team. If you also belong to the team, you can get access from here

ICICI Securities Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 1.8k Reviews

Filter interviews by

ICICI Securities Intern Interview Questions and Answers

Updated 7 Oct 2024

ICICI Securities Intern Interview Experiences

Interview questions from similar companies

Intern Interview Questions & Answers

Fidelity Investments user image Spoorthi N Bhat 22BCE1668

posted on 5 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array and string coding

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were asked on projects
  • Q2. Question on cpp, oops
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join Fidelity
  • Ans. 

    I want to join Fidelity because of its reputation for innovation and commitment to employee development.

    • Fidelity is known for its cutting-edge technology and forward-thinking approach

    • I am impressed by Fidelity's focus on continuous learning and career growth opportunities

    • I believe Fidelity's values align with my own, particularly in terms of integrity and excellence

  • Answered by AI
  • Q2. Give an example when you faced a conflict
  • Ans. 

    During a group project, I had a conflict with a team member over the direction of our presentation.

    • Team member wanted to focus on one aspect while I wanted to highlight another

    • We discussed our viewpoints and compromised on a balanced approach

    • Resulted in a successful presentation that covered all important aspects

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About your knowledge of finance

Intern Interview Questions & Answers

UBS user image Kirti Kirti

posted on 4 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and sql mcq with one coding question

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of stack and queue
  • Ans. 

    Stack and queue are data structures used to store and retrieve data in a specific order.

    • Stack is a Last In First Out (LIFO) data structure, while queue is a First In First Out (FIFO) data structure.

    • Stack operations include push (add element) and pop (remove element), while queue operations include enqueue (add element) and dequeue (remove element).

    • Example of stack: Undo feature in text editors. Example of queue: Print

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. JAVA oop, design pattern
  • Q2. JWT Token
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Prestige Institute of Management and Research, Indore and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Information about company, sector of company

Intern Interview Questions & Answers

American Express user image Ayush Kumar Dokania

posted on 14 Oct 2022

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

There was 25 MCQ-type question.

Round 3 - Coding Test 

There was 3 coding question based on DSA.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic computer science is necessary like OS, DBMS, OPPs

Interview Questionnaire 

1 Question

  • Q1. Hr questions, financial knowledge, internship related project releted

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive show non verbal communications

Intern Interview Questions & Answers

Wells Fargo user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 100 minutes
Round difficulty - Medium

The test was conducted on the AMCAT platform, with webcam and tab-switch monitoring. All questions were mandatory to answer. Coding questions were 2, one being difficult and another's the one given below.

  • Q1.  Number of Mismatching Bits

    Given two integers "first" and "second". Find the number of bits that do not match in the binary representation of the given numbers.

    For example, let &quo...

  • Ans. 

    Step 1 : I used bitwise shift operators here. I first ran a loop for 'i' from 0 to 32 (as 32 bits is maximum)
    Step 2 : Then right shifted the bits of both numbers by 'i' places.
    Step 3 : Checked whether the bit at 0th position is different, if yes then increase the counter variable.
    Step 4 : Using bitwise AND by 1 for both numbers to get the 1st bit.
    Step 5 : Displayed the count.

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

This technical interview was scheduled at 9 AM for me.

  • Q1. BST Delete

    You are given a binary search tree (BST) and a key value 'K'. You need to delete the node with value 'K'. It is guaranteed that a node has the value 'K'.

    A binary searc...

  • Ans. 

    Step 1 : I used Java to code the given problem for all three cases of node deletions.
    Step 2 : For the time complexity, the worst case time complexity of delete operation is O(h) where h is height of Binary Search Tree. In worst case, we may have to travel from root to the deepest leaf node. The height of a skewed tree may become n and the time complexity of delete operation may become O(n).
    Step 3 : In case of code opti...

  • Answered by CodingNinjas
  • Q2. What is process synchronization? 
  • Ans. 

    Tip 1 : Go through the concepts and their implementation.
    Tip 2 : Be thorough with the working of various algorithms.

  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

Took place in the evening, this round assessed the overall personality. Followed by a discussion on the resume; the international accolades I had received in Computer Science and in extracurriculars, my experiences, future goals and so on.
Lastly, I was asked if I had any questions and about the preferred locations.

  • Q1. Behavioural Questions
  • Ans. 

    Tip 1: Don’t be afraid to be candid and assertive because those are the precise qualities the HR recruiter is looking to assess in you.
    Tip 2: Prepare yourself to discuss and provide lots of examples to back up your experience.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology. Eligibility criteriaAbove 7 CGPAWells Fargo interview preparation:Topics to prepare for the interview - Operating Systems, System Design, Dynamic Programming, Database Management Systems, Data StructuresTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Focus on fundamentals in important topics.
Tip 2 : Work on as many projects as you can, they are really crucial in gaining a good understanding.

Application resume tips for other job seekers

Tip 1 : Keep it concise and to the point.
Tip 2 : Do not exaggerate or pretend to be a certain way.
Tip 3 : Use correct and non-ambiguous language.
Tip 4 : Don't mention everything on there but the best and relevant stuff of all.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Accounts and finance

Interview Preparation Tips

Interview preparation tips for other job seekers - All interviewer only for high quality english, good english person is high technically stronger. Interviewer reject the in this candidate. Why reject the in this candidate?

ICICI Securities Interview FAQs

How many rounds are there in ICICI Securities Intern interview?
ICICI Securities interview process usually has 1 rounds. The most common rounds in the ICICI Securities interview process are Coding Test.

Tell us how to improve this page.

ICICI Securities Intern Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.1

Salary & Benefits

4.3

Job Security

4.6

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Relationship Manager
1.1k salaries
unlock blur

₹2.7 L/yr - ₹5.8 L/yr

Assistant Manager
664 salaries
unlock blur

₹2.9 L/yr - ₹6.9 L/yr

Relationship Manager
283 salaries
unlock blur

₹1.5 L/yr - ₹8.5 L/yr

Senior Sales Manager
281 salaries
unlock blur

₹2.3 L/yr - ₹4.5 L/yr

Equity Advisor
275 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Explore more salaries
Compare ICICI Securities with

HDFC Securities

3.6
Compare

Kotak Securities

3.6
Compare

Sharekhan

3.9
Compare

Angel One

3.9
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