Filter interviews by
Be the first one to contribute and help others!
Leetcode easy-medium
Cyber security is the practice of protecting systems, networks, and data from digital attacks.
Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.
It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.
Examples of cyber security measures include firewalls, ant...
Types of encryption include symmetric encryption, asymmetric encryption, and hashing.
Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.
Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.
Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.
Implement various operations on a linked list and solve related problems like reversing a linked list or detecting a cycle.
Understand the basic structure of a linked list with nodes containing data and a reference to the next node.
For insertion, update the pointers of the nodes accordingly to maintain the sequence.
For deletion, adjust the pointers to skip the node to be deleted.
To reverse a linked list, iterate through...
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.
Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.
Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.
Retesting is done to ensure ...
300 represents multiple choices and 301 represents moved permanently.
300 status code represents multiple choices, indicating that the requested resource has multiple representations available.
301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.
Both status codes are used in HTTP responses to indicate the status of a requested resource.
Examples of 3...
Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.
Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.
Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.
Smoke testing is performed after the build is received from the d...
Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.
Severity is based on the extent of damage caused by a defect
Priority is based on the importance of the affected functionality
High Severity and High Priority defects should be fixed first
Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability
High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.
High priority issues are critical and can cause system failure or data loss
Low severity issues are minor and do not affect the system's functionality
Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet been...
Low priority and high severity refer to the impact and urgency of a bug respectively.
Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.
High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.
For example, a low priority bug could be a typo in a non-critical error mess...
Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.
Agile values individuals and interactions over processes and tools
It emphasizes working software over comprehensive documentation
It encourages collaboration between developers and customers
It involves breaking down projects into smaller, manageable chunks called sprints
Examples of Agile methodologies...
The test that should be done first is the one that covers the most critical and high-risk functionality.
Identify critical and high-risk functionality
Prioritize tests based on risk
Perform tests in a logical order
Re-evaluate test priorities as development progresses
I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.
In aptitude test,there is multiple questions are there in subject wise and reasoning,and subtopics like ages,clocks, distance like these types questions are there and java problem questions also there
Questions asked in a Full Stack Software Developer interview
Questions on OOPs concepts, design patterns, and MVC architecture
Array and string manipulation in Java
Understanding of JDK, JRE, and JVM
Usage of 'this' and 'super' keywords
Solving Java problems like palindrome, prime number, etc.
Explanation of Java's platform independence
SQL queries and commands
MVC is a design pattern used in Java for separating concerns. Java has many design patterns like Singleton, Factory, etc.
MVC separates Model, View, and Controller for better organization and maintenance
Singleton ensures only one instance of a class is created
Factory pattern creates objects without exposing the instantiation logic to the client
Observer pattern allows objects to be notified of changes in other objects
Dec...
JDBC is a Java API for connecting to databases. Spring Boot provides auto-configuration for JDBC.
JDBC stands for Java Database Connectivity.
It is a Java API for connecting to databases.
Spring Boot provides auto-configuration for JDBC, making it easy to set up database connections.
JDBC can be used to execute SQL statements and retrieve results.
Example: DriverManager.getConnection(url, username, password);
I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.
Approach debugging by understanding the code flow, using debugging tools, isolating the issue, and testing solutions.
Start by understanding the code flow and identifying potential areas where the issue may be occurring.
Use debugging tools like breakpoints, logging, and stack traces to pinpoint the source of the problem.
Isolate the issue by reproducing it consistently and narrowing down the scope of the problem.
Test pot...
Refactored a legacy codebase to improve performance by optimizing database queries.
Identified bottlenecks in the codebase by profiling and analyzing performance metrics.
Rewrote complex and inefficient database queries to improve response times.
Implemented caching mechanisms to reduce redundant database calls.
Refactored code to follow best practices and improve maintainability.
Tested the changes thoroughly to ensure the
By prioritizing tasks, using efficient algorithms, and conducting code reviews.
Prioritize tasks based on impact and complexity to focus on critical components first.
Utilize efficient algorithms and data structures to optimize code performance.
Conduct code reviews with team members to identify potential bottlenecks and suggest improvements.
Example: Prioritize implementing a caching mechanism for frequently accessed data
I would approach the situation by respectfully discussing the pros and cons of both solutions and finding a compromise.
Listen to the senior team member or client's perspective and understand their reasoning
Present your preferred solution along with the reasons why you believe it is the best approach
Engage in a constructive discussion to find common ground or a compromise
Consider the impact of each solution on the proje...
I regularly attend tech conferences, read industry blogs, participate in online courses, and collaborate with colleagues to stay updated.
Attend tech conferences to learn about new technologies and trends
Read industry blogs and articles to stay informed
Participate in online courses and tutorials to expand knowledge
Collaborate with colleagues to share insights and learn from each other
I use package managers, regularly update dependencies, and conduct security audits.
Utilize package managers like npm, pip, or Maven to manage dependencies
Regularly update dependencies to ensure compatibility and security patches
Conduct security audits using tools like OWASP Dependency-Check or Snyk
Consider using dependency locking to ensure consistent builds
I implemented a new feature using React Native and had to learn the framework on the job.
Researched online resources and documentation to understand React Native
Experimented with small projects to practice using React Native
Sought help from colleagues or online communities when facing challenges
Identified and addressed a potential bottleneck in a system before it became a problem.
Monitored system performance regularly to identify any potential bottlenecks
Analyzed system logs and metrics to pinpoint the root cause of the bottleneck
Implemented optimizations such as caching, indexing, or code refactoring to address the bottleneck
Collaborated with team members to implement a long-term solution to prevent similar
I prioritize tasks based on deadlines, impact, and dependencies, and use tools like to-do lists and project management software.
Evaluate deadlines and prioritize tasks that are due soon
Consider the impact of each task on the overall project or team goals
Identify dependencies between tasks and prioritize accordingly
Use tools like to-do lists, project management software, or time-blocking techniques to stay organized
Regu
I use consistent naming conventions, inline comments, and thorough documentation to ensure clean and well-documented code.
Follow consistent naming conventions for variables, functions, and classes to make the code easier to understand.
Include inline comments to explain complex logic or algorithms within the code.
Write thorough documentation for each function, class, and module to provide context and usage instructions ...
Approach integrating new feature into existing system without disruption
Analyze the existing system to understand its architecture and dependencies
Identify the impact of the new feature on the current functionality
Implement the new feature in a separate branch or environment for testing
Conduct thorough testing to ensure the new feature works as expected and does not break existing functionality
Gradually integrate the n...
I applied via Indeed and was interviewed in Mar 2023. There were 3 interview rounds.
I am a software developer with a passion for creating efficient and user-friendly applications.
Proficient in multiple programming languages such as Java, C++, and Python
Experience in developing web applications using HTML, CSS, and JavaScript
Strong problem-solving and analytical skills
Familiarity with agile development methodologies
Excellent communication and teamwork abilities
I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.
I have 5 years of experience as a Software Developer.
I have gained expertise in various programming languages and frameworks.
I have successfully delivered multiple projects and contributed to their success.
I want to switch to explore new technologies and challenges.
I believe switching will help me enhanc
Simple basic code for Form data
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
Technical skills are abilities and knowledge required to perform specific tasks related to technology and software development.
Technical skills include programming languages, software development methodologies, database management, and system administration.
Examples of technical skills are proficiency in Java, knowledge of Agile methodology, experience with SQL databases, and expertise in Linux administration.
Technical...
Technical skills can be used to solve complex problems and create innovative solutions.
Identify the problem or challenge
Determine the appropriate technology or programming language to use
Develop a plan or strategy for implementation
Collaborate with team members and stakeholders
Test and refine the solution
Continuously learn and improve technical skills
Algorithms for manipulating arrays and strings in coding
Use sorting algorithms like quicksort and mergesort for arrays
Use string manipulation functions like substring and replace for strings
Use dynamic programming for optimizing solutions to array and string problems
Designing a large scale Ad Server
Use distributed systems for scalability
Implement caching for faster ad delivery
Ensure high availability and fault tolerance
Use real-time bidding for efficient ad placement
Implement fraud detection mechanisms
Ensure compliance with privacy regulations
Manager
4
salaries
| ₹5.1 L/yr - ₹9.8 L/yr |
Inside Sales Executive
4
salaries
| ₹3.2 L/yr - ₹4 L/yr |
Freelancer
4
salaries
| ₹2.6 L/yr - ₹3 L/yr |
Business Analyst
3
salaries
| ₹2.4 L/yr - ₹9.8 L/yr |
Key Account Manager
3
salaries
| ₹5.4 L/yr - ₹10 L/yr |
Cybermedia
IDG Media
Zee Media Corporation
Network 18