Upload Button Icon Add office photos

Filter interviews by

SN Digitech Interview Questions, Process, and Tips

Updated 8 Oct 2024

Top SN Digitech Interview Questions and Answers

View all 7 questions

SN Digitech Interview Experiences

Popular Designations

5 interviews found

FrontEnd Developer,React native,JavaScript Interview Questions & Answers

user image Sumit Bhargava

posted on 12 Jul 2024

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

I applied via Walk-in and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Why we using Redux in React native
  • Q2. How to deploy your app in play store
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Background detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for work

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
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 

(1 Question)

  • Q1. Coding round with javascript
Round 3 - HR 

(1 Question)

  • Q1. Salary dissection

Node Js Backend Developer Interview Questions asked at other Companies

Q1. complete the following program: class MyEventEmitter { /// ..... } const emitterInst = new MyEventEmitter(); emitterInst.on("message", () => console.log("message event | callback 1")); emitterInst.on("message", () => console.log("mess... read more
View answer (1)
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 in Mar 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 - One-on-one 

(2 Questions)

  • Q1. Type of Software Used
  • Ans. 

    I primarily use Adobe Creative Suite for graphic design and Sketch for UI/UX design.

    • Adobe Creative Suite for graphic design (Photoshop, Illustrator, InDesign)

    • Sketch for UI/UX design

    • Occasionally use Figma or Adobe XD for UI/UX design

  • Answered by AI
  • Q2. UX Case Study on FIntech Home Page
Round 3 - Assignment 

Payment portal page design

UI UX and Graphic Designer Interview Questions asked at other Companies

Q1. What is the difference between Bootstrap design and Design systems?
View answer (1)
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 Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Q. Design Task to make the mobile application onboarding process and have to do the UX Research.

Round 2 - HR 

(2 Questions)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, wireframing, prototyping, testing, and iteration.

    • Researching user needs and preferences

    • Brainstorming and ideating design concepts

    • Creating wireframes to visualize layout and structure

    • Prototyping interactive designs for user testing

    • Iterating based on feedback and testing results

  • Answered by AI
  • Q2. How is your day look like as UI/UX Designer in current organisation?
  • Ans. 

    My day as a UI/UX Designer involves collaborating with team members, conducting user research, creating wireframes and prototypes, and refining designs based on feedback.

    • Collaborating with team members to discuss project requirements and goals

    • Conducting user research to understand user needs and preferences

    • Creating wireframes and prototypes using design tools like Sketch or Adobe XD

    • Refining designs based on feedback fr...

  • Answered by AI

Senior UI UX and Web Designer Interview Questions asked at other Companies

Q1. What is your design process?
View answer (1)

SN Digitech interview questions for popular designations

 Node Js Backend Developer

 (1)

 Product Designer

 (1)

 Senior UI UX and Web Designer

 (1)

 UI UX and Graphic Designer

 (1)

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

Interview Questionnaire 

3 Questions

  • Q1. What are your product design process and methods?
  • Ans. 

    My product design process involves research, ideation, prototyping, testing, and iteration.

    • Conduct user research to understand needs and pain points

    • Brainstorm and ideate potential solutions

    • Create prototypes to test and gather feedback

    • Iterate based on feedback and continue testing

    • Collaborate with cross-functional teams throughout the process

  • Answered by AI
  • Q2. What methodologies do you use to evaluate products usability?
  • Ans. 

    I use a combination of qualitative and quantitative methods to evaluate product usability.

    • Conduct user testing with real users to gather feedback

    • Analyze user behavior through analytics tools

    • Use heuristic evaluation to identify potential usability issues

    • Conduct surveys to gather user opinions

    • Consider accessibility guidelines to ensure inclusivity

  • Answered by AI
  • Q3. Difference between Product Design and UX Design
  • Ans. 

    Product design focuses on creating physical products while UX design focuses on creating digital experiences.

    • Product design involves designing physical products such as furniture, appliances, and vehicles.

    • UX design involves designing digital experiences such as websites, apps, and software.

    • Product design considers factors such as materials, manufacturing processes, and ergonomics.

    • UX design considers factors such as use...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be natural, don't be scared of the interviewer. First, listen then answer with confidence.

Skills evaluated in this interview

Product Designer Interview Questions asked at other Companies

Q1. What are other things you do apart from designing?
View answer (1)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Ans. 

    Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.

    • Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.

    • Subclasses of a sealed class must be either final or sealed themselves.

    • Errors may occur when trying to extend a sealed class with a non-permitted subclass.

  • Answered by AI
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Ans. 

    Implementation of 'notify me if item is back in stock' feature in an ecommerce application

    • Create a database table to store user notifications for out-of-stock items

    • Implement a service to check item availability and send notifications to subscribed users

    • Provide a user interface for users to subscribe to notifications for specific items

  • Answered by AI
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. What has been your experience in each of the companies you have worked for?
Round 2 - Technical 

(4 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Could you briefly describe the companies you have worked for?
  • Q3. What technologies have you worked with, and what was your role in each?
  • Q4. What are some use case studies related to the technologies you have worked with?

Interview Preparation Tips

Interview preparation tips for other job seekers - Inquire with HR about the variable pay and ask about the percentage of quarterly bonuses or compensation. It is unfair that if you leave the company, they will provide you with 0% variable pay, as other companies do not operate in this manner.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Tell me about yourself?
  • Q2. Please explain about your experience ?
  • Q3. What is Invoice processing?
  • Q4. Credit note means?
  • Q5. Tell me about the Critical incident or situation, that you face during the work and how you solve it?
  • Q6. Journal entries for : purchase made, purchase on credit?
  • Q7. Things need to notice in invoice and verify it before processing?
Round 2 - HR 

(4 Questions)

  • Q1. Are you will to work at the mentioned location?
  • Q2. Excepted salary?
  • Q3. Are you ok with the fixed salary package?
  • Q4. Are you aware of you roles and responsibilities of the job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your preparation and the knowledge what you have.
Learn more as possible, be updated, learn daily basis.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Quantitative aptitude, logical reasoning, verbal ability, technical.

Round 2 - Technical 

(1 Question)

  • Q1. The interview consisted of multiple rounds covering technical, functional, and real-time scenarios in SAP MM. The panel assessed knowledge in Master Data, Procurement, Inventory Management, Invoice Verific...
Round 3 - HR 

(1 Question)

  • Q1. I participated in my HR interview, during which the interviewer initially requested that I introduce myself. Following that, they asked about my extracurricular activities and family background. Lastly, th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with a concise self-introductionhighlighting your skills, experience, and technical knowledge. Showcase extracurricular activities that demonstrate leadership and teamwork. Keep your family backgrounddiscussion brief and professional.
For the technical interview focus on core concepts, real-time scenarios, and problem-solving skills. Be ready to explain SAP MM processes, configurations, and integrations with other modules. Practice scenario-based questions and hands-on troubleshooting.
If asked about relocation express flexibility or provide a logical reason for your preference. Maintain a positive attitude answer confidently, and conclude with gratitude.

SN Digitech Interview FAQs

How many rounds are there in SN Digitech interview?
SN Digitech interview process usually has 2-3 rounds. The most common rounds in the SN Digitech interview process are HR, Technical and Resume Shortlist.
What are the top questions asked in SN Digitech interview?

Some of the top questions asked at the SN Digitech interview -

  1. What methodologies do you use to evaluate products usabili...read more
  2. What are your product design process and metho...read more
  3. Difference between Product Design and UX Des...read more

Tell us how to improve this page.

SN Digitech Interview Process

based on 3 interviews

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.6k Interviews
Amazon Interview Questions
4.1
 • 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
Genpact Interview Questions
3.9
 • 3k Interviews
View all

SN Digitech Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

3.3

Salary

3.3

Job security

3.3

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 5 Reviews and Ratings
Business Development Executive
4 salaries
unlock blur

₹3.4 L/yr - ₹5.4 L/yr

Software Engineer
3 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

UI/UX Designer
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare SN Digitech with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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