Upload Button Icon Add office photos

IISGL

Compare button icon Compare button icon Compare
2.1

based on 7 Reviews

Filter interviews by

IISGL Interview Questions and Answers

Updated 9 May 2024

IISGL Interview Experiences

Popular Designations

2 interviews found

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

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

Round 1 - Group Discussion 

It was a group discussion on the Terms and Conditions of the Company and it's policies.

Round 2 - Technical 

(2 Questions)

  • Q1. Develop an Api to fetch data.
  • Ans. 

    Develop an API to fetch data from a server.

    • Define the endpoints for the API

    • Implement the necessary HTTP methods (GET, POST, PUT, DELETE)

    • Handle authentication and authorization

    • Return data in a standardized format (JSON, XML)

    • Implement error handling and status codes

  • Answered by AI
  • Q2. Questions the MVC/WEB API Structure.
Round 3 - HR 

(1 Question)

  • Q1. Work Timing and Work Culture

Interview Preparation Tips

Topics to prepare for IISGL Associate Software Engineer interview:
  • HTML
  • CSS
  • C#
  • SQL
Interview preparation tips for other job seekers - Interview Process is average,
They won't care about your skills and talent , they only care about your commitment to 3 years bond.

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

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

Interview Questionnaire 

1 Question

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Joyous environment n free

Senior Solution Consultant Interview Questions asked at other Companies

Q1. Share experience in terms of providing solution to the client
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 was interviewed in Dec 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. What are MMC and LMC, Explain With Example?
  • Ans. 

    MMC stands for Maximum Material Condition and LMC stands for Least Material Condition. They are used in Geometric Dimensioning and Tolerancing (GD&T) to specify the maximum and minimum limits of a part's dimensions.

    • MMC is the condition where a part contains the maximum amount of material within the specified limits.

    • LMC is the condition where a part contains the least amount of material within the specified limits.

    • F...

  • Answered by AI
  • Q2. What is Layout Inspection ?
  • Ans. 

    Layout inspection is a quality control process to verify dimensions, tolerances, and alignment of components or products.

    • Ensures components or products are manufactured according to design specifications

    • Involves measuring dimensions, angles, and alignments using tools like calipers, micrometers, and CMM machines

    • Helps identify any deviations from the design that may affect product functionality or performance

  • Answered by AI
  • Q3. What is GD&T. What are the Symbols of GD&T.
  • Ans. 

    GD&T stands for Geometric Dimensioning and Tolerancing. It is a system for defining and communicating engineering tolerances.

    • GD&T is used to specify the allowable variations in form, size, and orientation of part features.

    • Some common symbols used in GD&T include: Ø for diameter, ⌀ for circular runout, ⊥ for perpendicularity, and ∠ for angularity.

    • GD&T helps ensure that parts fit together properly and fun...

  • Answered by AI
  • Q4. How do you select the instrument before Dimensional inspection of any Component ?
  • Ans. 

    Selecting the right instrument for dimensional inspection involves considering the accuracy, precision, and type of measurement needed.

    • Identify the specific dimensions and tolerances that need to be measured

    • Consider the accuracy and precision required for the inspection

    • Choose the appropriate instrument based on the type of measurement (e.g. calipers for linear measurements, micrometers for precise measurements)

    • Ensure t...

  • Answered by AI
  • Q5. What is GD&T and what are the Symbols use in GD&T.
  • Ans. 

    GD&T stands for Geometric Dimensioning and Tolerancing. It is a system for defining and communicating engineering tolerances.

    • GD&T is used to specify the allowable variations in form, size, and orientation of part features.

    • Symbols used in GD&T include: concentricity, position, profile, runout, perpendicularity, parallelism, etc.

    • GD&T helps ensure parts are manufactured to the correct dimensions and tolera

  • Answered by AI
  • Q6. How do you select the instrument before Dimensional inspection of any Component.
  • Ans. 

    Selecting the right instrument for dimensional inspection involves considering accuracy, precision, type of measurement, and calibration.

    • Understand the specific requirements of the component being inspected

    • Consider the accuracy and precision needed for the measurements

    • Choose the appropriate type of instrument (e.g. calipers, micrometers, CMM)

    • Ensure the instrument is properly calibrated before use

    • Verify the instrument's...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General discussion
Round 2 - Demo 

(1 Question)

  • Q1. Demo in our specialist subject
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion about ourselves.
  • Q2. About work experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Easy Level DS Questions - 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud Services related questions
  • Q2. ETL Based question
Round 3 - Coding Test 

A comprehensive coding test which included job role simulation.

Round 4 - Coding Test 

