Upload Button Icon Add office photos

Xogene

Compare button icon Compare button icon Compare

Filter interviews by

Xogene Interview Questions and Answers

Updated 2 Oct 2024
Popular Designations

6 Interview questions

A Junior Software Developer was asked 12mo ago
Q. Given a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length.
Ans. 

Remove duplicates from array of strings

  • Create a Set to store unique strings

  • Iterate through the array and add each string to the Set

  • Convert the Set back to an array to get the unique strings

View all Junior Software Developer interview questions
A Junior Software Developer was asked 12mo ago
Q. Explain encapsulation with real-life examples.
Ans. 

Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

  • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

  • It allows for better control over the data by preventing direct access from outside the class.

  • Example: A car object encapsulates its properties like speed, fuel level, and methods like start, stop, accelerate.

  • ...

View all Junior Software Developer interview questions
A Junior Software Developer was asked 12mo ago
Q. Given an integer x, return true if x is a palindrome, and false otherwise.
Ans. 

Check if a number is a palindrome or not

  • Convert the number to a string

  • Reverse the string and compare with the original string

  • If they are the same, the number is a palindrome

View all Junior Software Developer interview questions
A Junior Software Developer was asked 12mo ago
Q. What is the difference between a list and a tuple in Python?
Ans. 

Lists are mutable, ordered collections of items, while tuples are immutable, ordered collections of items.

  • Lists are denoted by square brackets [], while tuples are denoted by parentheses ().

  • Lists can be modified after creation, while tuples cannot be modified.

  • Lists are typically used for collections of similar items that may need to be changed, while tuples are used for fixed collections of items.

  • Example: list_exa...

View all Junior Software Developer interview questions
A Junior Software Developer was asked 12mo ago
Q. Explain break, pass, continue
Ans. 

break, pass, and continue are control flow statements used in programming to alter the flow of execution.

  • break: used to exit a loop or switch statement

  • pass: not a keyword in most programming languages, but can be used as a placeholder for future code

  • continue: used to skip the rest of the current iteration in a loop and start the next iteration

View all Junior Software Developer interview questions
A Junior Software Developer was asked 12mo ago
Q. List and its methods/functions
Ans. 

List is a data structure in Python that stores a collection of items in a specific order.

  • Common methods/functions for lists in Python include append(), remove(), sort(), and index().

  • Lists can contain different data types, such as strings, integers, and even other lists.

  • Lists are mutable, meaning you can change the elements within a list after it has been created.

View all Junior Software Developer interview questions

Xogene Interview Experiences

8 interviews found

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

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

Round 1 - Coding Test 

Coding Test on Mettl Software, General English questions,Questions based on computer fundamentals.

Round 2 - Technical 

(6 Questions)

  • Q1. Encapsulation with real life examples
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Example: A car object encapsulates its properties like speed, fuel level, and methods like start, stop, accelerate.

    • Examp...

  • Answered by AI
  • Q2. List and its methods/functions
  • Ans. 

    List is a data structure in Python that stores a collection of items in a specific order.

    • Common methods/functions for lists in Python include append(), remove(), sort(), and index().

    • Lists can contain different data types, such as strings, integers, and even other lists.

    • Lists are mutable, meaning you can change the elements within a list after it has been created.

  • Answered by AI
  • Q3. Explain break, pass, continue
  • Ans. 

    break, pass, and continue are control flow statements used in programming to alter the flow of execution.

    • break: used to exit a loop or switch statement

    • pass: not a keyword in most programming languages, but can be used as a placeholder for future code

    • continue: used to skip the rest of the current iteration in a loop and start the next iteration

  • Answered by AI
  • Q4. Coding round - palindrome number
  • Ans. 

    Check if a number is a palindrome or not

    • Convert the number to a string

    • Reverse the string and compare with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q5. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the unique strings

  • Answered by AI
  • Q6. Python Data structures(difference between list and tuple)
  • Ans. 

    Lists are mutable, ordered collections of items, while tuples are immutable, ordered collections of items.

    • Lists are denoted by square brackets [], while tuples are denoted by parentheses ().

    • Lists can be modified after creation, while tuples cannot be modified.

    • Lists are typically used for collections of similar items that may need to be changed, while tuples are used for fixed collections of items.

    • Example: list_example ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself.
  • Ans. 

    I am a passionate frontend developer with experience in HTML, CSS, and JavaScript.

    • I have a Bachelor's degree in Computer Science.

    • I have completed multiple projects using React and Angular.

    • I am proficient in responsive web design and cross-browser compatibility.

    • I enjoy learning new technologies and staying updated with industry trends.

  • Answered by AI
  • Q2. Do you know React?
  • Ans. 

    Yes, I am familiar with React and have experience using it in various projects.

    • I have worked on multiple projects using React to build interactive user interfaces.

    • I am proficient in using React components, state management, and lifecycle methods.

    • I have experience integrating React with other libraries and frameworks, such as Redux and React Router.

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 4 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 - Aptitude Test 

