Add office photos
Employer?
Claim Account for FREE

Cloud SynApps

4.2
based on 7 Reviews
Filter interviews by

10+ Kyndryl Interview Questions and Answers

Updated 21 Nov 2024

Q1. Why we use test.startTest and test.stopTest?

Ans.

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 methods helps in accurately measuring the performance and...read more

Add your answer

Q2. Explain different types of flows. Also, one scenario is given.

Ans.

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 certain field is changed.

  • Example: Screen flow to create a...read more

Add your answer

Q3. Write an SOQL query to fetch all the contacts associated with an account.

Ans.

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'

Add your answer

Q4. How many sf certificates?

Ans.

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

Add your answer
Discover Kyndryl interview dos and don'ts from real experiences

Q5. What are Lwc Decorators?

Add your answer

Q6. What is sharing rules and its types

Ans.

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

Add your answer

Q7. How to handle runtime exceptions when we dont know exact exception

Ans.

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 }

Add your answer

Q8. Query to fetch the second maximum amount record of opportunity

Ans.

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

Add your answer

Q9. What is LDT and its restrictions

Ans.

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.

Add your answer

Q10. Various notations in spring.

Ans.

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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Kyndryl

based on 5 interviews in the last 1 year
Interview experience
3.6
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 386 Interview Questions
4.3
 • 275 Interview Questions
3.8
 • 266 Interview Questions
3.7
 • 179 Interview Questions
3.2
 • 162 Interview Questions
View all
Top Cloud SynApps Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter