Upload Button Icon Add office photos
Engaged Employer

i

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

Sharekhan Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Sharekhan Associate Software Developer Interview Questions and Answers

Updated 7 Aug 2024

Sharekhan Associate Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Dwarkadas J Sanghvi College of Engineering, Mumbai and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Assignment 

Had to contribute to a github repo

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on what oyu have done

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. 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 Resume tips
Round 2 - Aptitude Test 

You should have aptitude knowledge and be able to apply it.

Round 3 - Coding Test 

The coding test was very hard and tough. One should have in depth knowledge and application of coding concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should prepare DSA and a programming language with details from scratch and make some use by creating website or other things.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. What is state in react
  • Ans. 

    State in React is a JavaScript object that stores data and determines how a component renders and behaves.

    • State is mutable and can be updated using the setState() method

    • State should be used for data that will change over time and affect the component's rendering

    • State should not be modified directly, use setState() instead

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Spring boot questions were asked
  • Q2. Sql questions were asked. .
Round 2 - Coding Test 

Dsa questions were asked , practice well

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

This round was a game based elimination round. They made us play several games.

Round 2 - Group Discussion 

After eliminating several candidates, a gd was held at the Bajaj Finserv's head office in Pune. The gd was good, the hr were really good. The topics were easy as well.

Round 3 - Technical 

(3 Questions)

  • Q1. Write a program about even and odd numbers.
  • Ans. 

    A program to determine if a number is even or odd.

    • Use the modulo operator (%) to check if a number is divisible by 2.

    • If the remainder is 0, the number is even. Otherwise, it is odd.

    • Example: 4 % 2 = 0 (even), 5 % 2 = 1 (odd)

  • Answered by AI
  • Q2. Functions of OOPS
  • Ans. 

    OOPS functions include encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling data and methods together to protect data from outside interference.

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: using a single interface to represent different types of objects.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q3. Logical questions which were really bad
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort array and questions on project
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

Easy 10 -12 coding based mcq type questions. 1 question had to write code

Round 3 - Technical 

(1 Question)

  • Q1. 1 graph question 1 dp question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 6 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Simple aptitude test ............

Round 3 - Coding Test 

3 question leetcode medium .......

Round 4 - Technical 

(1 Question)

  • Q1. Basic programming based questions
Round 5 - Technical 

(1 Question)

  • Q1. Project based questions
Round 6 - HR 

(1 Question)

  • Q1. Basic personal questions

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  programming coding,OOPS concepts,selenium webdriver architecture and selenium methods, Api collections,BDD approach and maven build life cycle,Jenkins job configuration
  • Q2. Difference between string builder and string buffer
  • Ans. 

    String builder is faster but not thread-safe, while string buffer is slower but thread-safe.

    • String builder is mutable and can be modified without creating a new object

    • String buffer is synchronized and can be used in multi-threaded environments

    • String builder is preferred for single-threaded environments where performance is critical

    • String buffer is preferred for multi-threaded environments where thread safety is importa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updating profile in naukri or other job portals ,keep preparing for interview questions for sdet role and qa automation profile,throughly know concepts on job description of companies

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Sharekhan Interview FAQs

How many rounds are there in Sharekhan Associate Software Developer interview?
Sharekhan interview process usually has 1 rounds. The most common rounds in the Sharekhan interview process are Assignment.

Recently Viewed

INTERVIEWS

Arcon TechSolutions

No Interviews

INTERVIEWS

Wells Fargo

No Interviews

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Crest Data Systems

No Interviews

INTERVIEWS

Fortis Healthcare

No Interviews

INTERVIEWS

Bain & Company

No Interviews

INTERVIEWS

Simform

No Interviews

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

StrideOne

No Interviews

INTERVIEWS

EPAM Systems

No Interviews

Tell us how to improve this page.

Sharekhan Associate Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

HCLTech

Workplace transformation starts with you

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 563 Interviews
Bajaj Finserv Interview Questions
4.0
 • 519 Interviews
ICICI Securities Interview Questions
3.9
 • 158 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Bajaj Capital Interview Questions
3.8
 • 79 Interviews
View all
Sharekhan Associate Software Developer Salary
based on 4 salaries
₹8 L/yr - ₹12 L/yr
69% more than the average Associate Software Developer Salary in India
View more details

Sharekhan Associate Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Sales Executive
312 salaries
unlock blur

₹1.5 L/yr - ₹4.3 L/yr

Relationship Manager
293 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Assistant Manager
133 salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Investment Specialist
89 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Executive
85 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Sharekhan with

Zerodha

4.2
Compare

Groww

3.7
Compare

Upstox

3.7
Compare

Angel One

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent