Faster and better experience!
i
Pixel Web Solutions
Filter interviews by
I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.
Easy coding interview
JDBC (Java Database Connectivity) is an API that allows Java programs to interact with databases.
JDBC provides a set of classes and interfaces to connect to and interact with databases.
It allows developers to write SQL queries, execute them, and process the results.
JDBC drivers enable communication between Java applications and different types of databases.
Example: Class.forName("com.mysql.jdbc.Driver"); Connection con...
Encapsulation in Java is the concept of bundling data (attributes) and methods (functions) that operate on the data into a single unit (class).
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by making it private and providing public methods to access and modify it.
Example: Creating a class 'Car' with private attributes like 'model' an...
Multithreading in Java allows multiple threads to execute concurrently within a single program.
Multithreading improves performance by allowing tasks to run in parallel.
Each thread has its own stack and program counter, but share the same memory space.
Java provides built-in support for multithreading through the java.lang.Thread class.
Example: Creating a new thread by extending the Thread class or implementing the Runna
Inheritance in Java allows a class to inherit properties and behaviors from another class.
Inheritance enables code reusability and promotes a hierarchical relationship between classes.
Subclasses can access the methods and fields of their superclass.
Example: class Dog extends Animal, where Dog inherits properties and behaviors from Animal.
I appeared for an interview before Aug 2016.
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
posted on 11 Feb 2022
I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.
1st test was aptitude and a easy coding test
The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question
posted on 27 Jun 2023
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
30 min test on simple google form
Half hour conding round on basic javascript questions
One hour coding round on little bit intermediate javascript questions
I appeared for an interview before Mar 2024.
The aptitude test mainly covered logical reasoning, quantitative aptitude, and basic programming concepts. Questions were of moderate difficulty, with some time-based problem-solving challenges. Practicing common aptitude topics like puzzles, numerical ability, and coding fundamentals can help in preparation.
The group discussion round focused on general topics related to technology, current affairs, and workplace scenarios. The evaluators were looking for clarity of thought, communication skills, and how well candidates could present their points while engaging with others. Staying confident and actively participating helped in getting selected.
posted on 19 Nov 2021
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
Check if a number is prime and optimize the code.
Start by checking if the number is less than 2, in which case it is not prime.
Iterate from 2 to the square root of the number and check if any of them divide the number evenly.
If a divisor is found, the number is not prime. Otherwise, it is prime.
To optimise API calls in React, use asynchronous functions and caching techniques.
Use async/await to handle API calls
Implement caching to reduce network requests
Use memoization to avoid unnecessary re-renders
Consider using a state management library like Redux
Use performance profiling tools like React DevTools
posted on 9 Feb 2022
I applied via Campus Placement
Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions
posted on 26 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components within a class, protecting the data.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class.
String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.
String buffer is synchronized, making it thread-safe for use in multi-threaded environments.
String builder is not synchronized, providing better performance in single-threaded applications.
String builder is faster than string buffer due to lack of synchronization overhead.
Example: StringBuffer sb = new StringBuffer(); Str
Strings are immutable in order to ensure data integrity and security.
Immutable strings prevent accidental data modification, ensuring data integrity.
Immutable strings enhance security by preventing unauthorized access or tampering.
Immutable strings allow for more efficient memory management and optimization.
Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.
There are two types of exceptions in Java: checked exceptions and unchecked exceptions.
Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.
Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.
Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.
Examples of unchecked exceptions include...
Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.
Iterate through each element in the list
Compare the current element with the target value
Return the index if a match is found, otherwise return -1
JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.
JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.
JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.
JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.
JDK is used for developing ...
based on 1 interview
Interview experience
Business Development Executive
13
salaries
| ₹0.9 L/yr - ₹6 L/yr |
SEO Analyst
12
salaries
| ₹0.9 L/yr - ₹4.4 L/yr |
Mobile Application Developer
8
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Digital Marketing Executive
6
salaries
| ₹1 L/yr - ₹4.1 L/yr |
Software Engineer
5
salaries
| ₹2 L/yr - ₹6 L/yr |
HCL Infosystems
Accel Frontline
Northcorp Software
Diverse Lynx