Upload Button Icon Add office photos

Filter interviews by

Greet Technologies Senior Software Engineer 1 Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Questions on output based questions, and on machine coding

Round 2 - Technical 

(1 Question)

  • Q1. What is closure,hoisting,how js works ? , prototype , polyfill
  • Ans. 

    Closure, hoisting, prototype, polyfill are key concepts in JavaScript that help understand how the language works.

    • Closure refers to the ability of a function to access its lexical scope even when it is executed outside that scope.

    • Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their containing scope during compilation.

    • Prototype is an object that is associated with ev...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a job?

Skills evaluated in this interview

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

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

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to secure your web applicaton
  • Ans. 

    Securing a web application involves implementing various security measures to protect against threats and vulnerabilities.

    • Use HTTPS to encrypt data transmitted between the client and server

    • Implement input validation to prevent SQL injection and cross-site scripting attacks

    • Use secure authentication methods like OAuth or JWT tokens

    • Regularly update and patch software to fix security vulnerabilities

    • Implement proper access

  • Answered by AI
  • Q2. How to handle large database
  • Ans. 

    Use indexing, optimize queries, limit data retrieval, use caching, and consider sharding.

    • Utilize indexing to improve query performance

    • Optimize queries to reduce load on the database

    • Limit data retrieval by using pagination or filtering

    • Implement caching to store frequently accessed data

    • Consider sharding to distribute data across multiple servers

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Topic about global warming

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid thid company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Coding test had 2 medium dsa question both related to arrays

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Time distance and work

Round 2 - Coding Test 

Array, String, Stack, Queues, BFS

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. I am aryaman m singha hailed from assam guwahati
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

I applied via Company Website

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is the work in office
  • Q2. What is timings in day
  • Ans. 

    Timings in a day refer to the different periods of time that make up a 24-hour day.

    • A day is typically divided into morning, afternoon, evening, and night

    • Different cultures may have different ways of dividing a day

    • Timings can also refer to specific times for events or activities

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. How much salary per month
  • Q2. What is timing in the day
  • Ans. 

    Timing in the day refers to the different periods or divisions of time within a 24-hour cycle.

    • Timing in the day includes morning, afternoon, evening, and night.

    • It helps in organizing daily activities and scheduling tasks.

    • Different cultures may have different names or divisions for timing in the day, such as siesta or tea time.

    • Timing in the day can also be represented using the 12-hour or 24-hour clock system.

  • Answered by AI
  • Q3. How to procesa I share my details
  • Q4. Please tell me the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are known all knowledge and seek easy way to apply for job

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

Round 1 - Aptitude Test 

30 question 45 minutes.

Round 2 - Coding Test 

10 mcq and 2 coding dsa questions

Round 3 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just practice mcq for the interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
WNS Interview Questions
3.4
 • 959 Interviews
iEnergizer Interview Questions
4.7
 • 540 Interviews
View all
Accounts Process Executive
320 salaries
unlock blur

₹1.1 L/yr - ₹4.3 L/yr

Executive Accountant
314 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Senior Accounts Executive
99 salaries
unlock blur

₹2.3 L/yr - ₹3.6 L/yr

Senior Accounts Process Executive
52 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Customer Support Executive
20 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Greet Technologies with

Startek

3.2
Compare

Quess

3.9
Compare

Firstsource Solutions

3.7
Compare

Wipro

3.7
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