Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Greytrix Team. If you also belong to the team, you can get access from here

Greytrix Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Greytrix Senior Salesforce Developer Interview Questions and Answers

Updated 23 Feb 2024

Greytrix Senior Salesforce Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It contains general questions on OOPS.

Round 2 - Coding Test 

Need to trigger to update the shipping address.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared.

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Greytrix?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Ask all questions related laravel
  • Q2. 1. Ask questions related database mysql
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Timea and work,time and distance

Round 2 - Coding Test 

Mettl , easyrotate array , reverse strign

Interview Preparation Tips

Interview preparation tips for other job seekers - keep on working
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 5 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 - Coding Test 

Medium level coding questions

Round 3 - Group Discussion 

Topic related to the domain is the main focus, communication is checked.

Round 4 - Technical 

(1 Question)

  • Q1. Here the experts going to ask the questions and purely technical questions.
Round 5 - HR 

(1 Question)

  • Q1. The HR Round is the easiest one to tackle they would try to know your personality.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Can you provide details about your last job?
  • Ans. 

    In my last job, I worked as a software developer focusing on web applications and improving user experience through innovative solutions.

    • Developed a responsive web application using React and Node.js, enhancing user engagement by 30%.

    • Collaborated with cross-functional teams to gather requirements and deliver features on time.

    • Implemented RESTful APIs to streamline data exchange between the front-end and back-end.

    • Conduct...

  • Answered by AI
  • Q2. Work experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the process for creating a star pattern?
  • Ans. 

    Creating a star pattern involves using loops to print stars in a specific arrangement, often resembling geometric shapes.

    • Determine the size of the pattern (e.g., number of rows).

    • Use nested loops: an outer loop for rows and an inner loop for columns.

    • For a right-angled triangle, print stars incrementally: 1 star in the first row, 2 in the second, etc.

    • For a pyramid shape, center the stars by adding spaces before printing ...

  • Answered by AI
  • Q2. What is Object-Oriented Programming (OOP) in Java?
  • Ans. 

    Object-Oriented Programming (OOP) in Java is a programming paradigm based on objects that encapsulate data and behavior.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Car { int speed; void accelerate() {...} }

    • Inheritance: Mechanism to create a new class using properties of an existing class. Example: class ElectricCar extends Car {...}

    • Polymorphism: Ability to p...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Explain the Life cycle of Mobile application?
  • Ans. 

    The mobile application life cycle includes stages from development to deployment and maintenance, ensuring optimal performance and user experience.

    • 1. Development: Writing code using languages like Swift for iOS or Kotlin for Android.

    • 2. Testing: Conducting unit tests, integration tests, and user acceptance tests to ensure functionality.

    • 3. Deployment: Releasing the app on platforms like Google Play Store or Apple App Sto...

  • Answered by AI
  • Q2. How can we find Max and Min salary in single query?
  • Ans. 

    Use SQL's aggregate functions to find both max and min salary in a single query efficiently.

    • Use the SQL query: SELECT MAX(salary) AS MaxSalary, MIN(salary) AS MinSalary FROM Employees;

    • This query retrieves the highest and lowest salaries from the Employees table in one go.

    • Aggregate functions like MAX() and MIN() can be used together in the SELECT statement.

    • Ensure the salary column is numeric to avoid errors during aggre...

  • Answered by AI

Greytrix Interview FAQs

How many rounds are there in Greytrix Senior Salesforce Developer interview?
Greytrix interview process usually has 2 rounds. The most common rounds in the Greytrix interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 143 Interviews
ClaySys Interview Questions
2.9
 • 26 Interviews
DynPro Interview Questions
3.8
 • 21 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
V2soft Interview Questions
3.7
 • 12 Interviews
View all
Software Engineer
53 salaries
unlock blur

₹2.6 L/yr - ₹8.3 L/yr

Software Developer
36 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Junior Software Engineer
26 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Junior Software Developer
22 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Salesforce Developer
13 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Greytrix with

HCL Infosystems

3.9
Compare

Accel Frontline

4.1
Compare

DynPro

3.8
Compare

ClaySys

2.9
Compare
write
Share an Interview