Upload Button Icon Add office photos

Filter interviews by

IndiaNIC Infotech Interview Questions and Answers

Updated 14 Mar 2024

IndiaNIC Infotech Interview Experiences

Popular Designations

3 interviews found

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

(1 Question)

  • Q1. Advanced python
Round 2 - Assignment 

Assignment for a creating attandance management system

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

Test Manager Interview Questions & Answers

user image Anonymous

posted on 3 Mar 2022

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. 1. Summary of your experience 2. Difference between retest and regression 3. Severity vs priority with examples for all 4 types 4. drop vs delete in db 5. Primary, foreign and unique key in db 6. Test plan...
  • Ans. 

    Test Manager interview questions on experience, database concepts, and testing techniques.

    • Experience summary including roles and responsibilities

    • Retest vs Regression testing with examples

    • Severity and Priority explained with examples for all 4 types

    • Difference between drop and delete in database

    • Primary, foreign, and unique keys in database

    • Test plan details including scope, objectives, and test cases

    • Truncate command in da...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be string in basics and what you have mentioned in the resume.

Test Manager Interview Questions asked at other Companies

Q1. 1. Summary of your experience 2. Difference between retest and regression 3. Severity vs priority with examples for all 4 types 4. drop vs delete in db 5. Primary, foreign and unique key in db 6. Test plan details 7. truncate in db 8. BVA a... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. 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 - One-on-one 

(1 Question)

  • Q1. Php related questions
Round 3 - HR 

(1 Question)

  • Q1. Hr policies discussion

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

Interview questions from similar companies

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

I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test contain mix question from computer fundamentals and aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Find the leaf node of the binary tree
  • Ans. 

    A leaf node in a binary tree is a node that does not have any children.

    • Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.

    • Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.

  • Answered by AI
  • Q2. Check if the given linked list contain loop
  • Ans. 

    Check if a linked list contains a loop by using Floyd's cycle detection algorithm.

    • Use two pointers, one moving at twice the speed of the other

    • If there is a loop, the two pointers will eventually meet

    • Example: 1->2->3->4->5->2 (loop at 2)

  • Answered by AI
  • Q3. Find the fist non repeating element in string
  • Ans. 

    Find the first non-repeating element in a string

    • Create a frequency map of characters in the string

    • Iterate through the string and check the frequency of each character

    • Return the first character with frequency 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study oops, dsa, core computer subjects and good knowledge about project

Skills evaluated in this interview

Senior Technical Project Coordinator Interview Interview Questions & Answers

Blenheim Chalcot user image Anonymous

posted on 25 Jul 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant 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 - Technical 

(2 Questions)

  • Q1. Interview with Job Twine
  • Q2. Technical and Project Management questions
Round 3 - Technical 

(1 Question)

  • Q1. Interview with Engineering Manager
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with IT Director/Head of Techology

Interview Preparation Tips

Interview preparation tips for other job seekers - Extremely implosive approach; if they lack experience, your own experience is worthless to them. Stay away from them if you have international experience.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Techincal+Apptitude 

(1 Question)

  • Q1. Mostly technical questions and 2 or 3 aptitudes.
Round 3 - Technical 

(2 Questions)

  • Q1. I was asked to write code for the palindrome number and then explain the code.
  • Q2. The approach for finding the palindrome words within the sentence.
  • Ans. 

    To find palindrome words in a sentence, split the sentence into words and check if each word is equal to its reverse.

    • Split the sentence into words using whitespace as a delimiter

    • Iterate through each word and check if it is equal to its reverse

    • If a word is a palindrome, add it to the list of palindrome words

    • Consider case-insensitivity while checking for palindromes

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic questions like introducing yourself
  • Q2. Are you ready to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - just go with basic knowledge but be practical also not only theoretical .

Skills evaluated in this interview

Global SCRUM Master Interview Questions & Answers

Tata Digital user image Anonymous

posted on 17 Mar 2021

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed before Mar 2020. There were 2 interview rounds.

Round 1 - Assignment 

Assignment to prepare a plan and execution strategy

Round 2 - Group Discussion 

Around agile and concepts

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

