Filter interviews by
I have 5 years of experience in software development.
5 years of experience in software development
Proficient in multiple programming languages such as Java, Python, and JavaScript
Worked on various projects including web development, mobile app development, and database management
Top trending discussions
I applied via Campus Placement and was interviewed in May 2020. There were 4 interview rounds.
Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a different implementation of a method from its superclass.
Method overloading allows a class to have multiple methods with the same name but different parameters.
Method overriding occurs when a subclass provides a different implementation of a method that is already defined in its super...
Explanation of Java class loading and dynamic class loading.
Java class loaders are responsible for loading classes into the JVM.
There are three types of class loaders: bootstrap, extension, and application.
To run a class in a package, you need to specify the fully qualified name of the class.
Dynamic class loading allows classes to be loaded at runtime instead of compile time.
This can be useful for plugins or modules th...
Yes, I have worked on RFPs in my previous roles.
I have experience in responding to RFPs from clients.
I have worked on creating proposals and presentations for RFPs.
I have collaborated with cross-functional teams to gather information and create RFP responses.
I have also reviewed and evaluated RFPs from potential vendors.
For example, in my previous role at XYZ Company, I was responsible for leading the RFP response proc...
I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.
State management in React involves managing the state and props of components.
State is used to manage data that changes within a component
Props are used to pass data from a parent component to a child component
State can be updated using setState() method
Props are read-only and cannot be modified within a component
State and props are used together to create dynamic and interactive UIs
I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.
CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.
CI/CD pipeline automates the software delivery process
It helps in detecting and fixing bugs early in the development cycle
It ensures that the software is always in a releasable state
It reduces the time between writing code and deploying it to production
Examples of CI/CD tools include Jenkins, Travis CI, and CircleCI
Jenkinsfile is a text file that defines the entire build process for a Jenkins pipeline.
Jenkinsfile is written in Groovy syntax
It can be stored in a version control system like Git
It allows for defining stages, steps, and conditions for a pipeline
Jenkinsfile can be executed on any Jenkins instance
Example: pipeline { agent { docker 'maven:3-alpine' } stages { stage('Build') { steps { sh 'mvn -B -DskipTests clean package...
To connect a machine in a private subnet, use a bastion host or VPN.
Set up a bastion host in the public subnet to act as a gateway.
Use SSH tunneling or RDP to connect to the bastion host.
From the bastion host, connect to the machine in the private subnet.
Alternatively, set up a VPN to securely connect to the private subnet.
Configure the security group and network ACLs to allow the necessary traffic.
Ansible playbooks can be verified/validated using various tools and techniques.
Use Ansible's built-in syntax checker 'ansible-playbook --syntax-check'
Use Ansible's 'ansible-lint' tool to check for best practices and potential issues
Use 'ansible-playbook --check' to simulate playbook execution without making changes
Use 'ansible-playbook --diff' to show the differences between the current and desired state
Use 'ansible-pl...
Inventory is a list of hosts where Ansible runs tasks. Roles are reusable collections of tasks, files, and templates. Variables are used to store data.
Inventory is a file or directory containing a list of hosts or groups of hosts
Roles are used to organize tasks, files, and templates into reusable collections
Variables are used to store data that can be used across multiple tasks and roles
Example: inventory file can cont...
Adding a user in Jenkins
Go to Jenkins dashboard and click on 'Manage Jenkins'
Click on 'Manage Users' and then 'Create User'
Fill in the user details and click 'Create User'
Assign the necessary permissions to the user
Maven is a build automation tool used for Java projects. Install is for local repository, deploy is for remote repository.
Maven is used to manage dependencies and build Java projects
Install command installs the project's artifact (jar, war, etc.) to the local repository
Deploy command uploads the artifact to a remote repository
Install is used during development, deploy is used for distribution
Example: 'mvn install' inst...
I applied via Walk-in and was interviewed before Nov 2021. There were 4 interview rounds.
General knowledge, Maths questions.
I applied via Campus Placement and was interviewed before Oct 2021. There were 4 interview rounds.
If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars
Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability
I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.
JMS and queues can be configured by defining connection factories, destinations, and message listeners.
Define a connection factory for the JMS provider
Define a destination (queue or topic) for sending and receiving messages
Configure message listeners to receive and process messages
Example: In Apache ActiveMQ, create a connection factory and queue using the web console or configuration files
Example: In Spring Boot, conf...
Thread dump can be taken using various tools and commands.
Using jstack command in Java
Using kill -3 command in Unix/Linux
Using VisualVM tool
Using Eclipse MAT tool
Thread dump can help in identifying thread deadlock and performance issues
based on 1 interview experience
Wipro
Cognizant
Infosys
Tech Mahindra