Upload Button Icon Add office photos

Filter interviews by

Intelgic Interview Questions and Answers

Updated 7 Sep 2024

Intelgic Interview Experiences

Popular Designations

3 interviews found

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ARC, and its role in memory management
  • Ans. 

    ARC stands for Automatic Reference Counting, a memory management system used in iOS development.

    • ARC automatically tracks and manages the memory used by objects in an iOS application.

    • It adds and removes references to objects based on their usage, ensuring memory is properly managed.

    • ARC helps prevent memory leaks and retains cycles by automatically releasing objects when they are no longer needed.

  • Answered by AI
  • Q2. What is optional
  • Ans. 

    Optional is a type in Swift that represents a value that may or may not exist.

    • Optional is used to handle situations where a value may be missing or not yet available.

    • Optional variables can either have a value or be nil.

    • Optional unwrapping is used to safely access the value of an optional variable.

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

(2 Questions)

  • Q1. Mention two most difficult features according to you, that you've implemented in your project
  • Ans. 

    Implementing real-time chat feature and integrating complex third-party APIs were the most difficult features in my project.

    • Implementing real-time chat feature required handling multiple concurrent connections and ensuring message delivery in the correct order.

    • Integrating complex third-party APIs involved understanding their documentation thoroughly, handling authentication, and troubleshooting compatibility issues.

  • Answered by AI
  • Q2. Related question on the above-mentioned feature

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic and core concept of Swift programming knowledge is required

Skills evaluated in this interview

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked basic questions on Python -
what is a tuple, set?
how to sort a list?
Have you worked with pandas, what is a data frame?

Round 2 - Technical 

(1 Question)

  • Q1. Asked - how to add elements to a list? what is JSON? how to remove duplicate values from a list? write a code to print prime numbers from 1 to 100.
  • Ans. 

    Adding elements to a list, understanding JSON, removing duplicates, and printing prime numbers in Python.

    • To add elements to a list in Python, you can use the append() method or the extend() method.

    • JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate.

    • To remove duplicate values from a list, you can convert the lis...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Some basic HR questions - tell me about yourself. tell me the reason for pursuing this career. why are you the best fit for this role?

Skills evaluated in this interview

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
Round 1 - Technical 

(1 Question)

  • Q1. Swift basics,Gcd,Closures,threading,core data
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and joining formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have detailed knowledge about the language you have worked upon

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 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 - HR 

(2 Questions)

  • Q1. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is design for you?
  • Ans. 

    Design is the process of creating solutions that are visually appealing, functional, and user-friendly.

    • Design involves problem-solving and creativity

    • It focuses on creating visually appealing and aesthetically pleasing solutions

    • Design considers user experience and functionality

    • Examples include graphic design, product design, and web design

  • Answered by AI
  • Q2. What do you expect to learn from this role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Its about having the urge to learn and being real to your current knowledge.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 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 - Assignment 

Todo application javascript todo app creation needs to submit

Round 3 - HR 

(1 Question)

  • Q1. Expected salary, family, future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a quick learner
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I was interviewed in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

Intelgic Interview FAQs

How many rounds are there in Intelgic interview?
Intelgic interview process usually has 2-3 rounds. The most common rounds in the Intelgic interview process are Technical, HR and Coding Test.
What are the top questions asked in Intelgic interview?

Some of the top questions asked at the Intelgic interview -

  1. Asked - how to add elements to a list? what is JSON? how to remove duplicate v...read more
  2. What is ARC, and its role in memory managem...read more
  3. What is optio...read more

Tell us how to improve this page.

Intelgic Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 151 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 97 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
CapitalOne Interview Questions
3.7
 • 78 Interviews
3 Minds Digital Interview Questions
4.4
 • 65 Interviews
View all

Intelgic Reviews and Ratings

based on 42 reviews

4.1/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.0

Salary

3.8

Job security

4.1

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 42 Reviews and Ratings
Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Python Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Artificial Intelligence Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Intelgic with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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