Upload Button Icon Add office photos

Filter interviews by

Convergent Technology Solutions Pvt Ldt Lead DevOps Engineer Interview Questions and Answers

Updated 10 Oct 2024

Convergent Technology Solutions Pvt Ldt Lead DevOps Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Go through your profile
  • Ans. 

    Experienced Lead DevOps Engineer with expertise in cloud infrastructure, automation, CI/CD pipelines, and team management.

    • Over 8 years of experience in DevOps roles

    • Proficient in AWS, Azure, and Google Cloud Platform

    • Strong background in scripting languages like Python, Bash, and PowerShell

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI/CD, and CircleCI

    • Managed and mentored teams to improve efficiency and

  • Answered by AI
  • Q2. Kubernetes architecture

Interview questions from similar companies

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1.  I was asked to introduce about myself
  • Q2. I was asked about my final year project work and all its pinpoint details
  • Q3. I was asked about how the company would be benefitted from the project that I have done .
  • Q4. Where do you see yourself after five years, working at this company
  • Q5. What are Ur extra curricular activities
  • Q6. Do you read books ,articles or watch documentaries
  • Q7. Did you participate in any college events

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to my junior batches is that first of all never get stressed before going in, one thing I can say from my experience is that it is very easy to get into Infosys if you pass the aptitude test that they give.
Interview will be very easy to attend

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test consist verbal, logical and quantitative sections and you need to score 50% more in all three.

Round 2 - Technical 

(1 Question)

  • Q1. They ask you everything written on your resume and some basics of DBMS, data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, be yourself, and be honest while answering

Interview Questionnaire 

1 Question

  • Q1. About techical

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.

I applied via Recruitment Consultant and was interviewed in Dec 2018. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is basic function of firewall.
  • Ans. 

    Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewall acts as a barrier between a trusted, secure internal network and another network, such as the Internet.

    • It examines each packet of data that passes through it and determines whether to allow or block the traffic based on the set of rules.

    • Firewalls can be hardware or softwa...

  • Answered by AI
  • Q2. Which are the BGP attributes
  • Ans. 

    BGP attributes are used to determine the best path for routing traffic between networks.

    • BGP attributes include: AS Path, Next Hop, Local Preference, MED, Origin, and Community

    • AS Path is a list of autonomous systems that the route has passed through

    • Next Hop is the IP address of the next router on the path

    • Local Preference is used to indicate the preferred path for outbound traffic

    • MED (Multi-Exit Discriminator) is used to...

  • Answered by AI
  • Q3. How VPN works
  • Ans. 

    VPN stands for Virtual Private Network. It allows secure remote access to a private network over the internet.

    • VPN creates a secure and encrypted connection between the user's device and the private network.

    • It masks the user's IP address and location, providing anonymity and privacy.

    • VPN uses different protocols such as PPTP, L2TP, IPSec, and OpenVPN.

    • It can be used to access geographically restricted content, bypass cens...

  • Answered by AI
  • Q4. Which are the difference Routing protocols
  • Ans. 

    Routing protocols are used to determine the best path for data to travel in a network.

    • Distance Vector protocols: RIP, IGRP, EIGRP

    • Link State protocols: OSPF, IS-IS

    • Hybrid protocols: BGP

    • Path Vector protocols: BGP

    • IGP vs EGP

  • Answered by AI
  • Q5. What is VTP
  • Ans. 

    VTP stands for VLAN Trunking Protocol, used to manage VLANs in a switched network.

    • VTP is a Cisco proprietary protocol.

    • It allows for easy VLAN management by propagating VLAN information across the network.

    • VTP operates in three modes: server, client, and transparent.

    • Server mode allows for VLAN creation, deletion, and modification.

    • Client mode receives and stores VLAN information.

    • Transparent mode forwards VTP messages but ...

  • Answered by AI
  • Q6. What is the difference between Router and firewall
  • Ans. 

    Routers connect networks while firewalls protect networks from unauthorized access.

    • Routers direct traffic between networks while firewalls filter traffic based on predefined rules.

    • Routers operate at layer 3 of the OSI model while firewalls operate at layer 4 or higher.

    • Examples of routers include Cisco routers, while examples of firewalls include Fortinet firewalls.

    • Routers can be used to segment networks while firewalls...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one. It lasted for about 30 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to networking,like firewall, routing and switching, Luckily I was able to answer most of the questions correctly. I tried to answer each question with network topology. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project related questions
  • Q2. Data Structures and OOPS
  • Q3. Difference between Trees and Graphs and their implementation
  • Ans. 

    Trees and Graphs are data structures used to represent relationships between objects. Trees are hierarchical while Graphs are non-hierarchical.

    • Trees have a single root node while Graphs can have multiple starting points

    • Trees have parent-child relationships while Graphs have edges connecting nodes

    • Trees are used for hierarchical data like file systems while Graphs are used for non-hierarchical data like social networks

    • Tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your basics

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have asked many type of questions related to both technical and HR round. For technical round, first they asked which language/subject is your favourite ? If you tell the subject they will ask most of th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, don't try to act oversmart. If you don't know the answer of any question, simply say that you don't know. Do not try to manipulate any answer and even if you try to manipulate then do it wisely so that they don't get to know that you are manipulating them. Be honest. Don't lie.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1.Tell us about your final year project.
  • Q2. 2.introduce yourself
  • Q3. 3.why Infosys?
  • Ans. 

    Infosys is a leading global technology services and consulting company with a strong reputation for innovation and client satisfaction.

    • Infosys has a strong track record of delivering successful projects and solutions to clients

    • The company has a culture of continuous learning and development, providing opportunities for growth

    • Infosys is known for its focus on innovation and cutting-edge technologies

    • The company has a glo...

  • Answered by AI
  • Q4. 4.as I'm from electrical background they asked me some questions from power system.
  • Q5. 5. From DBMS they asked me about indexing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through with basic interview questions and try to prepare one coding language and one or two departmental language. Most importantly be prepared with final year project.

Convergent Technology Solutions Pvt Ldt Interview FAQs

How many rounds are there in Convergent Technology Solutions Pvt Ldt Lead DevOps Engineer interview?
Convergent Technology Solutions Pvt Ldt interview process usually has 1 rounds. The most common rounds in the Convergent Technology Solutions Pvt Ldt interview process are Technical.

Tell us how to improve this page.

Convergent Technology Solutions Pvt Ldt Lead DevOps Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Senior Software Developer
5 salaries
unlock blur

₹5.9 L/yr - ₹8.5 L/yr

Java Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹6.6 L/yr

Quality Analyst
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

HR Recruiter
4 salaries
unlock blur

₹1.2 L/yr - ₹2.8 L/yr

Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Convergent Technology Solutions Pvt Ldt with

TCS

3.7
Compare

Accenture

3.8
Compare

Infosys

3.6
Compare

Wipro

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