First Round was Resume Shortlist + Video self Introduction. Questions from Quantitative, Clinical Research, Pharmacovigilance and Verbal Ability were asked in Aptitude only 30 mins test

Round 3 - HR 

(1 Question)

  • Q1. Interview was taken by 3 CTT Managers asked questions related to resume, career aspirations, goals, weakness and strenghts
Round 4 - HR 

(1 Question)

  • Q1. Interview was taken by Vice President and a CTT Manager = asked about career aspirations, goals and future

Interview Preparation Tips

Interview preparation tips for other job seekers - Very slow recruitment process. It took around 6 weeks. The opportunity was from campus placement but they combined with another college students too. For a 15 min interview they took 1 week to schedule.

Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
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 - 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 - Aptitude Test 

Aptitude assessment test one hour

Round 3 - Technical 

(2 Questions)

  • Q1. What is clinical trail
  • Q2. What is clinical trial.gov

Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Moderate difficulty of the aptitude test

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 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 

English and Maths Questions

Round 3 - Technical 

(3 Questions)

  • Q1. Will you relocate?
  • Q2. How will you manage a big project?
  • Q3. How will you handle angry client?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General background check and some technical questions
Round 2 - Technical 

(4 Questions)

  • Q1. Questions related to previous work experience and how can one contribute to the current organisation using the skills and knowledge.
  • Q2. What was your previous job role?
  • Ans. 

    In my previous role, I was a project manager overseeing cross-functional teams to deliver innovative solutions on time and within budget.

    • Led a team of 10 in developing a new software application, resulting in a 30% increase in efficiency.

    • Managed project timelines and budgets, ensuring all deliverables were met without exceeding costs.

    • Facilitated communication between stakeholders, enhancing collaboration and project tr...

  • Answered by AI
  • Q3. What were the challenges and how did you manage them?
  • Q4. How can you contribute to the current organisation using the skills and knowledge?

Interview Preparation Tips

Topics to prepare for Xogene Senior Specialist 2 interview:
  • Clinical Trials
  • Trial Transperancy
  • Registry websites
  • Regulatory Compliance
  • Drug Regulatory Affairs
Interview preparation tips for other job seekers - Be confident and honest in the interviews. Do not hide any piece of information if you experience anything challenging about the notice period. Be transparent and everything else will take care of itself.

Interview Questionnaire 

1 Question

  • Q1. I was asked questions on Python modules that I had worked on from E2E. Had to go through a written test which included questions on - printing an input string in Camel Case, reversing a string, web scrapin...

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Xogene ?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About yourself and technology you know

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every situation and ready to face the situation

Xogene Interview FAQs

How many rounds are there in Xogene interview?
Xogene interview process usually has 2-3 rounds. The most common rounds in the Xogene interview process are Aptitude Test, Technical and HR.
How to prepare for Xogene 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 Xogene . The most common topics and skills that interviewers at Xogene expect are HTML, Javascript, Python, Agile and Time Management.
What are the top questions asked in Xogene interview?

Some of the top questions asked at the Xogene interview -

  1. Python Data structures(difference between list and tup...read more
  2. Encapsulation with real life examp...read more
  3. Coding round - palindrome num...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.3/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
EXL Service Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 792 Interviews
Publicis Sapient Interview Questions
3.5
 • 643 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
UST Interview Questions
3.8
 • 542 Interviews
View all

Xogene Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.8

Salary

4.0

Job security

3.3

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 7 Reviews and Ratings
Back End Developer

Kolkata,

Mumbai

+5

1-3 Yrs

Not Disclosed

Explore more jobs
Software Developer
4 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

HR Manager
4 salaries
unlock blur

₹10.3 L/yr - ₹20 L/yr

Medical Writer
4 salaries
unlock blur

₹4.8 L/yr - ₹7.3 L/yr

Senior Software Test Engineer
4 salaries
unlock blur

₹8 L/yr - ₹18.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹7.4 L/yr - ₹20 L/yr

Explore more salaries
Compare Xogene with

Cognizant

3.7
Compare

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview