Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
Some basic PHP functions include echo, strlen, substr, array_push, and file_get_contents.
echo - outputs one or more strings
strlen - returns the length of a string
substr - returns a part of a string
array_push - adds one or more elements to the end of an array
file_get_contents - reads the contents of a file into a string
I have worked on various PHP frameworks including Laravel, CodeIgniter, and Symfony.
Laravel - used for building web applications with elegant syntax and features like routing, authentication, and ORM
CodeIgniter - lightweight framework with a small footprint and easy to learn
Symfony - used for building complex web applications with reusable components and best practices
I applied via Recruitment Consulltant and was interviewed before Nov 2022. There were 4 interview rounds.
Coding test regarding the tools and technologies
SOLID principles are a set of five design principles for writing maintainable and scalable code.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Classes should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correct...
Data binding in WPF allows synchronization of data between UI elements and data sources
Data binding in WPF can be achieved using the Binding markup extension
Properties of UI elements can be bound to properties of data objects
Example:
posted on 5 Oct 2023
I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Sep 2023. There were 2 interview rounds.
There was Aptitude, Technical and Coding. Coding there were 4 sections for 4 languages (C, C++, java, Python) We had to do atleast 2. Technical MCQs were based on OS, CN, DSA, C, C++, Python (Numpy, Panda) and Java
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Object-oriented programming concepts that help in organizing and structuring code.
Encapsulation: Bundling data and methods together in a class.
Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.
Polymorphism: Objects of different classes can be treated as objects of a common superclass.
Abstraction: Hiding complex implementation details and providing simplified interfaces.
Enca...
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There was 1 interview round.
Session in Java is a way to store information about a user across multiple requests.
Session is used to maintain stateful information about a user.
It is created when a user first accesses a web application and remains active until the user logs out or the session times out.
Session data is stored on the server and can be accessed by multiple requests from the same user.
It is commonly used for user authentication, shoppin...
Java Class Library is a collection of pre-compiled classes and methods that provide ready-to-use functionality for Java developers.
Java Class Library contains classes for common tasks like input/output, networking, database access, etc.
Developers can use these classes to save time and effort by reusing existing code.
Examples include java.lang, java.util, java.io, java.net, etc.
Java has several types of datatypes including primitive and reference types.
Primitive datatypes include int, double, boolean, char, etc.
Reference datatypes include classes, interfaces, arrays, etc.
Examples: int age = 25; String name = "John"; int[] numbers = {1, 2, 3};
Wrapper classes like Integer, Double, Boolean, etc. are used to wrap primitive types.
HTML stands for HyperText Markup Language. It is the standard markup language for creating web pages.
HTML is used to structure content on the web.
It uses tags to define elements such as headings, paragraphs, links, images, etc.
HTML documents are interpreted by web browsers to display the content.
Example:
To change a div background color in Java, use the setBackground() method and pass the desired color as a parameter.
Create a reference to the div element using its id or class
Use the setBackground() method to set the background color
Pass the desired color as a parameter to the setBackground() method
I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.
Checked exceptions are exceptions that must be declared in a method's signature or handled using try-catch blocks.
Checked exceptions are checked at compile-time.
They are typically used for exceptional conditions that can be reasonably recovered from.
Examples of checked exceptions in Java include IOException, SQLException, and ClassNotFoundException.
To remove duplicates from an ArrayList of strings, use a HashSet to store unique elements.
Create a HashSet and add all elements from the ArrayList to it.
Create a new ArrayList and add all elements from the HashSet to it.
The new ArrayList will contain only unique elements.
HashSet and HashMap are both data structures in Java that use hashing to store and retrieve elements.
HashSet uses HashMap internally to store its elements as keys with a dummy value.
HashMap uses an array of linked lists called buckets to store key-value pairs.
Both HashSet and HashMap use the hashCode() method to calculate the hash value of keys.
HashSet uses the hash value to determine the bucket where an element should...
Using Java stream, find the sum of all odd numbers in a list.
Use the filter() method to filter out the odd numbers from the list.
Use the mapToInt() method to convert the filtered numbers to integers.
Use the sum() method to calculate the sum of the filtered odd numbers.
posted on 29 Jul 2023
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
based on 2 reviews
Rating in categories
Sales Head
4
salaries
| ₹7.5 L/yr - ₹17.5 L/yr |
Digital Marketing Executive
4
salaries
| ₹3 L/yr - ₹4 L/yr |
Node Js Backend Developer
4
salaries
| ₹3.8 L/yr - ₹5.4 L/yr |
Software Developer
3
salaries
| ₹4 L/yr - ₹4.4 L/yr |
SEO Executive
3
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Cognizant
NTT Data Information Processing Services
Sutherland Global Services
Hexaware Technologies