Premium Employer

i

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

Genzeon Corporation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Genzeon Corporation Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Genzeon Corporation Interview Questions and Answers

View all 13 questions

Genzeon Corporation Interview Experiences

Popular Designations

16 interviews found

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Transformer? What is Multi Head Attention? Positional Encoding?
  • Ans. 

    Transformer is a deep learning model that uses self-attention mechanism. Multi Head Attention is a variant of attention mechanism. Positional Encoding is used to inject information about the position of tokens in the sequence.

    • Transformer is a deep learning model introduced in the paper 'Attention is All You Need' by Vaswani et al.

    • Multi Head Attention allows the model to focus on different parts of the input sequence si...

  • Answered by AI
  • Q2. What is RAG? how we retrieve data from Vector DB
  • Ans. 

    RAG stands for Retrieve, Aggregate, and Group. Data can be retrieved from Vector DB using SQL queries.

    • RAG is a process used to retrieve, aggregate, and group data from a database.

    • SQL queries are commonly used to retrieve data from Vector DB.

    • Example: SELECT * FROM table_name WHERE condition;

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Projects, What is View, union vs union all, how we maintain referential integrity, Types of Triggers in SQL, Where and Having clause?
  • Ans. 

    Answering questions related to SQL concepts and syntax.

    • Projects in SQL refer to selecting specific columns from a table.

    • View in SQL is a virtual table created by a query.

    • Union combines the results of two or more SELECT statements, while Union All includes duplicates.

    • Referential integrity is maintained through foreign key constraints.

    • Types of triggers in SQL include DML triggers and DDL triggers.

    • Where clause is used to ...

  • Answered by AI
  • Q2. MLOPs Framework need, workflow, why XG is best performing, Bagging and Boosting?

Interview Preparation Tips

Interview preparation tips for other job seekers - for L2 round, it would be more SQL based

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Testing methodology
  • Q2. Coding question regaeding collections
Round 2 - Technical 

(2 Questions)

  • Q1. Manager level question Scenario based questions
  • Q2. General knowledge question wrt testing

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and basic computer questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is http and what is cloud
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while cloud refers to the delivery of computing services over the internet.

    • HTTP stands for Hypertext Transfer Protocol and is used for transmitting data on the web

    • Cloud computing refers to the delivery of computing services like storage, databases, networking, software, and more over the internet

    • Examples of cloud services include Amazon Web Services (AWS)

  • Answered by AI
  • Q2. What is port numbers
  • Ans. 

    Port numbers are communication endpoints in a network, allowing multiple applications to use the same network connection.

    • Port numbers range from 0 to 65535

    • Well-known ports (0-1023) are reserved for specific services (e.g. HTTP uses port 80)

    • Registered ports (1024-49151) are assigned by IANA for specific purposes

    • Dynamic or private ports (49152-65535) are used for temporary connections

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

(2 Questions)

  • Q1. What is osi model
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how different networking protocols work together.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates w...

  • Answered by AI
  • Q2. Explain about azure services
  • Ans. 

    Azure services are a collection of cloud computing services provided by Microsoft.

    • Azure Virtual Machines - allows users to create and manage virtual machines in the cloud

    • Azure App Services - platform as a service (PaaS) offering for building, deploying, and scaling web apps

    • Azure Blob Storage - scalable object storage for unstructured data

    • Azure SQL Database - fully managed relational database service

    • Azure Cognitive Serv...

  • Answered by AI

Skills evaluated in this interview

Associate Cloud Engineer Interview Questions asked at other Companies

Q1. What are the common practices for virtual hosting, and how can one find and use error logs and access logs?
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What do you do

Interview Preparation Tips

Interview preparation tips for other job seekers - My sincere suggestion is to reconsider joining the company.

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

Genzeon Corporation interview questions for popular designations

 Ai Ml Engineer

 (1)

 Architect

 (1)

 Associate Cloud Engineer

 (1)

 Associate Software Engineer

 (1)

 Automation Engineer

 (1)

 Automation Tester

 (1)

 AWS Solution Architect

 (1)

 Business Associate

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java questions and other framework related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and implentation
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and behavior from another ...

  • Answered by AI
  • Q2. Explain testng framwork
  • Ans. 

    TestNG is a testing framework for Java that supports various testing levels and annotations.

    • TestNG allows for easy configuration of test cases using annotations like @Test, @BeforeSuite, @AfterSuite, etc.

    • It supports parameterization of test cases using @Parameters annotation.

    • TestNG provides features like grouping of test cases, dependency management, parallel execution, and reporting.

    • It integrates well with build tools...

  • Answered by AI

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Get interview-ready with Top Genzeon Corporation Interview Questions

