Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sage IT Team. If you also belong to the team, you can get access from here

Sage IT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sage IT Interview Questions and Answers

Updated 3 May 2025
Popular Designations

8 Interview questions

A Senior Recruiter was asked 2mo ago
Q. How many onboardings can you complete within a month?
Ans. 

The number of onboardings per month depends on various factors like team size, processes, and resources available.

  • Team Size: A larger recruiting team can handle more onboardings. For example, a team of 5 recruiters might manage 20 onboardings monthly.

  • Process Efficiency: Streamlined onboarding processes can increase capacity. Implementing checklists and automation can speed up onboarding.

  • Resource Availability: Acce...

View all Senior Recruiter interview questions
A Software Engineer was asked 2mo ago
Q. How can you reverse a string without using a third variable?
Ans. 

Reverse a string in place using techniques like swapping characters without extra space.

  • Use two pointers: one at the start and one at the end of the string.

  • Swap characters at the two pointers and move them towards the center.

  • Continue until the pointers meet in the middle.

  • Example: For 'hello', swap 'h' with 'o', then 'e' with 'l', resulting in 'olleh'.

View all Software Engineer interview questions
A Software Engineer was asked 2mo ago
Q. What is the workflow for using Spring Boot in application development?
Ans. 

Spring Boot streamlines Java application development with minimal configuration and rapid setup.

  • 1. Set up the project using Spring Initializr or your IDE.

  • 2. Define dependencies in the 'pom.xml' or 'build.gradle' file.

  • 3. Create application properties for configuration settings.

  • 4. Develop RESTful APIs using @RestController annotations.

  • 5. Implement business logic in service classes annotated with @Service.

  • 6. Use @Rep...

View all Software Engineer interview questions
A Network Support Engineer was asked 6mo ago
Q. What are Network Address Translation (NAT) and its types?
Ans. 

NAT is a process used in routers to modify network address information in packet headers.

  • NAT allows multiple devices on a local network to share a single public IP address.

  • Types of NAT include Static NAT, Dynamic NAT, and Port Address Translation (PAT).

  • Static NAT maps a private IP address to a public IP address on a one-to-one basis.

  • Dynamic NAT assigns a public IP address from a pool of available addresses on a fi...

View all Network Support Engineer interview questions
A Network Support Engineer was asked 6mo ago
Q. What is the command used to capture live network traffic?
Ans. 

The command used to capture live network traffic is 'tcpdump'.

  • Use the 'tcpdump' command followed by appropriate options to capture live network traffic.

  • For example, 'tcpdump -i eth0' captures traffic on the eth0 interface.

  • You can also use filters with tcpdump to capture specific types of traffic, such as 'tcpdump port 80' to capture traffic on port 80.

View all Network Support Engineer interview questions
A Network Support Engineer was asked 6mo ago
Q. What is the packet flow process in a Checkpoint firewall?
Ans. 

Packet flow process in a Checkpoint firewall involves several steps including inspection, matching rules, and forwarding.

  • Packet enters the firewall and is inspected by the Security Gateway

  • Packet is matched against the security policy rules

  • If a match is found, the packet is either accepted or dropped

  • If accepted, the packet is forwarded to its destination

  • If no match is found, the default action specified in the poli...

View all Network Support Engineer interview questions
A DOT NET Developer was asked
Q. Write a program to connect to and disconnect from a SQL database.
Ans. 

A SQL connection and disconnection program demonstrates how to connect to a database and properly close the connection in .NET.

  • Use SqlConnection class to establish a connection to the database.

  • Always wrap your connection code in a try-catch block to handle exceptions.

  • Use 'using' statement for automatic disposal of the connection.

  • Example: SqlConnection conn = new SqlConnection(connectionString);

  • Call conn.Open() to ...

View all DOT NET Developer interview questions
Are these interview questions helpful?
A Junior Us IT Recruiter was asked
Q. Name some software languages
Ans. 

Software languages are used to write computer programs and include languages like Java, Python, and C++.

  • Java - used for developing desktop and mobile applications

  • Python - used for web development, data analysis, and artificial intelligence

  • C++ - used for developing operating systems, video games, and high-performance applications

