Upload Button Icon Add office photos

Filter interviews by

Olive Crypto Systems Interview Questions and Answers

Updated 17 Nov 2024

Olive Crypto Systems Interview Experiences

Popular Designations

5 interviews found

SDE-II Interview Questions & Answers

user image Anshuman Lenka

posted on 8 Jan 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Some APIs they are given to write and core java basic like log4j and string handling program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Focus on your project what you have done
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1)Asked about few coding questions in js like fibonacci sequence, Armstorng number.
2) Few react concepts

Round 2 - Technical 

(3 Questions)

  • Q1. React optimisation techniques
  • Ans. 

    React optimisation techniques improve performance and user experience.

    • Use React.memo for functional components to prevent unnecessary re-renders.

    • Implement shouldComponentUpdate for class components to control when a component should update.

    • Use PureComponent for class components to perform a shallow comparison of props and state before re-rendering.

    • Avoid unnecessary re-renders by using keys in lists to help React identi...

  • Answered by AI
  • Q2. ReactVirtual DOM behaviour
  • Q3. More theory questions

Interview Preparation Tips

Interview preparation tips for other job seekers - ALERT: Please be careful with this company's process.

I was selected but instead of the giving the offer letter, after a week, they told that they need joining in 40 days, where my notice period was 60 days, to which I agreed by negotiating with previous company HR.
The moment iam selected, they could have told the same thing, that could have saved a week's time. Anyways, I accepted the terms.

But again after few hours, the same hr told that they want me joining within 15 days or less. If not they can't release offer letter is what she told.
Just imagine you have to ask your manager/Hr two times in a day. Morning you asked for 40 days, afternoon you are asking for 15 days. How bad you will look.
I said to Olive HR, it is not possible and said NO without any delay.

In the very beginning I clearly communicated about my notice period as 60 days, negotiable till 45 days and also conveyed my expectations as x to y But when i was selected ,they wanted notice period to 15 days, and even the salary is x-.5L.

Just to communicate a decision they are taking more than 1 or 2 days. Not even basic professional behaviour from their HR team.

They also mentioned 2 saturdays are working days also.
Join only if you have no other alternative.

Due to this, previous company HR and founding team got to know that I would be leaving sooner. This is at a time when they are looking to layoff people due to bad revenues and they asked me to resign because of Olive HR's team unprofesssional behaviour.

The story didn't end here. Now the second half of their unprofessional behaviour

I have resigned and again called HR, to check if they still have the opening. This is after 30 days from my selection, she said opening exists. I said i can join in a week, but asked for more salary x, again they dragged the days to say Yes or no. To my surprise, they told , they will more 50k less than previously told salary which is x-1. I was dumbstruck. But somehow convinced to give atleast x-0.5( the one which they said the first time) .
Again they took another day and finally she gave me the most wonderful response, that they don't need this role and they have kept it hold.
The same thing could have been told when i called second time. It could have saved my time.

First time, they didn't convey properly about notice period . Second time, when they wanted to hold the position, they could have said the same thing instead of dragging things.

Hopefully they behave more professionally and communicate properly atleast to the selected ones rather than changing the terms in midway. They have effected my employement in the previous company.

Request to company and HR: It's fine to reject candidates but don't play like this. It could effect them than what you think.

Tips to candidates : Be very clear with your notice period and salary intially only, don't be played like me.

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test basic maths and logical reasoning

Round 2 - Coding Test 

Data structure and algorithm and web 3.o project to develop

Blockchain Developer Interview Questions asked at other Companies

Q1. can we publish our own cusotom blockchain if yes what are the steps for that??
View answer (1)

I applied via Job Fair and was interviewed in Jun 2022. 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 - HR 

(1 Question)

  • Q1. Regarding salary and work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I will communicate very well with team members

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

Olive Crypto Systems interview questions for popular designations

 Application Support Engineer

 (1)

 Blockchain Developer

 (1)

 Front end Developer

 (1)

ASE 1 Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2023

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

