Upload Button Icon Add office photos

Filter interviews by

Aircall Senior Salesforce Developer Interview Questions and Answers

Updated 2 Mar 2024

Aircall Senior Salesforce Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Basic triggers scenarios, Aura snippets, Queueable vs Future methods

Interview Preparation Tips

Interview preparation tips for other job seekers - I've attended interview rounds to Aircall.io India offices past week.
I've had the worst interview experience in my career so far.

Instead of analyzing the skillsets and making notes of interviewee,
the interviewer was keen to disempower and demotivate, the whole rounds felt a waste of time/ rigged. He didn't give enough care while I re-iterated the problem given,
But constantly interrupted while coding and making assumptions of coming lines of code.

Also he was very pesty and had belittle comments when I forgot a Collection API name and written a wrong one, which I admitted Iam unable to recall.
Also he ended the interview abruptly after his mean comments and
didn't give a chance to finish nor given any feedback nor improvement points.

I'm wondering whether this is the core values and true company behavior.
If so I feel very sorry for the team he is leading.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

Interview Questionnaire 

1 Question

  • Q1. Mostly they checking your presence in interview and asking about your experience for particular field and background.

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. MPLS, OSPF, BGP, ISIS

Interview Preparation Tips

Interview preparation tips for other job seekers - Never fake

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to integrate the sites or the integration steps?
  • Ans. 

    Integration of sites involves identifying the systems to be integrated, defining the data flow, and implementing the integration process.

    • Identify the systems to be integrated

    • Define the data flow between the systems

    • Choose the appropriate integration method (API, ETL, etc.)

    • Develop and test the integration process

    • Deploy the integration process and monitor for errors

    • Ensure data security and compliance

    • Provide ongoing suppor

  • Answered by AI
  • Q2. What vlan?
  • Ans. 

    VLAN stands for Virtual Local Area Network and is used to logically separate a network into smaller segments.

    • VLANs are used to improve network performance and security.

    • They allow for better network management and easier troubleshooting.

    • VLANs can be configured on switches and routers.

    • Examples of VLANs include separating guest and employee networks or separating different departments within a company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen carefully to interviwer & tell the answers with confidently.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Diameter Protocol?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you yourself updated on Diameter protocol and PCRF
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. Define your experience
  • Ans. 

    I have 5 years of experience in software development, specializing in web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Specialize in web applications

    • Proficient in Java, Spring, and Angular

  • Answered by AI
  • Q2. Difference between HTML and CSS
  • Ans. 

    HTML is used for structuring content on a webpage, while CSS is used for styling and formatting that content.

    • HTML stands for HyperText Markup Language and is used to create the structure of a webpage.

    • CSS stands for Cascading Style Sheets and is used to style the elements created with HTML.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS uses selectors to target specific HTML elements a...

  • Answered by AI
  • Q3. Explain webpack?
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various types of assets like JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Common configuration options include entry point, output path, loaders, and plugins.

  • Answered by AI
  • Q4. Difference between span tag and div tag in HTML5?
  • Ans. 

    Span tag is an inline element used for styling small portions of text, while div tag is a block-level element used for grouping and styling larger sections of content.

    • Span tag is used for styling inline elements like text or images.

    • Div tag is used for grouping and styling larger sections of content.

    • Span tag does not create a new line, while div tag creates a new block-level element.

    • Example: <span style='color: red;'...

  • Answered by AI
  • Q5. Explain HTML5 web storage?
  • Ans. 

    HTML5 web storage is a way to store data locally in a user's browser.

    • HTML5 web storage allows for storing key/value pairs locally in a user's browser.

    • It provides two storage mechanisms - localStorage and sessionStorage.

    • localStorage stores data with no expiration date, while sessionStorage stores data for one session only.

    • Data stored in web storage is accessible across pages and browser sessions.

    • Example: localStorage.se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Before applying for jobs, identify your strength, skills and interest. Align them with roles that excite you and offer growth opportunities.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Discuss about previous job and salary
Round 2 - Technical 

(1 Question)

  • Q1. Basic construction knowledge
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic questions like positioning array , sorting

I applied via Company Website and was interviewed in Jan 2022. There were 3 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is mean by testing
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it satisfies specified requirements.

    • Testing is done to identify defects or errors in software or hardware.

    • It involves executing a system or component with the intent of finding bugs or verifying its functionality.

    • Testing can be performed at various levels such as unit testing, integration testing, system testing, and acceptance testing.

    • Different...

  • Answered by AI
  • Q2. Why we are doing testing
  • Ans. 

    Testing is done to ensure that the software meets the requirements and is of high quality.

    • To identify defects and errors in the software

    • To ensure that the software meets the specified requirements

    • To improve the quality of the software

    • To increase customer satisfaction

    • To reduce the risk of software failure

    • To ensure that the software is reliable and secure

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build strong customer relationships and problem-solve technical issues to make businesses more productive, collaborative, and innovative.

Skills evaluated in this interview

Aircall Interview FAQs

How many rounds are there in Aircall Senior Salesforce Developer interview?
Aircall interview process usually has 1 rounds. The most common rounds in the Aircall interview process are Coding Test.

Tell us how to improve this page.

Aircall Senior Salesforce Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

C DOT Interview Questions
3.8
 • 27 Interviews
Vectone Mobile Interview Questions
2.1
 • 11 Interviews
CIK Telecom Interview Questions
2.9
 • 8 Interviews
View all
Senior Software Engineer
17 salaries
unlock blur

₹22.5 L/yr - ₹43 L/yr

Software Engineer
12 salaries
unlock blur

₹18 L/yr - ₹27.5 L/yr

Product Manager
5 salaries
unlock blur

₹25 L/yr - ₹32 L/yr

QA Engineer
4 salaries
unlock blur

₹12 L/yr - ₹19 L/yr

Software Engineer III
4 salaries
unlock blur

₹30 L/yr - ₹36 L/yr

Explore more salaries
Compare Aircall with

Huawei Technologies

4.0
Compare

Shah Technical Consultants

3.5
Compare

Technocon Services

3.2
Compare

Teleindia Networks

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