Filter interviews by
I wish to work on developing applications using artificial intelligence and machine learning technologies.
Passionate about developing intelligent systems that can learn and adapt
Interested in working on projects involving natural language processing, computer vision, and predictive analytics
Experience with tools and frameworks like TensorFlow, PyTorch, and scikit-learn
Program to find duplicate number in array of 1 to 100 items.
Iterate through array and use a set to keep track of seen numbers.
If a number is already in set, it is a duplicate.
Return the duplicate number found.
I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.
A program to count the number of vowels and consonants in a given string.
Iterate through each character in the string
Check if the character is a vowel or consonant
Increment the respective count
Return the counts of vowels and consonants
Program to reverse a string
Use a loop to iterate through the string and append each character to a new string in reverse order
Alternatively, use built-in string functions like reverse() or slice()
Program to delete middle node from linked list
Traverse the list to find the middle node
Delete the middle node by updating pointers
Handle edge cases like even number of nodes
Truncate removes all data from a table while drop deletes the table itself.
Truncate is faster than drop as it only removes data and not the table structure
Truncate cannot be rolled back while drop can be
Truncate resets the identity of the table while drop does not
Truncate can only be used on tables while drop can be used on tables, views, and indexes
Static keyword is used to define a class-level variable or method that can be accessed without creating an instance of the class.
Static variables are shared among all instances of a class
Static methods can be called without creating an object of the class
Static keyword can also be used to define a static block of code that gets executed only once when the class is loaded
Example: public static int count = 0; or public s
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 can be achieved through method overloading or method overriding.
Example: A shape class can have different subclasses like circle, square, and triangle. Each subclass can have its own implementation of the draw method.
Polymorphism makes code more flexible and r
Top trending discussions
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Questions mainly from Linked list.
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
Basic aptitude and coding problems were asked
System design and advanced algorithms were asked
Some of the top questions asked at the Wittybrains Software Technologies Software Engineer interview -
based on 3 interviews
Interview experience
based on 9 reviews
Rating in categories
Software Engineer
57
salaries
| ₹2.2 L/yr - ₹9.7 L/yr |
Softwaretest Engineer
32
salaries
| ₹2 L/yr - ₹7 L/yr |
Software Developer
20
salaries
| ₹2.6 L/yr - ₹11.5 L/yr |
Senior Software Test Engineer
18
salaries
| ₹7 L/yr - ₹13 L/yr |
Technical Lead
6
salaries
| ₹14 L/yr - ₹31.5 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Bss Microfinance