i
Filter interviews by
System integration involves combining different systems and software applications to work together seamlessly, enhancing efficiency.
Data Integration: Ensures that data from different sources is combined and made accessible, such as integrating a CRM with an ERP system for unified data management.
API Utilization: Leveraging APIs (Application Programming Interfaces) to enable communication between disparate systems,...
Containerization simplifies deployment by packaging applications with their dependencies, ensuring consistency across environments.
Use Docker to create container images that encapsulate your application and its dependencies.
Leverage Docker Compose for multi-container applications, allowing you to define services in a single YAML file.
Utilize Kubernetes for orchestration, managing container deployment, scaling, and...
Namespaces in Terraform are used to group resources together and prevent naming conflicts.
Namespaces allow you to organize resources within a Terraform configuration
They help prevent naming conflicts by prefixing resource names with a specified namespace
Namespaces are defined using the 'namespace' parameter in Terraform configurations
Example: namespace = 'prod' will prefix all resources with 'prod_'
Utilize various sourcing methods to attract and engage contractors.
Utilize online job boards and social media platforms to advertise openings.
Attend job fairs and networking events to connect with potential contractors.
Utilize recruitment agencies and staffing firms to source qualified candidates.
Offer referral bonuses to current contractors for recommending new candidates.
Maintain a strong employer brand to attra...
Developing REST APIs and microservices involves designing, implementing, and deploying scalable web services using Java technologies.
Use Spring Boot to create RESTful services quickly with minimal configuration.
Define endpoints using @RestController and @RequestMapping annotations.
Utilize JPA/Hibernate for database interactions and entity management.
Implement security using Spring Security for authentication and a...
Effective cloud deployment management involves architecture design, CI/CD pipelines, and monitoring for scalability and reliability.
Define architecture using microservices for scalability and maintainability.
Utilize cloud services like AWS, Azure, or Google Cloud for hosting.
Implement CI/CD pipelines using tools like Jenkins or GitHub Actions for automated deployments.
Use containerization (e.g., Docker) to ensure ...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Effective cloud deployment management involves architecture design, CI/CD pipelines, and monitoring for scalability and reliability.
Define architecture using microservices for scalability and maintainability.
Utilize cloud services like AWS, Azure, or Google Cloud for hosting.
Implement CI/CD pipelines using tools like Jenkins or GitHub Actions for automated deployments.
Use containerization (e.g., Docker) to ensure consi...
Developing REST APIs and microservices involves designing, implementing, and deploying scalable web services using Java technologies.
Use Spring Boot to create RESTful services quickly with minimal configuration.
Define endpoints using @RestController and @RequestMapping annotations.
Utilize JPA/Hibernate for database interactions and entity management.
Implement security using Spring Security for authentication and author...
Containerization simplifies deployment by packaging applications with their dependencies, ensuring consistency across environments.
Use Docker to create container images that encapsulate your application and its dependencies.
Leverage Docker Compose for multi-container applications, allowing you to define services in a single YAML file.
Utilize Kubernetes for orchestration, managing container deployment, scaling, and netw...
I aws given assignment with 5 questions related to devops and its comparision to tools
Experienced DevOps engineer with a background in cloud computing and automation.
Over 5 years of experience in implementing DevOps practices
Proficient in cloud platforms such as AWS and Azure
Skilled in automation tools like Jenkins and Ansible
Strong background in scripting languages like Python and Bash
Passionate about optimizing processes and improving efficiency
Namespaces in Terraform are used to group resources together and prevent naming conflicts.
Namespaces allow you to organize resources within a Terraform configuration
They help prevent naming conflicts by prefixing resource names with a specified namespace
Namespaces are defined using the 'namespace' parameter in Terraform configurations
Example: namespace = 'prod' will prefix all resources with 'prod_'
WWT is known for pair programming. I was given to correct dockerfile
I appeared for an interview in Oct 2024, where I was asked the following questions.
System integration involves combining different systems and software applications to work together seamlessly, enhancing efficiency.
Data Integration: Ensures that data from different sources is combined and made accessible, such as integrating a CRM with an ERP system for unified data management.
API Utilization: Leveraging APIs (Application Programming Interfaces) to enable communication between disparate systems, like...
I applied via Job Portal and was interviewed before Oct 2023. There were 2 interview rounds.
Write a program and also write the Unit test cases for the same.
I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.
Utilize various sourcing methods to attract and engage contractors.
Utilize online job boards and social media platforms to advertise openings.
Attend job fairs and networking events to connect with potential contractors.
Utilize recruitment agencies and staffing firms to source qualified candidates.
Offer referral bonuses to current contractors for recommending new candidates.
Maintain a strong employer brand to attract to...
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
Top trending discussions
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
Moderate difficult with business reasoning
posted on 20 Dec 2019
Explanation of differences between PK & UK, Case & Decode, Procedure & Function, Cursor & Refcursor.
PK (Primary Key) is a unique identifier for a record in a table, while UK (Unique Key) ensures uniqueness but allows null values.
Case and Decode are conditional statements used to manipulate data based on certain conditions.
Procedure and Function are both database objects used to perform a specific task, but Function ret...
Dual is a special one-row, one-column table in Oracle DB.
Dual is used to perform calculations or execute functions without selecting from a table.
It is often used to generate a sequence of numbers or to concatenate strings.
For example, SELECT 1+1 FROM dual; will return 2.
Dual is automatically created by Oracle and is always available in every Oracle database.
Collection in Oracle is a group of elements of the same data type. Types include VARRAY, Nested Table, and Associative Array.
VARRAY is a fixed-size array that can hold a varying number of elements up to the specified limit.
Nested Table is a dynamic array with no fixed size that can be stored in a database column.
Associative Array is a collection of key-value pairs where the key is unique and used to access the correspo...
A DB block is a unit of data storage in Oracle Forms that contains multiple rows of data from a database table.
DB blocks are used to improve performance by reducing the number of times a form needs to access the database.
Each DB block contains a fixed number of rows, which can be configured in the form's block properties.
When a form needs to display data from a table, it reads one or more DB blocks into memory.
If a for...
Call_Form is a built-in Oracle Forms procedure used to call another form from the current form.
Call_Form is used to open a new form while keeping the current form open.
It can be used to pass parameters between forms.
The called form can be modal or non-modal.
The called form can be in the same application or a different one.
Syntax: Call_Form('form_name', [mode], [hide], [no_replace], [query_only], [params])
Types of Trigger in Oracle forms and their sequence of firing.
Types of triggers include Key Triggers, Mouse Triggers, and Timer Triggers.
Key Triggers fire when a key is pressed or released.
Mouse Triggers fire when the mouse is clicked or moved.
Timer Triggers fire at a specified interval.
The sequence of trigger firing is Pre-Form, Pre-Block, Pre-Record, Post-Record, Post-Block, and Post-Form.
Canvas, LOV, and List button are UI components used in Oracle Forms.
Canvas is a visual container used to display data or graphics.
LOV (List of Values) is a drop-down list used to select a value from a predefined list.
List button is a button used to display a list of values in a pop-up window.
These components are commonly used in Oracle Forms to create user-friendly interfaces.
A placeholder column is a column that is used to reserve space for a future column in an Oracle report.
Placeholder columns are used to ensure that the layout of a report remains consistent even if data is missing.
They are typically used when a report is designed to display a fixed number of columns, but the data source may not always contain data for all of those columns.
Placeholder columns can be added to a report by ...
based on 10 interview experiences
Difficulty level
Duration
based on 55 reviews
Rating in categories
Bangalore / Bengaluru
8-13 Yrs
Not Disclosed
Senior Software Engineer
26
salaries
| ₹19 L/yr - ₹34 L/yr |
Project Coordinator
13
salaries
| ₹6 L/yr - ₹11.5 L/yr |
Software Engineer
11
salaries
| ₹18.5 L/yr - ₹34 L/yr |
Data Scientist
9
salaries
| ₹21.5 L/yr - ₹30 L/yr |
Architect
9
salaries
| ₹22.1 L/yr - ₹31 L/yr |
Actalent Services
Pitney Bowes
Aksentt Tech Services
Stefanini