Upload Button Icon Add office photos

Filter interviews by

Ind Innovations Interview Questions, Process, and Tips

Updated 8 Apr 2024

Top Ind Innovations Interview Questions and Answers

Ind Innovations Interview Experiences

Popular Designations

7 interviews found

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

I applied via Referral and was interviewed before Oct 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Processor, memory, network card
  • Q2. About server hardware
Round 3 - HR 

(1 Question)

  • Q1. Previous work experience
Round 4 - One-on-one 

(1 Question)

  • Q1. What are processor, memory network card
  • Ans. 

    Processor, memory, and network card are essential components of a server.

    • Processor: CPU that executes instructions and processes data

    • Memory: RAM that stores data and instructions for the CPU to access quickly

    • Network card: Hardware that allows the server to connect to a network for communication

    • Examples: Intel Xeon processor, 32GB DDR4 RAM, Gigabit Ethernet network card

  • Answered by AI

Skills evaluated in this interview

Server Support Engineer Interview Questions asked at other Companies

Q1. How we can allow incoming traffic of a particular device to access DVR service between to subnet.
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. WHAT IS sanity testing? What is Smoke testing?
  • Ans. 

    Sanity testing is a narrow and focused testing to quickly determine if a new functionality is working as expected. Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • Sanity testing is a subset of regression testing and focuses on specific areas of the application.

    • It is usually performed after major changes in the code or functionality to quickly verify that the ne...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is SDLC? What is STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC includes test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI

Skills evaluated in this interview

Software Analyst Interview Questions asked at other Companies

Q1. 1. difference between functions and stored procedures 2. What are triggers. 3. where is cross join used 4. question in which I had to use join 5. use and syntax for HAVING 6. Constraints 7. if a column accepts "m" and "f" only, how can you ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Related to my career and leadership quality test
Round 3 - Technical 

(1 Question)

  • Q1. All round the technical queries for their project requirements.
Round 4 - HR 

(1 Question)

  • Q1. Final negotiations for offer.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (2)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Do you know about switch?
  • Ans. 

    A switch is a networking device that connects devices on a local area network (LAN) and uses MAC addresses to forward data to the correct destination.

    • Switch operates at layer 2 of the OSI model

    • It uses MAC addresses to forward data within a network

    • Switches create separate collision domains for each port

    • Common types of switches include unmanaged, managed, and layer 3 switches

  • Answered by AI

Information Technology Support Engineer Interview Questions asked at other Companies

Q1. What are the steps to troubleshoot BSOD? How to install the os and what are check list before installing os in pc? What are network types and describe them? What is cloud? What is the use of s3 bucket?
View answer (2)

Ind Innovations interview questions for popular designations

 Project Coordinator

 (1)

 Project Manager

 (1)

 Information Technology Support Engineer

 (1)

 Server Support Engineer

 (1)

 Software Analyst

 (1)

 Desktop & Network Engineer

 (1)

Interview experience
4
Good
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 - One-on-one 

(1 Question)

  • Q1. How did you coordinate for before project
Round 3 - HR 

(1 Question)

  • Q1. Job location and Salary discussion

Project Coordinator Interview Questions asked at other Companies

Q1. What kind of water proofing application are used on terrace roof slab of the commercial, residential buildings
View answer (7)

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They are asking about switching and routing concepts questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for switching and routing concepts questions

Desktop & Network Engineer Interview Questions asked at other Companies

Q1. What is the first step we will take to open a laptop?
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2021

I appeared for an interview before Jun 2020.

Interview Questionnaire 

2 Questions

  • Q1. Bgp
  • Q2. PAth vector protocol

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn ccna

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Screening 

(3 Questions)

  • Q1. Basic C++ questions: initialiser list and applications
  • Q2. Questions on vector implementation
  • Q3. Question on linux file system
Round 2 - Technical 

(2 Questions)

  • Q1. Design a logger class
  • Ans. 

    A logger class to handle logging messages in an application

    • Create a Logger class with methods like logInfo, logError, logWarning, etc.

    • Use a file or database to store the log messages

    • Include timestamp and severity level in each log message

    • Implement log rotation to manage log file size

  • Answered by AI
  • Q2. What is RAII, rule of 3, 5. What is smart pointers and coding questions based on string
  • Ans. 

    RAII is a resource management technique in C++. Rule of 3/5 refers to special member functions. Smart pointers are objects that manage memory automatically.

    • RAII stands for Resource Acquisition Is Initialization, a C++ programming technique where resource management is tied to object lifetime.

    • Rule of 3 states that if a class defines a custom destructor, copy constructor, or copy assignment operator, it should define all...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java core and spring questions
  • Q2. How would you find an element from a list
  • Ans. 

    Use a loop to iterate through the list and compare each element with the target element

    • Iterate through the list using a loop

    • Compare each element with the target element

    • Return the element if found, otherwise return null

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
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 

(4 Questions)

  • Q1. Basic ios Questions No DS questions
  • Q2. Basic swift quesions
  • Q3. In App Purchase
  • Q4. Hardware Device connectivity

Ind Innovations Interview FAQs

How many rounds are there in Ind Innovations interview?
Ind Innovations interview process usually has 3 rounds. The most common rounds in the Ind Innovations interview process are Resume Shortlist, HR and Technical.
How to prepare for Ind Innovations 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 Ind Innovations. The most common topics and skills that interviewers at Ind Innovations expect are Desktop Support, Application Support, CCNA, CCNP and Cisco Meraki.
What are the top questions asked in Ind Innovations interview?

Some of the top questions asked at the Ind Innovations interview -

  1. What are processor, memory network c...read more
  2. WHAT IS sanity testing? What is Smoke testi...read more
  3. Do you know about swit...read more

Tell us how to improve this page.

Ind Innovations Interview Process

based on 8 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Intellias Interview Questions
4.6
 • 6 Interviews
QNAP Systems Interview Questions
3.1
 • 4 Interviews
View all

Ind Innovations Reviews and Ratings

based on 141 reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 141 Reviews and Ratings
Technical Support Engineer
34 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Network Engineer
30 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Software Analyst
23 salaries
unlock blur

₹2.3 L/yr - ₹2.5 L/yr

Desktop Support Engineer
22 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Linux Administrator
14 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Ind Innovations with

Primus Global Technologies

3.9
Compare

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

DynPro

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