Filter interviews by
Inheritance is a mechanism in which one class acquires the properties and behaviors of another class.
Allows for code reuse and promotes code organization
Parent class is called superclass and child class is called subclass
Subclass can override or extend the methods and fields of the superclass
Example: class Dog extends Animal {}
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It is achieved through method overriding and method overloading.
Example: A parent class Animal can have child classes like Dog, Cat, and Cow. All these child classes can have their own implementation of the method 'makeSound', which is overridden from the parent ...
Restful web services are APIs that use HTTP requests to GET, PUT, POST and DELETE data.
REST stands for Representational State Transfer
RESTful web services use HTTP methods to perform operations on resources
RESTful web services are stateless
RESTful web services return data in JSON or XML format
Examples of RESTful web services include Twitter API, Google Maps API, and GitHub API
posted on 10 May 2021
I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 26 Oct 2020
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
Data scraping, computer vision, agile methodologies, change request, and testing methods are all important aspects of software engineering.
Data scraping involves extracting data from websites or other sources.
Computer vision involves using algorithms to interpret and analyze visual data.
Agile methodologies are a set of principles for software development that prioritize flexibility and collaboration.
Change requests are...
I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.
posted on 30 Nov 2021
I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.
Find sum of squares of numbers in list using stream API.
Use mapToInt() to convert list of integers to IntStream
Use map() to square each element of IntStream
Use sum() to get the sum of squares
Searching in 2D sorted array row wise and column wise.
Start from the top right corner or bottom left corner
Compare the target with the current element
Move left or down if target is smaller or move right or up if target is larger
Repeat until target is found or out of bounds
posted on 8 Apr 2021
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
posted on 19 May 2022
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.
The binary tree is represented i...
Print nodes of a binary tree in spiral order traversal.
Use a queue to perform level order traversal of the binary tree.
Alternate between printing nodes from left to right and right to left at each level.
Handle null nodes represented by '-1' appropriately.
Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.
Round duration - 60 Minutes
Round difficulty - Easy
You are given a list of N
strings called A
. Your task is to determine whether you can form a given target string by combining one or more strings from A
.
The strings from A
c...
Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.
Iterate through all possible combinations of strings from the list to form the target string.
Use recursion to try different combinations of strings.
Check if the current combination forms the target string.
Return true if a valid combination is found, otherwise return false.
Round duration - 60 Minutes
Round difficulty - Easy
Design an elevator system for efficient vertical transportation.
Divide building into zones to optimize elevator usage.
Implement algorithms for efficient elevator scheduling.
Include safety features like emergency stop buttons and overload sensors.
Consider user interface for passengers to select floors and monitor elevator status.
Tip 1 : Never give up
Tip 2 : Practice
Tip 3 : Be positive
Tip 1 : Keep it short
Tip 2 : Highlight skills and achievements
I appeared for an interview in Jul 2019.
I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.
Rotational shifts refer to working in different shifts at different times. Web service flow is the sequence of steps involved in a web service request. Checking ports on Unix or Solaris machine involves using the netstat command.
Rotational shifts involve working in different shifts at different times, such as day shift, night shift, and swing shift.
Web service flow involves a sequence of steps, such as sending a reques...
based on 8 reviews
Rating in categories
Software Developer
26
salaries
| ₹3 L/yr - ₹5.6 L/yr |
Software Engineer
20
salaries
| ₹2.5 L/yr - ₹7 L/yr |
Test Engineer
13
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Softwaretest Engineer
8
salaries
| ₹3.1 L/yr - ₹4.5 L/yr |
Java Developer
7
salaries
| ₹2 L/yr - ₹3.8 L/yr |
Oracle
Amdocs
Carelon Global Solutions
Automatic Data Processing (ADP)