Pl Sql Developer sollicitatievragen

189

Sollicitatievragen voor Pl Sql Developer gedeeld door sollicitanten

Meest gestelde sollicitatievragen

Sorteren: Relevantie|Populair|Datum
Home Credit International
Er werd een PL/SQL Software Developer gevraagd...10 mei 2016

Not unexpectedly, the manager was particularly interested in my experience in gathering requirements and creating designs.

3 antwoorden

What kind of design excersice did you have to present? something related to data modelling? I'm just curious Minder

It was a high-level design for a loan application, including the architecture and data model for the application. Minder

Because I had 12 years as team lead on a top priority application, I had good stories to relate about my experience gathering requirements and creating designs. Minder

Oracle

how to transform a string into comma separated values

2 antwoorden

use split()

Listtag(string,delimeter)

TransSys Solutions

I have weight machine, I put 100 KG gold on one side and 100 KG cotton on another side, which weight is heavier??

2 antwoorden

hey make sense answer for this question is((no change)) you kept that so called gold and cotton just beside that weight machine not on the machine so no need to beat your bush mates Minder

Both are equal.

Clarity Partners

What is the tnsnames?

2 antwoorden

it is a folder that contain database connection informations.

It is a file that contains a database connections information

Coforge

find top 10 employee by using DENSE RANK.? SELECT 10 FROM DUAL MINUS SELECT 5 FROM DUAL.? Query for deleting duplicate rows. Write a procedure to store all the data from a table to a collection table.

2 antwoorden

Select * from (select e. *,dense_rank()over(order by Sal desc)r from emp )where r<=10; Minder

Select salary from (select salary ,dense_rank() over (order by salary desc) as d_rank from table_name) where d_rank<=10 Minder

3i Infotech

Calculate the no of exp of the employees from the joining date from table?

2 antwoorden

I didn't answer. Answer is- select abs(months_between(SYSDATE,to_date(joining_date,'dd-mm-yyyy'))) exp from dual; Minder

Select months_between(sysdate,hire-date)/12 from table

3i Infotech

Out of n records the query to pickup 3 to 8 records from a table?

2 antwoorden

select * from tablename where rownum between 3 and 8; but it's not a correct one. the answer is - select * from (select name,dense_rank() over (order by id asc) rank from customers) where rank between 3 and 8; Minder

Select * from (select tablename. *, rownum r from tablename) where r between 3 and 8 ; Minder

Pilat Media Global

Assessment XML: Multiple XPATH Data retrievals from a supplied data set.

1 antwoorden

Take your time. There are duplicate tag names in the XML at different levels so be careful to follow each level in the XPATH query. Minder

ETC

They asked me to write an Oracle procedure that would select data from 3 tables and update a 4th table. (handwritten, not in Oracle) This was to be completed in 15 minutes.

1 antwoorden

Created the procedure using selects that contained inner and outer joins. Completed it within the allotted timeframe. Minder

MajescoMastek

Materialized Views. Whether once can drop an MV, if yes then what will happen to its table. Types of MV. Grants and Privileges. Synonyms. Autonomous Transactions. Parallel Hints. Benefits of Packages. Performance Tuning.

1 antwoorden

I answered all the questions. The level was quite average.

Weergave: 1 - 10 van 189 sollicitatievragen

Sollicitatievragen weergeven voor vergelijkbare functies

sql developerplsql developerdatabase developerobiee developeroracle forms and reports developer

Glassdoor heeft 189 sollicitatievragen en verslagen van Pl sql developer sollicitaties. Bereid uw sollicitatiegesprek voor. Bedrijven ontdekken. Uw droombaan vinden.