Upload Button Icon Add office photos
Engaged Employer

i

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

YogiTrades Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

YogiTrades Interview Questions and Answers

Be the first one to contribute and help others!

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)

I appeared for an interview before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1.  Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings are arranged in the following ord...
  • Ans. 

    The question asks to construct a k-ary tree using the given k and DFS traversal string.

    • Iterate through the DFS traversal string

    • If the current character is 'P', create a parent node

    • If the current character is 'L', create a leaf node

    • Link the nodes according to the DFS traversal order

  • Answered by AI
  • Q2. "How would you tell whether a graph has a node with n degree?"
  • Ans. 

    To determine if a graph has a node with n degree, iterate through all nodes and count their edges.

    • Iterate through each node in the graph

    • Count the number of edges connected to each node

    • If any node has n edges, then the graph has a node with n degree

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions on C++(Virtual fns, inheritance). Two on probability, 12 on Algorithms
Duration: 45 minutes

Round: Technical + HR Interview
Experience: He asked some more puzzles and some probability (expectation) questions. Then, he modified one question asked in the written test and asked me write code for it on paper.
Tips: First of all, prepare all the questions asked in the test before going for the interviews.


Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Ratios
  • Q2. Securitization
  • Q3. Expected package
  • Q4. Preferred location
  • Ans. 

    I prefer to work in a location that offers a vibrant and diverse community, with access to cultural events and opportunities for personal growth.

    • I value a location that has a strong sense of community and offers a variety of cultural activities.

    • Access to educational and personal growth opportunities is important to me.

    • I am open to considering different locations that meet these criteria.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Financial aspects were covered in this round
Tips: Polish your technical skills

Round: Test
Duration: 1 hour
Total Questions: 20

College Name: Amity School Of Engineering And Technology, Noida

Analyst Interview Questions & Answers

Blackrock user image Riddhima Arora

posted on 25 Aug 2017

I appeared for an interview before Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions on databases
  • Q2. Why should we hire you?
  • Ans. 

    I have the analytical skills, experience, and passion to excel in this role.

    • I have a strong background in data analysis and interpretation

    • I have experience in using various analytical tools and techniques

    • I am detail-oriented and have a proven track record of delivering accurate and insightful analysis

    • I am a quick learner and can adapt to new challenges and environments easily

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: Computer Science
College Name: Thapar University, Patiala

I appeared for an interview in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. How does Internet work?
  • Ans. 

    The Internet is a global network of computers that communicate with each other using standardized protocols.

    • The Internet is made up of millions of interconnected devices, including computers, servers, routers, and switches.

    • Data is transmitted over the Internet in the form of packets, which are small units of information.

    • The Internet uses a set of protocols, such as TCP/IP, to ensure reliable and efficient communication...

  • Answered by AI
  • Q2. Difference between http and https?
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q3. What is white and black box testing?
  • Ans. 

    White box testing is a method of testing where the internal structure and implementation details of the software are known and tested. Black box testing is a method of testing where the internal structure and implementation details of the software are unknown and only the inputs and outputs are tested.

    • White box testing is also known as clear box testing, glass box testing, or structural testing.

    • It focuses on testing th...

  • Answered by AI
  • Q4. Write the code to print the pattern that was provided?
  • Ans. 

    Print a pattern using code

    • Use nested loops to iterate through rows and columns

    • Use string concatenation to build each row of the pattern

    • Print each row to display the pattern

  • Answered by AI
  • Q5. Merge two arrays without using a third array.
  • Ans. 

    Merge two arrays without using a third array.

    • Use the concat() method to merge the arrays.

    • Alternatively, you can use the push() method to add elements from one array to another.

    • Remember to handle the case where the arrays have different lengths.

  • Answered by AI
  • Q6. Three ants are at the corner of the triangle. Find the probability that they will never meet.
  • Ans. 

    The probability that three ants at the corner of a triangle will never meet.

    • The ants can move randomly in any direction.

    • The probability depends on the shape and size of the triangle.

    • The probability can be calculated using geometric probability or simulation.

    • Assumptions need to be made about the ants' movement patterns.

  • Answered by AI
  • Q7. Basic Introduction.
  • Q8. Tell me the times you have regreted your decisions and how did you cope up with it.
  • Ans. 

    I have regretted decisions in the past but learned from them to make better choices in the future.

    • Regretted not studying enough for a crucial exam, leading to a lower grade. Learned to prioritize studying and time management.

    • Regretted not speaking up in a meeting when I had a valuable idea. Learned to be more assertive and confident in sharing my thoughts.

    • Regretted not taking a job opportunity that could have advanced ...

  • Answered by AI
  • Q9. Tell me about yor family , hobbies and any event that made you and your family feel proud.
  • Ans. 

    I come from a close-knit family with a passion for outdoor activities. We recently celebrated my brother's graduation, which was a proud moment for all of us.

    • Family: Close-knit and supportive

    • Hobbies: Outdoor activities like hiking and camping

    • Proud moment: Brother's graduation ceremony

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They basically are testing your reflexes and how quick you are at understanding a problem and arriving at a solution.
Tips: For greater accuracy attempt lesser questions ensuring each of the attemped one's are correct.
Duration: 45 minutes
Total Questions: 50

Round: Technical Interview
Tips: Just be thorough with basic concepts of programming and be yourself.

Round: HR Interview
Tips: Relax and be cool. Don't answer just for the sake of answering it.

Skills: Basic C/C++, implementing , networks
College Name: Thapar University, Patiala

Skills evaluated in this interview

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Elevator design and puzzles and core java and sql queries

Interview Preparation Tips

Round: Test
Tips: Speed and accuracy needed
Duration: 1 hour 30 minutes
Total Questions: 30

Skills: Analytical Skills, Java Programming, Mysql
College Name: IIIT Allahabad

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.

I applied via LinkedIn and was interviewed before Feb 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Financial products an previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and prepare yourself on the job role and previous exp.
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

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 - Coding Test 

3 coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Design a Time Series Database
  • Ans. 

    A time series database stores data points with timestamps for efficient retrieval and analysis.

    • Choose a suitable data model for the database

    • Use a time-based partitioning scheme for efficient data retrieval

    • Implement compression techniques to reduce storage requirements

    • Support for querying and analyzing time-based data

    • Ensure data consistency and durability

    • Consider scalability and high availability

    • Examples: InfluxDB, Time

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode prep will help. Do system design practice thoroughly.

YogiTrades Interview FAQs

How to prepare for YogiTrades 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 YogiTrades. The most common topics and skills that interviewers at YogiTrades expect are Currency Trading, Foreign Exchange, Forex, Forex Trading and B2C Marketing.

Tell us how to improve this page.

YogiTrades Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

YogiTrades Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare YogiTrades with

Blackrock

3.8
Compare

Silicon Valley Bank

4.3
Compare

Asset Reconstruction Company (India)

3.7
Compare

STP Investment Services

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