Upload Button Icon Add office photos

Filter interviews by

Digite Infotech Software Engineer Interview Questions and Answers

Updated 1 Oct 2022

Digite Infotech Software Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - Aptitude Test 

Computerised test for logical and quantitative aptitude and data related technologies

Round 3 - Technical 

(2 Questions)

  • Q1. Technical architecture in current company
  • Ans. 

    Our technical architecture is based on microservices and containerization.

    • We use Docker for containerization and Kubernetes for orchestration.

    • Our microservices communicate with each other through REST APIs.

    • We have implemented a service mesh using Istio for better observability and security.

    • We use AWS for hosting our services and have implemented auto-scaling and load balancing.

    • We have also implemented a CI/CD pipeline

  • Answered by AI
  • Q2. Question on Apache Spark
Round 4 - HR 

(2 Questions)

  • Q1. Questions on location and family
  • Q2. Question on career plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your current job role and technologies used there

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Asking about the whereabouts
  • Q2. Checking com skills and availability
Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions based on resume
  • Q2. Basic .net questions
  • Q3. Logical questions related to problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and communicate effectively. Include only those things in your resume which you are fully confident.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

It consists of Computer Science subjects and 2 to 3 apptitudee majorly os and c++

Round 2 - Coding Test 

3 question s are provided and they are from strings 2d array and graph

Round 3 - Technical 

(2 Questions)

  • Q1. Matrix multiplication
  • Q2. Valid paranthis or not and other dsa related questions
Round 4 - Technical 

(2 Questions)

  • Q1. About my project s
  • Q2. Doubly linked list implementation
  • Ans. 

    A doubly linked list is a data structure where each node contains a reference to the next and previous nodes.

    • Nodes have two pointers: one to the next node and one to the previous node.

    • Insertions and deletions can be done efficiently at both ends of the list.

    • Traversal can be done in both directions.

    • Example: DoublyLinkedListNode { data, prev, next }

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Some scenario based question
  • Q2. And general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa concepts and hr round also has some technical questions they will even reject in hr

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • 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 in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic flutter coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Couple of MCQ, Two Coding Questions. One medium, One hard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Managed to complete the first question, failed to solve the second. Got selected for the next round regardless.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test was of moderate level.

Round 2 - Coding Test 

It checked on the concepts of oops

Round 3 - HR 

(1 Question)

  • Q1. How will you deal with tight delivery time.
  • Ans. 

    I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Break down tasks into smaller manageable chunks

    • Communicate effectively with team members to coordinate efforts

    • Utilize time management techniques such as Pomodoro technique or Agile methodologies

    • Identify and eliminate any potential roadblocks or bott...

  • Answered by AI

Digite Infotech Interview FAQs

How many rounds are there in Digite Infotech Software Engineer interview?
Digite Infotech interview process usually has 4 rounds. The most common rounds in the Digite Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for Digite 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 Digite Infotech. The most common topics and skills that interviewers at Digite Infotech expect are Azure, Django, IOT, MongoDB and Python.
What are the top questions asked in Digite Infotech Software Engineer interview?

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

  1. Technical architecture in current comp...read more
  2. Question on Apache Sp...read more

Tell us how to improve this page.

Digite Infotech Software Engineer Salary
based on 9 salaries
₹6 L/yr - ₹12.4 L/yr
6% less than the average Software Engineer Salary in India
View more details
Desktop Support Engineer
16 salaries
unlock blur

₹1.4 L/yr - ₹2.5 L/yr

Full Stack Developer
15 salaries
unlock blur

₹6.3 L/yr - ₹12 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹5.7 L/yr - ₹20.1 L/yr

Software Developer
13 salaries
unlock blur

₹5.5 L/yr - ₹24.5 L/yr

Software Engineer
9 salaries
unlock blur

₹6 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Digite Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview