Upload Button Icon Add office photos

Filter interviews by

Metropolitan Stock Exchange Ofindia Software Support Engineer Interview Questions and Answers

Updated 4 Dec 2020

1 interview found

Sort by: Popular

I applied via Referral and was interviewed before Nov 2019.

3 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good One

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

2 Interview Rounds

1

Coding Test Round

Basic DSA questions related to string and hashmap

2

One-on-one Round (2 Questions)

  • Q1. Return true if the sentence use all the vowels else false
  • Q2. When to use BFS, DFS and basic DSA questions?
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before Nov 2023.

2 Interview Rounds

1

Coding Test Round

All Basic Questions Related To Dsa

2

HR Round (2 Questions)

  • Q1. Why You Want to join Cogoport?
  • Q2. How you will see yourself in Next 5 years?
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via LinkedIn and was interviewed in Dec 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

HR Round (1 Question)

  • Q1. Why are looking to switch
3

Technical Round (4 Questions)

  • Q1. Architecture of current project
  • Q2. How you decide ttl in redis
  • Q3. Explain internals of LINQ
  • Q4. ACID properties of relational DB

Interview Preparation Tips

Topics to prepare for Mystifly Consulting Senior Software Engineer interview:
  • db
  • DS
Interview preparation tips for other job seekers - Basics of everything

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via Company Website and was interviewed before Aug 2023.

4 Interview Rounds

1

Aptitude Test Round

Simple java questions including theory and code snippet

2

Technical Round (2 Questions)

  • Q1. Iterate collection and do some options on some perticular elements?
  • Q2. Palandrone string Or pattern program Or string related program?
3

Technical Round (2 Questions)

  • Q1. Linux commands operating system?
  • Q2. Html css javascript theory questions
4

HR Round (2 Questions)

  • Q1. Salary discuss and general questions?
  • Q2. They ask for join immediately?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get touched which HR while interview rounds

Skills evaluated in this interview

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

Software Developer Interview Questions

Treebo Hotels user image Divyansh Gothwal

posted on 27 Jan 2017

I was interviewed in Dec 2016.

4 Interview Rounds

Interview Questions

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions) Add Answer

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
2
 Poor
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via Job Portal and was interviewed in Mar 2024.

2 Interview Rounds

1

Aptitude Test Round

Tell me about yourself

2

One-on-one Round (1 Question)

  • Q1. What is static method

Software Developer Interview Questions

Cogoport user image Chandan Abhishek

posted on 31 Oct 2023

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
3

HR Round (1 Question)

  • Q1. Basic resume based questions

4 Interview Rounds

1

Technical Round (23 Questions)

  • Q1. 1. What is a linked list, its advantages and representation
  • Q2. 2. Implement code of Fibonacci number using recursion
  • Q3. 3. Given a sorted array from 1 to n like 1,2,3 _ n there might be one number that is repeated so we return true if the array has a repeated number or return fal...read more
  • Q4. 4. Given a string as an input, write a code to print the string in a manner such that a character that comes first in the string displays first with all occurre...read more
  • Q5. 5. Print Fibonacci Series.
  • Q6. 6. Describe OOPS concepts
  • Q7. 7. What are Pillars of OOPS?
  • Q8. 8 Explain Why OOPS Important
  • Q9. 9. What are classes and objects?
  • Q10. 10. What is a Constructor
  • Q11. 11. Abstraction Vs Interface - Similarity And Difference
  • Q12. 12. What is abstraction? Explain abstract class and interface - the difference between them.
  • Q13. 13. Types of inheritance
  • Q14. 14. Difference between structure and class
  • Q15. 15. What is a constructor and a destructor and how to represent them?
  • Q16. 16. What is encapsulation?
  • Q17. 17. How to add a new column to an existing table, what is the command for that?
  • Q18. 18. Query -- return customers who joined the company in march?
  • Q19. 19. Seven layers of OSI
  • Q20. 20. Protocol used in the application layer
  • Q21. 21. Difference between TCP and UDP
  • Q22. 22. You are given two hourglasses, one of 11 minutes and the other of 7 minutes. How will you measure 4 minutes using it?
  • Q23. 23. Water Jug Puzzle: You are given 2 Jugs, one is 4 and the other of 7 Gallon and you need to measure x gallons of water.
2

Technical Round (18 Questions)

  • Q1. 1. Count Set Bit.......
  • Q2. 2. Program ATM Machine To Give Only 500 And 100 And Count There Number
  • Q3. 3. Program to find the Binary Format of 4, 7
  • Q4. 4. Print Fibonacci Series iteratively and recursively. You will be given 2 numbers and you will have to print all the Fibonacci digits between them.
  • Q5. 5. Palindrome Check.
  • Q6. 6. All Traversals of a tree.
  • Q7. 7. Finding Loop in Linked List
  • Q8. 8. Height of a Tree.
  • Q9. 9. If you need to perform a lot of insertion and delete operations then which Data Structure will you use?
  • Q10. 10. An array contains numbers from 1 to n. All the numbers occur twice in the array except any one element. Find the element which occurs only once.
  • Q11. 11. Define Abstraction, Inheritance, Runtime Polymorphism.
  • Q12. 12. What Is DBMS?????
  • Q13. 13. SQL Queries?????????
  • Q14. 14. Primary Key vs. Unique Key?
  • Q15. 15. Define Constraints???????
  • Q16. 16. What Are OS And OS Responsibly?
  • Q17. 17. What is MultiThreading?
  • Q18. 18. MultiThreading Vs MultiTasking?
3

Puzzles Interview Round (1 Question)

  • Q1. On a dark night, 4 people want to cross a bridge and they have only one torch. At a time at max 2 people can cross the bridge. The time required for each indivi...read more
4

HR Round (5 Questions)

  • Q1. 1. Introduce and tell me something about yourself.
  • Q2. 2. What are your strength and weakness?
  • Q3. 3. What do you think mystify is doing?
  • Q4. 4. Why do you want to join our company?
  • Q5. 5. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - JAVA or PYTHON is PREFERRED BY THEM. Also, OS DBMS may be asked to a few students so be ready for it.

Make sure you maintain a Structured flow while learning. Solve Striver 180 Questions, they are a great practice resource for DSA. Don't try and add something to your resume so that it looks fancier, it might cause trouble during the interview. Only add skills and topics if you have good knowledge about them.

Separately try and prepare for puzzles as well. During the interview, Keep Your Head Cool, also while explaining your approach to the interviewer, it would be great if you explain it with some examples, this will make it easier for him to understand your approach.

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 Metropolitan Stock Exchange Ofindia interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 51 Interviews
Treebo Hotels Interview Questions
3.3
 • 21 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
TravelTriangle Interview Questions
3.8
 • 12 Interviews
MRI Software Interview Questions
3.8
 • 12 Interviews
Bse Institute Interview Questions
3.5
 • 10 Interviews
View all

Metropolitan Stock Exchange Ofindia Software Support Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Senior Executive
41 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

Assistant Manager
29 salaries
unlock blur

₹6.1 L/yr - ₹10 L/yr

Executive
21 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Manager
20 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Assistant Vice President
17 salaries
unlock blur

₹17 L/yr - ₹30 L/yr

Explore more salaries
Compare Metropolitan Stock Exchange Ofindia with

National Stock Exchange of India

3.6
Compare

Bombay Stock Exchange

3.9
Compare

Multi Commodity Exchange of India

3.4
Compare

Indian Energy Exchange

3.5
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