View all Junior Us IT Recruiter interview questions

Sage IT Interview Experiences

13 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React related questions
  • Q2. JavaScript related quetions

Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They will check your technical assessment asking few technical question regarding the requirements you have worked Previously so make sure you will prepare 5-6 position for the interview
Round 2 - Technical 

(1 Question)

  • Q1. For technical round you need to prepare basic of us staffing and good knowledge of visa structure in USA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in yourself and prepare 4-5 requirement from scratch
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the packet flow process in a Checkpoint firewall?
  • Ans. 

    Packet flow process in a Checkpoint firewall involves several steps including inspection, matching rules, and forwarding.

    • Packet enters the firewall and is inspected by the Security Gateway

    • Packet is matched against the security policy rules

    • If a match is found, the packet is either accepted or dropped

    • If accepted, the packet is forwarded to its destination

    • If no match is found, the default action specified in the policy is...

  • Answered by AI
  • Q2. What are Network Address Translation (NAT) and its types?
  • Ans. 

    NAT is a process used in routers to modify network address information in packet headers.

    • NAT allows multiple devices on a local network to share a single public IP address.

    • Types of NAT include Static NAT, Dynamic NAT, and Port Address Translation (PAT).

    • Static NAT maps a private IP address to a public IP address on a one-to-one basis.

    • Dynamic NAT assigns a public IP address from a pool of available addresses on a first-c...

  • Answered by AI
  • Q3. What is the command used to capture live network traffic?
  • Ans. 

    The command used to capture live network traffic is 'tcpdump'.

    • Use the 'tcpdump' command followed by appropriate options to capture live network traffic.

    • For example, 'tcpdump -i eth0' captures traffic on the eth0 interface.

    • You can also use filters with tcpdump to capture specific types of traffic, such as 'tcpdump port 80' to capture traffic on port 80.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you willing to relocate to Chennai?
  • Ans. 

    Yes, I am willing to relocate to Chennai for the Network Support Engineer position.

    • I am open to relocating for the right opportunity

    • I have experience adapting to new environments

    • Chennai is a vibrant city with a growing tech industry

  • Answered by AI
  • Q2. What salary are you expecting?
  • Ans. 

    I am expecting a competitive salary based on my experience, skills, and the industry standard for Network Support Engineers.

    • Research industry standards for Network Support Engineer salaries

    • Consider my experience and skills when determining salary expectations

    • Be prepared to negotiate based on the specific job requirements and benefits package offered

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Before that, assignment should be given on the basis of his experience.

Round 2 - HR 

(2 Questions)

  • Q1. How many years of experience Day to day activities of your previous company
  • Q2. What value can you add to our company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. How punctual are you?
  • Ans. 

    I value punctuality highly, as it reflects my commitment and respect for others' time in a professional setting.

    • Consistent Attendance: I have maintained a perfect attendance record in my previous roles, arriving on time for work and meetings.

    • Time Management: I prioritize my tasks effectively, ensuring I allocate sufficient time for each responsibility to avoid delays.

    • Preparation: I often arrive early to meetings to pre...

  • Answered by AI
  • Q2. How many onboardings can you give within a month?
  • Ans. 

    The number of onboardings per month depends on various factors like team size, processes, and resources available.

    • Team Size: A larger recruiting team can handle more onboardings. For example, a team of 5 recruiters might manage 20 onboardings monthly.

    • Process Efficiency: Streamlined onboarding processes can increase capacity. Implementing checklists and automation can speed up onboarding.

    • Resource Availability: Access to...

  • Answered by AI
  • Q3. Do you have exp in contract staffing?
  • Ans. 

    Yes, I have extensive experience in contract staffing, focusing on sourcing and placing candidates for temporary roles.

    • Sourcing Candidates: I utilize various platforms like LinkedIn and job boards to identify potential candidates for contract positions.

    • Client Collaboration: I work closely with clients to understand their specific needs and requirements for contract roles, ensuring a good fit.

    • Negotiation Skills: I handl...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About end to end project management

DOT NET Developer Interview Questions & Answers

user image Sri Rakesh Kumar

posted on 27 Jan 2023

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

I applied via Walk-in and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical questions like propability

