Filter interviews by
posted on 19 Dec 2022
Oracle architecture is a multi-tiered structure that includes the client, application server, and database server.
Oracle architecture consists of multiple components such as the client, application server, and database server.
The client sends requests to the application server, which in turn communicates with the database server.
The database server manages the storage, retrieval, and manipulation of data.
Oracle archite...
SGA (System Global Area) is a shared memory region that stores data and control information for an Oracle database. PGA (Program Global Area) is a memory region that stores data and control information for a single Oracle session or process.
SGA is shared by all users and processes connected to the database
SGA includes the database buffer cache, shared pool, and redo log buffer
PGA is private to each individual session o...
Dataguard is a feature of Oracle Database that provides high availability, data protection, and disaster recovery.
Dataguard is used to create and maintain one or more standby databases that can be used for failover or disaster recovery purposes.
It works by continuously applying changes from the primary database to the standby database(s) to keep them synchronized.
In case of a failure or disaster, the standby database c...
TNS is a network protocol used to connect to Oracle databases, while LISTENER is a process that listens for incoming connection requests.
TNS (Transparent Network Substrate) is a protocol used to establish connections between clients and Oracle databases.
LISTENER is a process that runs on the database server and listens for incoming connection requests.
TNS resolves the service name to the database's network address, all...
To start RFS and MRP Service in Oracle Database, you can use the ALTER SYSTEM command.
Connect to the Oracle Database as a user with SYSDBA or SYSOPER privilege.
To start RFS (Remote File Server) Service, execute the following command: ALTER SYSTEM SET REMOTE_LISTENER='listener_name' SCOPE=SPFILE;
To start MRP (Managed Recovery Process) Service, execute the following command: ALTER DATABASE RECOVER MANAGED STANDBY DATABAS...
Top trending discussions
posted on 14 Jan 2022
I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.
Concatenate two linked lists alternatively
Create a new linked list
Traverse both linked lists simultaneously
Alternate between adding nodes from each list to the new list
If one list is longer than the other, add the remaining nodes to the end of the new list
I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.
Hashtable is synchronized while hashmap is not.
Hashtable is thread-safe while hashmap is not.
Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.
Hashtable is slower than hashmap due to synchronization.
Hashtable is a legacy class while hashmap is a newer implementation.
Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.
Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.
Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.
Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.
Concurrent Hashmap is slower than Hashma...
posted on 30 Sep 2021
I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.
To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'
Open Command Prompt and navigate to the folder containing the Java files
Run the command 'javac *.java' to compile all Java files in the folder
Check for any errors or warnings in the output
Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.
Hashmap uses hashing to store and retrieve elements based on their keys.
Concurrent Hashmap allows multiple threads to access and modify the map concurrently.
Hashmap has a load factor that determines when the map needs to be resized.
Concurrent Hashmap uses a technique called lock striping to allow concurrent a...
posted on 3 Sep 2017
I appeared for an interview in Sep 2017.
Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.
Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.
Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.
Example: Process A holds resource X a...
I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.
Java
Python
HTML/CSS
JavaScript
SQL
I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.
Seeking new opportunities and challenges
Want to learn and grow in a different environment
Exploring better career prospects
Seeking a company with a better work-life balance
Notice period is 30 days
I appeared for an interview in Sep 2017.
I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.
I appeared for an interview in Sep 2019.
I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.
I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.
Proficient in Java, Python, and C++
2 years of software development experience
Excellent communication skills for client interaction
I applied via first naukari and was interviewed before Oct 2020. There were 4 interview rounds.
To find the shortest path in a graph stored in SQL, use algorithms like Dijkstra's or A* with SQL queries for traversal.
Use Dijkstra's algorithm for weighted graphs to find the shortest path efficiently.
For unweighted graphs, consider using Breadth-First Search (BFS).
Store graph edges in a table with columns for source, destination, and weight.
Example SQL query: SELECT * FROM edges WHERE source = 'A' AND destination = ...
based on 12 reviews
Rating in categories
Desktop Support Engineer
987
salaries
| ₹1.8 L/yr - ₹4.8 L/yr |
Engineer- Customer Support
635
salaries
| ₹1.8 L/yr - ₹4.5 L/yr |
Network Engineer
328
salaries
| ₹2.2 L/yr - ₹6 L/yr |
Technical Support Engineer
292
salaries
| ₹2 L/yr - ₹5.5 L/yr |
System Administrator
226
salaries
| ₹1.5 L/yr - ₹9 L/yr |
ITC Infotech
KocharTech
3i Infotech
Xoriant