Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by 3i Infotech Team. If you also belong to the team, you can get access from here

3i Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

3i Infotech Software Engineer Interview Questions and Answers

Updated 6 Jul 2024

3i Infotech Software Engineer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. Oops concepts,interface and abstract class

I appeared for an interview in Oct 2020.

Interview Questionnaire 

1 Question

  • Q1. OOP features and my understanding about them, Java, Spring and Hibernate. Analysis of problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Candidate,
as much as you are required to know the concepts, it is as important to know how why and where these concepts are built for.
You are required to know the process ideology involved in designing applications and the data structures, alogrithms and design patterns.

please go through what you know as if you are enthusiastic in working on your technology rather than just finding the job.

follow the excellence and success will follow you.

Thanks

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about 3i Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Different between spring and springboot.
  • Q2. What is CORS in microservices
  • Ans. 

    CORS (Cross-Origin Resource Sharing) is a security feature that allows or restricts access to resources from different domains.

    • CORS is used to prevent unauthorized access to resources from different domains

    • It is implemented by adding specific headers to HTTP responses

    • CORS can be configured to allow or restrict access based on the origin domain

    • Examples of CORS headers include Access-Control-Allow-Origin and Access-Contr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in springboot, microservices, java8

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you updating day by day yourself in technology ?
  • Ans. 

    Yes, I actively engage with new technologies daily through various resources and practices to stay updated in the software engineering field.

    • I read tech blogs and articles daily, such as Medium and Dev.to, to learn about the latest trends.

    • I follow influential tech leaders on Twitter and LinkedIn to gain insights into emerging technologies.

    • I participate in online courses on platforms like Coursera and Udemy to enhance m...

  • Answered by AI
  • Q2. Yes, means you will definitely placed in technosoft.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical discussion based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic c and ds is enough to crack the interview

3i Infotech HR Interview Questions

32 questions and answers

Q. What are your roles and responsibilities? Please explain them briefly.
Q. How many years of experience do you have?
Q. What are your qualifications?

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.
Are these interview questions helpful?

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS

I applied via Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative ability and logical ability

Round 2 - Technical 

(2 Questions)

  • Q1. In which programming language you are good at?
  • Q2. Write a program to print HCF of numbers as output
  • Ans. 

    Program to print HCF of numbers as output

    • Take input of two numbers from user

    • Find the smaller number between the two

    • Run a loop from 1 to the smaller number

    • Check if both numbers are divisible by the current loop variable

    • If yes, update the HCF variable

    • Print the HCF as output

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended interview for this company and they saw my capability and adaptability only.

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Types of join in sql
  • Ans. 

    Types of join in SQL

    • Inner join: returns only the matching rows from both tables

    • Left join: returns all rows from the left table and matching rows from the right table

    • Right join: returns all rows from the right table and matching rows from the left table

    • Full outer join: returns all rows from both tables

    • Cross join: returns the Cartesian product of both tables

  • Answered by AI
  • Q2. Ssis checkpoint and breakpoint use
  • Ans. 

    SSIS checkpoint and breakpoint are used for debugging and error handling in SSIS packages.

    • Checkpoint saves the package progress and restarts from the last successful checkpoint in case of failure.

    • Breakpoint pauses the package execution at a specific point to allow debugging and troubleshooting.

    • Both can be set at the package level or individual task level.

    • Checkpoint uses a checkpoint file to store the progress informati...

  • Answered by AI
  • Q3. Containers in SSIS
  • Ans. 

    Containers in SSIS are used to group related tasks and provide a logical flow for the package.

    • Containers can be used to group tasks into a single unit of work

    • There are several types of containers in SSIS, including Sequence, For Loop, and Foreach Loop

    • Containers can be nested to create complex workflows

    • Containers can have precedence constraints to control the order in which tasks are executed

  • Answered by AI
  • Q4. How to skip first 10 and last 10 rows in excel source and send to destination
  • Ans. 

    Skip first and last 10 rows in Excel source and send to destination

    • Use a library like Apache POI or OpenXML to read and write Excel files

    • Identify the range of rows to be skipped using row numbers or cell values

    • Copy the remaining rows to a new Excel file or sheet and save it as destination

  • Answered by AI
  • Q5. Different keys sql , use of surrogate key
  • Ans. 

    SQL keys and use of surrogate key

    • SQL keys are used to uniquely identify records in a table

    • Primary key is a unique identifier for a record

    • Foreign key is a reference to a primary key in another table

    • Surrogate key is a system-generated unique identifier for a record

    • Surrogate keys are useful when there is no natural primary key

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Your worked project details and clear basic concepts

Skills evaluated in this interview

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech Software Engineer interview?
3i Infotech interview process usually has 1 rounds. The most common rounds in the 3i Infotech interview process are One-on-one Round and Technical.
How to prepare for 3i Infotech Software Engineer 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 3i Infotech. The most common topics and skills that interviewers at 3i Infotech expect are Software Engineering, Javascript, Bootstrap, Excel and JIRA.
What are the top questions asked in 3i Infotech Software Engineer interview?

Some of the top questions asked at the 3i Infotech Software Engineer interview -

  1. explain datawindow in powerbuil...read more
  2. OOP features and my understanding about them, Java, Spring and Hibernate. Analy...read more
  3. Oops concepts,interface and abstract cl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

3i Infotech Software Engineer Salary
based on 619 salaries
₹4 L/yr - ₹9 L/yr
27% less than the average Software Engineer Salary in India
View more details

3i Infotech Software Engineer Reviews and Ratings

based on 77 reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.3

Salary

3.4

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 77 Reviews and Ratings
Software Engineer
619 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Senior Software Engineer
393 salaries
unlock blur

₹9.4 L/yr - ₹15.5 L/yr

Desktop Support Engineer
332 salaries
unlock blur

₹1.7 L/yr - ₹4.6 L/yr

Software Developer
310 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

System Engineer
262 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Explore more salaries
Compare 3i Infotech with

ITC Infotech

3.7
Compare

Cybage

3.8
Compare

Xoriant

4.1
Compare

ValueLabs

3.6
Compare
write
Share an Interview