Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Orbit Techsol Team. If you also belong to the team, you can get access from here

Orbit Techsol Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 121 Reviews

Filter interviews by

Orbit Techsol SQL Server Database Administrator Interview Questions and Answers

Updated 4 Apr 2021

Orbit Techsol SQL Server Database Administrator Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. Package

Interview Preparation Tips

Interview preparation tips for other job seekers - Null

Interview questions from similar companies

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

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

Round 1 - Technical 

(13 Questions)

  • Q1. What are Types of joins
  • Ans. 

    Types of joins in SQL are Inner Join, Left Join, Right Join, and Full Join.

    • Inner Join: Returns rows when there is a match in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Join: Returns rows when there is a match in one of the tables.

  • Answered by AI
  • Q2. Difference between groupby and having clause
  • Ans. 

    GROUP BY is used to group rows that have the same values into summary rows, while HAVING is used to filter groups based on a specified condition.

    • GROUP BY is used with aggregate functions to group the result set by one or more columns.

    • HAVING is used to filter groups based on a specified condition after the GROUP BY clause.

    • GROUP BY is used before the HAVING clause in a query.

    • Example: SELECT department, COUNT(*) FROM empl

  • Answered by AI
  • Q3. What are DML commands
  • Ans. 

    DML commands are Data Manipulation Language commands used to manage data in a database.

    • DML commands include INSERT, UPDATE, DELETE, and SELECT.

    • INSERT is used to add new rows of data into a table.

    • UPDATE is used to modify existing data in a table.

    • DELETE is used to remove rows of data from a table.

    • SELECT is used to retrieve data from a database.

  • Answered by AI
  • Q4. Difference between Primary key and Unique key
  • Ans. 

    Primary key uniquely identifies each record in a table, while Unique key allows only one instance of a value in a column.

    • Primary key does not allow NULL values, while Unique key allows one NULL value.

    • Primary key automatically creates a clustered index, while Unique key creates a non-clustered index by default.

    • Primary key can be referenced by foreign keys, while Unique key cannot be referenced by foreign keys.

  • Answered by AI
  • Q5. What are Index and types of index
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations in a database.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Clustered indexes determine the physical order of data in a table, while non-clustered indexes store a separate copy of the indexed columns.

    • Unique index...

  • Answered by AI
  • Q6. What is execution plan
  • Ans. 

    Execution plan is a roadmap that SQL Server uses to execute a query, showing the steps taken to retrieve data.

    • Execution plan is generated by the query optimizer to determine the most efficient way to execute a query.

    • It shows the order in which tables are accessed, joins are performed, and filters are applied.

    • Execution plan can be viewed using tools like SQL Server Management Studio or by using the EXPLAIN statement in

  • Answered by AI
  • Q7. Explain about your Project ? challenges faced
  • Q8. Write a sql query depart wise max salary
  • Ans. 

    SQL query to retrieve the maximum salary for each department

    • Use the MAX() function to find the maximum salary

    • Group the results by department using the GROUP BY clause

    • Join the employee table with the department table to get the department information

  • Answered by AI
  • Q9. Given a table TEAM with only one column teamname, write a sql query where each team play with each other , no duplicate match
  • Q10. Provide o/p for innerjoin, left join, right join, cross join on a(1,1,1,2,2,3) b(1,1,2,4)
  • Ans. 

    Different types of SQL joins with given data sets a and b.

    • Inner join: Returns rows where there is a match in both tables (1,1)

    • Left join: Returns all rows from the left table and the matched rows from the right table (1,1,1,2,2)

    • Right join: Returns all rows from the right table and the matched rows from the left table (1,1,2,4)

    • Cross join: Returns the Cartesian product of the two tables (1,1,1,1,1,2,1,4,1,1,2,1,2,2,1,4,2,...

  • Answered by AI
  • Q11. Row_number, rank, dense_rank with example
  • Ans. 

    row_number, rank, dense_rank are window functions in SQL used to assign a unique number to each row based on specified criteria.

    • row_number() assigns a unique sequential integer starting from 1 to each row in the result set

    • rank() assigns a unique rank to each row based on the specified ordering criteria, with gaps in ranking for ties

    • dense_rank() assigns a unique rank to each row based on the specified ordering criteria,

  • Answered by AI
  • Q12. What is trigger
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers can be used to enforce business rules, maintain referential integrity, and automate repetitive tasks.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

    • Triggers can be defined to execute before or after the triggering event.

  • Answered by AI
  • Q13. Diffrenc between function and store procedure
  • Ans. 

    Functions return a value, while stored procedures do not. Functions can be used in SELECT statements, stored procedures cannot.

    • Functions return a single value, while stored procedures can return multiple values or none at all.

    • Functions can be used in SELECT statements to return a value, while stored procedures cannot be used in this way.

    • Functions can be called from within stored procedures, but stored procedures cannot

  • Answered by AI

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How you will find that some user SQL running slow without discussing with user?
  • Q2. How you will patch specific db components to reduce downtime?
  • Ans. 

    To patch specific db components to reduce downtime, follow these steps:

    • Identify the specific components that need to be patched

    • Plan the patching process during a scheduled maintenance window

    • Backup the database before applying patches

    • Apply patches to the specific components one by one

    • Test the patched components to ensure they are functioning correctly

    • Monitor the database for any issues post-patching

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you have so many hopping in your resume?
  • Q2. How you will rate yourself as an dba?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically.
Be loyal in interview , if you don't know just tell
Try to be solution oriented person
Give genuine real time faced issues
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

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Are you aware of DevOp? How to use in producing output for client?
  • Ans. 

    Yes, DevOps is a set of practices that combines software development and IT operations to deliver high-quality software faster.

    • DevOps is a culture and set of practices that emphasizes collaboration, automation, and monitoring throughout the software development lifecycle.

    • It involves integrating development, testing, deployment, and operations teams to streamline the software delivery process.

    • By using DevOps, database a...

  • Answered by AI
  • Q2. What is the application that is better than Spark in AWS?
  • Ans. 

    AWS Glue is an application that is better than Spark in AWS.

    • AWS Glue is a fully managed extract, transform, and load (ETL) service that makes it easy to prepare and load data for analytics.

    • It provides a serverless environment for running ETL jobs and supports various data sources and destinations.

    • AWS Glue also offers automatic schema discovery, data cataloging, and data transformation capabilities.

    • It integrates well wi...

  • Answered by AI
  • Q3. How do you connect to to AWS as a developer?
  • Ans. 

    To connect to AWS as a developer, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use the AWS Management Console to access AWS services through a web-based user interface.

    • Utilize the AWS Command Line Interface (CLI) to interact with AWS services using commands in the terminal.

    • Leverage AWS Software Development Kits (SDKs) to integrate AWS services into your applications.

    • For example, you can use the AWS SDK ...

  • Answered by AI
  • Q4. What is the security system of AWS access?
  • Ans. 

    AWS provides a comprehensive security system for access control.

    • AWS Identity and Access Management (IAM) allows you to manage access to AWS services and resources.

    • IAM enables you to create and manage users, groups, and roles, and assign permissions to them.

    • AWS provides various authentication methods like username/password, multi-factor authentication, and integration with external identity providers.

    • Access can be contr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sometimes the interviewer can be a glober - who really doesn't know what they are talking about. They will even ask you what they do not know. They can even ask you things that are NOT applicable and they will stand with it to show that they know better. Above all as a candidate for the role that you really want to go with, ensure that you are aware of what you say, be prepared for the interview as if you know nothing. Ensure that you are well informed on the line of task. Also be prepated to provide the interviewer one good project that you had already carried out based on the application required for the profile. Be calm always if the company recruit you, it is their luck as you always have ample opportunity with other company as well.

Skills evaluated in this interview

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 773 Interviews
Publicis Sapient Interview Questions
3.5
 • 606 Interviews
GlobalLogic Interview Questions
3.7
 • 575 Interviews
Samsung Interview Questions
4.0
 • 551 Interviews
UST Interview Questions
3.8
 • 505 Interviews
View all

Orbit Techsol SQL Server Database Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Network Engineer
76 salaries
unlock blur

₹1.4 L/yr - ₹8.5 L/yr

System Engineer
51 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Desktop Support Engineer
40 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Network Security Engineer
22 salaries
unlock blur

₹2.1 L/yr - ₹5.1 L/yr

System Administrator
22 salaries
unlock blur

₹2.3 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Orbit Techsol with

Dell

4.0
Compare

HP India

4.1
Compare

Lenovo

4.3
Compare

Acer India

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