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
3.8

based on 24 Reviews

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 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 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

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me your overall experience from your past companies?
  • Ans. 

    I have over 5 years of experience in customer support roles at various companies.

    • Managed customer inquiries via phone, email, and chat

    • Resolved customer complaints and issues in a timely manner

    • Provided product support and troubleshooting assistance

    • Collaborated with other departments to ensure customer satisfaction

    • Trained new customer support representatives

  • Answered by AI
  • Q3. What are the challenges faced in last organization?
  • Q4. What is your current ctc, expected ctc & Notice period?
  • Ans. 

    Current CTC is $50,000, Expected CTC is $60,000, Notice period is 30 days.

    • Current CTC: $50,000

    • Expected CTC: $60,000

    • Notice Period: 30 days

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are your technical expertise?

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexibility for shift timings like in day 8.30hours to complete friendly work environment but working culture is not that good. Need good managers or seniors to support team members. Need to work on policies for employees benefits and wfh options needs to be given for all not for specific department wise.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(12 Questions)

  • Q1. Rate yourself in js, node js, react, MongoDB (separately)
  • Q2. Typeof null, typeof undefined, typeof {}, typeof NaN
  • Q3. What changes came in es6
  • Ans. 

    ES6 introduced several new features and improvements to JavaScript, making it more powerful and efficient.

    • Arrow functions for more concise syntax

    • Let and const for block-scoped variables

    • Classes for easier object-oriented programming

    • Template literals for easier string interpolation

    • Default parameters and rest parameters for function arguments

    • Destructuring assignment for easier data extraction

    • Promises for asynchronous prog

  • Answered by AI
  • Q4. This keyword, closures, hoisting
  • Q5. Are let and cont variables hoisted?
  • Ans. 

    Yes, let and const variables are hoisted but not initialized.

    • let and const variables are hoisted to the top of their block scope, but they are not initialized until the actual line of code is executed.

    • This means that you cannot access a let or const variable before it is declared in the code.

    • For example, trying to access a let variable before it is declared will result in a ReferenceError.

  • Answered by AI
  • Q6. What is global context
  • Ans. 

    Global context refers to the overall environment or setting in which something exists or operates.

    • Global context encompasses all variables, functions, and objects that are accessible throughout an entire program.

    • It can be thought of as the 'big picture' view of a program's execution.

    • In web development, global context includes the window object in JavaScript.

  • Answered by AI
  • Q7. What is temporal deadzone
  • Ans. 

    Temporal dead zone is a period during the variable creation process where accessing the variable results in a ReferenceError.

    • Occurs when trying to access a variable before it has been declared with let or const

    • Happens due to the variable being in the temporal dead zone until it is declared

    • Example: accessing a variable before its declaration will result in a ReferenceError

  • Answered by AI
  • Q8. What is modules? types of modules in nodejs
  • Ans. 

    Modules in Node.js are reusable blocks of code that encapsulate related functionality.

    • Modules in Node.js can be built-in modules like fs (file system) or third-party modules like express.

    • Modules help in organizing code into separate files for better maintainability and reusability.

    • Modules can be imported using the require() function in Node.js.

  • Answered by AI
  • Q9. Index in mongodb, why we need index, is index good or bad?
  • Ans. 

    Indexes in MongoDB improve query performance by allowing the database to quickly locate and retrieve specific documents.

    • Indexes help to speed up query performance by allowing the database to quickly locate specific documents based on the indexed fields.

    • Without indexes, MongoDB would have to perform a collection scan, which can be slow and resource-intensive.

    • Indexes can be created on single fields or compound fields to ...

  • Answered by AI
  • Q10. What are hooks , use of useRef
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. useRef is a hook that allows you to create a mutable object that persists for the lifetime of the component.

    • Hooks are used to add state and lifecycle methods to functional components in React

    • useRef is used to create a mutable reference that persists between renders

    • useRef can be used to access DOM elements directl

  • Answered by AI
  • Q11. Fs module, http module, worker thread?
  • Q12. Why we use mongoose not mongodb driver?
  • Ans. 

    Mongoose is an Object Data Modeling (ODM) library for MongoDB that provides a higher level of abstraction and simplifies interactions with the database.

    • Mongoose provides schema validation which helps maintain data integrity.

    • Mongoose simplifies querying and data manipulation with built-in functions.

    • Mongoose supports middleware functions for pre and post processing of data operations.

  • Answered by AI

Skills evaluated in this interview

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 6 interviews in last 1 year

Interview experience

3.3
  
Average
View more

People are getting interviews through

based on 3 Genesis Technologies interviews
Campus Placement
Company Website
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

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
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
View all

Genesis Technologies Reviews and Ratings

based on 24 reviews

3.8/5

Rating in categories

3.3

Skill development

3.4

Work-Life balance

3.5

Salary & Benefits

3.7

Job Security

3.4

Company culture

3.2

Promotions/Appraisal

3.5

Work Satisfaction

Explore 24 Reviews and Ratings
QA Engineer
19 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Software Engineer
8 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Quality Assurance Engineer
6 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Associate Quality Assurance Engineer
6 salaries
unlock blur

₹1.9 L/yr - ₹4.1 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Genesis Technologies with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
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