Upload Button Icon Add office photos

Filter interviews by

Perpetuuiti Technosoft Services Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Perpetuuiti Technosoft Services Interview Questions and Answers

View all 10 questions

Perpetuuiti Technosoft Services Interview Experiences

Popular Designations

13 interviews found

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 Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Manage and unmanaged code
  • Ans. 

    Managed code is code that is executed by the Common Language Runtime (CLR) while unmanaged code is code that is executed outside of the CLR.

    • Managed code is written in high-level languages like C# or VB.NET and is compiled to Intermediate Language (IL) which is then executed by the CLR.

    • Unmanaged code is written in languages like C or C++ and directly compiled to machine code which is executed by the operating system.

    • Man...

  • Answered by AI
  • Q2. Boxing vs unboxing
  • Ans. 

    Boxing is the process of converting a value type to a reference type, while unboxing is the opposite process.

    • Boxing is implicit, unboxing is explicit

    • Boxing creates a new object on the heap, unboxing retrieves the value from the object

    • Boxing is slower than unboxing

    • Example: int num = 10; object obj = num; // boxing

    • Example: int num = (int)obj; // unboxing

  • Answered by AI
  • Q3. What is Trigger?
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes when an event occurs in the database.

    • Triggers are used to maintain the integrity of the database by enforcing business rules or cascading changes.

    • They can be set to execute before or after an INSERT, UPDATE, or DELETE operation.

    • For example, a trigger can be used to update a related table when a record is inserted into another table.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is Cursor, index, trigger. Write syntax
  • Ans. 

    Cursor, index, and trigger are database concepts used in SQL. Cursors are used to retrieve data row by row, indexes are used to improve query performance, and triggers are used to automatically perform actions when certain events occur.

    • Cursor: Used to retrieve data row by row. Syntax - DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name

    • Index: Used to improve query performance by creating a data struc...

  • Answered by AI
  • Q2. What is abstract class, method overriding, dictionary,dispose. Write instance or syntax
  • Ans. 

    Abstract class is a class that cannot be instantiated, method overriding is when a subclass provides a specific implementation of a method in its superclass, dictionary is a collection of key-value pairs, dispose is a method used to release unmanaged resources.

    • Abstract class: Cannot be instantiated, can have abstract methods. Example: abstract class Shape { public abstract void Draw(); }

    • Method overriding: Subclass prov...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a telephonic round and interview ask just basics of c#, asp.net and SQL server.
Second round is face to face and it is deep in technical. You are able to write syntax of every single thing in SQL like user defined function, index, cursor.

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Software Tester Interview Questions & Answers

user image Devadharshini SenthilKumar

posted on 4 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic manual testing ques, Selenium and java

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 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. What is lvm What did you you about linux
  • Ans. 

    LVM stands for Logical Volume Manager. It is a tool used in Linux to manage disk space by creating logical volumes.

    • LVM allows for dynamic resizing of logical volumes without the need to unmount the file system

    • It provides a layer of abstraction between the physical storage devices and the file systems

    • LVM can be used to create snapshots of logical volumes for backup purposes

    • It is commonly used in enterprise environments

  • Answered by AI
  • Q2. How to make partition
  • Ans. 

    To make a partition, you need to use a disk management tool or command prompt.

    • Open Disk Management tool or Command Prompt

    • Select the disk you want to partition

    • Right-click on the unallocated space and select 'New Simple Volume'

    • Follow the wizard to specify the size and format of the partition

    • Alternatively, use the 'diskpart' command in Command Prompt to create a partition

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold answer the question interview asked good to have knowledge in ur domain

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 3 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 

(2 Questions)

  • Q1. Rto rpo disaster Recovery DR drilL
  • Q2. Os db network
Round 3 - HR 

(1 Question)

  • Q1. Basic knowledge of work experience

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Perpetuuiti Technosoft Services interview questions for popular designations

 Technical Support Engineer

 (5)

 Software Engineer

 (2)

 Software Developer

 (1)

 L2 Technical Support Engineer

 (1)

 DOT NET Developer

 (1)

 Software Tester

 (1)

 Executive Accountant

 (1)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Related our resume and technical skills

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Get interview-ready with Top Perpetuuiti Technosoft Services Interview Questions

