Upload Button Icon Add office photos

Filter interviews by

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

Updated 20 Dec 2021

Pragiti Internet Technologies Software Engineer Trainee Interview Experiences for Experienced

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 applied via campus placement at Banarsidas Chandiwala Institute of Information Technology, Delhi and was interviewed before Nov 2021. There were 6 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 

Basic to Medium coding decoding profit and loss average si blood relation

Round 3 - Coding Test 

2 questions easy to medium standard Wap to print palindrome of string .

Round 4 - Technical 

(1 Question)

  • Q1. Oops concepts, second highest salary query, data structure
Round 5 - One-on-one 

(1 Question)

  • Q1. Technical and managerial questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Intro , why should I hired you ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and cool mainly focus on technical first and tech 2 .
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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA, Javascript and ReactJS

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some maths related questions

Round 2 - Technical 

(1 Question)

  • Q1. Related to testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to learn something
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technology mentioned on resume, Coding questions
Round 3 - HR 

(1 Question)

  • Q1. Generic HR question like why do you want to work here? why should we hire you? what is more important money or work?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at K S Rangaswamy College of Technology, Tiruchengode and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Communication round
Round 2 - Coding Test 

Java coding with different set of questions

Round 3 - Technical 

(1 Question)

  • Q1. Regarding the technical skills that you are listed in your cv.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Problem-solving using Java.
  • Q2. SQL queries to solve problems.
Round 3 - Behavioral 

(2 Questions)

  • Q1. SQL and Java basics. Write some code to solve problems.
  • Q2. System design problems
  • Ans. 

    System design problems involve designing scalable and efficient software systems.

    • Consider scalability, reliability, and performance requirements

    • Break down the system into smaller components and define their interactions

    • Choose appropriate technologies and architecture patterns

    • Optimize for performance and consider fault tolerance

    • Consider data storage, caching, and load balancing strategies

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Behavioral questions, general talks. Interests and passion for software development.
  • Q2. Talks about the product and salary discsussion
Round 5 - HR 

(2 Questions)

  • Q1. Personal questions and about the company.
  • Q2. Discussion on company culture and benefits.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. React lifecycle methods
  • Q2. ES6 features
  • Q3. Questions related to React that you would actually need to know to do any task.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be open and answer whatever you know.

Pragiti Internet Technologies Interview FAQs

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

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

  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.

People are getting interviews through

based on 1 Pragiti Internet Technologies interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 25 Interviews
ClaySys Interview Questions
3.0
 • 23 Interviews
Contus Interview Questions
4.5
 • 20 Interviews
Knoldus Inc Interview Questions
4.1
 • 19 Interviews
Avontix Interview Questions
4.0
 • 17 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 & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
36 salaries
unlock blur

₹2.4 L/yr - ₹10.6 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹6.2 L/yr - ₹19.5 L/yr

Senior QA Engineer
13 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

QA Engineer
12 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Developer
11 salaries
unlock blur

₹3.5 L/yr - ₹10.8 L/yr

Explore more salaries
Compare Pragiti Internet Technologies with

Accel Frontline

3.9
Compare

VHS Consulting

3.7
Compare

IVTL Infoview Technologies

3.6
Compare

Apex CoVantage

3.3
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