Upload Button Icon Add office photos

SMC Corporation

Compare button icon Compare button icon Compare

Filter interviews by

SMC Corporation Plsql Developer Interview Questions and Answers

Updated 12 Apr 2023

SMC Corporation Plsql Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Apr 2022.

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 

(3 Questions)

  • Q1. What is cursor and types
  • Ans. 

    A cursor is a pointer to a private SQL area that stores information about the processing of a SELECT or DML statement.

    • A cursor is used to retrieve data row by row from a result set.

    • There are two types of cursors: Implicit and Explicit.

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

    • Cursor variables can be used to pass cursors as parameters to procedures and functi...

  • Answered by AI
  • Q2. Truncate & delete difference
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate cannot be rolled back while delete can be

    • Truncate resets the identity of the table while delete doesn't

    • Truncate doesn't fire triggers while delete does

  • Answered by AI
  • Q3. Explain about trigger
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes in response to certain events.

    • Triggers are used to enforce business rules or to perform complex calculations.

    • They can be defined to execute before or after a data modification operation.

    • Triggers can be used to audit changes to data or to replicate data changes to other tables.

    • Examples of events that can trigger a trigger include INSERT, UPDATE,...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About your self
  • Q2. About work experience
  • Q3. About salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about SMC Corporation?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Plsql Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. What is temp table and temp variable in plsql?
asked in TCS
Q2. What is procedure in plsql and it's syntax and difference between ... read more
asked in TCS
Q3. Write a PL/SQL program to print the sequence 103, 99, 96...3.
asked in TCS
Q4. What is a mutating table or mutating trigger?
asked in Cognizant
Q5. Write a SQL query to delete duplicate records from a table.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Comparator and Comparable
  • Q2. Spring Boot related question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do we achieve multi threading in WPF application
  • Ans. 

    Multi threading in WPF can be achieved using the Task Parallel Library (TPL) or BackgroundWorker class.

    • Use Task.Run() method to run code on a separate thread.

    • Use async/await keywords to perform asynchronous operations.

    • Use BackgroundWorker class for simpler multi-threading scenarios.

  • Answered by AI
  • Q2. Explain your current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide answers with examples from your previous work done
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle team

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for problem-solving.

    • Experienced in programming languages such as Java, C++, and Python

    • Strong problem-solving and analytical skills

    • Familiar with software development methodologies like Agile

    • Worked on projects involving web development and database management

    • Constantly learning and staying updated with new technologies

  • Answered by AI
  • Q2. Where are you from?
  • Ans. 

    I am from New York City, a bustling metropolis known for its diverse culture and thriving tech industry.

    • I am from New York City

    • New York City is known for its diverse culture

    • New York City has a thriving tech industry

  • Answered by AI
  • Q3. What you know about Medline?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was fun, interviewee was very nice to me, never let me feel like i'm very new to this; so thank you MEDLINE

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Indirect Taxation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident about the profile you mentioned in your resume.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about previous experiences
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Process of aggregate in brief for all sections
  • Ans. 

    Aggregate is the process of combining data from different sections into a single result.

    • Aggregate functions are used to perform calculations on groups of rows to give a single result.

    • Common aggregate functions include SUM, AVG, COUNT, MAX, and MIN.

    • Aggregate queries often involve grouping data by certain criteria before applying the aggregate function.

    • For example, calculating the total sales revenue by region or finding...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. All of pharmacovigilance
  • Q2. Regarding management

SMC Corporation Interview FAQs

How many rounds are there in SMC Corporation Plsql Developer interview?
SMC Corporation interview process usually has 3 rounds. The most common rounds in the SMC Corporation interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in SMC Corporation Plsql Developer interview?

Some of the top questions asked at the SMC Corporation Plsql Developer interview -

  1. What is cursor and ty...read more
  2. Explain about trig...read more
  3. Truncate & delete differe...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 75 Interviews
Alcon Interview Questions
3.7
 • 37 Interviews
Unicorn DenMart Interview Questions
4.2
 • 23 Interviews
Resmed Interview Questions
3.7
 • 17 Interviews
Pharmalex Interview Questions
3.1
 • 15 Interviews
View all

SMC Corporation Plsql Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Junior Engineer
103 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Senior Sales Engineer
99 salaries
unlock blur

₹6 L/yr - ₹11.9 L/yr

Assistant Engineer
96 salaries
unlock blur

₹3.2 L/yr - ₹6.1 L/yr

Junior Area Sales Manager
77 salaries
unlock blur

₹8.2 L/yr - ₹17.4 L/yr

Junior Regional Sales Manager
47 salaries
unlock blur

₹12.6 L/yr - ₹21 L/yr

Explore more salaries
Compare SMC Corporation with

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare

Alcon

3.7
Compare

Ben Franklin Opticians

3.8
Compare
write
Share an Interview