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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview 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)
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 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 (43)
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 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 (43)
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 (43)

Genesis Technologies interview questions for popular designations

 Software Developer

 (4)

 Test Engineer

 (1)

 Software Tester

 (1)

 Software Development 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 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 (43)

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 appeared for an interview 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

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql

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

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Genesis Technologies Reviews and Ratings

based on 27 reviews

3.7/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.5

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 27 Reviews and Ratings
QA Engineer
21 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Software Engineer
10 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Associate Quality Assurance Engineer
6 salaries
unlock blur

₹3.8 L/yr - ₹5.5 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

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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