Upload Button Icon Add office photos

Filter interviews by

Pragyawan Technologies Senior System Engineer 3 Interview Questions and Answers

Updated 20 Jul 2024

Pragyawan Technologies Senior System Engineer 3 Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Network protocols

Interview questions from similar companies

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

(2 Questions)

  • Q1. Asked me to explain on my college project
  • Q2. Have given a detailed answer on the process creation of my college project
Round 2 - HR 

(2 Questions)

  • Q1. Are you willing to relocate
  • Q2. I gave a positive response
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There are two main sections: foundation and advanced. The foundation section consists of three subsections: quantitative, reasoning, and verbal. If you pass the foundation section but do not clear the advanced section, you will be considered for either the ninja role or the digital role during the interview process. The advanced section includes advanced aptitude questions and two coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Ans. 

    Experienced System Engineer with a strong background in network infrastructure and cloud computing.

    • Over 5 years of experience in designing, implementing, and maintaining complex IT systems

    • Proficient in network security protocols and troubleshooting techniques

    • Skilled in virtualization technologies such as VMware and Hyper-V

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong problem-solving and communication skills

  • Answered by AI
  • Q2. 3 to 4 questions based on database
  • Q3. 2 easy coding questions
  • Q4. Questions based on technology that I knew
  • Q5. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the first round, as it can be quite challenging; once you pass it and are selected for an interview, the subsequent process feels considerably easier.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about an aptitude test which is on English grammar and athematic reasoning.

Round 2 - Coding Test 

The Fibonacci series can be applied to alphabets, and the same should be printed.

Round 3 - Technical 

(2 Questions)

  • Q1. Fibonancci series to print the alphabets?
  • Q2. Print the numbers in descending order 123456?
  • Ans. 

    Print numbers in descending order 123456

    • Create an array of strings containing the numbers 1 to 6

    • Sort the array in descending order

    • Print the sorted array

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why are you choosing our organization?
  • Ans. 

    I am choosing your organization because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the industry

    • Strong company culture that values employee development

    • Opportunities for growth and advancement within the organization

  • Answered by AI
  • Q2. Are you open to relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I am open to exploring new locations and experiencing different cultures.

    • I understand that relocation may be necessary for career advancement and personal growth.

  • Answered by AI
  • Q3. Are you comfortable with rotational shifts?
  • Ans. 

    Yes, I am comfortable with rotational shifts as I have prior experience working in such shifts.

    • I have previous experience working in rotational shifts at my previous job.

    • I am adaptable and can easily adjust my schedule to accommodate rotational shifts.

    • I understand the importance of being available during different shifts to ensure smooth operations.

    • I am willing to work in rotational shifts to support the team and meet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good to work and get the opportunity in this organization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Sql interview questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study about the given requirement
  • Q2. Springboot basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare spring boot question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round > General aptitude and versant test.

Round 2 - Technical 

(3 Questions)

  • Q1. How to manage VDI?
  • Ans. 

    VDI can be managed by monitoring performance, updating software, optimizing resources, and ensuring security.

    • Monitor performance regularly to identify any issues or bottlenecks.

    • Update VDI software and patches to ensure system stability and security.

    • Optimize resources by balancing workloads and adjusting configurations as needed.

    • Ensure security measures are in place, such as encryption, access controls, and regular back...

  • Answered by AI
  • Q2. O365 services and it's related questions.
  • Q3. Questions on cloud computing, cloud services.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for every question related to your role.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There was basic coding question.

Round 2 - Group Discussion 

Corporate models. Work from office,Work from home, Hybrid model

Round 3 - One-on-one 

(1 Question)

  • Q1. Explain all the projects.
  • Ans. 

    I have worked on various projects including developing a new CRM system, implementing a network security solution, and optimizing database performance.

    • Developed a new CRM system to streamline customer interactions

    • Implemented a network security solution to protect sensitive data

    • Optimized database performance to improve system efficiency

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Infosys and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java like collections,multithreading etc
  • Q2. Coding questions are there
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What are the 4 pillars of C++ ?
  • Ans. 

    The 4 pillars of C++ are encapsulation, inheritance, polymorphism, and abstraction.

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

    • Inheritance: Creating new classes from existing classes, inheriting their attributes and methods.

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

    • Abstraction: Hiding complex implementation details and showing only the

  • Answered by AI
  • Q2. What is Normalization in SQL?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • Normalization ensures data integrity by preventing anomalies such as insertion, update, an...

  • Answered by AI
  • Q3. Example of abstract class ?
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Used to define a common interface for a group of related classes

  • Answered by AI
  • Q4. SQL Commands ?
  • Q5. Pseudo code for prime number.
  • Ans. 

    Pseudo code for prime number is a simple algorithm to determine if a given number is prime or not.

    • Start by checking if the number is less than 2, if so it is not prime

    • Then iterate from 2 to the square root of the number and check if it is divisible by any number in that range

    • If it is not divisible by any number, then it is a prime number

  • Answered by AI
  • Q6. Create Login page using html, css and js
  • Ans. 

    Create a login page using HTML, CSS, and JS

    • Use HTML for structure and form elements

    • Style the page using CSS for layout and design

    • Implement client-side validation using JavaScript

    • Handle form submission and authentication using JS

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Question related to my hobby?

Interview Preparation Tips

