Upload Button Icon Add office photos

Filter interviews by

Indigen Technologies Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Indigen Technologies Interview Questions and Answers

Indigen Technologies Interview Experiences

Popular Designations

6 interviews found

Software Developer Interview Questions & Answers

user image garima manral

posted on 9 Jan 2025

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

(1 Question)

  • Q1. What is binary sort
  • Ans. 

    Binary sort is a sorting algorithm that divides the array into two halves and repeatedly narrows down the search range until the desired element is found.

    • Binary sort is also known as binary search or half-interval search.

    • It is more efficient than linear search for large arrays.

    • Example: Searching for a specific number in a sorted array by repeatedly dividing the array in half.

  • Answered by AI

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 (40)

Senior Associate - Scientific Writing Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - MCQ and subjective questions 

(2 Questions)

  • Q1. Essay on a given topic
  • Q2. Summary writing
Round 2 - Technical 

(2 Questions)

  • Q1. What are the different phases of clinical trial?
  • Q2. What is a double blind study?
Round 3 - HR 

(2 Questions)

  • Q1. Give a brief Introduction about you.
  • Q2. What are your salary expectations?
  • Ans. 

    I am looking for a competitive salary that reflects my experience and skills in scientific writing.

    • Research industry standards for Senior Associate - Scientific Writing salaries

    • Consider your level of experience and expertise in the field

    • Be prepared to negotiate based on benefits and other compensation packages

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Indigen Technologies Senior Associate - Scientific Writing interview:
  • Pharmacovigilance
  • Regulatory Affairs
  • Clinical Trials
  • Scientific Writing
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 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 - Group Discussion 

The topic given to us was about Neobanks in India. Neobanks are new age banks which don’t have any physical locations means entirely online. We have to discuss about its pros and cons with respect of 5G in India.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Some questions from the Job Description.
  • Q2. Some questions from the CV
  • Q3. Situation Based Questions
Round 4 - HR 

(3 Questions)

  • Q1. Situation based question about decisions?
  • Q2. Psychometric and English test.
  • Q3. About yourself and some basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice job seekers to focus on the basics. Any questions that will be asked in any kind of interview only requires a good understanding of basics and your way of representing it, so that interviewer understands it easily.

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Assignment 

Questions about ICSR, MedDRA version

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer with confidence

Drug Safety Associate Interview Questions asked at other Companies

Q1. What is clinical trials and phases of clinical trials?
View answer (3)

Indigen Technologies interview questions for popular designations

 Drug Safety Associate

 (2)

 Automation Test Engineer

 (1)

 Financial Analyst

 (1)

 Software Developer

 (1)

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

I applied via LinkedIn and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is ADR, pharmacovigilance, SAE

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication, medical knowledge

Skills evaluated in this interview

Drug Safety Associate Interview Questions asked at other Companies

Q1. What is clinical trials and phases of clinical trials?
View answer (3)

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic coding interview questions on java to test our knowledge.
  • Q2.  Selenium waits and different locators and exception handling with alert and frame concepts with TestNG too
  • Ans. 

    The question is about Selenium waits, locators, exception handling, alerts, frames, and TestNG.

    • Selenium waits are used to synchronize the test script with the application under test

    • Locators are used to identify web elements on a web page

    • Exception handling is used to handle errors and exceptions that occur during test execution

    • Alerts are used to handle pop-up windows that appear during test execution

    • Frames are used to h...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All I want to say is be good at the knowledge you are having...

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
Round 2 - Group Discussion 

I am to good for any type of work doing

Round 3 - Technical 

(2 Questions)

  • Q1. How do you perform keyword research?
  • Q2. What are ITSM and its processes?
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked on a project with tight deadlines? How did you manage?
  • Q2. Describe a time when you faced a challenging situation. How did you handle it?
Round 5 - Coding Test 

Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.

javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]

Round 6 - Case Study 

Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.

Round 7 - Assignment 

A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.

Round 8 - Aptitude Test 

Data Interpretation
Study the following data and answer the question:

Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?

Options:
A) 20%
B) 25%
C) 22%
D) 27%

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a Strong Resume and Portfolio
Tailor your resume: Customize your resume for each job by highlighting relevant skills and experiences.
Showcase achievements: Quantify your accomplishments (e.g., "Increased website traffic by 30%").
Include a portfolio: If you’re in fields like digital marketing or development, create a portfolio showcasing your projects, internships, or certifications.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is channel sales management
  • Ans. 

    Channel sales management involves managing relationships with third-party partners to sell products or services.

    • Involves working with distributors, resellers, and other partners to reach customers

    • Requires setting goals, providing support, and monitoring performance of channel partners

    • Examples include companies like Apple working with authorized retailers to sell iPhones

  • Answered by AI
  • Q2. Who is the distributor and who are our channel partners
  • Ans. 

    Our distributor is XYZ Company and our channel partners include ABC Corp and DEF Inc.

    • Distributor: XYZ Company

    • Channel partners: ABC Corp, DEF Inc

    • Distributor is responsible for distributing our products to various channel partners

    • Channel partners help in reaching our products to end customers

    • Maintaining good relationships with distributor and channel partners is crucial for business success

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

(2 Questions)

  • Q1. How much business can you generate in a year.
  • Ans. 

    It is difficult to predict the exact amount of business that can be generated in a year as it depends on various factors.

    • The amount of business generated in a year can vary based on market conditions, competition, economic factors, and company performance.

    • Factors such as marketing strategies, product quality, customer service, and industry trends can also impact the amount of business generated.

    • For example, a new produ...

  • Answered by AI
  • Q2. I already work 24/7
Round 3 - HR 

(1 Question)

  • Q1. A brief introduction about yourself.
  • Ans. 

    I am a passionate and dedicated individual with a background in marketing and a love for creative writing.

    • Background in marketing

    • Passionate about creative writing

    • Dedicated individual

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive read some interview questions regarding channel sales management work like for the positions of sales executive management trainees sales officer Business Development executive in different companies see all the product details prices how the distribution channels work who are the channel partners how what is channel sales management what is sales and marketing management what is business management where is from the company is what company basically does what is the growth of the company what is the total revenue generation per year of that particular company and how many employees does this company have what is the growth ratio of their employees how much salary is the expectation and what salary does the employees gate in that organisation does this organisation have good and what is the market.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

Indigen Technologies Interview FAQs

How many rounds are there in Indigen Technologies interview?
Indigen Technologies interview process usually has 2 rounds. The most common rounds in the Indigen Technologies interview process are Technical, HR and Group Discussion.
What are the top questions asked in Indigen Technologies interview?

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

  1. What are the different phases of clinical tri...read more
  2. Selenium waits and different locators and exception handling with alert and fr...read more
  3. What is a double blind stu...read more

Tell us how to improve this page.

Indigen Technologies Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 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
 • 793 Interviews
Cyient Interview Questions
3.7
 • 281 Interviews
View all

Indigen Technologies Reviews and Ratings

based on 43 reviews

4.4/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.2

Salary

4.2

Job security

4.3

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 43 Reviews and Ratings
Software Engineer
156 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Softwaretest Engineer
65 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Devops Engineer
52 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Software Developer
46 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Tableau Developer
26 salaries
unlock blur

₹4.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Indigen Technologies 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