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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are there in the test.

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list merging
  • Q2. JavaScript difference between && and &&&
  • Ans. 

    && is a logical AND operator in JavaScript, while &&& is not a valid operator.

    • && is used to combine two logical expressions and returns true only if both expressions are true

    • &&& is not a valid operator in JavaScript and will result in a syntax error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contribute to company’s growth.

Skills evaluated in this interview

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

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 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
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 Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Generally quant based

Round 2 - Technical 

(2 Questions)

  • Q1. What is octa core processor
  • Ans. 

    An octa-core processor is a CPU that has eight cores, allowing it to handle multiple tasks simultaneously for improved performance.

    • An octa-core processor has eight processing cores, which can work together to execute tasks faster and more efficiently.

    • It is commonly found in high-end smartphones, tablets, and computers to provide better multitasking capabilities.

    • Each core can handle its own tasks independently, leading ...

  • Answered by AI
  • Q2. Questions on bit manipulations

Interview Preparation Tips

Interview preparation tips for other job seekers - be confiudent

Skills evaluated in this interview

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.

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