Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2019. There were 5 interview rounds.
Design patterns are reusable solutions to common software development problems.
Design patterns provide proven solutions to recurring problems in software development.
They help in creating code that is more flexible, reusable, and maintainable.
Some common design patterns include Singleton, Factory, Observer, and Decorator.
Singleton pattern ensures that only one instance of a class is created.
Factory pattern provides a w...
PHP program to print *(stars) in pyramid shape
Use nested for loops to print the pyramid shape
The outer loop controls the number of rows
The inner loop controls the number of stars to print in each row
Use a combination of spaces and stars to create the pyramid shape
To display an image from a database in a PHP view page, retrieve the image as a blob and output it with appropriate headers.
Retrieve the image data from the database as a blob.
Set the appropriate content-type header for the image format.
Output the image data to the response body.
PHP program to sort array of strings
Use the built-in sort() function
Pass the array as argument to the sort() function
Use the SORT_STRING flag to sort the array as strings
Top trending discussions
posted on 4 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Yes, future methods can be called from a batch class in Salesforce.
Future methods can be called from batch classes to perform asynchronous processing.
This can be useful for offloading long-running tasks to future methods to avoid hitting governor limits.
Example: Calling a future method from a batch class to update records in Salesforce asynchronously.
The @track decorator in Salesforce is used to track changes to a property in a Lightning web component.
Used to make a property reactive and trigger re-renders when its value changes
Not mandatory but recommended for properties that need to be reactive
Use @track when you want changes to a property to be reflected in the UI
APEX CPU Limit Exceeded error happens when code consumes too much CPU time. Best practices include optimizing code, reducing loops, and using asynchronous processing.
Avoid using nested loops and optimize code for better performance
Use asynchronous processing like @future or Queueable to offload CPU intensive tasks
Limit the use of SOQL queries inside loops to reduce CPU consumption
Mixed DML Exception occurs when DML operations are performed on setup and non-setup objects in a single transaction.
Occurs when DML operations are performed on both setup and non-setup objects in a single transaction
Setup objects include User, Profile, PermissionSet, etc.
Non-setup objects include custom objects, standard objects like Account, Contact, etc.
The code will output 'undefined' because variable 'a' is hoisted within the function.
Variable 'a' is hoisted to the top of the function scope, so when 'console.log(a)' is called, 'a' is undefined.
To fix this, move the declaration of 'var a=2;' above the 'console.log(a);' statement.
SOQL query to fetch description field from Account and reason for inability to filter
SOQL query: SELECT Description FROM Account
Description field is not filterable because it is a long text field
Long text fields cannot be filtered in SOQL queries
posted on 26 Nov 2024
Create an API endpoint to update employee details.
Use PUT method to update employee details
Validate input data before updating
Return success message or error message accordingly
posted on 14 Oct 2024
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
SOLID is a set of five design principles that help make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities 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 with...
Object-oriented programming concepts in C#
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to take on multiple forms
Abstraction: hiding the complex implementation details and showing only the necessary features
Aptitude,reasoning,verbal,C language,Java,C++
To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.
Define endpoints for different resources (e.g. /users, /products)
Use HTTP methods (GET, POST, PUT, DELETE) for CRUD operations
Handle requests and responses in JSON format
Follow REST principles like statelessness, uniform interface, and client-server architecture
Pagination in JPA allows fetching a subset of results from a query.
Use the setFirstResult() method to set the starting index of the results to retrieve
Use the setMaxResults() method to set the maximum number of results to retrieve
Combine setFirstResult() and setMaxResults() to implement pagination
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Oop concept, Multithread, String
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
To connect to the backend, you can use APIs, database connections, or web services.
Use APIs to send and receive data between the frontend and backend
Establish database connections to retrieve and store data
Utilize web services for communication between different systems
Senior Software Engineer
192
salaries
| ₹6.2 L/yr - ₹22.5 L/yr |
Software Engineer
175
salaries
| ₹4.2 L/yr - ₹14 L/yr |
Softwaretest Engineer
47
salaries
| ₹2.4 L/yr - ₹12.6 L/yr |
Technical Lead
46
salaries
| ₹12.2 L/yr - ₹35 L/yr |
Software Developer
42
salaries
| ₹3.8 L/yr - ₹12.7 L/yr |
Hurix Systems
Aptara
Serosoft Solutions
Magic Edtech