Advanced Cloud Services questions

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Senior Software Developer with 8 years of experience in full-stack development, specializing in Java and Angular.

    • 8 years of experience in full-stack development

    • Specialize in Java and Angular

    • Strong problem-solving skills

    • Experience working in agile environments

  • Answered by AI
  • Q2. Why did you leave your last organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between wifi AC and Ax
  • Ans. 

    Wifi AC is the 5th generation of wifi technology, while Wifi Ax is the 6th generation with improved speed and efficiency.

    • Wifi AC operates on the 5 GHz band, while Wifi Ax operates on both 2.4 GHz and 5 GHz bands.

    • Wifi Ax supports MU-MIMO (Multi-User, Multiple Input, Multiple Output) technology for better performance in crowded networks.

    • Wifi Ax offers higher data rates and improved efficiency compared to Wifi AC.

    • Wifi Ax ...

  • Answered by AI
  • Q2. What is called as DTIM?
  • Ans. 

    DTIM stands for Delivery Traffic Indication Message, used in Wi-Fi networks to inform clients about the presence of buffered broadcast and multicast frames.

    • DTIM is a parameter in the Wi-Fi beacon frame that indicates to clients how often they should wake up to receive broadcast and multicast traffic.

    • It helps in saving battery life for devices by allowing them to sleep for longer periods of time.

    • Clients can set their po...

  • 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 Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. What do you mean by SEO?
  • Ans. 

    SEO stands for Search Engine Optimization, which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results.

    • SEO involves optimizing your website to improve its visibility on search engines like Google.

    • It includes keyword research, on-page optimization, link building, and content creation.

    • The goal of SEO is to drive more organic traffic to your website and imp...

  • Answered by AI
  • Q2. What do you mean by Domain and hosting.
  • Ans. 

    Domain is the address of a website, hosting is the service that stores the website's files and makes it accessible online.

    • Domain is the unique address of a website on the internet, like www.example.com

    • Hosting is the service that stores the website's files and data on a server, making it accessible online

    • Domain registration is the process of purchasing and owning a domain name

    • Web hosting providers offer different types ...

  • Answered by AI
  • Q3. Tell me something about your self?
  • Q4. What are the main SEO tools?
  • Ans. 

    Some main SEO tools include Google Analytics, SEMrush, Ahrefs, Moz, and Screaming Frog.

    • Google Analytics for tracking website traffic and user behavior

    • SEMrush for keyword research and competitive analysis

    • Ahrefs for backlink analysis and site auditing

    • Moz for SEO insights and rank tracking

    • Screaming Frog for website crawling and technical SEO analysis

  • Answered by AI
  • Q5. What is Google Adwords?
  • Ans. 

    Google Adwords is an online advertising platform developed by Google, where advertisers pay to display brief advertisements, service offerings, product listings, video content, and generate mobile application installs within the Google ad network to web users.

    • Online advertising platform by Google

    • Advertisers pay to display ads

    • Can display various types of ads like text, display, video, etc.

    • Helps in reaching target audien

  • Answered by AI
  • Q6. What is Organic search?
  • Ans. 

    Organic search refers to the unpaid search results generated by search engines based on relevance to the user's query.

    • Organic search results are not influenced by paid advertising.

    • Websites can improve their organic search rankings through search engine optimization (SEO) techniques.

    • Examples of organic search results include links to websites, blogs, and articles that are deemed relevant to the user's search query.

  • Answered by AI
  • Q7. What do you mean by keywords?
  • Ans. 

    Keywords are specific words or phrases that describe the content of a webpage and are used in SEO to help search engines understand the topic of the page.

    • Keywords are used to optimize a website's content for search engines.

    • They help search engines match a webpage to relevant search queries.

    • Examples of keywords include 'SEO tips', 'best digital marketing agency', 'how to increase website traffic'.

  • Answered by AI
  • Q8. What is keywords analysis?
  • Ans. 

    Keywords analysis is the process of researching and identifying the most relevant keywords for a website to improve its search engine rankings.

    • Keywords analysis involves identifying popular search terms related to a website's content.

    • It helps in understanding what keywords users are searching for and how competitive those keywords are.

    • Tools like Google Keyword Planner can be used for keywords analysis.

    • The goal is to se...

  • Answered by AI

Skills evaluated in this interview

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

2 coding questions were given , Running atleast one question with all test cases passing is mandatory.

Round 2 - Technical 

(2 Questions)

  • Q1. Bit manipulation question(asked to write atleast pseudo code)
  • Q2. Array based question(asked to write atleast pseudo code)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for software engineer roles , dont neglect your DSA preparation.

Associate internal Auditor Interview Questions & Answers

Aneja Associates user image Anonymous

posted on 29 Sep 2024

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

(2 Questions)

  • Q1. Major Audit observation
  • Q2. Procurement audit checklist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for major Audit observations, Audit checklist of P2P, O2C, Plant operation, HR. Learn SAP tcodes

IISGL Interview FAQs

How many rounds are there in IISGL interview?
IISGL interview process usually has 3 rounds. The most common rounds in the IISGL interview process are Group Discussion, Technical and HR.
How to prepare for IISGL 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 IISGL. The most common topics and skills that interviewers at IISGL expect are C, MCA, Web Technologies, .Net and Automation Testing.
What are the top questions asked in IISGL interview?

Some of the top questions asked at the IISGL interview -

  1. Develop an Api to fetch da...read more
  2. Questions the MVC/WEB API Structu...read more

Tell us how to improve this page.

IISGL Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
InsanelyGood Interview Questions
4.0
 • 19 Interviews
KLA-Tencor Interview Questions
4.0
 • 18 Interviews
ElectrifAi Interview Questions
2.5
 • 17 Interviews
View all

IISGL Reviews and Ratings

based on 7 reviews

2.1/5

Rating in categories

2.4

Skill development

1.4

Work-life balance

2.1

Salary

3.3

Job security

1.5

Company culture

1.3

Promotions

1.3

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹6.8 L/yr

Software Developer
4 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Sales Coordinator
4 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Procurement and Project Manager
3 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Explore more salaries
Compare IISGL with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

Magneti Marelli Motherson Auto System

3.8
Compare

Recipharm Pharmaservices

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