I applied via Referral and was interviewed before Apr 2022. There were 4 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 - Aptitude Test 

About your English language skills

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of Sql, Linux and language known
  • Q2. About self introduction and education background
Round 4 - HR 

(1 Question)

  • Q1. Regarding 2 years bond and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to get knowledge and skills best for freshers

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via campus placement at Vidya Jyothi Institute of Technology, Hyderabad and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Its was moderate , basic questions and can written based on the cluster

Round 2 - Aptitude Test 

It was easy its an combination of aptitude and gaming questions

Round 3 - Technical 

(11 Questions)

  • Q1. What is Java, and why is it considered platform-independent?
  • Ans. 

    Java is a programming language known for its platform independence due to its ability to run on any device with a Java Virtual Machine (JVM).

    • Java is a high-level programming language developed by Sun Microsystems.

    • It is considered platform-independent because Java programs are compiled into bytecode that can run on any device with a JVM.

    • JVM acts as an interpreter that translates the bytecode into machine code specific t...

  • Answered by AI
  • Q2. What are the differences between method overloading and method overriding?
  • Ans. 

    Method overloading involves multiple methods in the same class with the same name but different parameters. Method overriding involves a subclass providing a specific implementation of a method that is already provided by its superclass.

    • Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.

    • Method overloading is used to incre...

  • Answered by AI
  • Q3. What is the program for checking if a string is a palindrome?
  • Ans. 

    A program to check if a string is a palindrome involves comparing the string with its reverse.

    • Iterate through the string from both ends and compare characters.

    • If all characters match, the string is a palindrome.

    • Examples: 'radar' is a palindrome, 'hello' is not.

  • Answered by AI
  • Q4. Program for checking if given number is prime or not ?
  • Ans. 

    A program to check if a given number is prime or not.

    • Iterate from 2 to square root of the number and check for divisibility

    • If the number is divisible by any number other than 1 and itself, it is not prime

    • Optimization: Check divisibility only up to square root of the number

  • Answered by AI
  • Q5. What are the different types of Structured query Languages (SqL)?
  • Ans. 

    Different types of SQL include MySQL, PostgreSQL, SQLite, Oracle SQL, and Microsoft SQL Server.

    • MySQL - widely used open-source SQL database management system

    • PostgreSQL - advanced open-source SQL database management system

    • SQLite - self-contained, serverless, zero-configuration SQL database engine

    • Oracle SQL - proprietary SQL database management system by Oracle Corporation

    • Microsoft SQL Server - relational database manage

  • Answered by AI
  • Q6. Given an scenario to write sql query ?
  • Q7. An aptitude question based on time and work
  • Q8. What is the code for calculating the length of a rectangle given its breadth and area?
  • Ans. 

    The code for calculating the length of a rectangle given its breadth and area involves dividing the area by the breadth.

    • Calculate length = Area / Breadth

    • For example, if the breadth is 5 and the area is 20, then the length would be 20 / 5 = 4

  • Answered by AI
  • Q9. What are the different types of data types in Java?
  • Ans. 

    Java has primitive data types (int, double, boolean, etc.) and reference data types (arrays, classes, interfaces, etc.)

    • Primitive data types include int, double, boolean, char, etc.

    • Reference data types include arrays, classes, interfaces, etc.

    • Examples: int num = 10; double price = 19.99; boolean isTrue = true; String name = "John";

  • Answered by AI
  • Q10. What are the differences between the Java Virtual Machine (JVM), Java Runtime Environment (JRE), and Java Development Kit (JDK)?
  • Ans. 

    JVM executes Java bytecode, JRE includes JVM and libraries, JDK includes JRE and development tools.

    • JVM is responsible for executing Java bytecode and providing a runtime environment.

    • JRE includes JVM along with libraries and other components necessary to run Java applications.

    • JDK includes JRE and development tools like compilers and debuggers for creating Java applications.

    • JDK is required for developing Java application...

  • Answered by AI
  • Q11. What is a primary key in SQL?
  • Ans. 

    A primary key in SQL is a unique identifier for each record in a table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: 'id' column in a 'users' table

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 10 interview rounds.

