Upload Button Icon Add office photos

Filter interviews by

Thinqloud Interview Questions and Answers

Updated 12 Aug 2024

Thinqloud Interview Experiences

Popular Designations

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 question in 20 minutes.

Round 2 - Technical 

(2 Questions)

  • Q1. Standard salesforce question
  • Q2. Define salesforce 360
  • Ans. 

    Salesforce 360 is a platform that provides a complete view of customers by integrating data from various sources.

    • Salesforce 360 integrates data from sales, service, marketing, and more to create a comprehensive customer profile.

    • It allows businesses to personalize customer interactions and improve overall customer experience.

    • With Salesforce 360, companies can gain insights into customer behavior and preferences to drive...

  • Answered by AI

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There is one round as a aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Some few admin, developer questions
  • Q2. What is flows, lifecycle
  • Ans. 

    Flows are automated processes in Salesforce that guide users through a series of steps. Lifecycle refers to the stages a flow goes through from creation to activation.

    • Flows are used to automate business processes in Salesforce

    • They can be created using the Flow Builder tool

    • Flows can include screens, logic, and data elements to guide users through a specific process

    • Lifecycle of a flow includes creation, testing, deployme

  • Answered by AI

Skills evaluated in this interview

Salesforce Administrator Interview Questions asked at other Companies

Q1. Man power management, what was the procedure for handling , storing, stacking?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test have questions in combinations of numerical reasoning, verbal reasoning, logical reasoning, english grammar, etc.

Round 2 - Technical 

(1 Question)

  • Q1. 1. When to use global apex class 2. Difference between Queueable, Batch class and Schedule class 3. Have you implemented flows for API call 4. What is decorator in LWC 5. Explain flow types
  • Ans. 

    1. Global apex classes are used when the class needs to be accessed from outside the package. 2. Queueable, Batch, and Schedule classes are used for asynchronous processing in Salesforce. 3. Yes/No. 4. Decorator in LWC is used to enhance the functionality of a component. 5. Flow types include autolaunched flows, screen flows, and trigger flows.

    • Global apex classes are used for external access

    • Queueable, Batch, and Schedu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your interview with your domain knowledge.

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Interview questions from similar companies

Interview Preparation Tips

Skills: Coding Skills And Knowledge On Data Structures, Knowledge About Database Managements Systems
College Name: Bharati Vidyapeeth Deemed University,Pune

Interview Questionnaire 

5 Questions

  • Q1. How do you make the child records read only of its parent record's field is updated to some value
  • Ans. 

    Child records can be made read-only when parent record's field is updated using validation rules.

    • Create a validation rule on child object

    • Use ISCHANGED() function to check if parent field is updated

    • Use PRIORVALUE() function to get the previous value of parent field

    • Use ISBLANK() function to check if the previous value of parent field is blank

    • Use ISNEW() function to allow creation of child records

    • Use OR() function to comb...

  • Answered by AI
  • Q2. How do you call a controllor method from javascript in visualforce page?
  • Ans. 

    To call a controller method from JavaScript in a Visualforce page, use the actionFunction tag.

    • Create a controller method in the Apex class.

    • Add an actionFunction tag in the Visualforce page.

    • Call the actionFunction from JavaScript using its name.

    • Pass parameters to the controller method using the actionFunction tag.

    • Use the rerender attribute to update the page after the controller method is called.

  • Answered by AI
  • Q3. What are the collectio variables and when do we use them in apex?
  • Ans. 

    Collection variables are used to store multiple values of the same data type in Apex.

    • Collection variables include Lists, Sets, and Maps.

    • Lists are ordered collections of elements that can contain duplicates.

    • Sets are unordered collections of unique elements.

    • Maps are collections of key-value pairs.

    • Collection variables are useful for iterating over multiple values and performing operations on them.

    • Example: List names = new...

  • Answered by AI
  • Q4. How do load both parent and child records at a time using data loader?
  • Ans. 

    Use data loader's parent-child functionality to load both parent and child records at once.

    • Create a CSV file with both parent and child records

    • Use the data loader's parent-child functionality to map the relationship between the two

    • Ensure that the parent records are loaded before the child records

    • Use the data loader's insert or upsert operation to load the data

  • Answered by AI
  • Q5. Syntax of batch class, future method
  • Ans. 

    Batch class and future method syntax in Salesforce development.

    • Batch class syntax: Implements Database.Batchable interface, has start(), execute() and finish() methods.

    • Future method syntax: Has @future annotation, returns void, takes parameters.

    • Example batch class syntax: public class MyBatch implements Database.Batchable { ... }

    • Example future method syntax: @future public static void myFutureMethod(String param) { ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apex triggers, batch class, asyncronous process, CPQ lifecycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Took a week to complete all 3 rounds, TR1,TR2 and HR. Then there was a waiting of about 25 days for the final offer letter. I would rate the process 4/5 , just because of the delay rest all was smooth.

Interview Questionnaire 

4 Questions

  • Q1. 1. Batch class
  • Q2. Test class
  • Q3. Permission set
  • Q4. Future method

I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. All about candidate and their interest skill assessments
Round 2 - Technical 

(1 Question)

  • Q1. All technical questions end to end in a 1 and half our long interview

Interview Preparation Tips

Interview preparation tips for other job seekers - It was Good , not so easy. Process is very quicker
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Apex Trigger Questions
  • Q2. Asynchronous Apex questions
Round 3 - HR 

(2 Questions)

  • Q1. Only Salary discussion
  • Q2. Some Personal Questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is batch job
  • Ans. 

    A batch job is a process that runs in the background to process large volumes of data in chunks.

    • Batch jobs are used in Salesforce to handle large data volumes efficiently.

    • They are typically scheduled to run at off-peak times to minimize impact on system performance.

    • Batch jobs can be used for data cleansing, data migration, and other data processing tasks.

    • Example: A batch job that updates all customer records with a new

  • Answered by AI
  • Q2. Can we change chunk size in batch job
  • Ans. 

    Yes, we can change the chunk size in a batch job.

    • Chunk size can be changed by setting the batch size parameter in the start method of the batch class.

    • The default chunk size is 200 records, but it can be increased or decreased based on the requirements.

    • Changing the chunk size can impact the performance of the batch job, so it should be tested thoroughly.

    • Example: If you want to process records in batches of 100, you can

  • Answered by AI

Skills evaluated in this interview

Thinqloud Interview FAQs

How many rounds are there in Thinqloud interview?
Thinqloud interview process usually has 2 rounds. The most common rounds in the Thinqloud interview process are Technical and Aptitude Test.
What are the top questions asked in Thinqloud interview?

Some of the top questions asked at the Thinqloud interview -

  1. 1. When to use global apex class 2. Difference between Queueable, Batch class a...read more
  2. What is flows, lifecy...read more
  3. define salesforce ...read more

Tell us how to improve this page.

Thinqloud Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

Thinqloud Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

4.2

Skill development

3.8

Work-life balance

3.5

Salary

3.0

Job security

4.1

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 9 Reviews and Ratings
Salesforce Developer
58 salaries
unlock blur

₹4 L/yr - ₹13.3 L/yr

Software Engineer
4 salaries
unlock blur

₹5.2 L/yr - ₹5.4 L/yr

Salesforce Developer Trainee
4 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Developer
3 salaries
unlock blur

₹5 L/yr - ₹7.2 L/yr

Developer
3 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Explore more salaries
Compare Thinqloud with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview