Upload Button Icon Add office photos

Filter interviews by

Hyphen Interview Questions and Answers

Updated 3 Jun 2023

Hyphen Interview Experiences

1 interview found

Salesforce Developer Interview Questions & Answers

user image Dushyant Deshwal

posted on 3 Jun 2023

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 Jun 2022. There were 4 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 

Based on Java Programs.
1) Pattern, Number & Alphabet Programs.
2) Array, Switch, String, Loops etc

Round 3 - Technical 

(1 Question)

  • Q1. Java Basics OOPS Array
Round 4 - One-on-one 

(1 Question)

  • Q1. Salesforce Basic Knowledge. Salesforce Admin. HTML CSS JS SQL.

Salesforce Developer Interview Questions asked at other Companies

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

Interview questions from similar companies

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 Apr 2024. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. Moris Media emphasizes a strong company culture. How would you identify and attract candidates who would thrive in this environment, even if their experience isn't directly in media?
  • Ans. I'd use behavioral interviewing to delve into a candidate's values and teamwork style. Additionally, I'd target individuals with transferable skills from similar fast-paced environments, highlighting Moris Media's unique culture and growth opportunities in the interview.
  • Answered Anonymously
  • Q2. Let's say a key hiring manager consistently provides vague job descriptions. How would you navigate this situation to ensure a successful recruitment process?
  • Ans. Tests collaboration and problem-solving skills. Answer: "I'd schedule meetings to understand the hiring manager's ideal candidate profile and desired skills. By collaborating, we can craft clear descriptions that attract the right talent
  • Answered Anonymously
  • Q3. Imagine a high-priority role is open, but there's pressure to fill it quickly. How would you balance speed with quality while mitigating the risk of a bad hire?
  • Q4. I'd implement a streamlined process without compromising on key steps. Utilizing pre-screening questions and leveraging my network can expedite the initial phase. However, thorough interviews and reference...
  • Q5. What metrics do you use to measure your recruitment success?
  • Q6. What are your salary expectations for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Research Moris Media's culture and recent projects. Prepare specific examples of your achievements. Practice answering common & tricky recruiter questions. Dress professionally and arrive early. Project confidence and enthusiasm!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React Hooks , Virtual Dom , and other some basic ReactJS questions .
  • Q2. JavaScript ES6 questions and some basic logical Coding questions .
Round 2 - Technical 

(4 Questions)

  • Q1. JavaScript advance questions such as - Promise , Async awit
  • Q2. Logical Coding question and Events.
  • Q3. OOPs Concepts and Functions.
  • Ans. 

    OOPs Concepts focus on encapsulation, inheritance, polymorphism, and abstraction. Functions are reusable blocks of code.

    • OOPs Concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism enables objects to be treated as in...

  • Answered by AI
  • Q4. High order Component , Call back functions

Interview Preparation Tips

Topics to prepare for Birdeye Software Engineer interview:
  • Events
  • Es6
  • classes and objects
Interview preparation tips for other job seekers - Be conscise and keep your answer clear and to the point.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 tips
Round 2 - Technical 

(10 Questions)

  • Q1. Explain in detail about your last project
  • Q2. What is Regression Testing and Retesting
  • Ans. 

    Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.

    • Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is done to ensure ...

  • Answered by AI
  • Q3. What 300 & 301 status codes represents?
  • Ans. 

    300 represents multiple choices and 301 represents moved permanently.

    • 300 status code represents multiple choices, indicating that the requested resource has multiple representations available.

    • 301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.

    • Both status codes are used in HTTP responses to indicate the status of a requested resource.

    • Examples of 3...

  • Answered by AI
  • Q4. What is Sanity Testing and Smoke Testing?
  • Ans. 

    Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

    • Smoke testing is performed after the build is received from the d...

  • Answered by AI
  • Q5. What is Severity and Priority?
  • Ans. 

    Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

    • Severity is based on the extent of damage caused by a defect

    • Priority is based on the importance of the affected functionality

    • High Severity and High Priority defects should be fixed first

    • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

  • Answered by AI
  • Q6. Explain High priority and low severity with an example
  • Ans. 

    High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

    • High priority issues are critical and can cause system failure or data loss

    • Low severity issues are minor and do not affect the system's functionality

    • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet been...

  • Answered by AI
  • Q7. Explain low priority and high severity with an example
  • Ans. 

    Low priority and high severity refer to the impact and urgency of a bug respectively.

    • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

    • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

    • For example, a low priority bug could be a typo in a non-critical error mess...

  • Answered by AI
  • Q8. What is Agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • It encourages collaboration between developers and customers

    • It involves breaking down projects into smaller, manageable chunks called sprints

    • Examples of Agile methodologies...

  • Answered by AI
  • Q9. Which test should do first and why?
  • Ans. 

    The test that should be done first is the one that covers the most critical and high-risk functionality.

    • Identify critical and high-risk functionality

    • Prioritize tests based on risk

    • Perform tests in a logical order

    • Re-evaluate test priorities as development progresses

  • Answered by AI
  • Q10. Logical question - You have 3 switches and one bulb in another room, you have to find which switch in connected to that bulb, you are given only ONE CHANCE.

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect the unexpected, Keep your resume crisp and be prepared what you have shared in your resume

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Please tell me my self and my work experience
  • Q2. Good skill and job experience and experience
  • Q3. Field experience
  • Q4. Sales executive
  • Q5. Direct marketing

Interview Preparation Tips

Topics to prepare for Smollan Group Sales Executive interview:
  • Direct Sales
  • B2C Marketing
  • direct marketing
  • Field Work
  • Good skiil
  • Product Development
  • Networking
  • Good relationship
