Upload Button Icon Add office photos

Filter interviews by

DigiHelic Sfdc Developer Interview Questions and Answers

Updated 8 Jun 2022

DigiHelic Sfdc Developer Interview Experiences

1 interview found

Sfdc Developer Interview Questions & Answers

user image Gurjinder Digihelic

posted on 8 Jun 2022

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Detailed discussion on the projects mentioned in the resume. Projects should be thoroughly prepared for getting interviewed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company to work. They have challenging projects and many new things to learn.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript array questions like palindrom and others with aptitude

Round 2 - Technical 

(4 Questions)

  • Q1. Skill related technical questions
  • Q2. How to share data in components react
  • Ans. 

    Data can be shared between components in React using props, context, or state management libraries like Redux.

    • Use props to pass data from parent to child components

    • Use context to share data across multiple components without passing props manually

    • Use state management libraries like Redux to manage global state and share data between components

  • Answered by AI
  • Q3. Prop drilling explain in react
  • Ans. 

    Prop drilling is the process of passing data through multiple levels of components in React.

    • Prop drilling occurs when a component needs to pass data to a deeply nested child component.

    • It can lead to code that is hard to maintain and understand.

    • One way to avoid prop drilling is by using Context API or Redux for state management.

  • Answered by AI
  • Q4. Redux flow explain
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux stores the entire state of an application in a single immutable object.

    • State changes are made by dispatching actions, which are plain JavaScript objects.

    • Reducers specify how the application's state changes in response to actions.

    • Redux flow: Action -> Reducer -> Store -> View

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basics of react or angular and redux also.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the closure in JS?
  • Ans. 

    Closure in JS is a function that retains access to variables from its parent scope even after the parent function has finished executing.

    • Closure allows functions to have access to variables from an outer function even after the outer function has finished executing.

    • It is created whenever a function is defined within another function, and the inner function has access to the outer function's variables.

    • Closures are commo...

  • Answered by AI
  • Q2. Explain about web worker ?
  • Ans. 

    Web workers allow running JavaScript code in the background without blocking the main thread.

    • Web workers are separate JavaScript files that run in the background.

    • They allow for multi-threading in web applications.

    • Web workers can perform tasks like heavy calculations or network requests without affecting the main UI thread.

    • Communication between web workers and the main thread is done through message passing.

  • Answered by AI
  • Q3. How to pass props in React
  • Ans. 

    Props in React are passed from parent components to child components to share data and functionality.

    • Props are passed as attributes in JSX when rendering a component

    • Props can be accessed in the child component using 'this.props'

    • Props are read-only and should not be modified directly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a UI developer profile we should be proficient in HTML and CSS with JS knowledge is mandotory.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. PLSQL basic to advanced.
  • Q2. Explain collections in details?
  • Ans. 

    Collections in PL/SQL are data structures used to store multiple elements of the same data type.

    • Collections can be nested tables, varrays, or associative arrays.

    • Nested tables are like one-dimensional arrays with no upper bounds.

    • Varrays are like arrays with a maximum size that is specified at declaration.

    • Associative arrays are like lookup tables where each element is accessed using a unique key.

    • Collections can be used t...

  • Answered by AI
  • Q3. Bulk collect concept
  • Ans. 

    Bulk collect is a feature in PL/SQL that allows for fetching multiple rows of data at once.

    • Improves performance by reducing context switches between the PL/SQL engine and SQL engine

    • Reduces network traffic by fetching multiple rows in a single round trip

    • Can be used with SELECT INTO or FETCH INTO statements

  • Answered by AI
  • Q4. Decode and case
  • Q5. Tuning of sql and some sql code
Round 2 - Group Discussion 

Bank product related questions and carrer expericnce .

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to insert multiple values in one go
  • Ans. 

    Use the INSERT INTO statement with multiple value sets separated by commas

    • Use the INSERT INTO statement followed by the table name

    • List the column names in parentheses after the table name

    • Use the VALUES keyword followed by multiple value sets in parentheses, separated by commas

    • Example: INSERT INTO table_name (column1, column2) VALUES (value1, value2), (value3, value4)

  • Answered by AI
  • Q2. Update query using joins
  • Ans. 

    Update query using joins in SQL

    • Use UPDATE statement with JOIN clause to update data in multiple tables

    • Specify the tables to be updated and joined using ON clause

    • Set the columns to be updated in SET clause

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic Questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round and technical discussion
Round 3 - HR 

(1 Question)

  • Q1. Selection processs
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Moderate to difficult

Round 2 - Technical 

(1 Question)

  • Q1. DSA questions based on Dynamic programming
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

HTML CSS javascript jQuery

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain about about you and background and your experiences and expertise areas. Difficulties or challenges that we faced in our last project What is performance tuning in Teradata and how to do one? Whet...
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain about your experience and expertise? Tell about yourself?
Round 4 - One-on-one 

(1 Question)

  • Q1. Tell about yourself? Explain your last project and the challenges that you faced and if any appreciation you got from clients?

Interview Preparation Tips

Topics to prepare for HCLTech Senior Developer interview:
  • Teradata SQL
  • Teradata architecture
Interview preparation tips for other job seekers - Prepare well on the technical topics as well as your projects that you have done with your previous employers and its challenges
Round 1 - HR 

(1 Question)

  • Q1. Self introduction and
Round 2 - Technical 

(1 Question)

  • Q1. U ask some questions on technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - IBm is one of the leading company in india u can choose first option in IBM this is my sweet adivce

DigiHelic Interview FAQs

How many rounds are there in DigiHelic Sfdc Developer interview?
DigiHelic interview process usually has 1 rounds. The most common rounds in the DigiHelic interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 DigiHelic interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

DigiHelic Sfdc Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Network Engineer
4 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

SAP MM Consultant
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

SAP MDG Consultant
3 salaries
unlock blur

₹8 L/yr - ₹8 L/yr

Explore more salaries
Compare DigiHelic with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview