Upload Button Icon Add office photos

Filter interviews by

Protechsoft Technologies Database Programmer Interview Questions and Answers

Updated 22 Feb 2024

Protechsoft Technologies Database Programmer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

The interview was started at 11'o clock for first round they have questions in sql nearly 20 questions and for answering every questions we need an indepth knowledge in sql.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well according to your role most of the questions will be slightly tough

Interview questions from similar companies

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

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

Round 1 - Assignment 

Database Management system SQL and PlSQL

Round 2 - Assignment 

Database Base Management system SQL and PlSQL

Round 3 - Aptitude Test 

Database Management system

Round 4 - Aptitude Test 

Database Management system

Round 5 - Group Discussion 

Database Management system

Round 6 - Assignment 

Database Management system

Round 7 - Case Study 

Database Base Management system

Round 8 - HR 

(5 Questions)

  • Q1. Database Management system
  • Q2. SQL and PlSQL Mango Data And Manu Database Management system
  • Q3. C Language and C++Language and Java
  • Q4. Data Analysis and Data entry
  • Q5. DBMS C,C++ Java Data Entry Ms Excel Ms Word Ms PP

Interview Preparation Tips

Interview preparation tips for other job seekers - Database Management system SQL and PlSQL and C Language and C++Language and Java And Web design and Web Developer
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to sync primary and standby?
  • Ans. 

    Primary and standby databases can be synced using Data Guard in Oracle.

    • Configure Data Guard on primary and standby databases

    • Enable redo transport services

    • Monitor and resolve any synchronization issues

    • Perform switchover or failover when necessary

  • Answered by AI
  • Q2. Performance tuning?
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change the job?
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking for new challenges to enhance my skills and knowledge

    • Seeking growth opportunities for career advancement

    • Interested in working in a more dynamic and innovative environment

  • Answered by AI
  • Q2. Expected salary.

Skills evaluated in this interview

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Self about my fis experience
  • Q2. Tell about my contribution

Interview Preparation Tips

Interview preparation tips for other job seekers - No need
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About oracle database functionality
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Salary details location etc
Round 3 - Technical 

(1 Question)

  • Q1. Project details Data types varchar vs nvarchar Constrains Indexes optimization Temp vs CTE Variable Complete Rank Functions Compute Sum questions pivot and unpivot etc
Round 4 - Technical 

(1 Question)

  • Q1. Architecture of snowflake project details Azure related questions databricks
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion location joining date

Interview Questionnaire 

1 Question

  • Q1. HADR,PERFORMANCE TUNING

I applied via Referral and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Expert level SQL knowledge,questions on SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know the answer asked in interview do not panic
Just assure the interviewer that ur ready to learn anything given an opportunity
Do not fake or do not show the desperation for the job
Never tell yes to everything
Provide a stipulated time for you to learn the process
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your roles and responsibilities
  • Q2. How to add diskgroup in disks
  • Ans. 

    To add a diskgroup in disks, use the CREATE DISKGROUP command in Oracle ASM.

    • Ensure that the disks are initialized and partitioned

    • Use the ASMCA (ASM Configuration Assistant) or ASMCMD (ASM Command-Line Utility) to create the diskgroup

    • Specify the diskgroup name, redundancy level, and the disks to be included in the diskgroup

    • Example: CREATE DISKGROUP dg1 NORMAL REDUNDANCY DISK '/dev/sdb1', '/dev/sdc1'

  • Answered by AI
  • Q3. What will do in Real application cluater
  • Ans. 

    Real Application Cluster (RAC) is a cluster database with shared disk architecture.

    • RAC allows multiple instances to access a single database simultaneously.

    • It provides high availability and scalability.

    • RAC uses Oracle Clusterware to manage the cluster.

    • Load balancing and failover are automatic in RAC.

    • RAC requires additional hardware and software licenses.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard automatically sucess will come

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Aug 2023. There were 5 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 

Multiple choice which is conducted in online and they asked me to take help from google as well to finish the aptitude but the questions which is asked is bit hard

Round 3 - Technical 

(3 Questions)

  • Q1. Related to SQL and GTM
  • Q2. What is standalone database
  • Ans. 

    A standalone database is a database that is independent and does not require connection to a network or other databases.

    • Standalone databases are typically used for small-scale applications or for testing purposes.

    • They do not rely on a network connection to function.

    • Examples of standalone databases include SQLite and Microsoft Access.

  • Answered by AI
  • Q3. How to segregate alphabet and numbers in a table
  • Ans. 

    Use SQL queries to segregate alphabet and numbers in a table

    • Use the SQL function REGEXP to filter out alphabets and numbers

    • For example, to select only alphabets: SELECT column_name FROM table_name WHERE column_name REGEXP '^[a-zA-Z]'

    • For numbers: SELECT column_name FROM table_name WHERE column_name REGEXP '^[0-9]'

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Database related
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly learn SQL and GTM database

Skills evaluated in this interview

Protechsoft Technologies Interview FAQs

How many rounds are there in Protechsoft Technologies Database Programmer interview?
Protechsoft Technologies interview process usually has 1 rounds. The most common rounds in the Protechsoft Technologies interview process are Coding Test.

Tell us how to improve this page.

Protechsoft Technologies Database Programmer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
View all
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Software Developer
13 salaries
unlock blur

₹2.6 L/yr - ₹8 L/yr

Test Engineer
13 salaries
unlock blur

₹2.6 L/yr - ₹6.7 L/yr

HR Executive
11 salaries
unlock blur

₹2 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Protechsoft Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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