Upload Button Icon Add office photos

IG Infotech India

Compare button icon Compare button icon Compare

Filter interviews by

IG Infotech India Qa Developer Interview Questions and Answers

Updated 11 Oct 2024

IG Infotech India Qa Developer Interview Experiences

1 interview found

Qa Developer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

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

(3 Questions)

  • Q1. Print count of repeated char in string
  • Ans. 

    Count the number of times each character is repeated in a given string.

    • Iterate through the string and store the count of each character in a hashmap.

    • Print the count of each character from the hashmap.

  • Answered by AI
  • Q2. Store array in list
  • Ans. 

    To store an array in a list, convert the array to a list data structure.

    • Convert the array to a list using a list constructor or list comprehension.

    • Example: array = ['apple', 'banana', 'cherry'] -> list = list(array)

    • Example: list = [item for item in array]

  • Answered by AI
  • Q3. Read file using apache poi
  • Ans. 

    Apache POI is a Java library for reading and writing Microsoft Office documents.

    • Create a FileInputStream object to read the file

    • Create an XSSFWorkbook object using the FileInputStream

    • Get the desired sheet from the workbook using getSheetAt() or getSheet() method

    • Iterate through rows and cells to read the data

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Moderate difficult with business reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Prior work Ex mostly and a case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Know SAS products and it's implementation use cases in detail with statistical knowledge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

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

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What languages do you know? Asked about the project I did and various clarification questions on that.
  • Q2. What are various assumption you made while implementing this project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(2 Questions)

  • Q1. About my self and experience
  • Q2. About my hobbies
Round 3 - Technical 

(2 Questions)

  • Q1. Document verify
  • Q2. Tel about my favorite topic
  • Ans. 

    My favorite topic is artificial intelligence and its impact on society.

    • AI has revolutionized various industries such as healthcare, finance, and transportation

    • Ethical considerations surrounding AI development and deployment are crucial

    • AI has the potential to both improve and disrupt society in significant ways

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - manager round 0ne to one and telling about my experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Previous year experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Type of value added to the company
  • Ans. 

    I add value to the company by leveraging my skills and experience to drive growth, improve efficiency, and enhance overall performance.

    • Implementing cost-saving initiatives

    • Developing innovative solutions to challenges

    • Improving processes and workflows

    • Increasing revenue through strategic partnerships

    • Enhancing customer satisfaction and retention

  • Answered by AI

Associate Interview Questions & Answers

VDart user image Nitharsana Natarajan

posted on 21 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell about my self and experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Telling about myself and my experience with my manager
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. 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 - Technical 

(1 Question)

  • Q1. Java basics , spring boot
Round 3 - Technical 

(1 Question)

  • Q1. Coding question on array list
Round 4 - HR 

(1 Question)

  • Q1. How much salary do you expect

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not difficult interview. You can crack it if you have basic understanding of java , spring , collections

IG Infotech India Interview FAQs

How many rounds are there in IG Infotech India Qa Developer interview?
IG Infotech India interview process usually has 1 rounds. The most common rounds in the IG Infotech India interview process are Technical.
How to prepare for IG Infotech India Qa Developer 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 IG Infotech India. The most common topics and skills that interviewers at IG Infotech India expect are QA, Scrum, Agile, Analytical and Automation Testing.
What are the top questions asked in IG Infotech India Qa Developer interview?

Some of the top questions asked at the IG Infotech India Qa Developer interview -

  1. Print count of repeated char in str...read more
  2. Read file using apache ...read more
  3. store array in l...read more

Tell us how to improve this page.

IG Infotech India Qa Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
Ciklum Interview Questions
3.5
 • 19 Interviews
View all
IG Infotech India Qa Developer Salary
based on 18 salaries
₹11.5 L/yr - ₹22.1 L/yr
33% more than the average Qa Developer Salary in India
View more details

IG Infotech India Qa Developer Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

3.1

Skill development

3.8

Work-life balance

4.4

Salary

2.2

Job security

3.7

Company culture

2.5

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
Developer
29 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Software Developer
25 salaries
unlock blur

₹12 L/yr - ₹27.2 L/yr

Java Developer
22 salaries
unlock blur

₹9 L/yr - ₹27.8 L/yr

Senior Developer
19 salaries
unlock blur

₹21 L/yr - ₹33 L/yr

Qa Developer
18 salaries
unlock blur

₹11.5 L/yr - ₹22.1 L/yr

Explore more salaries
Compare IG Infotech India with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

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