Upload Button Icon Add office photos

Filter interviews by

Progressive Tools And Components pvt.ltd Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. What is SAN and NAS
  • Ans. 

    SAN and NAS are both storage technologies used in computer networks.

    • SAN stands for Storage Area Network and is a high-speed network that connects servers to storage devices. It provides block-level access to data and is commonly used in enterprise environments.

    • NAS stands for Network Attached Storage and is a file-level storage system that connects to a network. It allows multiple users to access the same files and is c...

  • Answered by AI
  • Q2. Advantages of site to VPN and disadvantages
  • Ans. 

    Site-to-VPN provides secure remote access to company resources, but can be slower and more complex to set up than other options.

    • Advantages: secure remote access to company resources, ability to work from anywhere with an internet connection, increased data privacy and security

    • Disadvantages: can be slower due to encryption and routing through VPN server, more complex to set up and maintain than other options like cloud-...

  • Answered by AI
  • Q3. How to connect VPN between organization to client site
  • Ans. 

    To connect VPN between organization to client site, follow these steps:

    • Identify the VPN protocol to be used

    • Configure the VPN gateway at the organization's end

    • Configure the VPN client at the client site

    • Establish a secure connection between the two

    • Test the connection to ensure it is working properly

  • Answered by AI
  • Q4. How will you configure IIS to specific domain name or qualified domain name
  • Ans. 

    To configure IIS to a specific domain name or qualified domain name, you need to create a new website in IIS and bind it to the desired domain name.

    • Open IIS Manager and navigate to the 'Sites' node

    • Right-click on 'Sites' and select 'Add Website'

    • Enter a name for the website and specify the physical path to the website's content

    • In the 'Bindings' section, click 'Add' and select the desired protocol (HTTP or HTTPS)

    • Enter the...

  • Answered by AI
  • Q5. What is sql replication and types of sql replication
  • Ans. 

    SQL replication is the process of copying data from one database to another. There are three types of SQL replication: snapshot, transactional, and merge.

    • Snapshot replication copies a snapshot of the entire database at a specific point in time.

    • Transactional replication copies only the changes made to the database since the last replication.

    • Merge replication combines changes made to the database at different locations i

  • Answered by AI
  • Q6. Diffrence between sql replication and sql mirror
  • Ans. 

    SQL replication copies data to multiple servers while SQL mirror creates an exact copy of a database on another server.

    • SQL replication is used for distributing data to multiple servers for load balancing and high availability.

    • SQL mirror creates an exact copy of a database on another server for disaster recovery purposes.

    • SQL replication can be asynchronous or synchronous while SQL mirror is always synchronous.

    • SQL replic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When you work as system Administrator you should have keep specific knowledge about windows and Linux on both platform atleast one have a deep knowledge.
Also some good hands with network and hardware also

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me your overall experience
  • Ans. 

    I have over 5 years of experience in software development, specializing in web applications and database management.

    • 5+ years of experience in software development

    • Specialize in web applications and database management

    • Proficient in programming languages such as Java, Python, and SQL

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company anyhow please avoid to join.
All employees are very rude and unprofessional they create very much pressure without any reason.
Strict timing.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about past experience
  • Q2. Understanding about banking sector
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 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 - Case Study 

English test written english vocabulary test

Round 3 - Aptitude Test 

Time duration profit loss average share statistics

Interview Preparation Tips

Interview preparation tips for other job seekers - go to web and register there for internship they will
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question related to core concepts as well as coding concepts

Round 2 - One-on-one 

(1 Question)

  • Q1. Project did in college
  • Ans. 

    Developed a web-based inventory management system for a college project.

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented a backend using PHP and MySQL for data storage

    • Included features like user authentication, product tracking, and reporting

    • Collaborated with team members to ensure smooth development and testing

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions from OOPS
  • Q2. Questions about SQL queries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPS with example
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Example: In a car simulation program, a 'Car' object can have properties like 'color' and 'speed', and methods like 'accelerate' and 'brake'.

  • Answered by AI
  • Q2. What is microservices and intercommunication btw various microservices with current project
  • Ans. 

    Microservices are a software architecture design where applications are broken down into smaller, independent services that communicate with each other.

    • Microservices are small, independent services that focus on specific business functions.

    • Each microservice can be developed, deployed, and scaled independently.

    • Intercommunication between microservices is typically done through APIs or messaging queues.

    • Examples of interco...

  • Answered by AI
  • Q3. Gave a coding question to solve (reverse a string with many words in the string)
Round 2 - Technical 

