Upload Button Icon Add office photos

Filter interviews by

Somish - Blockchain Solutions Interview Questions and Answers

Updated 6 Mar 2025

Somish - Blockchain Solutions Interview Experiences

Popular Designations

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

It was years ago so don't know if it is still relevant or not. But still, aptitude test was copy paste questions from online sources random questions about cs field.

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between run time and compile time polymorphism.
  • Ans. 

    Run time polymorphism occurs during program execution, while compile time polymorphism is resolved during code compilation.

    • Compile time polymorphism is achieved through method overloading and operator overloading.

    • Example of compile time polymorphism: Method overloading in Java.

    • Run time polymorphism is achieved through method overriding.

    • Example of run time polymorphism: Using virtual functions in C++.

  • Answered by AI
  • Q2. Write code for quick sort.
  • Ans. 

    Quick sort is an efficient sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.

    • 1. Choose a pivot element from the array (e.g., the last element).

    • 2. Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.

    • 3. Recursively apply the same process to the sub-arrays.

    • 4. Base case: If the array has one or zero elements, it is already sorted.

    • Exa...

  • Answered by AI
  • Q3. How to cut a dice thrice so you get max number of identical pieces?
Round 3 - One-on-one 

(1 Question)

  • Q1. No questions, casual discussion about willing to relocate and where can you strat this kind of questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I would have advised you joining here earlier but now it has completely changed and i don't recommended at all. Just read my cons section for the reason.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Quant Analyst Interview Questions & Answers

user image Parth Agrawal

posted on 8 Sep 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 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 tips
Round 2 - Assignment 

Create a model to predict price.

Round 3 - Technical 

(1 Question)

  • Q1. Go through the assignment code and past projects.

Quant Analyst Interview Questions asked at other Companies

Q1. Binary search problem
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 2 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked regarding payment process and Bills receivable process.
  • Q2. Asked about taxation

Senior Executive Finance & Accounts Interview Questions asked at other Companies

Q1. How the accounting is to be done in ind as 102 shate base payment
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. They will ask the questions on your background and working experience

Interview Questionnaire 

1 Question

  • Q1. General Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

Interview Questionnaire 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

Somish - Blockchain Solutions Interview FAQs

How many rounds are there in Somish - Blockchain Solutions interview?
Somish - Blockchain Solutions interview process usually has 2-3 rounds. The most common rounds in the Somish - Blockchain Solutions interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Somish - Blockchain Solutions 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 Somish - Blockchain Solutions. The most common topics and skills that interviewers at Somish - Blockchain Solutions expect are Angularjs, Agile, Javascript, MongoDB and Project Management.
What are the top questions asked in Somish - Blockchain Solutions interview?

Some of the top questions asked at the Somish - Blockchain Solutions interview -

  1. How to cut a dice thrice so you get max number of identical piec...read more
  2. Difference between run time and compile time polymorphi...read more
  3. Write code for quick so...read more

Tell us how to improve this page.

Somish - Blockchain Solutions Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Somish - Blockchain Solutions Reviews and Ratings

based on 10 reviews

3.5/5

Rating in categories

2.9

Skill development

2.6

Work-life balance

3.4

Salary

3.0

Job security

3.1

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 10 Reviews and Ratings
Executive Assistant
4 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Full Stack Developer
4 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Administration Manager
3 salaries
unlock blur

₹3.8 L/yr - ₹5.6 L/yr

Senior Accountant
3 salaries
unlock blur

₹3.6 L/yr - ₹5.7 L/yr

Technical Project Manager
3 salaries
unlock blur

₹14 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Somish - Blockchain Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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