I was interviewed in Mar 2022.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Mostly asked java springboot questions
  • Q2. What is interceptor
  • Ans. 

    An interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.

    • Interceptors can be used for logging, authentication, error handling, and modifying requests/responses.

    • In Angular, interceptors can be used to add headers to HTTP requests or handle errors globally.

    • In Spring framework, interceptors can be used for pre-processing and post-processing of requests.

    • Interceptors are...

  • Answered by AI
  • Q3. What are all functional interfaces available in java
  • Ans. 

    Functional interfaces in Java are interfaces with a single abstract method, used for lambda expressions and method references.

    • Functional interfaces can be found in the java.util.function package.

    • Examples of functional interfaces include Consumer, Supplier, Predicate, and Function.

    • Functional interfaces can be identified by the @FunctionalInterface annotation.

  • Answered by AI
  • Q4. Gatway implementation in spring boot
  • Ans. 

    Gateway implementation in Spring Boot allows for routing and filtering of incoming requests to different microservices.

    • Use Spring Cloud Gateway for implementing gateway in Spring Boot

    • Define routes and filters in application.properties or application.yml

    • Example: routes: - id: my_route uri: http://localhost:8080 predicates: - Path=/my_route/**

    • Example: filters: - AddRequestHeader=X-Request-Foo, Bar

  • Answered by AI
  • Q5. Java 8 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well interms of coding

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Test was conducted on basic programming languages that consists of mcqs and coding questions

Round 2 - Group Discussion 

10-12 people are made into grps and are given a topic everyone has to support or oppose that particular topic within given time

Round 3 - Technical 

(1 Question)

  • Q1. Asked to write codes for given programs and also asked some puzzles and keywords and their uses in python like break , pass, continue, and slicing operation etc...
Round 4 - HR 

(5 Questions)

  • Q1. Why should we hire you?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Everything went very well , main thing you require is communication skills. Hr is very friendly and even cracked jokes in middle. He asked about the movie I have seen lately and asked me to explain the sto...

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude and logical questions are very important for written test whereas all the practical knowledge you have along with your communication skills can lead you to success.

Associate Analyst - Content Interview Questions & Answers

Credera user image Anonymous

posted on 9 Oct 2021

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Suppose you are allocated into two projects in one day, and ETA for both is same, how would you complete them at the given deadline?
  • Q2. Rate your language proficiency at the scale of 1 to 5? and give the reason why?
  • Q3. If you could not able to deliver the project at the given time, how would you handle your client?
  • Q4. Why do you want to switch your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a great interview experience at TA Digital, all the interviewers were very nice & supportive. My advice to all the jobseekers out there is "Be confident & honest while answering the questions, when it comes to answering behavioral questions you should try to relate your answers with real life experience it will leave a very positive impact on interviewers and lastly treat the interview as a conversation between two people not as a exam and you will certainly ace it".

IndiaNIC Infotech Interview FAQs

How many rounds are there in IndiaNIC Infotech interview?
IndiaNIC Infotech interview process usually has 2 rounds. The most common rounds in the IndiaNIC Infotech interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for IndiaNIC Infotech 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 IndiaNIC Infotech. The most common topics and skills that interviewers at IndiaNIC Infotech expect are Javascript, Java, C#, .Net and Angular.
What are the top questions asked in IndiaNIC Infotech interview?

Some of the top questions asked at the IndiaNIC Infotech interview -

  1. 1. Summary of your experience 2. Difference between retest and regression 3. Se...read more
  2. Php related questi...read more
  3. Hr policies discuss...read more

Tell us how to improve this page.

IndiaNIC Infotech Interview Process

based on 5 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 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
 • 806 Interviews
MAQ Software Interview Questions
1.9
 • 97 Interviews
View all

IndiaNIC Infotech Reviews and Ratings

based on 88 reviews

3.7/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.4

Salary

3.6

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 88 Reviews and Ratings
Software Engineer
65 salaries
unlock blur

₹2.4 L/yr - ₹10.6 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Software Developer
18 salaries
unlock blur

₹2.8 L/yr - ₹11.8 L/yr

Front end Developer
16 salaries
unlock blur

₹2.1 L/yr - ₹6.5 L/yr

Business Analyst
12 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Explore more salaries
Compare IndiaNIC Infotech 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