(7 Questions)

  • Q1. Solid principles
  • Q2. How Dependency injection is configured in the project
  • Ans. 

    Dependency injection is configured using a framework like Spring in Java projects.

    • Dependency injection is configured using annotations like @Autowired in Spring framework.

    • Beans are defined in configuration files like applicationContext.xml or using Java configuration classes.

    • Dependencies are injected into classes at runtime by the framework.

    • Constructor injection, setter injection, and field injection are common ways to

  • Answered by AI
  • Q3. CQRS architecture with .Net Mediator pattern
  • Ans. 

    CQRS architecture separates read and write operations using Mediator pattern in .Net

    • CQRS stands for Command Query Responsibility Segregation

    • Mediator pattern helps in decoupling components by introducing a mediator object

    • .Net MediatR library is commonly used for implementing Mediator pattern in CQRS architecture

  • Answered by AI
  • Q4. Custom middlewares
  • Q5. Difference btw object and dynamic
  • Ans. 

    Object is a static entity with predefined structure, while dynamic can change at runtime.

    • Object is a class or data structure with fixed properties and methods

    • Dynamic can change its properties or behavior during runtime

    • Example: Object - Car class with properties like color, model. Dynamic - User input changing the color of a car object

  • Answered by AI
  • Q6. Difference btw constant and readonly keyword
  • Ans. 

    Constant keyword is used for compile-time constants, while readonly keyword is used for runtime constants.

    • Constant keyword is used for values that are known at compile time and cannot be changed.

    • Readonly keyword is used for values that are known at runtime and cannot be changed after initialization.

    • Constants are implicitly static, while readonly fields are not.

    • Constants are defined at the class level, while readonly fi

  • Answered by AI
  • Q7. What ORM is used in current project
  • Ans. 

    Entity Framework is used as the ORM in the current project.

    • Entity Framework is a popular ORM framework for .NET applications

    • It provides a way to work with databases using .NET objects

    • Supports LINQ queries for database operations

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Negotiation of Salary (My expectation and their budget discussion)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with Basics and basics of coding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - HR 

(1 Question)

  • Q1. Whats your next 5 year plan
Round 2 - Aptitude Test 

2 egg and 100 floor problem

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basics of quants logical etc

Round 2 - Coding Test 

Either java related questions or .net

Round 3 - Technical 

(1 Question)

  • Q1. Based on projects and deep understanding of projects
Round 4 - HR 

(1 Question)

  • Q1. Few basic hr questions

I applied via Recruitment Consultant and was interviewed in Jan 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOps concept,what is CTE in sql,explain the scenerio where you can use abstact class or interface?,N th highest salary in sql?,Polymorphism and overriding?Temp table in sql?sql functions?Difference between...
  • Ans. 

    Answering various technical questions related to OOPs, SQL, and software development.

    • CTE in SQL stands for Common Table Expression, used for creating temporary result sets.

    • Abstract classes are used when you want to provide a common base implementation for derived classes, while interfaces are used to define a contract that implementing classes must follow.

    • Nth highest salary in SQL can be achieved using the ROW_NUMBER()...

  • Answered by AI
  • Q2. What are the current projects worked on & in which domain?
  • Ans. 

    Currently working on a project in the finance domain involving developing a new trading platform.

    • Developing a new trading platform for stock market

    • Implementing real-time data analytics for trading decisions

    • Integrating third-party APIs for market data

    • Optimizing trading algorithms for faster execution

  • Answered by AI
  • Q3. What is growth? Is there any onsite opportunity in future?
  • Ans. 

    Growth is the process of continuous development and improvement in various aspects of life.

    • Growth involves personal and professional development.

    • It includes acquiring new skills and knowledge.

    • Growth can be measured by progress and achievements.

    • It can be seen in career advancements and promotions.

    • Growth also involves expanding one's network and connections.

    • It can be achieved through learning from experiences and challen...

  • Answered by AI

Interview Preparation Tips

General Tips: The interview process is good.a long wait for Managerial interview.
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

Tell us how to improve this page.

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.3
 • 111 Interviews
ConsultAdd Interview Questions
3.6
 • 36 Interviews
SAS Interview Questions
4.4
 • 18 Interviews
Cheil India Interview Questions
3.1
 • 17 Interviews
Nucsoft Interview Questions
2.9
 • 12 Interviews
View all

Progressive Tools And Components pvt.ltd Reviews and Ratings

based on 29 reviews

3.5/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

2.8

Salary

3.1

Job security

2.6

Company culture

2.6

Promotions

2.4

Work satisfaction

Explore 29 Reviews and Ratings
Senior Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Quality Engineer
6 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Production Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Assistant Manager
5 salaries
unlock blur

₹4.1 L/yr - ₹7.8 L/yr

Quality Assurance Quality Control Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Explore more salaries
Compare Progressive Tools And Components pvt.ltd with

BCD Travel

4.3
Compare

Cheil India

3.1
Compare

Xplore-Tech Services

3.2
Compare

SAS

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