Upload Button Icon Add office photos

Filter interviews by

Infanion Developer Interview Questions and Answers

Updated 17 Mar 2021

Infanion Developer Interview Experiences

1 interview found

Developer Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2021

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. They Asked very easy questions only in the Technical Interview.If You know a little things about the technologies.
  • Q2. What is Inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and saves time and effort in programming.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add its own u...

  • Answered by AI
  • Q3. What is Polymerphism.Why you will Use it .?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Allows objects of different classes to be treated as if they were of the same class

    • Enables flexibility and extensibility in code

    • Examples include method overloading and overriding

    • Used to implement inheritance and interfaces

  • Answered by AI
  • Q4. After aswering to the Polymerphims Questions like getter and setter method why we need to use getters and setters.How they Have Providing Security?
  • Q5. After that they went to html,javascript and jquery.??
  • Q6. At the End they given 3-Programs completing one after The other you need to type the code and excute it.need to show them the output?

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever they are asking if you a idea then explain them in a simple way dont be oversmart.Prepare mainly on the technologies what they are looing for and then need to be very very good in Coding and Logical skills.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java related questions mostly

Developer Interview Questions & Answers

UST user image Anonymous

posted on 18 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding round with manager or lead

Round 2 - Group Discussion 

GD on common topics like Gen AI , tell about yourself, speak with team

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

(2 Questions)

  • Q1. Data types and explain them
  • Ans. 

    Data types are classifications that specify which type of value a variable can hold.

    • Primitive data types: int, float, char, boolean

    • Non-primitive data types: arrays, classes, interfaces

    • Derived data types: pointers, arrays, functions

  • Answered by AI
  • Q2. Document understanding
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basics of any programming language required
Round 2 - HR 

(1 Question)

  • Q1. Good communication required
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a python code that will check all data in databricks and email the % error contains in that data. Implement encryption security

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask python question even if you are profeesional in something else
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected 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. Based on your profile
  • Q2. Based on u r profile
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why should u want to join in this company

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Developer interview:
  • Self introdction
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Shri Ramdeo Baba Kamla Nehru Engineering College, Nagpur and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question on aptitude and codes

Round 2 - HR 

(2 Questions)

  • Q1. How was your technical round
  • Ans. 

    My technical round went well. I was able to showcase my skills and knowledge effectively.

    • I confidently answered all technical questions asked by the interviewers

    • I demonstrated my problem-solving abilities through coding challenges

    • I discussed my previous projects and experiences in detail

  • Answered by AI
  • Q2. Are you having passport
  • Ans. 

    Yes, I have a passport.

    • Yes, I have a valid passport.

    • I can provide my passport details if required.

    • Having a passport allows me to travel internationally for work if needed.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ITC Infotech Developer interview:
  • C and c++
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mysql, Java, Springboot
  • Q2. Truncate vs Delete
  • Ans. 

    Truncate is faster but cannot be rolled back, while Delete is slower but can be rolled back.

    • Truncate removes all rows from a table quickly, but cannot be rolled back.

    • Delete removes rows one by one, slower than Truncate, but can be rolled back using a transaction.

    • Truncate resets the identity seed of the table, while Delete does not.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What are props and cons in javascript?
  • Ans. 

    Props and cons are not specific terms in JavaScript. Did you mean pros and cons?

    • Pros: flexibility, easy to learn, wide range of applications

    • Cons: can be slow, can be difficult to debug, can have security vulnerabilities

  • Answered by AI
  • Q2. Nodejs vs Javascript?
  • Ans. 

    Nodejs is a runtime environment for executing JavaScript code outside of a web browser.

    • Nodejs is built on top of the V8 JavaScript engine

    • JavaScript is a programming language used for both front-end and back-end development

    • Nodejs allows for server-side scripting and can be used to build scalable network applications

    • JavaScript is primarily used for client-side scripting in web browsers

  • Answered by AI
  • Q3. Binary Tree?

Interview Preparation Tips

Interview preparation tips for other job seekers - You have good knowledge about javascript and datastricture.

Skills evaluated in this interview

Infanion Interview FAQs

What are the top questions asked in Infanion Developer interview?

Some of the top questions asked at the Infanion Developer interview -

  1. What is Polymerphism.Why you will Use it...read more
  2. What is Inheritan...read more
  3. At the End they given 3-Programs completing one after The other you need to typ...read more

Tell us how to improve this page.

Associate Test Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3.3 L/yr

Assistant Manager- HR
4 salaries
unlock blur

₹3.8 L/yr - ₹4 L/yr

Test Engineer
3 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Infanion with

Cognizant

3.8
Compare

Virtusa Consulting Services

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Hexaware Technologies

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