Upload Button Icon Add office photos
Engaged Employer

i

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

Green Apex Technolabs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Green Apex Technolabs Interview Questions and Answers

Updated 20 Jul 2024

Green Apex Technolabs Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Worst company dont join.
  • Q2. Fake people, not able to pay money.
  • Q3. Very bad environment of working culture.
Round 2 - HR 

(2 Questions)

  • Q1. HR is very Bad in behaviour.
  • Q2. Salary negotiations will do very badly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello All Jobseekers,
Don't join Green Apex, they are facing bankrupted, they are not able to pay salaries never on Time, either
you are permanent employees or Contract based employee. They are cheaters to ex-employee, will Fire within short notice over teams meeting, no back up plan worst bussiness model i have ever seen, So if you anybody got selected join at your risk, the truth is bitter and i Told to everyone what i and my team colleagues faced, they terminated whole team in one notice. All suffered alot without salary.




PS: Once again my opinion don't join they are cheaters and scammers they will suck your blood by putting work pressure and payment will not give on time.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

Jobs at Green Apex Technolabs

View all

Interview questions from similar companies

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

I applied via Campus Placement and was interviewed in Sep 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Second round was f2f interview, he asked about c concepts, data structures pointers concepts , and final year projects concepts
  • Q2. HR round : He asked about introduction of me, and bond, and joining date

Interview Preparation Tips

Round: Test
Experience: First Round was technical aptitude which contains objective questions from c, c++, data structures java , difficulty ranging from medium to hard.

Duration: <1 week
College Name: S D M Institute Of Technology, Ujire
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Storage types, structures, padding
  • Q2. Bit operations in C language
  • Ans. 

    Bit operations in C language involve manipulating individual bits within a data structure.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all bits in a number

    • Left shift (<<) - shifts bits to the left by a specified number of positions

    • Right shift (>>) - shifts

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 - Behavioral 

(2 Questions)

  • Q1. It was quite easy for me asked me about my roles and responsibilities basics question on testing and gave some scenarios how to deal with it.
  • Q2. - stubbing - HSIT - unit testing
Round 3 - HR 

(1 Question)

  • Q1. - Salary discussion, why you want to join, strength and weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, what ever you know just explain.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Arithmetic, verbal, and verbal skills.

Round 2 - Coding Test 

Please write a code for generating the Fibonacci sequence.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the key features and concepts of the C programming language?
  • Ans. 

    C is a powerful and efficient programming language known for its low-level features and flexibility.

    • Key features include: low-level memory access, efficient manipulation of pointers, strong support for procedural programming, and a rich library of built-in functions.

    • Concepts include: data types, control structures (such as loops and conditionals), functions, arrays, and pointers.

    • Example: In C, you can directly access a...

  • Answered by AI
  • Q2. What is an array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. When would you be able to join?
  • Ans. 

    I can start within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly when you are searching.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 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 - Technical 

(3 Questions)

  • Q1. Find the ratio of the radius of the inscribed and circumscribed circles of a square of side length a.
  • Ans. 

    Ratio of radius of inscribed and circumscribed circles of a square of side length a.

    • The radius of the inscribed circle is half the length of the side of the square.

    • The radius of the circumscribed circle is half the diagonal of the square.

    • Ratio of radius of inscribed and circumscribed circles is 1:2.

  • Answered by AI
  • Q2. Find the coordinates of a point p1 with the distance of it from point p2 and the coordinates p2 and p3, given that all three points are collinear.
  • Ans. 

    To find the coordinates of point p1, use the distance formula and the collinearity of the three points.

    • Use the distance formula to find the distance between p1 and p2.

    • Use the slope formula to find the slope of the line passing through p2 and p3.

    • Use the slope and distance to find the equation of the line passing through p2 and p3.

    • Use the equation of the line and the coordinates of p2 to find the coordinates of p1.

  • Answered by AI
  • Q3. With the coordinates of the four points p1, p2, p3, and p4, where p1, p2, and p3 lie on a circle, find whether p4 lies inside or outside of the circle.
  • Ans. 

    To determine if p4 lies inside or outside the circle with p1, p2, and p3 coordinates.

    • Calculate the equation of the circle using p1, p2, and p3 coordinates.

    • Check the distance between p4 and the center of the circle.

    • If the distance is less than the radius of the circle, p4 lies inside the circle, otherwise outside.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find a point is inside a circle or not?
  • Ans. 

    To determine if a point is inside a circle, calculate the distance between the point and the center of the circle and compare it to the radius.

    • Calculate the distance between the point and the center of the circle using the distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)

    • Compare the calculated distance to the radius of the circle. If the distance is less than the radius, the point is inside the circle.

    • For example, if the c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, a passion for problem-solving, and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and JavaScript.

    • Strong problem-solving skills and ability to think critically to find innovative solutions to complex technical challenges.

    • Proven track record...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good communication skills

Round 2 - Group Discussion 

Understanding topics

Round 3 - HR 

(2 Questions)

  • Q1. Why you are good fit the job?
  • Ans. 

    I have a strong background in data analysis, with experience in utilizing various tools and techniques to derive insights from data.

    • Extensive experience in data analysis

    • Proficient in using tools like SQL, Python, and Tableau

    • Strong problem-solving skills

    • Ability to communicate complex findings to non-technical stakeholders

  • Answered by AI
  • Q2. What is the salary expectation?
  • Ans. 

    Salary expectations are based on experience, skills, location, and industry standards.

    • Consider factors like your experience, skills, education, location, and the industry norms when determining your salary expectation.

    • Research the average salary range for Data Analysts in your area and industry to have a realistic expectation.

    • Be prepared to negotiate based on the job responsibilities and benefits offered by the employe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I strongly believe my skills and my percentage my degree will suitable for the job.

Green Apex Technolabs Interview FAQs

How many rounds are there in Green Apex Technolabs interview?
Green Apex Technolabs interview process usually has 2 rounds. The most common rounds in the Green Apex Technolabs interview process are One-on-one Round and HR.
How to prepare for Green Apex Technolabs 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 Green Apex Technolabs. The most common topics and skills that interviewers at Green Apex Technolabs expect are Javascript, Front End, GIT, HTML and MySQL.
What are the top questions asked in Green Apex Technolabs interview?

Some of the top questions asked at the Green Apex Technolabs interview -

  1. Fake people, not able to pay mon...read more
  2. Very bad environment of working cultu...read more
  3. HR is very Bad in behavio...read more

Tell us how to improve this page.

Green Apex Technolabs Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Green Apex Technolabs Reviews and Ratings

based on 35 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.7

Salary

3.5

Job security

3.9

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 35 Reviews and Ratings
MERN Developer

Kolkata,

Ahmedabad

3-5 Yrs

Not Disclosed

UI Developer

Ahmedabad

2-3 Yrs

Not Disclosed

Angular - Software Engineer

Ahmedabad

2-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
25 salaries
unlock blur

₹3.9 L/yr - ₹12 L/yr

Front end Developer
8 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Software Developer
6 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Junior Software Engineer
6 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Senior Executive
6 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Green Apex Technolabs with

Prime Focus Technologies

3.3
Compare

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Algonomy

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