AWS Solution Architect Interview Questions & Answers

user image Maharshi Agrawal

posted on 24 Sep 2024

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

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Was simple,just dont cheat

Round 2 - Technical 

(1 Question)

  • Q1. About the Projects and about AWS
Round 3 - HR 

(1 Question)

  • Q1. They try to trap you in complex scenerios but you have to answer everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident

AWS Solution Architect Interview Questions asked at other Companies

Q1. 1)which type of instance using for memory related works? 2)how to connect the network connectivity in aws two networks? 3)How many ip available in the ipv4? 4) How many subnets create in the one VPC?
View answer (1)

Jobs at Genzeon Corporation

View all

US Recruiter Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

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

(5 Questions)

  • Q1. Recruitment process and Strategies
  • Q2. Recruitment Best practices
  • Q3. Boolean Strings
  • Q4. Social Media Sourcing
  • Q5. X Ray Searches Syntaxes

US Recruiter Interview Questions asked at other Companies

Q1. Are you aware about the different time zones ? Name some .
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com 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 - Technical 

(2 Questions)

  • Q1. Write the dynamic Xpath for the Date element in the cleartrip website
  • Ans. 

    Dynamic Xpath for Date element in cleartrip website

    • Use contains() function to match partial attribute value

    • Use @class attribute to uniquely identify the Date element

    • Combine multiple attributes to create a dynamic Xpath

  • Answered by AI
  • Q2. Write a python code for separating numbers, special characters from a string
  • Ans. 

    Python code to separate numbers and special characters from a string into an array of strings.

    • Use regular expressions to match numbers and special characters in the string.

    • Split the string based on the matched patterns to separate numbers and special characters.

    • Store the separated numbers and special characters in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for Genzeon Corporation Automation Tester interview:
  • Selenium
  • Python
  • realtime senario
Interview preparation tips for other job seekers - not so hard

Skills evaluated in this interview

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself?

Learning and Development Associate Interview Questions asked at other Companies

Q1. What is the basic principle of magnet?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and Sting recursion hash map

Round 2 - Group Discussion 

Global Warming. smart city, Electric vehicles

Round 3 - Technical 

(2 Questions)

  • Q1. Project Question
  • Q2. Inheritance related basic concepts

Interview Preparation Tips

Topics to prepare for Genzeon Corporation Associate Software Engineer interview:
  • Inheritance
  • Polymorphism

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Genzeon Corporation Interview FAQs

How many rounds are there in Genzeon Corporation interview?
Genzeon Corporation interview process usually has 2-3 rounds. The most common rounds in the Genzeon Corporation interview process are Technical, Resume Shortlist and HR.
How to prepare for Genzeon Corporation 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 Genzeon Corporation. The most common topics and skills that interviewers at Genzeon Corporation expect are Healthcare, Automation, IT Services, Python and Managed Services.
What are the top questions asked in Genzeon Corporation interview?

Some of the top questions asked at the Genzeon Corporation interview -

  1. Explain Projects, What is View, union vs union all, how we maintain referential...read more
  2. What is TCP/IP model what is DNS, DHCP What is networking protocols What is ...read more
  3. write the dynamic Xpath for the Date element in the cleartrip webs...read more
How long is the Genzeon Corporation interview process?

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

Tell us how to improve this page.

Genzeon Corporation Interview Process

based on 15 interviews

Interview experience

3.7
  
Good
View more
Join Genzeon Corporation Dream Big | Deliver Excellence

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
View all

Genzeon Corporation Reviews and Ratings

based on 86 reviews

3.3/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.5

Salary

3.1

Job security

3.3

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 86 Reviews and Ratings
Retail Solution Architect

Hyderabad / Secunderabad

12-18 Yrs

Not Disclosed

Staff Accountant

Hyderabad / Secunderabad,

Pune

+1

0-1 Yrs

Not Disclosed

Associate Engineer

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
25 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Software Engineer
22 salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹12.9 L/yr

QA Engineer
11 salaries
unlock blur

₹8 L/yr - ₹13 L/yr

Explore more salaries
Compare Genzeon Corporation with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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