Upload Button Icon Add office photos

Filter interviews by

Pragiti Internet Technologies Software Engineer Trainee Interview Questions, Process, and Tips

Updated 20 Dec 2021

Pragiti Internet Technologies Software Engineer Trainee Interview Experiences

1 interview found

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

Interview Questionnaire 

5 Questions

  • Q1. What is Aspect Oriented Programming ?
  • Ans. 

    Aspect Oriented Programming (AOP) is a programming paradigm that aims to increase modularity by separating cross-cutting concerns.

    • AOP allows developers to modularize cross-cutting concerns, such as logging, security, and transaction management.

    • It achieves this by introducing aspects, which are modules that encapsulate cross-cutting concerns.

    • Aspects can be applied to multiple classes and methods, reducing code duplicati...

  • Answered by AI
  • Q2. What are the features of JAVA 8 ?
  • Ans. 

    JAVA 8 features include lambda expressions, functional interfaces, streams, default methods, and more.

    • Lambda expressions for functional programming

    • Functional interfaces for easy implementation of lambda expressions

    • Streams for efficient processing of large data sets

    • Default methods for backward compatibility

    • Date and time API improvements

    • Nashorn JavaScript engine

    • Parallel array sorting and processing

    • Type annotations for im

  • Answered by AI
  • Q3. What is Dependency Injection is Spring ?
  • Ans. 

    Dependency Injection is a design pattern used in Spring to inject dependencies into an object.

    • Dependency Injection is a way to remove hard-coded dependencies between objects.

    • It allows for loose coupling between objects.

    • Spring uses Dependency Injection to manage object dependencies.

    • There are three types of Dependency Injection in Spring: Constructor Injection, Setter Injection, and Field Injection.

    • Example: @Autowired an...

  • Answered by AI
  • Q4. Which version of Java and Spring framework have you worked in ?
  • Ans. 

    I have worked with Java 8 and Spring Boot 2.4.2.

    • I have experience in developing RESTful APIs using Spring Boot 2.4.2.

    • I have worked with Spring Data JPA for database operations.

    • I have used Spring Security for authentication and authorization.

    • I have also worked with Java 8 features such as streams and lambdas.

  • Answered by AI
  • Q5. What are Singleton Class, Abstract Class and Spring MVC architecture ?
  • Ans. 

    Singleton, Abstract and Spring MVC are important concepts in software engineering.

    • Singleton class is a class that can only have one instance at a time.

    • Abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • Spring MVC is a framework for building web applications in Java.

    • Spring MVC follows the Model-View-Controller architecture pattern.

    • Singleton and Abstract classes are used f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear all basic concepts of core java and spring framework. and also ready for a logical question for technical round.
Thanks,
Rajat

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before May 2021.

Round 1 - Aptitude Test 

System engineer

Round 2 - Aptitude Test 

Basic c programming

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer makes interview smooth and friendly meeting
  • Q2. Write a program reverse number and palindrome in c and basic c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - develope Skills and attitude and prepare well in programming

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic maths and aptitude

Round 2 - Coding Test 

C programming test with two or three programming questions

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and Aptitude

Round 2 - Coding Test 

Functions with Pointers and strings concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly on Pointers and Dynamic Memory Allocation of 2-D Array
  • Q2. Structure Padding and Packing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in depth in C and mainly on Bit-Manipulation.
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 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

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?

I applied via Internshala and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

They mostly ask some basic dsa questions in the automated interview

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer was very friendly and ask me some basic of react js and some basic of how internet works
Round 3 - HR 

(1 Question)

  • Q1. Was very easy they ask me really basic ye questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with the tech stack and some basic of dsa

Pragiti Internet Technologies Interview FAQs

What are the top questions asked in Pragiti Internet Technologies Software Engineer Trainee interview?

Some of the top questions asked at the Pragiti Internet Technologies Software Engineer Trainee interview -

  1. Which version of Java and Spring framework have you worked i...read more
  2. What are Singleton Class, Abstract Class and Spring MVC architecture...read more
  3. What is Dependency Injection is Spring...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.3
 • 22 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
View all
Pragiti Internet Technologies Software Engineer Trainee Salary
based on 8 salaries
₹3.8 L/yr - ₹4.1 L/yr
8% less than the average Software Engineer Trainee Salary in India
View more details

Pragiti Internet Technologies Software Engineer Trainee Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pragiti Internet Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apmosys Technologies

3.4
Compare

Apex CoVantage

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