Upload Button Icon Add office photos
Engaged Employer

i

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

GlobalLogic Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 4.4k Reviews

Filter interviews by

GlobalLogic Plsql Developer Interview Questions, Process, and Tips

Updated 12 Jan 2023

GlobalLogic Plsql Developer Interview Experiences

1 interview found

Interview experience
4
Good
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 - Technical 

(4 Questions)

  • Q1. Difference between delete, drop and truncate
  • Ans. 

    Delete removes rows from a table, drop removes the entire table, and truncate removes all rows from a table.

    • Delete is a DML operation and can be rolled back, but it is slower than truncate.

    • Drop is a DDL operation and cannot be rolled back. It removes the table and all associated objects.

    • Truncate is a DDL operation and cannot be rolled back. It removes all rows from the table but keeps the table structure.

    • Delete and tru...

  • Answered by AI
  • Q2. Difference between table and view
  • Ans. 

    Table stores data in a structured format while view is a virtual table created from a query.

    • Table is a physical object while view is a logical object.

    • Table can be modified while view cannot be modified directly.

    • Table can have indexes while view cannot have indexes.

    • Table can have constraints while view cannot have constraints.

    • View can be used to simplify complex queries by joining multiple tables.

    • View can be used to res...

  • Answered by AI
  • Q3. What type of cursors did you use
  • Ans. 

    I have used both implicit and explicit cursors in PL/SQL development.

    • Implicit cursors are used for single-row queries while explicit cursors are used for multi-row queries.

    • I have used explicit cursors with parameters to make the query more dynamic.

    • I have also used cursor variables to pass cursors as parameters to procedures and functions.

    • Examples of cursor types I have used include FOR LOOP, FETCH, and UPDATE cursors.

  • Answered by AI
  • Q4. What is primary key and unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column or set of columns.

    • Primary key is a column or set of columns that uniquely identifies each record in a table

    • Unique key ensures that a column or set of columns have unique values

    • Primary key cannot have null values, while unique key can have null values

    • A table can have only one primary key, but multiple unique keys

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the interview.
Frame your answer correctly.if you don't know any complex question ask the interviewer at the end

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Monster

Round 1 - Technical 

(3 Questions)

  • Q1. Write query to get result based on hughest salary
  • Ans. 

    Use SQL query with ORDER BY clause to get result based on highest salary

    • Use SELECT statement to retrieve data from the table

    • Use ORDER BY clause with DESC keyword to sort salaries in descending order

    • Use LIMIT or FETCH FIRST clause to limit the result to only one row

  • Answered by AI
  • Q2. Writw merge query
  • Q3. Bulk collect and bulk binding difference
  • Ans. 

    Bulk collect is used to fetch multiple rows into collections at once, while bulk binding is used to bind collections to SQL statements for improved performance.

    • Bulk collect fetches multiple rows into collections in a single operation, reducing context switches and improving performance.

    • Bulk binding binds collections to SQL statements, reducing the number of context switches between the PL/SQL engine and SQL engine.

    • Bulk...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - HR 

(1 Question)

  • Q1. What is plsql and sql
  • Ans. 

    PL/SQL is a procedural extension of SQL used for writing stored procedures, functions, triggers, and packages in Oracle databases.

    • PL/SQL stands for Procedural Language/Structured Query Language

    • It is used to write procedural code like stored procedures, functions, triggers, and packages in Oracle databases

    • SQL (Structured Query Language) is a standard language for accessing and manipulating databases

    • SQL is used to query,...

  • Answered by AI
Round 2 - Coding Test 

Questions on plsql and sql in general

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql questions basic
Round 2 - Technical 

(1 Question)

  • Q1. Sql intermediate questions and jira and other daily tools
Round 3 - HR 

(1 Question)

  • Q1. Salary and other basic

Interview Preparation Tips

Interview preparation tips for other job seekers - as less experienced interview will be easy
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. If fresher your introduction they will check your communication and your graduate or not if experienced they will check work responsibilities of your last job and communication but in hightech city sutherl...
  • Q2. Tell me something about yourself
  • Q3. Tell me about your college days
  • Q4. Tell me about ur best friend
Round 2 - Aptitude Test 

Its actually based on your voice actually they are hiring for international voice process so you need to have an idea of how international people speak in their language if you have experience in email writing and able to understand british english then its easy for you to clear

Interview Preparation Tips

Topics to prepare for Sutherland Global Services Customer Service Executive interview:
  • coomunication for confidence
  • prepare about your college days
  • learn about your best friend
