Upload Button Icon Add office photos
Engaged Employer

i

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

Gen Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gen Software Engineer Interview Questions and Answers

Updated 30 Sep 2023

Gen Software Engineer Interview Experiences

4 interviews found

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

I applied via Recruitment Consulltant

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 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning And aptitude test

Round 2 - Coding Test 

C++, python and Java programming

Interview Preparation Tips

Topics to prepare for Gen Software Engineer interview:
  • C++
  • Python
Interview preparation tips for other job seekers - I am interested for this company opportunity for giving me and I am so happy and giving me for work from home job

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 - Coding Test 

Easy problem on java

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the CV details

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems

Gen interview questions for designations

 Associate Software Engineer

 (2)

 Senior Software Engineer

 (1)

 Software Developer Intern

 (1)

Software Engineer Jobs at Gen

View all

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

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

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Questions related to frontend
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse Linked List
Pallindrome of String

Round 2 - Group Discussion 

Flyover building in team with strength

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 90minutes coding test where there was 2 coding question and 10 mcq each coding question carried 33% marks and even the 10mcq was 33% marks

Round 2 - Technical 

(1 Question)

  • Q1. Like it was full based on resume like on my resume i had put two web projects so most of the question was from web development and the aws cloud it took a lot of time and at last they asked the coding ques...
Round 3 - HR 

(1 Question)

  • Q1. Hr was easy just asked to introduce about myself and tell any one preffered project
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Company overview, salary + perks and bonuses, team, project and culture

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an intro call from HR. It was so nice to speak with her. She told me about the company, culture and team. We have covered everything. Then I have introduced myself, told her my preferences etc. Overall, I left really satisfied! Recommended!

Gen Interview FAQs

How many rounds are there in Gen Software Engineer interview?
Gen interview process usually has 2-3 rounds. The most common rounds in the Gen interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Gen Software Engineer 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 Gen. The most common topics and skills that interviewers at Gen expect are Agile, Data Structures, Automation, Unit Testing and Web Development.
What are the top questions asked in Gen Software Engineer interview?

Some of the top questions asked at the Gen Software Engineer interview -

  1. Find the memory leak in a given set of co...read more
  2. Threading: Write and use a mut...read more
  3. Data structure and ...read more

Tell us how to improve this page.

Gen Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Gen Software Engineer Salary
based on 75 salaries
₹7 L/yr - ₹21 L/yr
100% more than the average Software Engineer Salary in India
View more details

Gen Software Engineer Reviews and Ratings

based on 16 reviews

3.5/5

Rating in categories

3.0

Skill development

3.8

Work-life balance

3.0

Salary

2.8

Job security

4.1

Company culture

3.1

Promotions

2.9

Work satisfaction

Explore 16 Reviews and Ratings
Sr.Software Engineer

Chennai

7-10 Yrs

₹ 20-27.5 LPA

Explore more jobs
Senior Software Engineer
94 salaries
unlock blur

₹12 L/yr - ₹35.1 L/yr

Software Engineer
75 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Sales Operations Analyst
58 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Principal Software Engineer
37 salaries
unlock blur

₹20 L/yr - ₹62 L/yr

SQA Engineer
28 salaries
unlock blur

₹6.5 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Gen with

McAfee

4.0
Compare

Kaspersky Lab

2.2
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Seqrite

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