Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I am a passionate Java Developer with 5 years of experience in developing web applications and implementing solutions.
5 years of experience in Java development
Strong expertise in developing web applications
Skilled in implementing solutions to meet client requirements
Various notations in Spring include XML configuration, JavaConfig, and annotations.
XML configuration: uses XML files to define beans and their dependencies
JavaConfig: uses Java classes to define beans and their dependencies
Annotations: uses annotations like @Component, @Autowired, @Controller, etc. to define beans and their dependencies
Use try-catch block with generic Exception class to handle unknown runtime exceptions.
Use try-catch block with Exception class to catch all runtime exceptions.
Handle the exception gracefully by logging the error or displaying a user-friendly message.
Consider using a finally block to clean up any resources.
Example: try { // code that may throw exception } catch (Exception e) { // handle exception }
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Sharing rules in Salesforce control access to records for specified groups of users
Sharing rules are used to extend sharing access to users in public groups or roles
There are two types of sharing rules: Criteria-based sharing rules and Ownership-based sharing rules
Criteria-based sharing rules are based on the criteria specified in the rule
Ownership-based sharing rules are based on the record owner
SOQL query to fetch contacts associated with an account
Use SELECT statement to retrieve fields from Contact object
Use WHERE clause to filter contacts associated with a specific Account Id
Example: SELECT Id, Name, Email FROM Contact WHERE AccountId = '001XXXXXXXXXXXXX'
I was interviewed in Apr 2024.
I am a Salesforce Developer with experience in developing custom applications and integrations.
Developing custom Salesforce applications
Integrating Salesforce with external systems
Implementing automation using Process Builder and Flow
Creating custom reports and dashboards
Working on Salesforce Lightning components
Different types of flows in Salesforce include autolaunched flows, screen flows, and scheduled flows.
Autolaunched flows are triggered by a process or record change and do not require user interaction.
Screen flows guide users through a series of screens to collect information or make decisions.
Scheduled flows are triggered at a specific time or on a recurring schedule.
Example: Autolaunched flow to update a record when a...
Salesforce offers various certifications for developers to showcase their expertise in different areas.
Salesforce Certified Platform Developer I
Salesforce Certified Platform Developer II
Salesforce Certified Commerce Cloud Digital Developer
Salesforce Certified Marketing Cloud Developer
test.startTest and test.stopTest are used in Salesforce to isolate and execute test code.
test.startTest and test.stopTest are used to isolate and execute test code within a specific context
test.startTest marks the beginning of a block of code that should be covered by a single test transaction
test.stopTest marks the end of that block and ensures that all asynchronous processes are completed before continuing
Using these...
LDT stands for Long Data Type and has restrictions on its usage in Salesforce.
LDT is a custom field type in Salesforce used for storing large amounts of text data.
It has a limit of 131,072 characters per record.
LDT fields cannot be used in formula fields or workflow rules.
LDT fields are not searchable in Salesforce reports.
Use SOQL query to fetch the second maximum amount record of opportunity
Use ORDER BY clause to sort the records by amount in descending order
Use LIMIT 2 to fetch the top 2 records
Use OFFSET 1 to skip the first record and fetch the second maximum amount record
Cloud SynApps interview questions for popular designations
I was interviewed in Jun 2024.
Batch, trigger, apex, integration was asked,
Asked to write a lwc scenario
Asked find out whats wrong in a code, overall quite average
Top trending discussions
I was interviewed in Jan 2025.
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
posted on 4 Feb 2025
I was interviewed in Jan 2025.
Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.
Open for fixed term hire
Willing to work from client location at Gurgaon for 3 days a week
Implemented automated testing using Selenium WebDriver and JUnit in Agile environment
Implemented automated testing framework using Selenium WebDriver
Utilized JUnit for test case management
Worked in Agile environment to ensure continuous testing and integration
Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.
Pilot testing involves a small group of users testing the functionality in a controlled environment.
Beta testing involves a larger group of users testing the functionality in a real-world environment.
...
Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.
Primary key enforces uniqueness and not null constraint on a column
Unique key enforces uniqueness but allows null values
To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query
Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.
STLC includes requirements analysis, test planning, test design, test execution, and test closure.
Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.
STLC ensures that the so...
303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.
303 status code indicates that the resource can be found at a different URI and should be retrieved from there
PUT method is used to update an existing resource in the API
DELETE method is used to remove a resource from the API
3 point esti...
Links and labels that can be tagged to a bug in Jira
Links: related issues, documents, websites
Labels: priority, severity, type, status
Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.
Shell scripting automates tasks by writing scripts in a Unix/Linux environment
Grep command is used to search for specific patterns in text files
Example: grep 'search_pattern' file.txt
Href is not a standard Unix command, it may be a typo or a custom script
To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.
Listen to the team member's perspective and concerns
Communicate openly and calmly about the issue
Find common ground and areas of agreement
Work together to find a solution that benefits both parties
Seek input from other team members or a mediator if ne
Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.
Yes, open to relocating to Bangalore and working from client's office
Yes, open to working in night/rotational shifts
Yes, open to working in long extendable hours or 24X7 culture
Goal is to excel in automation testing
posted on 6 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I was interviewed in Aug 2024.
based on 5 interviews
Interview experience
based on 9 reviews
Rating in categories
Salesforce Developer
26
salaries
| ₹6 L/yr - ₹13.8 L/yr |
Salesforce Consultant
5
salaries
| ₹15 L/yr - ₹21.5 L/yr |
Senior Salesforce Developer
4
salaries
| ₹12 L/yr - ₹23.6 L/yr |
Associate Software Engineer
3
salaries
| ₹18 L/yr - ₹25 L/yr |
Technical Lead
3
salaries
| ₹24 L/yr - ₹28 L/yr |
CloudConnect Communications
Cloud Solutions
Cloud Tech
Cloud Systems