Upload Button Icon Add office photos

Filter interviews by

Greenbots Software Interview Questions and Answers

Updated 7 Jul 2024
Popular Designations

Greenbots Software Interview Experiences

3 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Check a string is palindrome or not
  • Ans. 

    Check if a string is a palindrome or not

    • Iterate through the string from both ends and compare characters

    • Ignore spaces and punctuation when checking for palindrome

    • Use built-in functions like reverse() to check for palindrome

  • Answered by AI
  • Q2. Concat two strings without any inbuilt function

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2023. 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 

(2 Questions)

  • Q1. Pathetic Interview
  • Q2. Interview joined and gave one coding question then got busy in her work then came after 10 minutes given 2nd coding question and left the meeting after one day they told no selected.Just waste of time

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2023

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

I applied via Walk-in and was interviewed before Apr 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 - Technical 

(1 Question)

  • Q1. SDLC, Manual Testing, Selenium and Java
Round 3 - Technical 

(1 Question)

  • Q1. SDLC, Manual Testing, Selenium and Java

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Greenbots Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell us about yourself. What are some of your achievments
  • Ans. 

    I'm a passionate Software Engineer with a strong background in developing scalable applications and a knack for problem-solving.

    • Developed a web application that improved user engagement by 30% through enhanced UI/UX design.

    • Led a team of 5 engineers in migrating a legacy system to a microservices architecture, reducing downtime by 40%.

    • Contributed to open-source projects, including a popular library that has over 1,000 s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for good communciation skills. Have a cheerful attitude

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Ans. 

    A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.

    • A bit can represent two states: off (0) or on (1).

    • Bits are the building blocks of all digital data, including text, images, and sound.

    • In binary code, a sequence of bits can represent numbers, letters, and commands.

    • For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.

  • Answered by AI
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on string manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys conducts easy interview and most of the questions are straight forward

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servicenow related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Scripting knowledge and technical questions

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

Greenbots Software Interview FAQs

How many rounds are there in Greenbots Software interview?
Greenbots Software interview process usually has 2 rounds. The most common rounds in the Greenbots Software interview process are Technical and Resume Shortlist.
How to prepare for Greenbots Software 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 Greenbots Software. The most common topics and skills that interviewers at Greenbots Software expect are Java, Maven, Automation Testing, SDET and API Testing.
What are the top questions asked in Greenbots Software interview?

Some of the top questions asked at the Greenbots Software interview -

  1. Concat two strings without any inbuilt funct...read more
  2. Check a string is palindrome or ...read more
  3. SDLC, Manual Testing, Selenium and J...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Morgan Stanley Interview Questions
3.6
 • 311 Interviews
Accenture Interview Questions
3.7
 • 8.8k Interviews
Lenskart Interview Questions
3.2
 • 387 Interviews
Razorpay Interview Questions
3.6
 • 163 Interviews
Physicswallah Interview Questions
3.7
 • 233 Interviews
Schneider Electric Interview Questions
4.1
 • 397 Interviews
NatWest Group Interview Questions
4.0
 • 219 Interviews
JSW Steel Interview Questions
3.9
 • 687 Interviews
Sagility Interview Questions
3.9
 • 216 Interviews
Tata Projects Interview Questions
4.2
 • 515 Interviews
View all

Greenbots Software Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.8

Salary

3.6

Job security

4.1

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
QA Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Software Development Engineer Test
4 salaries
unlock blur

₹9 L/yr - ₹18 L/yr

Sdet
3 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Explore more salaries
write
Share an Interview