Round 2 - Group Discussion 

How employees were effected in covid time

Round 3 - Technical 

(1 Question)

  • Q1. C# Amstrong program ,Sql joins
Round 4 - Technical 

(1 Question)

  • Q1. Sql connection and disconnection program
  • Ans. 

    A SQL connection and disconnection program demonstrates how to connect to a database and properly close the connection in .NET.

    • Use SqlConnection class to establish a connection to the database.

    • Always wrap your connection code in a try-catch block to handle exceptions.

    • Use 'using' statement for automatic disposal of the connection.

    • Example: SqlConnection conn = new SqlConnection(connectionString);

    • Call conn.Open() to open ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic concepts in c# and asp.net and oops and Sql server upto sub querys concept
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. 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 - Aptitude Test 

Aptitude and reasoning questions

Round 3 - Coding Test 

Basic programming language

Round 4 - HR 

(1 Question)

  • Q1. How much salary u expecting

Software Engineer Interview Questions & Answers

user image jithendra koilada

posted on 14 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. How can you reverse a string without using a third variable?
  • Ans. 

    Reverse a string in place using techniques like swapping characters without extra space.

    • Use two pointers: one at the start and one at the end of the string.

    • Swap characters at the two pointers and move them towards the center.

    • Continue until the pointers meet in the middle.

    • Example: For 'hello', swap 'h' with 'o', then 'e' with 'l', resulting in 'olleh'.

  • Answered by AI
  • Q2. What is the workflow for using Spring Boot in application development?
  • Ans. 

    Spring Boot streamlines Java application development with minimal configuration and rapid setup.

    • 1. Set up the project using Spring Initializr or your IDE.

    • 2. Define dependencies in the 'pom.xml' or 'build.gradle' file.

    • 3. Create application properties for configuration settings.

    • 4. Develop RESTful APIs using @RestController annotations.

    • 5. Implement business logic in service classes annotated with @Service.

    • 6. Use @Reposito...

  • Answered by AI

I applied via LinkedIn and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. HR related topic like salary , working hours , tasks assigned every day

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was 30 to 40 minutes. Covered questions from hive, Pyspark , SQL , HDFS , Hbase and Aws related big data topics.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Sage IT?
Ask anonymously on communities.

Sage IT Interview FAQs

How many rounds are there in Sage IT interview?
Sage IT interview process usually has 2-3 rounds. The most common rounds in the Sage IT interview process are Technical, HR and Resume Shortlist.
How to prepare for Sage IT 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 Sage IT. The most common topics and skills that interviewers at Sage IT expect are SQL, Troubleshooting, Management, Javascript and Agile.
What are the top questions asked in Sage IT interview?

Some of the top questions asked at the Sage IT interview -

  1. What is the packet flow process in a Checkpoint firewa...read more
  2. What is the workflow for using Spring Boot in application developme...read more
  3. What are Network Address Translation (NAT) and its typ...read more
How long is the Sage IT interview process?

The duration of Sage IT interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 11 interview experiences

Difficulty level

Easy 14%
Moderate 86%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Stefanini Interview Questions
2.9
 • 36 Interviews
Statusneo Interview Questions
3.9
 • 33 Interviews
GlobalStep Interview Questions
2.6
 • 29 Interviews
View all

Sage IT Reviews and Ratings

based on 96 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.6

Salary

3.6

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 96 Reviews and Ratings
Process Associate

Chennai

0-3 Yrs

Not Disclosed

IT Recruiter

Hyderabad / Secunderabad

2-5 Yrs

₹ 3-4 LPA

Dotnet Full Stack Developer

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Explore more jobs
US IT Recruiter
44 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Software Engineer
27 salaries
unlock blur

₹2.3 L/yr - ₹9.9 L/yr

Talent Acquisition Specialist
26 salaries
unlock blur

₹2.9 L/yr - ₹5.5 L/yr

Talent Acquisition Executive
21 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Information Technology Recruiter
20 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Sage IT with

AgreeYa Solutions

3.3
Compare

Actalent Services

3.5
Compare

Apisero

4.3
Compare

Cyber Infrastructure

3.5
Compare
write
Share an Interview