Interview preparation tips for other job seekers - please be confident while you go for an interview please don't carry your resumes and documents in hand i have seen people keeping their resumes folded in thier barely without even having a stick file please keep it in file please its your document that present about your self i dont know how many people will see this but your first impression is last impression be confident communicate properly fluently before you go for an interview research about the hiring company and vacancy this is for gentle men when you go for any voice or non voice interviews please wear formal shoes they wont allow they will reject on the spot try to wear lite professional shirt and trouser i have seen in todays sutherland interview all the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic quant and reasoning questions
Selenium MCQ
Java programs with MCQ

Round 2 - Technical 

(23 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you initialise driver
  • Q3. Driver is static or non static
  • Q4. Difference between static and non static
  • Q5. Disadvantages of static and non static
  • Q6. Parallel execution in TestNG
  • Q7. Write the code for Parallel testing in TestNG
  • Q8. Difference between parallel methods and parallel tests
  • Q9. Upload file using rest assured
  • Q10. Postman basic questions
  • Q11. Parameter for post method in postman
  • Q12. BDD Framework cucumber
  • Q13. Cucumber execution process
  • Q14. How cucumber know step defination file placed
  • Q15. Parameters used in cucumber
  • Q16. Datatable in cucumber
  • Q17. Have u created the testplan document when porject was started
  • Q18. Testing cycle when project was on initial level
  • Q19. Risk management and risk based testing
  • Q20. Which estimate technique you follow , if fibonacci then why it is in 1 2 3 5 8 13 ?? Not in 12345678
  • Q21. What is testing matrix and automation ROI
  • Q22. Cicd tool
  • Q23. Handle team ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 hr interview divided into 4 sections - Intro - Backend - .NET & OOPS Concepts (Was given a code to analyze) - SQL - Write a sql query & some sql questions on joins etc. - Frontend - Angular related quest...
Round 2 - Technical 

(1 Question)

  • Q1. Bit low level Design Patterns Questions, SQL Questions, Angular Questions Checking your confidence while answering
Round 3 - Technical 

(1 Question)

  • Q1. This was Manegerial Round, asked about projects worked upon and some questions over the projects
Round 4 - HR 

(1 Question)

  • Q1. For this round I was being called to their base location. Salary Discussion

Interview Preparation Tips

Topics to prepare for Bosch Global Software Technologies Consultant interview:
  • .NET
  • SQL
  • Angular
  • Azure
Interview preparation tips for other job seekers - Interview went quiet well. Prepare for sql queries & brush up knowledge. SOLID principles/Design Patterns
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test lasts 30 minutes and focuses on topics relevant to data engineering, including Spark, SQL, Azure, and PySpark.

Round 2 - Coding Test 

The coding test is a one-hour examination on PySpark.

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between Cache() and Persist()?
  • Q2. What does the purpose of the Spark Submit command in Apache Spark?
  • Q3. What are window functions in SQL?
Round 4 - HR 

(2 Questions)

  • Q1. Could you provide more details about the daily responsibilities associated with this role?
  • Q2. How would you describe your work culture?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the potential of artificial intelligence (AI)?
  • Q2. What is advanced Excel?
  • Q3. What is the Hardwear Installation
  • Q4. What is the software installation process
  • Q5. Different between Software and Hardware

Trainee Interview Questions & Answers

Atos user image 2JR19EC420_SPOORTI

posted on 27 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

It was basic questions of maths and logical reasoning

Round 2 - Aptitude Test 

It’s related to behavioural question fully

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer asked questions related to the field which I studied 3 to 4 questions example fullwave and half wave difference
  • Q2. Also checked our communication through the story telling

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your communication and be confident.

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Plsql Developer interview?
GlobalLogic interview process usually has 2 rounds. The most common rounds in the GlobalLogic interview process are Resume Shortlist and Technical.
What are the top questions asked in GlobalLogic Plsql Developer interview?

Some of the top questions asked at the GlobalLogic Plsql Developer interview -

  1. What type of cursors did you ...read more
  2. What is primary key and unique ...read more
  3. Difference between delete, drop and trunc...read more

Tell us how to improve this page.

GlobalLogic Plsql Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
GlobalLogic Plsql Developer Salary
based on 6 salaries
₹3.5 L/yr - ₹13 L/yr
25% more than the average Plsql Developer Salary in India
View more details
Associate Analyst
3.8k salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.2 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Software Engineer
2.9k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Explore more salaries
Compare GlobalLogic with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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