Upload Button Icon Add office photos

Franciscan Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Franciscan Solutions IT Executive Interview Questions and Answers

Updated 27 Jul 2021

Franciscan Solutions IT Executive Interview Experiences

3 interviews found

IT Executive Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. The simple and basic question, question-based on the computer working knowledge

IT Executive Interview Questions & Answers

user image Anonymous

posted on 3 May 2019

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. It was very good because the interviewer was well mannered and he ask only few question like what is ERP, excel, and about my experience.
  • Q2. In the end he also told me that I was selected for IT EXECUTIVE in there company.

Interview Preparation Tips

Round: Resume Shortlist
Experience: First round was very easy as I apply on naukri.com and get a call from the sourcing company and they forward my resume in the company for interview. I got a call from there and call me for the interview which was very easy.

Round: Test
Experience: A small test based on Aptitude, reasoning and Maths and one essay of 150-200 words.
The question based to test your knowledge and skills.

General Tips: Tips to crack interview-
Always be calm and relaxed.
Prepare well for the interview like about the company, work role and responsibilities etc.
Never give negative answers in the interview if you are working somewhere because it create a very bad image on the interviewer.
If you are freshers never tell high salary. Always said As per the company norms.

Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

IT Executive Interview Questions Asked at Other Companies

Q1. How you can identify if a system get an issue with Hardware.
Q2. Did you ever used Sophos Firewall? Antivirus Server? What is IP-P ... read more
Q3. how to install os in a system what are steps you have before inst ... read more
Q4. Do you have any experience on configure networking routers and sw ... read more
Q5. What is OSI model and how many types and describe them

IT Executive Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2017

I appeared for an interview in Feb 2017.

Interview Questionnaire 

2 Questions

  • Q1. About myself
  • Q2. About qualification

Interview Preparation Tips

Round: Group Discussion
Experience: We were 5 people everyone gave their views I was with digital india but I suggested work has to be done on ground level

Round: HR Interview
Experience: We were 5 people everyone gave their views I was with digital india but I suggested work has to be done on ground level

Skills: Communication And Confidence
College Name: Amity University

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Apr 2022. 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 - Coding Test 

Written test on Basics of c and c++ is asked.
Also be thorough with mathematical topics like vectors,calculus.

Round 3 - Technical 

(2 Questions)

  • Q1. C++ basic questions Oops concepts
  • Q2. Math questions on vectors and calculus Predict the output for a given program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong at basics of C/C++.
They also value your communication skills as well.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find repeated nos in arrays
  • Ans. 

    Find repeated numbers in arrays of strings

    • Iterate through each string in the array

    • Convert each string to an array of numbers

    • Use a hash map to track the frequency of each number

    • Identify and return the repeated numbers

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Difference between stored procedure and functions
  • Ans. 

    Stored procedures are precompiled SQL codes that can be executed multiple times, while functions return a single value.

    • Stored procedures can modify database tables, while functions cannot.

    • Functions can be used in SQL statements, while stored procedures cannot.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Functions can be called from within stored procedures, but ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and do well
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 3 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 

(4 Questions)

  • Q1. What is components
  • Ans. 

    Components are reusable and independent parts of a software system that perform specific functions.

    • Components are modular and can be easily integrated into different parts of a software system.

    • They help in organizing code and promoting reusability.

    • Examples include buttons, input fields, and dropdown menus in a user interface.

  • Answered by AI
  • Q2. What is react.js
  • Ans. 

    React.js is a JavaScript library for building user interfaces.

    • React.js is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React.js uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React.js can be used for building single-page applications.

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

    State and props are two important concepts in React for managing data 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 components to child components. Props are immutable.

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

  • Answered by AI
  • Q4. What is hooks in reactjs
  • Ans. 

    Hooks in ReactJS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • Some commonly used hooks are useState, useEffect, useContext, and useRef.

    • Hooks can be used to manage component state, perform side effects, and access context in functional components.

    • Example: useState hook allows yo...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is components in react
  • Ans. 

    Components in React are reusable, independent pieces of code that manage their own state and can be composed together to build complex UIs.

    • Components are the building blocks of a React application

    • They can be either functional components or class components

    • Components can have their own state and lifecycle methods

    • Components can be reused and composed together to create complex UIs

    • Example:

      , ,
  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure vpn
  • Ans. 

    To configure a VPN, you need to set up a VPN server, create user accounts, configure client devices, and establish secure connections.

    • Set up a VPN server using software like OpenVPN or Windows Server

    • Create user accounts with unique credentials for accessing the VPN

    • Configure client devices to connect to the VPN server using the provided credentials

    • Establish secure connections by encrypting data transmitted over the VPN

  • Answered by AI
  • Q2. System slowness how to resolve
  • Ans. 

    To resolve system slowness, check for hardware issues, optimize software, update drivers, and monitor resource usage.

    • Check for hardware issues such as low memory or CPU usage

    • Optimize software by removing unnecessary programs or services

    • Update drivers for hardware components

    • Monitor resource usage to identify bottlenecks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - only immediate joiners

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have been questioned on AEM Concepts, Sling Models, schedulers, servlets, OSGI services
  • Q2. Be prepared for most of the concepts in AEM

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview experience was very good.

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. I have been questioned on different concepts in AEM, sling models, services, servlets, schedulers, workflow

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview process was smooth and as per schedule.

Franciscan Solutions Interview FAQs

How to prepare for Franciscan Solutions IT Executive 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 Franciscan Solutions. The most common topics and skills that interviewers at Franciscan Solutions expect are MS Office, Analytical skills, PDF, Analytical Chemistry and Database.
What are the top questions asked in Franciscan Solutions IT Executive interview?

Some of the top questions asked at the Franciscan Solutions IT Executive interview -

  1. In the end he also told me that I was selected for IT EXECUTIVE in there compan...read more
  2. The simple and basic question, question-based on the computer working knowle...read more
  3. About qualificat...read more

Tell us how to improve this page.

IT Executive Interview Questions from Similar Companies

View all

Fast track your campus placements

View all
Franciscan Solutions IT Executive Salary
based on 78 salaries
₹1.4 L/yr - ₹3.1 L/yr
37% less than the average IT Executive Salary in India
View more details

Franciscan Solutions IT Executive Reviews and Ratings

based on 41 reviews

2.5/5

Rating in categories

2.5

Skill development

3.1

Work-life balance

2.4

Salary

2.4

Job security

2.1

Company culture

2.1

Promotions

2.6

Work satisfaction

Explore 41 Reviews and Ratings
IT Executive
78 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

IT Administrator
20 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Software Developer
14 salaries
unlock blur

₹2.2 L/yr - ₹6.8 L/yr

Business Development Manager
10 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Technical Support Engineer
8 salaries
unlock blur

₹2.5 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Franciscan Solutions with

Softenger

4.1
Compare

Foray Software

3.5
Compare

Nelito System

3.5
Compare

Black Knight

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