Topics to prepare for TCS Assistant System Engineer Trainee interview:
  • C++
  • SQL
  • HTML
  • CSS
  • Javascript
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(8 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a highly experienced Senior Systems Engineer with a strong background in designing, implementing, and maintaining complex IT systems.

    • Over 10 years of experience in system design and implementation

    • Proficient in various operating systems such as Windows, Linux, and Unix

    • Skilled in virtualization technologies like VMware and Hyper-V

    • Strong troubleshooting and problem-solving skills

    • Excellent communication and teamwork a...

  • Answered by AI
  • Q2. Please describe your role and responsibility?
  • Ans. 

    As a Senior Systems Engineer, my role involves designing, implementing, and maintaining complex systems to meet business needs.

    • Designing and implementing system architecture

    • Troubleshooting and resolving technical issues

    • Collaborating with cross-functional teams

    • Evaluating new technologies and recommending upgrades

    • Ensuring system security and compliance

    • Providing technical support and training to end-users

  • Answered by AI
  • Q3. How type of error resolved in your organisation explain?
  • Ans. 

    Errors in our organization are resolved through thorough analysis, collaboration, and testing.

    • Errors are identified through monitoring systems and user feedback.

    • A root cause analysis is conducted to determine the underlying issue.

    • Cross-functional teams collaborate to develop a solution.

    • The solution is tested in a controlled environment before implementation.

    • Post-implementation monitoring is done to ensure the error is ...

  • Answered by AI
  • Q4. What is windows server 2019?
  • Ans. 

    Windows Server 2019 is the latest version of Microsoft's server operating system, offering new features and improvements for businesses.

    • Windows Server 2019 provides enhanced security features such as Windows Defender Advanced Threat Protection (ATP).

    • It includes improvements in virtualization, storage, networking, and hybrid cloud integration.

    • Windows Server 2019 supports Kubernetes and Linux containers, making it easier...

  • Answered by AI
  • Q5. What is your data domain?
  • Ans. 

    My data domain is network security, focusing on intrusion detection and prevention systems.

    • Specialize in designing and implementing security measures to protect networks from cyber attacks

    • Analyze network traffic patterns to identify potential threats

    • Utilize tools like Snort and Suricata for intrusion detection

    • Implement firewall rules to block malicious traffic

    • Stay updated on latest security threats and vulnerabilities

  • Answered by AI
  • Q6. What is EMC networker backup software? explain and type.
  • Ans. 

    EMC Networker is a backup software solution used for data protection and recovery in enterprise environments.

    • EMC Networker is a backup software developed by EMC Corporation.

    • It is used for backing up, archiving, and recovering data in enterprise environments.

    • Networker supports a wide range of operating systems, applications, and storage devices.

    • It provides features like data deduplication, encryption, and centralized ma...

  • Answered by AI
  • Q7. What is hyper V server?
  • Ans. 

    Hyper-V Server is a virtualization platform that allows users to create and manage virtual machines on Windows servers.

    • Hyper-V Server is a standalone product offered by Microsoft for virtualization purposes.

    • It allows users to create and manage virtual machines on Windows servers.

    • Hyper-V Server includes features such as live migration, failover clustering, and support for various operating systems.

    • It is commonly used in...

  • Answered by AI
  • Q8. What is FSMO Role and Types!
  • Ans. 

    FSMO stands for Flexible Single Master Operations. There are 5 types of FSMO roles in Active Directory.

    • FSMO roles are specialized tasks that can only be performed by one domain controller at a time in a domain or forest.

    • The 5 types of FSMO roles are: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.

    • Each FSMO role has a specific function in the Active Directory environment, such a...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is raid And Types of raid Benefits.
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. It is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.

    • Types of RAID include RAID 0, RAID 1, RAID 5, RAID 10, etc.

    • RAID 0 offers improved performance but no redundancy.

    • RAID 1 provides data mirroring for redundancy.

    • RAID 5 u...

  • Answered by AI
  • Q2. Describe 365 Microsoft server
  • Ans. 

    365 Microsoft server is a cloud-based service that provides productivity tools and services for businesses.

    • Cloud-based service

    • Includes productivity tools like Word, Excel, PowerPoint

    • Allows collaboration and communication through Teams and Outlook

    • Offers storage solutions like OneDrive

    • Provides security features like encryption and multi-factor authentication

  • Answered by AI
  • Q3. What is unity 300 Storage
  • Ans. 

    Unity 300 Storage is a high-performance, scalable storage solution designed for enterprise environments.

    • Unity 300 Storage is part of Dell EMC's Unity family of storage arrays.

    • It offers features such as inline data reduction, data-at-rest encryption, and cloud tiering.

    • Unity 300 Storage is ideal for organizations looking for a reliable and efficient storage solution for their data center.

    • It provides unified storage for b...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Senior Systems Engineer interview:
  • Windows Server
  • Hyper v
  • Storage unity
  • Data domain
  • Tape library
  • EMC networker backup
  • Linux Server
Interview preparation tips for other job seekers - I'm looking for job opportunities I'm Server Engineer at CCS Computers
In my experience 4 Years in IT infrastructure.

Skills evaluated in this interview

Pragyawan Technologies Interview FAQs

How many rounds are there in Pragyawan Technologies Senior System Engineer 3 interview?
Pragyawan Technologies interview process usually has 1 rounds. The most common rounds in the Pragyawan Technologies interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Assistant Manager
4 salaries
unlock blur

₹6.2 L/yr - ₹7.8 L/yr

Project Manager
4 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Data Analyst
4 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Assistant Manager Supply Chain
4 salaries
unlock blur

₹5.8 L/yr - ₹6.1 L/yr

Accountant
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Pragyawan Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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