Interview preparation tips for other job seekers - My work experience and working skills

good job at of life Interview Questions & Answers

GOOD user image Neha Singh

posted on 27 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

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 - HR 

(7 Questions)

  • Q1. Tell me about your self
  • Q2. What's your hobby
  • Q3. Where do you live
  • Q4. Why should be hire you
  • Q5. Which subject do you like most
  • Q6. You expect this salary
  • Q7. What's your father's working
Round 3 - HR 

(1 Question)

  • Q1. Job requirements

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher i live with in my family
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022. There were 4 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 

(3 Questions)

  • Q1. One map related question regarding sorting string according to number of occurance of characters in it.
  • Q2. Right view of tree (recursive and using level order)
  • Ans. 

    Printing the right view of a tree using recursion and level order traversal.

    • Recursively traverse the right subtree first and then the left subtree.

    • For level order traversal, use a queue to store nodes at each level.

    • Print the rightmost node at each level.

    • Example: For tree 1-2-3-4-5, the right view is 1-2-4-5.

  • Answered by AI
  • Q3. Some dbms, os, system design related terminologies like (foreign key, primary key, difference between them, scaling and types of it, few question on os)
Round 3 - Technical 

(4 Questions)

  • Q1. Basic oops concepts. with examples
  • Q2. Java specific question and to write abstract class, interface and state difference between them.
  • Q3. Solid design pattern question to implement it with given example.
  • Q4. Sql query, os related question (deadlocks, and it s resolution)
Round 4 - One-on-one 

(2 Questions)

  • Q1. It was managerial round based solely on resume. asked about my internship work, how I perform in team, work which I have done in previous organisation.
  • Q2. Few fun topics and discussions

Interview Preparation Tips

Topics to prepare for MiQ Digital Software Engineer interview:
  • Java
  • Javascript
  • DSA
  • Algorithms
  • OOPS
  • OS
  • DBMS
Interview preparation tips for other job seekers - Please Go through java basics and oops concepts, you should be able to write code very well and explain with example.
basic top 200 interview question for dsa preparation.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Case Study 

Depends on scenario and the job role you are applying

Round 3 - One-on-one 

(2 Questions)

  • Q1. About you and other technical questions
  • Q2. About google advertising

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you know the basics of the job role you are applying

I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Coding Test 

The first round was coding round to test the candidate's ability . Test duration was one hour. The coding test was based on basic javascript logics.

Round 2 - Group Discussion 

The second round was group discussion. The topic was strategy to build a project, folder structure and API integration etc.

Round 3 - One-on-one 

(3 Questions)

  • Q1. First question was tell about yourself in detail.
  • Q2. Second was why should we hire you?
  • Ans. 

    I am a highly skilled Full Stack Developer with a strong track record of delivering high-quality projects.

    • I have extensive experience in both front-end and back-end development.

    • I am proficient in multiple programming languages and frameworks, allowing me to adapt to any project requirements.

    • I have a proven ability to work well in teams and collaborate effectively with stakeholders.

    • I am constantly learning and staying u...

  • Answered by AI
  • Q3. What can you bring to the company?
  • Ans. 

    I can bring a strong technical skillset, a passion for problem-solving, and a collaborative mindset to the company.

    • Strong technical skillset in full stack development

    • Ability to solve complex problems and find innovative solutions

    • Collaborative mindset to work effectively in a team

    • Experience with relevant technologies and frameworks

    • Strong communication and interpersonal skills

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your weakness ans strength?
  • Ans. 

    My strength is problem-solving and my weakness is public speaking.

    • Strength: Proficient in identifying and solving complex problems

    • Weakness: Nervousness while speaking in front of large audiences

    • Strength: Ability to learn and adapt to new technologies quickly

    • Weakness: Difficulty in delegating tasks to others

    • Strength: Attention to detail and ability to work under pressure

    • Weakness: Tendency to overthink and second-guess d

  • Answered by AI
  • Q2. What is you salary expectation?
  • Ans. 

    I would expect a salary that is competitive and reflective of my skills and experience.

    • Research the average salary range for Full Stack Developers in your area.

    • Consider your years of experience, education, and any specialized skills you have.

    • Be prepared to negotiate and discuss your salary expectations during the interview process.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 3 Minds Digital Full Stack Developer interview:
  • Javascript
  • React.Js
  • Redux
Interview preparation tips for other job seekers - Be confident and deep knowledge of javascript basics.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join
  • Q2. Can you use social media

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get in, high pressure. Politics is everywhere, no hierarchy system

Hyphen Interview FAQs

How many rounds are there in Hyphen interview?
Hyphen interview process usually has 4 rounds. The most common rounds in the Hyphen interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Hyphen 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 Hyphen. The most common topics and skills that interviewers at Hyphen expect are Sales, B2B Sales, Corporate Sales, Communication Skills and Cross Selling.
What are the top questions asked in Hyphen interview?

Some of the top questions asked at the Hyphen interview -

  1. Salesforce Basic Knowledge. Salesforce Admin. HTML CSS JS S...read more
  2. Java Basics OOPS Ar...read more

Tell us how to improve this page.

Hyphen Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
R.R. Donnelley Interview Questions
3.9
 • 99 Interviews
View all

Hyphen Reviews and Ratings

based on 3 reviews

2.1/5

Rating in categories

2.1

Skill development

2.3

Work-life balance

2.1

Salary

2.1

Job security

2.1

Company culture

2.1

Promotions

2.1

Work satisfaction

Explore 3 Reviews and Ratings
Warehouse Executive
5 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Explore more salaries
Compare Hyphen with

Accenture

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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