Upload Button Icon Add office photos

Filter interviews by

Saneforce Interview Questions and Answers

Updated 16 Nov 2024

Saneforce Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
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:
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 

Data structures Singly and doubly link list

Round 3 - One-on-one 

(2 Questions)

  • Q1. Footer in html,Anger tag Details and Css Syntax and types
  • Ans. 

    Footer in HTML is used to display information at the bottom of a webpage. Anchor tag is used to create hyperlinks. CSS syntax includes selectors, properties, and values.

    • Footer in HTML is created using the <footer> tag.

    • Anchor tag <a> is used to create hyperlinks in HTML.

    • CSS syntax includes selectors (e.g. class, id), properties (e.g. color, font-size), and values (e.g. red, 16px).

  • Answered by AI
  • Q2. Differnce btw left,right,inner joins

Skills evaluated in this interview

Junior Developer Interview Questions asked at other Companies

Q1. If a client website is in trouble, they are bleeding money, would you show the client the watch and say my time is over, or are you someone who will stay up all night unless problem is solved?
View answer (1)

Software Developer Interview Questions & Answers

user image Praveen Bala

posted on 16 Nov 2024

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

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

Round 1 - Coding Test 

Give you technology based task to complete and need to explain.

Round 2 - HR 

(1 Question)

  • Q1. Give me self introduction?

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Front end Developer Interview Questions & Answers

user image Monisha Thanigachalam

posted on 6 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic of html css javascript and react

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] &lt;= ARR[i + 1] f... read more
View answer (3)
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 Jun 2022. 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 - HR 

(1 Question)

  • Q1. Asked Basic Questions
Round 3 - Assignment 

Given a Design to Development a Page

Round 4 - Technical 

(1 Question)

  • Q1. Asked Technical Question Related to Front End
Round 5 - One-on-one 

(1 Question)

  • Q1. Asked about My Previous Employement and Education History Then Salary Round will Be Processed

Interview Preparation Tips

Topics to prepare for Saneforce Front end Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript
  • .Net
Interview preparation tips for other job seekers - If you Have a Skills You Will Get a Job

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] &lt;= ARR[i + 1] f... read more
View answer (3)

Saneforce interview questions for popular designations

 Front end Developer

 (2)

 Software Developer

 (1)

 Business Analyst

 (1)

 Junior Developer

 (1)

Round 1 - Aptitude Test 

30min

Round 2 - Technical 

(1 Question)

  • Q1. How many years experience in ba

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for the interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Digital payment
Easy transcation money
dont use emergency time

Round 2 - Technical 

(2 Questions)

  • Q1. What is api? Application programming interface collect the backend data show the UI
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • They allow developers to access the functionality of a system or service without needing to understand its internal workings.

    • Examples of APIs include Google Ma...

  • Answered by AI
  • Q2. What is state and props
  • Ans. 

    State and props are two important concepts in React for managing and passing data between components.

    • State is used to store and manage data within a component. It is mutable and can be updated using setState() method.

    • Props (short for properties) are used to pass data from parent to child components. They are immutable.

    • State is internal to a component, while props are external and passed down from parent components.

    • Exam...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all round clear and easy coding

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Front-end development. Projects on react js and reduc

Round 2 - Coding Test 

Based on js questions and react

Interview Preparation Tips

Interview preparation tips for other job seekers - Anwers to the interviewers with the confidently. And see towards the camera only. Don't make or get confuse yourself . Understand the interviewers questions. All the best .

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Oops concept
  • Q2. Sql server stored procedure and functions
  • Ans. 

    SQL Server stored procedures and functions

    • Stored procedures are precompiled SQL statements that can be executed with parameters

    • Functions return a single value and can be used in SQL statements

    • Both can improve performance and security by reducing network traffic and preventing SQL injection attacks

  • Answered by AI
  • Q3. Asp.net page life cycle
  • Ans. 

    ASP.NET page life cycle is a series of events that occur when a page is requested, processed, and rendered.

    • Page request is received by the server

    • Page is initialized and controls are created

    • Page is loaded with data and events are triggered

    • Page is rendered and sent to the client

    • Page is unloaded and disposed

  • Answered by AI
  • Q4. HTML,CSS,JavaScript website design

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for basic questions and answers.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of HTML, CSS, Bootstrap, React.JS, Javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. Be strong with basics of mentioned technologies.

Saneforce Interview FAQs

How many rounds are there in Saneforce interview?
Saneforce interview process usually has 2-3 rounds. The most common rounds in the Saneforce interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Saneforce 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 Saneforce. The most common topics and skills that interviewers at Saneforce expect are Excel, Case, Switching, CRM and JSON.
What are the top questions asked in Saneforce interview?

Some of the top questions asked at the Saneforce interview -

  1. footer in html,Anger tag Details and Css Syntax and ty...read more
  2. Asked Technical Question Related to Front ...read more
  3. Asked Basic Questi...read more

Tell us how to improve this page.

Saneforce Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Cipla Interview Questions
4.1
 • 483 Interviews
Lupin Interview Questions
4.2
 • 335 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 238 Interviews
Biocon Limited Interview Questions
3.9
 • 152 Interviews
View all

Saneforce Reviews and Ratings

based on 27 reviews

3.5/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.0

Salary

3.4

Job security

2.9

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 27 Reviews and Ratings
Software Developer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manual Tester
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Mobile Application Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Saneforce with

Cipla

4.1
Compare

Sun Pharmaceutical Industries

4.0
Compare

DRJ & CO

5.0
Compare

Biocon Limited

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