Upload Button Icon Add office photos
Engaged Employer

i

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

SMC Global Securities Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 454 Reviews

Filter interviews by

SMC Global Securities Software Engineer Interview Questions and Answers

Updated 23 Dec 2024

SMC Global Securities Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Question related to the current company and projects.
  • Q2. Scale a product from few users to millions of users.
  • Q3. Binary search implementation

Interview questions from similar companies

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

(3 Questions)

  • Q1. Data structure [Array]
  • Q2. Core JAVA questions[ exception handling , OOPS , Collections Framework ]
  • Q3. JDBC and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Tell me one scenerio under which you did development
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched existing water tracking apps for inspiration

    • Designed user interface for easy input of water consumption

    • Implemented backend database to store user data

    • Tested app with beta users for feedback and improvements

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

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

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
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 Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Core java concepts,Sql queries,2 coding question based on arrays and string
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Find third highest salary from a employee table
Round 2 - Technical 

(4 Questions)

  • Q1. Advance java and project related
  • Q2. Springboot and spring diff
  • Q3. Springboot annotations used in your project
  • Ans. 

    Some common Springboot annotations used in projects are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define RESTful web services.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Used to indicate that a class is a service.

    • @Component - Used to indicate that a class is a Spring...

  • Answered by AI
  • Q4. Springboot dependencies

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain collection framework and uses
  • Ans. 

    Collection framework is a set of interfaces and classes in Java that provide a way to store and manipulate groups of objects.

    • Provides interfaces like List, Set, Map for storing collections of objects

    • Includes classes like ArrayList, HashSet, HashMap for implementing these interfaces

    • Allows for easy manipulation, sorting, searching, and iteration of collections

    • Used in various applications like data processing, data storag

  • Answered by AI
  • Q2. Explain springboot and it's annotation
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing defaults for configuration and eliminating the need for XML configuration files.

    • Annotations in Spring Boot are used to simplify the configuration of Spring applications by providing metadata about the application.

    • Examples of annota...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

(2 Questions)

  • Q1. Unique Paths (2d-dp)
  • Q2. Flip any rows or columns at any time to make the sum of gird cells ofa provided square in a matrix should be minimum
  • Ans. 

    To minimize the sum of grid cells in a square matrix, flip rows or columns as needed.

    • Identify the rows or columns with the highest values and consider flipping them to reduce the sum

    • Try different combinations of flipping rows and columns to find the minimum sum

    • Consider using dynamic programming or backtracking to efficiently explore all possible combinations

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement

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 - Technical 

(6 Questions)

  • Q1. Transformer is a static device and transfer power one from to another form current
  • Q2. Current transformer is a series conection and step up to high voltage
  • Q3. There are three function of smart grid electrical protection isolation and control
  • Ans. 

    The three functions of smart grid electrical protection isolation and control are fault detection, fault isolation, and service restoration.

    • Fault detection involves identifying any issues in the electrical system.

    • Fault isolation involves isolating the faulty component to prevent further damage.

    • Service restoration involves restoring power to the affected area as quickly as possible.

    • Examples of smart grid technologies th...

  • Answered by AI
  • Q4. Current is a flow in wire
  • Ans. 

    Yes, current is the flow of electric charge in a wire.

    • Current is measured in amperes (A).

    • It is caused by the movement of electrons in a conductor.

    • The direction of current flow is from positive to negative.

    • Current can be either direct current (DC) or alternating current (AC).

  • Answered by AI
  • Q5. Faraday law is a electro magnetic field induction working
  • Q6. Ohm's law is current between directly proportional voltage
  • Ans. 

    Ohm's law states that current is directly proportional to voltage.

    • Current increases as voltage increases

    • Resistance remains constant

    • Can be expressed as I = V/R

  • Answered by AI
Round 3 - Group Discussion 

SQP, PRS, SRT, TUV, is right answer VXW

Interview Preparation Tips

Topics to prepare for Sterlite Technologies Software Engineer interview:
  • 33/11 kv
Interview preparation tips for other job seekers - I am self motivated and hardworking person and hardware and networking and agricultural drone
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Which company are you interest ,?
  • Ans. Naukri company in interest
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Which company are best company
  • Ans. Naukri company is beat company
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukri company is best company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to attempt and creak the test

Round 2 - Technical 

(1 Question)

  • Q1. About yourself, c basic questions, about your project
Round 3 - HR 

(1 Question)

  • Q1. About yourself, about company, about location

Software Engineer Interview Questions & Answers

OPPO user image Mohammed Taha HALIM

posted on 15 Aug 2024

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

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Background History
  • Q2. Talk about your side projects and github repo
  • Ans. 

    I have worked on various side projects including a personal website and a mobile app for tracking fitness goals.

    • Developed a personal website using HTML, CSS, and JavaScript to showcase my projects and skills.

    • Created a mobile app using React Native to track fitness goals and provide workout routines.

    • Contributed to open-source projects on GitHub to improve my coding skills and collaborate with other developers.

  • Answered by AI
Round 2 - Aptitude Test 

Basic QR Questions that includes logics, and puzzles

Round 3 - Coding Test 

Hackerrank questions, 2 easy , 2 medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Company, Fair Process

SMC Global Securities Interview FAQs

How many rounds are there in SMC Global Securities Software Engineer interview?
SMC Global Securities interview process usually has 1 rounds. The most common rounds in the SMC Global Securities interview process are One-on-one Round.
How to prepare for SMC Global Securities Software Engineer 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 SMC Global Securities. The most common topics and skills that interviewers at SMC Global Securities expect are .Net, ASP.Net, C#, C#.Net and Java.
What are the top questions asked in SMC Global Securities Software Engineer interview?

Some of the top questions asked at the SMC Global Securities Software Engineer interview -

  1. Scale a product from few users to millions of use...read more
  2. Binary search implementat...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 SMC Global Securities interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
SMC Global Securities Software Engineer Salary
based on 14 salaries
₹6.3 L/yr - ₹18 L/yr
52% more than the average Software Engineer Salary in India
View more details

SMC Global Securities Software Engineer Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

1.6

Skill development

2.4

Work-Life balance

1.6

Salary & Benefits

2.1

Job Security

2.3

Company culture

1.1

Promotions/Appraisal

2.1

Work Satisfaction

Explore 3 Reviews and Ratings
Relationship Manager
211 salaries
unlock blur

₹1.5 L/yr - ₹5.8 L/yr

Assistant Manager
79 salaries
unlock blur

₹2.7 L/yr - ₹9.5 L/yr

Executive
71 salaries
unlock blur

₹1.6 L/yr - ₹4 L/yr

Sales Executive
64 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Senior Executive
63 salaries
unlock blur

₹1.8 L/yr - ₹4.7 L/yr

Explore more salaries
Compare SMC Global Securities with

Angel One

3.9
Compare

Kotak Securities

3.7
Compare

Sharekhan

3.9
Compare

ICICI Securities

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