Software Developer Interview Questions & Answers

user image Suriya Prassath R S

posted on 3 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Aptitude Test 

Related input was provided and output was expected

Round 2 - Coding Test 

Technical level as coding

Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Regardung Regarding company norms and salary package

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Software Engineer Interview Questions & Answers

user image Gowtham Sankar

posted on 18 Jan 2025

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

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

Round 1 - Coding Test 

Giving data in inputs and processing the data manipulation

Round 2 - HR 

(1 Question)

  • Q1. Regarding joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the necessary skills for stepping into a job.once u get the job don't think about salary low or high and comparing with other companies , other surroundings of friends/relatives etc.Sharing about salary to others will give impact to others employees.Do the work with dedication.The dedication will give good result.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. All Linux commands
  • Ans. 

    There are hundreds of Linux commands, each with its own purpose and syntax.

    • Basic commands: cd, ls, mkdir, rm, cp, mv, touch, cat, echo, pwd

    • File manipulation: grep, sed, awk, sort, cut, paste, diff, tar, gzip

    • System management: ps, top, kill, systemctl, service, ifconfig, ping, netstat

    • User management: useradd, userdel, passwd, su, sudo, chown, chmod

    • Networking: ssh, scp, ftp, telnet, curl, wget, nslookup, dig, traceroute

    • P...

  • Answered by AI
  • Q2. Automation realated
Round 3 - HR 

(1 Question)

  • Q1. Salary disscusion

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

I applied via Naukri.com and was interviewed in May 2022. 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 - Aptitude Test 

Basic aptitude and reasoning questions

Round 3 - Technical 

(2 Questions)

  • Q1. What are the used commands in linux?
  • Ans. 

    Linux commands are used to interact with the operating system and perform various tasks.

    • ls - list directory contents

    • cd - change directory

    • mkdir - make directory

    • rm - remove file or directory

    • cp - copy file or directory

    • mv - move or rename file or directory

    • grep - search for a pattern in a file

    • chmod - change file permissions

    • sudo - execute a command as superuser

    • apt-get - package manager for Debian-based systems

  • Answered by AI
  • Q2. What is server and types of server.
  • Ans. 

    A server is a computer program or device that provides functionality to other programs or devices, known as clients.

    • Types of servers include file servers, web servers, mail servers, database servers, game servers, and application servers.

    • File servers store and manage files for multiple users on a network.

    • Web servers host websites and web applications.

    • Mail servers handle email communication.

    • Database servers manage datab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic about linux Unix and windows. Learn about realtime scenario.

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2022

I applied via Job Fair and was interviewed in Mar 2022. There were 2 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 - Behavioral 

(1 Question)

  • Q1. About disaster recovery process

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of disaster recovery management

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question all about python
  • Q2. Machine learning oriented

Interview Preparation Tips

Interview preparation tips for other job seekers - You must strong in basics

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Perpetuuiti Technosoft Services Interview FAQs

How many rounds are there in Perpetuuiti Technosoft Services interview?
Perpetuuiti Technosoft Services interview process usually has 2-3 rounds. The most common rounds in the Perpetuuiti Technosoft Services interview process are Technical, Resume Shortlist and HR.
How to prepare for Perpetuuiti Technosoft Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Perpetuuiti Technosoft Services. The most common topics and skills that interviewers at Perpetuuiti Technosoft Services expect are MySQL, Hyper - V, Oracle, VMware and Database Administration.
What are the top questions asked in Perpetuuiti Technosoft Services interview?

Some of the top questions asked at the Perpetuuiti Technosoft Services interview -

  1. What is abstract class, method overriding, dictionary,dispose. Write instance o...read more
  2. What is Cursor, index, trigger. Write syn...read more
  3. What are the used commands in lin...read more
How long is the Perpetuuiti Technosoft Services interview process?

The duration of Perpetuuiti Technosoft Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Perpetuuiti Technosoft Services Interview Process

based on 8 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Perpetuuiti Technosoft Services Reviews and Ratings

based on 104 reviews

3.9/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 104 Reviews and Ratings
Technical Support Engineer
152 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Perpetuuiti Technosoft Services with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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