Upload Button Icon Add office photos

Filter interviews by

Grey Chain Technology Interview Questions and Answers

Updated 6 Mar 2024

Grey Chain Technology Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic technical question

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 4 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. Simple question about previous company, role and salary expectations.
Round 3 - Technical 

(1 Question)

  • Q1. Question related to Opps and DSA
Round 4 - Technical 

(1 Question)

  • Q1. Question related to spring boot and advance java, DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java Core concepts very well and advance java concept in deep

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

I applied via Campus Placement and was interviewed in Nov 2022. 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 

They will give u assignment in flutter and u have to complete and explain it.

Round 3 - HR 

(2 Questions)

  • Q1. Why u want to join us?
  • Q2. What you can do for us to grow?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your fundamental in flutter, unit and widget testing.

Flutter Application Developer Interview Questions asked at other Companies

Q1. what is the phase of project duration between challenging parts to take a project challenge?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - they said i was good with everything and yet i was not get to proceed further as my notice period was of 60 days.
I don’t get it even the employer that is hiring should be having 90 days notice period but when looking for another employee they require immediate candidates.
How is that just?

Senior QA Engineer -Software Testing Interview Questions asked at other Companies

Q1. 1. What is difference in DDL and DML? 2. Tell the total links present in the page via xpath
View answer (1)

Grey Chain Technology interview questions for popular designations

 Senior Software Engineer

 (1)

 Java Developer

 (1)

 Flutter Application Developer

 (1)

 Senior QA Engineer -Software Testing

 (1)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Typical get to know you and behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - More like a conversation so try to relax

Grey Chain Technology Interview FAQs

How many rounds are there in Grey Chain Technology interview?
Grey Chain Technology interview process usually has 2-3 rounds. The most common rounds in the Grey Chain Technology interview process are Technical, Resume Shortlist and HR.
How to prepare for Grey Chain Technology 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 Grey Chain Technology. The most common topics and skills that interviewers at Grey Chain Technology expect are Python, Manual Testing, Software Quality Assurance, Automation Testing and SQL.
What are the top questions asked in Grey Chain Technology interview?

Some of the top questions asked at the Grey Chain Technology interview -

  1. Question related to spring boot and advance java, ...read more
  2. Question related to Opps and ...read more
  3. Asked basic technical quest...read more

Tell us how to improve this page.

Grey Chain Technology Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Grey Chain Technology Reviews and Ratings

based on 15 reviews

4.1/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

4.0

Salary

3.1

Job security

4.3

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Lead Engineer
5 salaries
unlock blur

₹16 L/yr - ₹26 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹7.8 L/yr

Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Java Developer
4 salaries
unlock blur

₹4.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Grey Chain Technology with

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

ABCI Infrastructures

3.4
Compare

Ministry of Home Affairs

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