Upload Button Icon Add office photos
Engaged Employer

i

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

Genesis Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Genesis Technologies Interview Questions and Answers

Updated 20 Oct 2024

Genesis Technologies Interview Experiences

Popular Designations

7 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I have to wait very long

Round 2 - Coding Test 

Take too much time for result and it also pen paper

Round 3 - Coding Test 

Once again advance coding round with pen paper

Round 4 - Technical 

(2 Questions)

  • Q1. Explain two sum
  • Ans. 

    Two sum is a problem where you have to find two numbers in an array that add up to a specific target.

    • Iterate through the array and for each element, check if the difference between the target and the current element exists in a hash map.

    • If it does, return the indices of the current element and the element in the hash map.

    • Example: Given nums = [2, 7, 11, 15], target = 9, return [0, 1] as nums[0] + nums[1] = 2 + 7 = 9.

  • Answered by AI
  • Q2. Explain left ladder
  • Ans. 

    Left ladder is a programming concept used to describe the order in which operations are performed in an expression.

    • In left ladder, operations are performed from left to right.

    • It follows the order of operations (PEMDAS/BODMAS) where parentheses are evaluated first, followed by exponents, multiplication and division, and finally addition and subtraction.

    • For example, in the expression 2 + 3 * 4, the multiplication operati...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round of Aptitude / Verbal / Computer basics questions overall 50 marks

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Moderate strings and pattern

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2023.

Round 1 - Aptitude Test 

Basically it was a screening test and It was easy to clear
Aptitude round consists of aptitude, reasoning, English,basics of programming, computer concepts after clearing aptitude round
Come to the English round in which you have to write an essay
And then there is a programming round in which you have to do 4 que in which one is of SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Strings, hashmap, pattern based que
  • Q2. Arrays and strings and pattern based que
Round 3 - Interview 

(2 Questions)

  • Q1. Technical interview which was also easy but they asked to solve 1 program in more than 2 ways
  • Q2. To solve a program which removes the duplicate characters from the string using asingle loop
  • Ans. 

    The program removes duplicate characters from a string using a single loop.

    • Iterate through each character in the string

    • Check if the character is already present in a separate array

    • If not present, add it to the array

    • Finally, concatenate the characters in the array to form the resulting string

  • Answered by AI

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Genesis Technologies interview questions for popular designations

 Software Developer

 (4)

 Software Development Engineer

 (1)

 Software Tester

 (1)

 Test Engineer

 (1)

Software Tester Interview Questions & Answers

user image Jahangir Alam

posted on 6 Mar 2024

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 2 interview rounds.

Round 1 - Assignment 

They provide an assessment for first round in that assessment Aptitude, English and write about the given topic.

Round 2 - Technical 

(1 Question)

  • Q1. They ask to me basic questions like names of browser, operating system and reasoning question.

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to prepare all about your whole engineering book at least basic inerviewer can ask anything.

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Software Developer Interview Questions & Answers

user image Pratham Joshi

posted on 29 Nov 2023

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

I applied via Campus Placement and was interviewed in Oct 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 

Aptitude programming english

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions

Interview Preparation Tips

Topics to prepare for Genesis Technologies Software Developer interview:
  • Advanced Java

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Test Engineer Interview Questions & Answers

user image Saurav Kumar

posted on 23 Feb 2024

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

I was interviewed in Aug 2023.

Round 1 - Aptitude Test 

Basic questions related to time and work percentage etc.

Round 2 - Technical 

(1 Question)

  • Q1. Basic question related to opps
Round 3 - HR 

(1 Question)

  • Q1. Basic hr question

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview questions from similar companies

Web Engineer (Trainee) Interview Questions & Answers

rtCamp Solutions user image Anonymous

posted on 3 Sep 2023

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

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

(2 Questions)

  • Q1. Basic of git, GitHub like can we use git without GitHub, encryption, decryption, hashing.
  • Q2. Basic questions on js, java, jQuery. Basic on website handling, like how can we implement delay in the code of a website.

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving the answers to the questions, be confident.
Although I tried my best but I still didn't got selected, even though you give the answers, they do have a little bit of high expectations from the candidates.
But still I would say the company is quite good for freshers, because their pay is very good.
That's all about my experience.
Best luck to you guys.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 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 - Telephonic Call 

(3 Questions)

  • Q1. Introduction and technical questions.
  • Q2. What is the use of JAVA API?
  • Ans. 

    The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.

    • The JAVA API allows developers to save time and effort by using pre-built code for common tasks.

    • It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.

    • Developers can leverage the API to access system...

  • Answered by AI
  • Q3. Questions are picked from Leetcode.
Round 3 - Coding Test 

The duration of the test is one hour and four coding questions are asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not able to qualify for the coding round so I have no idea of further process.

Skills evaluated in this interview

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

I applied via Shine and was interviewed in Oct 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. What is Experience
  • Q2. What is your Ambition
  • Q3. Where do you see yourself in 5 Years

Interview Preparation Tips

Interview preparation tips for other job seekers - Go well Prepared and keep communications at par

Genesis Technologies Interview FAQs

How many rounds are there in Genesis Technologies interview?
Genesis Technologies interview process usually has 2-3 rounds. The most common rounds in the Genesis Technologies interview process are Aptitude Test, Technical and Coding Test.
How to prepare for Genesis Technologies 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 Genesis Technologies. The most common topics and skills that interviewers at Genesis Technologies expect are Javascript, CSS, PHP, .Net and Android.
What are the top questions asked in Genesis Technologies interview?

Some of the top questions asked at the Genesis Technologies interview -

  1. To solve a program which removes the duplicate characters from the string using...read more
  2. Explain two ...read more
  3. Explain left lad...read more
How long is the Genesis Technologies interview process?

The duration of Genesis Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Genesis Technologies Interview Process

based on 9 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

Genesis Technologies Reviews and Ratings

based on 25 reviews

3.7/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.3

Salary

3.4

Job security

3.5

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 25 Reviews and Ratings
QA Engineer
19 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Software Engineer
9 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Associate Quality Assurance Engineer
6 salaries
unlock blur

₹1.9 L/yr - ₹4.1 L/yr

Quality Assurance Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹5.4 L/yr - ₹15 L/yr

Explore more salaries
Compare Genesis Technologies with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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