Upload Button Icon Add office photos

Filter interviews by

Gajshield Infotech Interview Questions and Answers

Updated 6 Nov 2024

Gajshield Infotech Interview Experiences

4 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dhcp and use for
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is used to automatically assign IP addresses to devices on a network.

    • Automatically assigns IP addresses to devices on a network

    • Reduces the need for manual configuration of IP addresses

    • Helps in efficient management of IP addresses in a network

    • Ensures that each device on the network has a unique IP address

    • Can also provide additional network configuration information

  • Answered by AI
  • Q2. What is tcp and its uses
  • Ans. 

    TCP (Transmission Control Protocol) is a connection-oriented protocol used for reliable communication over networks.

    • TCP is one of the main protocols in the Internet protocol suite.

    • It provides reliable, ordered, and error-checked delivery of data between devices.

    • TCP is used for applications such as web browsing, email, file transfer, and remote administration.

    • It establishes a connection between two devices before data i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - complete basic

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is tcp and its uses
  • Ans. 

    TCP stands for Transmission Control Protocol. It is a communication protocol that facilitates reliable and ordered delivery of data packets over a network.

    • TCP is one of the main protocols in the Internet protocol suite.

    • It operates at the transport layer of the OSI model.

    • TCP ensures that data packets are delivered in the correct order and without errors.

    • It provides error-checking and data flow control.

    • TCP is connection-...

  • Answered by AI
  • Q2. Basic questions

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Be prepared with basic interview question, they are hire only freshers
  • Q2. Basisc question like what is dns, https ? how internet works ?

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. OSI Model, Port Forwarding, Routing Protocols, TCP IP, DNS, DHCP, VPN.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn everything basics of Networking, and with proper communication skills you can easily crack the interview.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Gajshield Infotech interview questions for popular designations

 Technical Support Engineer

 (4)

Jobs at Gajshield Infotech

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hr apti round with questions on quant, logical reasoning, english skills

Round 2 - Technical 

(2 Questions)

  • Q1. Access specifiers
  • Q2. Default storage engine in MySQL
  • Ans. 

    InnoDB is the default storage engine in MySQL.

    • InnoDB is the default storage engine in MySQL since version 5.5.

    • It supports transactions, foreign keys, and row-level locking.

    • Other storage engines like MyISAM and MEMORY are also available.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Some basic seo questions
  • Q2. Some basic tech seo questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever join commerce pubdit worst politics and massive layoffs even perfomance is good then also they lay off
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning and quantitative aptitude was judged

Round 2 - One-on-one 

(2 Questions)

  • Q1. Your favourite coding language and why?
  • Ans. 

    My favorite coding language is Python because of its simplicity, readability, and versatility.

    • Python is known for its clean and readable syntax, making it easier to write and maintain code.

    • Python has a large standard library and many third-party libraries, making it versatile for various applications.

    • Python is widely used in AI and machine learning due to libraries like TensorFlow and scikit-learn.

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was very smooth. My experience with Iboss was very good.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 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 - One-on-one 

(1 Question)

  • Q1. Overall work experience, specific questions about social media work and posting.
Round 3 - Test 

(1 Question)

  • Q1. A paragraph was given for editing and a few questions were there for checking grammatical skills.

Interview Preparation Tips

Topics to prepare for vSplash Techlabs Social Media Specialist interview:
  • Content Writing
  • Social Media
Interview preparation tips for other job seekers - Try to provide examples that can support your answers and make sure to sound confident. Read the JD properly before the interview. Ask the interviewer as many questions as possible for better clarity.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Technical questions on c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apt the offer from pyramid softsol
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Aptitude it is a type of test in which there are many questions like resigning, technical,blood relation.etc

Round 3 - Group Discussion 

In group discussion we have provided some topic and told discuss about that topic and tell advantages and dis advance.

Round 4 - Technical 

(3 Questions)

  • Q1. What is final in java
  • Ans. 

    final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes

    • Final variables cannot be reassigned once initialized

    • Final methods cannot be overridden in subclasses

    • Final classes cannot be extended

  • Answered by AI
  • Q2. What is static In java?
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Example: public static int count = 0;

  • Answered by AI
  • Q3. The static it is a type of method called static method in which when we declared a method as static then it can't be inherited another class

Skills evaluated in this interview

Gajshield Infotech Interview FAQs

How many rounds are there in Gajshield Infotech interview?
Gajshield Infotech interview process usually has 1-2 rounds. The most common rounds in the Gajshield Infotech interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Gajshield Infotech 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 Gajshield Infotech. The most common topics and skills that interviewers at Gajshield Infotech expect are Firewall, Networking, Juniper, Presales and Social Media.
What are the top questions asked in Gajshield Infotech interview?

Some of the top questions asked at the Gajshield Infotech interview -

  1. what is dhcp and use ...read more
  2. what is tcp and its u...read more
  3. basisc question like what is dns, https ? how internet work...read more

Tell us how to improve this page.

Gajshield Infotech Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
CGS Interview Questions
3.5
 • 26 Interviews
View all

Gajshield Infotech Reviews and Ratings

based on 44 reviews

3.8/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

3.7

Company culture

3.8

Promotions

3.7

Work satisfaction

Explore 44 Reviews and Ratings
Jr. HR Recruiter

Mumbai

1-6 Yrs

Not Disclosed

Back Office Executive

Mumbai

1-2 Yrs

Not Disclosed

Technical Content Writer

Mumbai

2-4 Yrs

Not Disclosed

Explore more jobs
Technical Support Engineer
22 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Python Developer
10 salaries
unlock blur

₹1.9 L/yr - ₹5.4 L/yr

Software Developer
9 salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Marketing Manager
6 salaries
unlock blur

₹6.1 L/yr - ₹9 L/yr

Network Support Engineer
5 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Explore more salaries
Compare Gajshield Infotech with

QUICK HEAL TECHNOLOGIES

3.7
Compare

Cyberoam Technologies

4.4
Compare

Seqrite

1.7
Compare

TCS

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