Upload Button Icon Add office photos

Filter interviews by

i2Soft Technologies Interview Questions, Process, and Tips

Updated 6 Mar 2024

Top i2Soft Technologies Interview Questions and Answers

i2Soft Technologies Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Reverse string program..
Array related questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept.. Collection framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Its gud for learning purpose

Automobile Technician Interview Questions asked at other Companies

Q1. What is engine& how many type of engine are used in automobile
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Decorator have you used any
  • Ans. 

    A decorator is a design pattern in Python that allows a user to add new functionality to an existing object or function.

    • Decorators are denoted by the @ symbol followed by the name of the decorator function.

    • They are used to modify the behavior of functions or classes without directly changing their source code.

    • Decorators can be used for logging, timing, authentication, caching, and more.

    • They can be applied to functions,...

  • Answered by AI
  • Q2. What is django fixtures
  • Ans. 

    Django fixtures are files that contain pre-defined data to be loaded into a Django database.

    • Fixtures are used to populate the database with initial data.

    • They are written in JSON, XML, or YAML format.

    • Fixtures can be used for testing, seeding data, or providing default data.

    • They can be loaded using the 'loaddata' management command.

    • Example: [{'model': 'myapp.myModel', 'fields': {'name': 'John', 'age': 25}}]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts, some knowledge of deployment

Skills evaluated in this interview

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2021

I applied via Other and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is sdlc
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and maintain software.

    • SDLC is a framework that outlines the steps involved in software development.

    • It includes planning, designing, coding, testing, and maintenance.

    • Each phase of SDLC has its own set of deliverables and objectives.

    • SDLC helps ensure that software is developed efficiently, on time, and within budget.

    • Examples of SDLC model

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

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is used to manage large amounts of data efficiently.

    • It provides a way to store, retrieve and manipulate data in a structured way.

    • Examples of DBMS include MySQL, Oracle, and Microsoft SQL Server.

    • DBMS allows multiple users to access the same data simultaneously.

    • It provides...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy and they asked some sql and dbms questions

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Problems on dsa, SQL and development

Round 2 - Technical 

(2 Questions)

  • Q1. What's Lock keyword
  • Ans. 

    Lock keyword is used in C# to synchronize access to a shared resource by allowing only one thread to enter a critical section at a time.

    • Used to prevent multiple threads from accessing a shared resource simultaneously

    • Helps in avoiding race conditions and maintaining data integrity

    • Can be used with Monitor class or lock statement

  • Answered by AI
  • Q2. What's Yield keywords
  • Ans. 

    Yield keyword is used in C# to return a sequence of values one at a time.

    • Yield keyword is used in iterator methods to return each element one by one.

    • It allows the method to return multiple values without needing to store them all in memory.

    • Yield return statement is used to return a value from the iterator method.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Difference between inheritance and composition
  • Ans. 

    Inheritance is an 'is-a' relationship where a class inherits properties and behaviors from another class. Composition is a 'has-a' relationship where a class contains an instance of another class.

    • Inheritance involves creating a new class by using existing class's properties and behaviors.

    • Composition involves creating a class that contains an instance of another class.

    • Inheritance promotes code reusability and is used fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I did not understand why after almost answering every question I got a feedback that manager didn't think I was right candidate for the position.

Skills evaluated in this interview

i2Soft Technologies Interview FAQs

How many rounds are there in i2Soft Technologies interview?
i2Soft Technologies interview process usually has 1-2 rounds. The most common rounds in the i2Soft Technologies interview process are Technical and Coding Test.
How to prepare for i2Soft Technologies 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 i2Soft Technologies. The most common topics and skills that interviewers at i2Soft Technologies expect are Brand Awareness, C, Content Management, Design and Development.
What are the top questions asked in i2Soft Technologies interview?

Some of the top questions asked at the i2Soft Technologies interview -

  1. What is Decorator have you used ...read more
  2. what is django fixtu...read more
  3. What is d...read more

Tell us how to improve this page.

i2Soft Technologies Reviews and Ratings

based on 17 reviews

4.9/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.8

Salary

4.9

Job security

4.9

Company culture

4.8

Promotions

4.9

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Software Developer
7 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Automation Test Engineer
7 salaries
unlock blur

₹5 L/yr - ₹11.4 L/yr

Java Developer
5 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare i2Soft Technologies with

Plada Infotech Services

3.5
Compare

Affiliated Computer Services

3.6
Compare

Smart Call Center Solutions

3.3
Compare

Samsung Semiconductor

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