Round 1 - Aptitude Test 

Any ideas for an aptitude test?

Round 2 - Technical 

(2 Questions)

  • Q1. You have a good network connection.
  • Q2. Which individuals are currently employed?
Round 3 - Case Study 

What is education in place?

Round 4 - Coding Test 

What is a SQL Server?

Round 5 - Group Discussion 

Effective communication and any suggestion.

Round 6 - HR 

(2 Questions)

  • Q1. What is your name?
  • Q2. What is your educational background?
Round 7 - HR 

(2 Questions)

  • Q1. What type of work does the Deloitte company engage in?
  • Q2. What type of work does Deloitte engage in?
Round 8 - HR 

(2 Questions)

  • Q1. What is your father's name?
  • Q2. What is your father's name?
Round 9 - Assignment 

Engage with any assignment provided.

Round 10 - Assignment 

Please provide any assignments you have.

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes I am interested in this job
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. When is my interview time?
  • Q2. What documents should I prepare to bring with me?
  • Q3. What would be good for the company?
  • Q4. Will the company be with me forever?
  • Q5. Will the company be with me in my ups and downs?

Interview Preparation Tips

Interview preparation tips for other job seekers - I have to your ITI with electrician rate and I done 1year computer diploma with DOAP course
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I have given 4 rounds of WNS and was selected. They congratulated me for being selected and then asked me the documents. But later HR and Interviewer both stopped picking my call and then told me after 15-20 days we are putting you on hold and not proceeding with your application

Round 2 - Technical 

(1 Question)

  • Q1. Why you are taking less salary
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why are you leaving your current job
  • Q2. NA
Round 4 - HR 

(1 Question)

  • Q1. Why are you not satisfied by your current job

Olive Crypto Systems Interview FAQs

How many rounds are there in Olive Crypto Systems interview?
Olive Crypto Systems interview process usually has 2-3 rounds. The most common rounds in the Olive Crypto Systems interview process are Technical, Resume Shortlist and HR.
How to prepare for Olive Crypto Systems 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 Olive Crypto Systems. The most common topics and skills that interviewers at Olive Crypto Systems expect are SQL, Linux Administration, Docker, Java and Jenkins.
What are the top questions asked in Olive Crypto Systems interview?

Some of the top questions asked at the Olive Crypto Systems interview -

  1. React optimisation techniq...read more
  2. Some APIs they are given to write and core java basic like log4j and string han...read more
  3. Basics of Sql, Linux and language kn...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 Olive Crypto Systems interviews
Referral
Job Portal
50%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.4k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
CoinDCX Interview Questions
3.7
 • 26 Interviews
CoinSwitch Interview Questions
3.1
 • 14 Interviews
Zebpay Interview Questions
3.4
 • 3 Interviews
Koinex Interview Questions
3.1
 • 1 Interview
WazirX Interview Questions
3.5
 • 1 Interview
Giottus Interview Questions
4.0
 • 1 Interview
View all

Olive Crypto Systems Reviews and Ratings

based on 40 reviews

4.1/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

3.7

Salary & Benefits

4.1

Job Security

3.9

Company culture

3.7

Promotions/Appraisal

3.9

Work Satisfaction

Explore 40 Reviews and Ratings
Java Developer

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

Site Reliability Engineer-II

Hyderabad / Secunderabad

3-7 Yrs

Not Disclosed

Site Reliability Engineer

Hyderabad / Secunderabad

1-2 Yrs

Not Disclosed

Explore more jobs
Application Support Engineer
26 salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Software Development Engineer II
23 salaries
unlock blur

₹4.6 L/yr - ₹6.5 L/yr

Software Developer
20 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Java Developer
19 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Software Engineer
15 salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Olive Crypto Systems with

Zebpay

3.4
Compare

Unocoin Technologies

3.5
Compare

Coinsecure

3.0
Compare

Koinex

3.1
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