Upload Button Icon Add office photos
Engaged Employer

i

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

Greytrix Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Greytrix Test Engineer Interview Questions and Answers

Updated 6 Jan 2022

Greytrix Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Priyanka Hadole

posted on 6 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Test cases on pain
  • Q2. Test cases on 4+2
  • Ans. 

    Test cases for the addition of 4 and 2, ensuring correct output and handling of various scenarios.

    • Verify that 4 + 2 equals 6.

    • Test with negative numbers: -4 + 2 should equal -2.

    • Check with zero: 4 + 0 should equal 4.

    • Test with large numbers: 4000 + 2000 should equal 6000.

    • Validate with decimal numbers: 4.5 + 2.5 should equal 7.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round was very good

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Greytrix?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer

Interview Questionnaire 

1 Question

  • Q1. MVC related, SQL commands, C, C#

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, Think well, If you have confusion in answer Just tell them which and why you feel confused, If you don't understand question, Just try to make it clear,

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 section
MCQ + CODING(intermediate level)

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to JS, ANGULAR, Node JS, and some Coding questions
Round 3 - Assignment 

Todo application was the assignment task to complete in one day.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the profile which you have applied for,
Basics of profile stack you should know atleast,
Good to have DSA atleast intermediate level
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is Database?
  • Q2. What is .NET?
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was normal aptitude test

Round 2 - Coding Test 

This was normal DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be normal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How many years of experience you have
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is the technology stack you have worked with?
  • Ans. 

    I have experience with various technology stacks including front-end, back-end, and database technologies.

    • Front-end: React.js for building user interfaces and enhancing user experience.

    • Back-end: Node.js with Express for server-side development and RESTful APIs.

    • Database: MongoDB for NoSQL data storage and PostgreSQL for relational databases.

    • DevOps: Docker for containerization and Jenkins for continuous integration and d...

  • Answered by AI
  • Q2. How do you manage to balance your work and personal life?
  • Ans. 

    I prioritize tasks, set boundaries, and engage in hobbies to maintain a healthy work-life balance.

    • Set clear work hours: I start my day at 9 AM and log off by 5 PM to ensure personal time.

    • Use a task management tool: I utilize tools like Trello to prioritize tasks and avoid overtime.

    • Engage in hobbies: I dedicate weekends to hiking and reading, which helps me recharge.

    • Communicate with my team: I discuss workload with my m...

  • Answered by AI
  • Q3. What is the concept of time complexity, and how is it analyzed?
  • Ans. 

    Time complexity measures the amount of time an algorithm takes to complete as a function of input size.

    • Time complexity is expressed using Big O notation (e.g., O(n), O(log n)).

    • It helps in comparing the efficiency of different algorithms.

    • For example, a linear search has O(n) time complexity, while binary search has O(log n).

    • Analyzing time complexity involves identifying the worst-case, average-case, and best-case scenar...

  • Answered by AI
  • Q4. Can you explain the concepts of classes and objects in Object-Oriented Programming (OOP)?
  • Ans. 

    Classes are blueprints for creating objects, encapsulating data and behavior in OOP.

    • A class defines properties (attributes) and methods (functions) that its objects will have.

    • An object is an instance of a class, representing a specific entity with state and behavior.

    • Example: A 'Car' class may have attributes like 'color' and 'model', and methods like 'drive()' and 'stop()'.

    • Objects can interact with each other through t...

  • Answered by AI

Greytrix Interview FAQs

What are the top questions asked in Greytrix Test Engineer interview?

Some of the top questions asked at the Greytrix Test Engineer interview -

  1. Test cases on p...read more
  2. Test cases on ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
ClaySys Interview Questions
2.9
 • 26 Interviews
DynPro Interview Questions
3.8
 • 21 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
V2soft Interview Questions
3.7
 • 12 Interviews
View all
Software Engineer
53 salaries
unlock blur

₹2.6 L/yr - ₹8.3 L/yr

Software Developer
36 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Junior Software Engineer
26 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Junior Software Developer
22 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Salesforce Developer
13 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Greytrix with

HCL Infosystems

3.9
Compare

Accel Frontline

4.1
Compare

DynPro

3.8
Compare

ClaySys

2.9
Compare
write
Share an Interview