Filter interviews by
I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.
Salesforce Developer explains basic concepts to non-technical person
Explain Salesforce as a platform for managing customer relationships
Describe coding as writing instructions for computers to follow
Illustrate how Salesforce Developers customize the platform to meet specific business needs
I was interviewed in Dec 2022.
Oracle database architecture and multi-tenant architecture in Oracle 12c
Oracle database architecture includes physical and logical structures
Multi-tenant architecture in Oracle 12c allows multiple pluggable databases to share a single container database
Each pluggable database has its own set of tablespaces, users, and schemas
This architecture reduces hardware and software costs and simplifies database management
RAC is a cluster database that allows multiple instances to access a single database. DR is a disaster recovery database.
RAC stands for Real Application Clusters
RAC allows multiple instances to access a single database simultaneously
DR stands for Disaster Recovery
DR is a separate database used for backup and recovery in case of a disaster
DR can be located in a different physical location than the primary database
RAC an...
ASM stands for Automatic Storage Management. It is a feature of Oracle Database that provides a file system and volume manager.
ASM simplifies the management of Oracle database files by providing a single file system for all database files.
It also provides redundancy and load balancing for the database files.
The maximum limit for ASM disk groups is 63.
ASM can be used with both single-instance and Oracle Real Application
Voting disk is a file used by Oracle Clusterware to manage cluster membership and node failure detection.
It is a shared disk that is accessible to all nodes in the cluster.
It contains information about the current state of the cluster and is used to determine the membership of the cluster.
It is used to determine which nodes are active and which are inactive in case of a node failure.
It is recommended to have at least t...
Golden Gate is a database replication technology used for high availability and disaster recovery.
Golden Gate is used to replicate data in real-time from one database to another.
It can be used for high availability and disaster recovery purposes.
It supports heterogeneous database environments and can replicate data across different platforms.
Golden Gate can also be used for data integration and migration.
It provides re...
I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
posted on 19 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
The hardest round I have experienced during interviews was ultimately successful, as I was selected. Only a few questions were multiple-choice; the rest required one-word or numerical answers to be written manually. Pay special attention to the last portion, as it was a scoring section containing standard technical questions. However, as we begin the assessment, the majority of the time is consumed by reasoning, arithmetic, and similar topics. In summary, I can say that the initial part is the toughest.
Performing operations on an array of objects using JavaScript.
Use array methods like map, filter, reduce for operations on object array.
Access object properties using dot notation or bracket notation.
Iterate through the array using loops like for loop or forEach method.
Example: Calculate total sum of 'price' property in an array of products.
To create slice and combine reducers in React, use the createSlice and combineReducers functions from Redux toolkit.
Use createSlice function to define a slice of state with reducers and actions.
Example: const counterSlice = createSlice({ name: 'counter', initialState: 0, reducers: { increment: state => state + 1, decrement: state => state - 1 } })
Use combineReducers function to combine multiple slices into a sing...
To create and optimize a React application, focus on efficient component structure, state management, code splitting, lazy loading, and performance monitoring.
Use functional components and hooks for better performance.
Implement state management with tools like Redux or Context API.
Split code into smaller chunks and lazy load components for faster initial load times.
Optimize performance by minimizing re-renders and usin...
Day to day activities involve coding, debugging, testing, collaborating with team members. Salary negotiation involves research, preparation, and effective communication.
Coding and developing new features
Debugging and fixing issues
Testing code for quality assurance
Collaborating with team members for project progress
Researching market rates for salary negotiation
Preparing a strong case for desired salary
Effectively comm
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
Different types of interfaces include user interfaces, hardware interfaces, and software interfaces.
User interfaces: allow users to interact with the system, such as graphical user interfaces (GUI) and command-line interfaces (CLI)
Hardware interfaces: connect hardware components to the system, such as USB, HDMI, and Ethernet ports
Software interfaces: define how software components interact with each other, such as appl...
The output of the program when 0 is divided by 7 is 0.
Division of 0 by any number results in 0.
In programming languages, dividing by 0 usually results in an error or undefined behavior.
Coroutines, scope functions, and visibility modifiers are key concepts in Kotlin programming for Android development.
Coroutines are a way to perform asynchronous programming in a sequential manner. They allow for non-blocking operations.
Scope functions are functions that allow you to execute a block of code within the context of an object. Examples include 'let', 'apply', 'run', 'also', and 'with'.
Visibility modifiers ...
MVVM is an architectural pattern that separates the user interface from the business logic and data handling in Android development.
Model represents the data and business logic of the application.
View is responsible for displaying the UI elements and sending user interactions to the ViewModel.
ViewModel acts as a mediator between the Model and the View, handling the communication and data flow.
MVVM helps in achieving se...
Using dependency injection in Android development can improve code maintainability and testability.
Pros: easier to manage dependencies, promotes code reusability, facilitates unit testing
Cons: initial setup can be complex, may introduce overhead in smaller projects
Example: Using Dagger 2 for dependency injection in an Android project
Good ssjjdd jdhd dhebd dhdjd dhdhe jsjs HD shhd
I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.
Recent graduate with a degree in Business Administration
Passionate about marketing and project management
Strong communication and organizational skills
Experience in internships and extracurricular activities
Materials used in road construction include asphalt, concrete, gravel, and crushed stone.
Asphalt is a common material used for road surfaces due to its durability and flexibility.
Concrete is often used for highways and major roads because of its strength and longevity.
Gravel is used for rural roads and driveways as a cost-effective option.
Crushed stone is used as a base layer for roads to provide stability and drainage...
Strength required for construction of a bridge includes structural stability, load-bearing capacity, and durability.
Structural stability to withstand various forces such as wind, traffic, and seismic activity
Load-bearing capacity to support the weight of vehicles, pedestrians, and other loads
Durability to resist corrosion, weathering, and wear over time
Materials like steel, concrete, and composite materials are commonl
General instructions for building construction involve following safety regulations, using proper materials, and ensuring structural integrity.
Ensure compliance with building codes and regulations
Use quality materials to ensure durability and longevity
Follow proper construction techniques to ensure structural integrity
Ensure proper foundation and support for the building
Consider environmental factors and sustainability...
The tallest height is the highest point above a given level or surface.
Height is a measurement of how tall something is
The tallest height on Earth is the summit of Mount Everest at 29,032 feet
Height can also refer to the highest point reached by something like a rocket or airplane
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
Not considered testing methodologies are approaches that do not involve systematic testing processes.
Ad-hoc testing
Monkey testing
Gorilla testing
Fuzz testing
Testing should be considered complete when all test cases have been executed, all identified defects have been fixed, and the software meets the acceptance criteria.
Testing should be considered complete when all test cases have been executed.
All identified defects should be fixed and retested.
The software should meet the acceptance criteria set by stakeholders.
Regression testing should be performed to ensure no new def...
A test plan is a document that outlines the scope, approach, resources, and schedule for testing a software application.
Defines the objectives and scope of testing
Describes the test strategy and approach
Outlines the resources and schedule for testing
Includes test scenarios, test cases, and test data
Identifies risks and mitigation strategies
Provides a basis for tracking progress and reporting
Example: A test plan for a m...
A bug is a flaw in a software system that causes it to produce incorrect or unexpected results. A defect is a bug found during testing. An error is a mistake made by a developer that leads to a defect.
Bug: A flaw in a software system that causes incorrect or unexpected results. Example: A button on a website not working as intended.
Defect: A bug found during testing. Example: A login page not accepting valid credential...
I am a detail-oriented manual tester with 5 years of experience in testing web and mobile applications.
I have a Bachelor's degree in Computer Science.
I am proficient in manual testing techniques and tools such as Jira and TestRail.
I have experience in creating test cases, executing test plans, and reporting bugs.
I have worked on projects in various industries including e-commerce and healthcare.
I am a team player and h
based on 27 reviews
Rating in categories
QA Engineer
13
salaries
| ₹5 L/yr - ₹12.6 L/yr |
Web Developer
5
salaries
| ₹6 L/yr - ₹15.1 L/yr |
Salesforce Developer
4
salaries
| ₹6 L/yr - ₹21.6 L/yr |
Front end Developer
4
salaries
| ₹10 L/yr - ₹10 L/yr |
Salesforce Commerce Cloud Developer
4
salaries
| ₹8.5 L/yr - ₹16.5 L/yr |
Accenture
Infosys
TCS
Wipro