Upload Button Icon Add office photos

Filter interviews by

Historic Environment Scotland Senior Oracle Developer Interview Questions and Answers

Updated 18 Feb 2024

Historic Environment Scotland Senior Oracle Developer Interview Experiences

1 interview found

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

I applied via WAts app group for job openings and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Competency based questions which were mentioned in job requirement document. Also technical interview with basic SQL and PLSQL concepts like cursors, packages, functions, procedures, views, triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Workex related questions
  • Q2. Case related to clients
Round 2 - Technical 

(1 Question)

  • Q1. Workex pointers from previous company
  • Ans. 

    Workex pointers from previous company

    • Highlight key projects you worked on

    • Discuss your role and responsibilities in those projects

    • Mention any challenges faced and how you overcame them

    • Talk about any innovative solutions you implemented

    • Share any positive feedback or recognition received

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dataguard architecture
  • Q2. Rman backup and restoration
Round 2 - HR 

(1 Question)

  • Q1. Why you join inm
  • Ans. 

    I joined inm because of the company's reputation for innovation and growth in the tech industry.

    • Attracted to company's reputation for innovation

    • Excited about opportunities for growth in tech industry

    • Impressed by company culture and values

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative technology solutions and strong reputation in the industry.

    • The company has a track record of developing cutting-edge technology solutions.

    • I admire the company's commitment to excellence and continuous improvement.

    • The company's reputation for providing top-notch training and development opportunities is appealing to me.

  • Answered by AI
  • Q2. What salary do you expect
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for Oracle Database Administrators.

    • Research the average salary range for Oracle Database Administrators in your area

    • Consider your level of experience and skills when determining your salary expectations

    • Be prepared to negotiate based on the specific responsibilities and benefits offered by the employer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe your job role and O2c process in details
  • Q2. Can item having different ship set be of different inventory
  • Ans. 

    Yes, items with different ship sets can be in different inventory

    • Items with different ship sets can be stored in different locations or warehouses

    • This allows for better organization and tracking of inventory

    • For example, high-demand items can be stored in a warehouse closer to customers for faster shipping

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Things asked were simple yet they wanted multiple modules knowledge
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How does an interface works?
  • Ans. 

    An interface acts as a bridge between two systems, allowing them to communicate and exchange data.

    • Interfaces define a set of methods that a class must implement.

    • They provide a way for different systems to interact with each other.

    • Interfaces can be used to achieve abstraction and polymorphism in programming.

    • Example: JDBC (Java Database Connectivity) provides an interface for connecting Java applications to databases.

  • Answered by AI
  • Q2. How does an HCM Extract work?
  • Ans. 

    HCM Extract is a tool in Oracle HCM Cloud that allows users to extract and transfer data from the system.

    • HCM Extracts are used to extract data from Oracle HCM Cloud for reporting, analysis, or integration purposes.

    • Users can define the data to be extracted, the format of the output, and the delivery method.

    • HCM Extracts can be scheduled to run at specific times or triggered based on certain events.

    • Extracted data can be t...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mainly they focus on PLSQL query .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

(1 Question)

  • Q1. RAC components, backup scenarios, cache fusion ohasd background process, dataguard
Round 3 - HR 

(1 Question)

  • Q1. Work experience previous project details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Dec 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 - Technical 

(2 Questions)

  • Q1. What are stored procedures?
  • Ans. 

    Stored procedures are precompiled database objects that can be called by applications to perform a specific task.

    • Stored procedures are written in SQL or PL/SQL

    • They can accept input parameters and return output parameters

    • They can be used to encapsulate business logic and improve performance

    • Examples include procedures for inserting, updating, and deleting data

    • They can also be used for complex data manipulation and report

  • Answered by AI
  • Q2. Why is indexing required
  • Ans. 

    Indexing is required to improve the performance of database queries.

    • Indexing helps in faster retrieval of data from the database.

    • It reduces the number of disk I/O operations required to fetch data.

    • Indexes are created on columns that are frequently used in WHERE clauses or JOIN conditions.

    • Examples of indexes include B-tree, bitmap, and hash indexes.

  • Answered by AI
Round 3 - Coding Test 

Define schema for a simple book store

Interview Preparation Tips

Interview preparation tips for other job seekers - RDBMS prepare completely. Also knowledge of modern SQL systems is good.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What have you worked on?
  • Q2. What is a cursor and types?
  • Ans. 

    A cursor is a database object used to manipulate data in a result set.

    • A cursor is used to retrieve and manipulate data row by row.

    • Types of cursors include implicit, explicit, and forward-only cursors.

    • Implicit cursors are automatically created by Oracle when executing a SQL statement.

    • Explicit cursors are created by the developer and allow for more control over the result set.

    • Forward-only cursors only allow for iterating

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure and confident about the work you have done and present it before them.

Historic Environment Scotland Interview FAQs

How many rounds are there in Historic Environment Scotland Senior Oracle Developer interview?
Historic Environment Scotland interview process usually has 1 rounds. The most common rounds in the Historic Environment Scotland interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Historic Environment Scotland interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k 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.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all

Historic Environment Scotland Senior Oracle Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Compare Historic Environment Scotland with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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