Upload Button Icon Add office photos

Filter interviews by

AlgoCirrus Interview Questions and Answers

Updated 6 Nov 2024

AlgoCirrus Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About project tell me 3 projects
Round 2 - Group Discussion 

They give you one topic

Round 3 - Technical 

(1 Question)

  • Q1. Some coding questiond
Round 4 - HR 

(1 Question)

  • Q1. How you see yourself after 5 years

Salesforce Developer Trainee Interview Questions asked at other Companies

Q1. What is the difference between class and object?
View answer (1)

HCLTech

There's no stopping you

We offer diverse programs to shape your career and future

Salesforce Developer Interview Questions & Answers

user image Saumya Tripathi

posted on 9 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is interpreter?
  • Ans. 

    An interpreter is a program that directly executes instructions written in a programming language without the need for compiling.

    • Interpreters translate high-level code into machine code on the fly

    • Interpreters are commonly used in scripting languages like Python and JavaScript

    • Interpreters are slower than compilers as they need to translate code each time it runs

  • Answered by AI
  • Q2. What is C++ and OOPS?
  • Ans. 

    C++ is a programming language known for its performance and flexibility, while OOPS stands for Object-Oriented Programming System.

    • C++ is a high-level programming language with features like classes, inheritance, polymorphism, and encapsulation.

    • OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of attributes and code in the form of methods.

    • C++ supports OOPS principles, mak...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you wanted to join us?
  • Ans. 

    I am passionate about Salesforce development and believe in the company's innovative approach to technology.

    • I have extensive experience in Salesforce development and am excited about the opportunity to work with a leading company in the field.

    • I admire the company's commitment to customer success and am eager to contribute to their mission.

    • I have heard great things about the company's culture and am looking forward to b

  • Answered by AI
  • Q2. What are your strengths?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong communication abilities.

    • Strong problem-solving skills - able to analyze complex issues and find effective solutions

    • Attention to detail - meticulous in my work to ensure accuracy and quality

    • Strong communication abilities - able to effectively convey ideas and collaborate with team members

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't find job.

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)
AlgoCirrus Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 Rounds: 2 Tech & 1 Management

Topics: JAVA, OOPs, Coding Logic, Aptitude, IQ, Reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Algocirrus is an amazing place to be. Even the interview experience was fantastic & working here is even better.

Salesforce Developer Trainee Interview Questions asked at other Companies

Q1. What is the difference between class and object?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Pattern program in Java
  • Ans. 

    Pattern program in Java involves printing a specific pattern using loops.

    • Use nested loops to print the desired pattern

    • Identify the pattern and determine the logic to print it

    • Experiment with different loop structures to achieve the pattern

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fresher must focus on Java core concepts and basics coding skills

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)

AlgoCirrus interview questions for popular designations

 Salesforce Developer

 (2)

 Salesforce Developer Trainee

 (2)

 Business Analyst

 (1)

Business Analyst Interview Questions & Answers

user image Ayush Kaushik

posted on 12 Jun 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Case Study 

One case study regarding like Amazon is a e-commerce company make a dashboard like that friendly dashboard.

Round 2 - Technical 

(1 Question)

  • Q1. Salesforce a analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics questions and programs related to trigger,lightning and few questions on lwc

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice programming more and be confident

Interview Preparation Tips

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

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

Interview Questionnaire 

1 Question

  • Q1. Apex, WF and PB, Asynchronous, order of execution, flows, basics of Lightning, Governance limit, Deployment types

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.

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 Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basics related to customisations and configuration
  • Q2. Basics of integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with realtime scenarios.
To back up all concepts that will be asked you to explain
Contribute & help others!
anonymous
You can choose to be anonymous

AlgoCirrus Interview FAQs

How many rounds are there in AlgoCirrus interview?
AlgoCirrus interview process usually has 2 rounds. The most common rounds in the AlgoCirrus interview process are Technical, One-on-one Round and HR.
How to prepare for AlgoCirrus interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at AlgoCirrus. The most common topics and skills that interviewers at AlgoCirrus expect are Apex, Business Development, Communication Skills, Computer science and Fund Raising.
What are the top questions asked in AlgoCirrus interview?

Some of the top questions asked at the AlgoCirrus interview -

  1. What is C++ and OO...read more
  2. What is interpret...read more
  3. Pattern program in J...read more

Recently Viewed

SALARIES

Zoho

DESIGNATION

JOBS

Browse jobs

Discover jobs you love

DESIGNATION

DESIGNATION

INTERVIEWS

Impaqtive

No Interviews

REVIEWS

HighRadius

No Reviews

REVIEWS

HighRadius

No Reviews

REVIEWS

HighRadius

No Reviews

REVIEWS

HighRadius

No Reviews

Tell us how to improve this page.

AlgoCirrus Interview Process

based on 6 interviews

Interview experience

3.7
  
Good
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

AlgoCirrus Reviews and Ratings

based on 9 reviews

4.0/5

Rating in categories

4.3

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 9 Reviews and Ratings
Salesforce Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Salesforce Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer Trainee
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer Intern
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AlgoCirrus with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent