Upload Button Icon Add office photos

Filter interviews by

Protean eGov Technologies Production Support Interview Questions and Answers

Updated 8 Oct 2022

Protean eGov Technologies Production Support Interview Experiences

1 interview found

I applied via Referral and was interviewed in Sep 2022. 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 - Technical 

(1 Question)

  • Q1. What is rdbms what is ut used for
  • Ans. 

    RDBMS stands for Relational Database Management System. It is used for storing, managing and retrieving data in a structured manner.

    • RDBMS is a software system that manages relational databases.

    • It organizes data into tables, which consist of rows and columns.

    • It provides a set of tools for creating, modifying, and querying databases.

    • Examples of RDBMS include Oracle, MySQL, SQL Server, and PostgreSQL.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Any questions based on sql

Interview Preparation Tips

Interview preparation tips for other job seekers - If your basics are good you can clear the interview.

Skills evaluated in this interview

Interview questions from similar companies

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

Product ideation how would you plan a product

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is mutex and it's syntax?
  • Ans. 

    A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.

    • Mutex is typically used to protect critical sections of code to prevent race conditions.

    • Syntax for using mutex in C++: std::mutex myMutex;

    • To lock a mutex: myMutex.lock();

    • To unlock a mutex: myMutex.unlock();

  • Answered by AI
  • Q2. What is a goroutine and how it's used?
  • Ans. 

    A goroutine is a lightweight thread managed by the Go runtime. It allows concurrent execution of functions.

    • Goroutines are created using the 'go' keyword followed by a function call.

    • They are used for concurrent programming in Go, allowing multiple functions to run simultaneously.

    • Goroutines are more efficient than traditional threads as they have lower memory overhead and can be multiplexed onto fewer OS threads.

    • Example:...

  • Answered by AI
Round 2 - Coding Test 

DSA, Queries and logical coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend the interview with confidence. That all.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Product Management 

(2 Questions)

  • Q1. Management related questions
  • Q2. Like wo the Father of management
Round 2 - Aptitude Test 

Management related questions

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

90 mins duration, Maths, apti, Reasoning, English, CAT level questions

Round 2 - Coding Test 

3 hours, Data Structure and Algorithm related questions

Round 3 - Group Discussion 

Indian GDP -30 mins, will india become a trillion dollar company?

Round 4 - Technical 

(2 Questions)

  • Q1. How would you improve microsoft team?
  • Ans. 

    I would improve Microsoft Teams by enhancing collaboration features, improving user interface, and integrating more third-party apps.

    • Enhance collaboration features such as real-time co-authoring and interactive whiteboards

    • Improve user interface for better user experience and easier navigation

    • Integrate more third-party apps to increase productivity and streamline workflows

  • Answered by AI
  • Q2. What are the metrics spotify use?
  • Ans. 

    Spotify uses metrics such as Monthly Active Users, Daily Active Users, Churn Rate, and Listening Hours.

    • Monthly Active Users (MAU) - Number of unique users who engage with the platform in a month.

    • Daily Active Users (DAU) - Number of unique users who engage with the platform in a day.

    • Churn Rate - Percentage of users who stop using the platform over a certain period of time.

    • Listening Hours - Total number of hours users sp

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Long term short term goal
  • Ans. 

    My short-term goal is to streamline production processes and increase efficiency. My long-term goal is to implement sustainable practices and drive continuous improvement.

    • Short-term goal: Implement lean manufacturing principles to reduce waste and improve productivity

    • Short-term goal: Develop and implement training programs to upskill production staff

    • Long-term goal: Implement renewable energy sources to reduce carbon fo...

  • Answered by AI
  • Q2. If you were the PM of India
  • Ans. 

    If I were the PM of India, I would focus on economic growth, social welfare, and diplomatic relations.

    • Implement policies to boost manufacturing and infrastructure development

    • Invest in education and healthcare to improve human capital

    • Strengthen ties with neighboring countries and major global powers

    • Promote sustainable development and environmental conservation

    • Combat corruption and promote transparency in governance

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Conducted in their own platform , Oops questions related to tax,discount and final amount after purchasing some n fruits, generate substring from string

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve more DSA questions , be cool , revise all concepts

I applied via AmbitionBox and was interviewed in Dec 2021. There were 4 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 

(7 Questions)

  • Q1. What is your interested subject
  • Q2. Explain binary conversions
  • Ans. 

    Binary conversions involve converting numbers from base 10 to base 2 and vice versa.

    • Binary is a numbering system that uses only 0s and 1s.

    • To convert from base 10 to base 2, divide the number by 2 and write down the remainder.

    • To convert from base 2 to base 10, multiply each digit by its place value and add the results.

    • Binary is commonly used in computer programming and digital electronics.

  • Answered by AI
  • Q3. What is STLD full form
  • Ans. 

    STLD stands for Sequentially Timed Logic Diagram.

    • STLD is a graphical representation of digital circuits.

    • It shows the timing relationship between inputs and outputs.

    • It is used in the design and analysis of digital circuits.

    • STLD is commonly used in the field of electronics and computer engineering.

  • Answered by AI
  • Q4. Enother intrested subject
  • Q5. Optical communication
  • Ans. 

    Optical communication involves transmitting information using light waves.

    • Optical communication is faster and more secure than traditional copper wire communication.

    • Fiber optic cables are used to transmit light signals over long distances.

    • Examples of optical communication include internet and cable TV.

    • Optical communication is also used in medical equipment such as endoscopes and laser surgery tools.

  • Answered by AI
  • Q6. About your self introduction
  • Q7. U know any languages
  • Ans. 

    Yes, I am fluent in English and Spanish.

    • Fluent in English and Spanish

    • Able to communicate effectively with a diverse team

    • Experience working in bilingual environments

    • Proficient in technical vocabulary in both languages

  • Answered by AI
Round 3 - Technical 

(12 Questions)

  • Q1. What is ECE Full form
  • Ans. 

    ECE stands for Electronics and Communication Engineering.

    • ECE is a branch of engineering that deals with the study of electronic devices and communication systems.

    • It involves the design, development, and testing of electronic equipment and communication systems.

    • Examples of ECE devices include smartphones, computers, televisions, radios, and satellites.

    • ECE engineers work in various industries such as telecommunications, ...

  • Answered by AI
  • Q2. What is k maps explain
  • Ans. 

    Karnaugh maps (K-maps) are a graphical method of simplifying Boolean algebra expressions.

    • K-maps are used to simplify Boolean expressions with multiple variables.

    • They are a visual aid that helps identify groups of adjacent 1's or 0's.

    • The groups can then be combined to create a simplified expression.

    • K-maps are commonly used in digital logic design and circuit analysis.

    • Example: A 2-variable K-map can simplify the expressi...

  • Answered by AI
  • Q3. Why using optical communication
  • Ans. 

    Optical communication offers high bandwidth, low interference, and secure data transmission.

    • Optical communication uses light waves to transmit data, allowing for higher bandwidth and faster data transfer rates.

    • It is less susceptible to interference from electromagnetic radiation and can transmit data over longer distances without degradation.

    • Optical communication is also more secure than traditional copper wire communi...

  • Answered by AI
  • Q4. Purpose of optical communication
  • Ans. 

    Optical communication is the use of light to transmit information through optical fibers.

    • Optical communication is faster and more efficient than traditional copper wire communication.

    • It is used in telecommunications, internet, and cable television networks.

    • Optical communication is also used in medical equipment such as endoscopes and laser surgery tools.

    • It allows for long-distance communication without signal degradati...

  • Answered by AI
  • Q5. Types of optical outputs
  • Ans. 

    Optical outputs include digital optical, analog optical, and fiber optic.

    • Digital optical outputs use a digital signal to transmit audio data.

    • Analog optical outputs use an analog signal to transmit audio data.

    • Fiber optic outputs use a fiber optic cable to transmit audio data.

    • Examples of devices with optical outputs include DVD players, soundbars, and gaming consoles.

  • Answered by AI
  • Q6. U r perfect or in perfect in thi job
  • Q7. Yes I am hundred perfect
  • Q8. About your experience
  • Q9. Explain you r background
  • Q10. You are expecting sarary
  • Q11. Work from home or in office
  • Q12. Are you like thi job
Round 4 - Group Discussion 

Which life is best school or college

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't warry every body has successful life and every life one turning point in one time.
Thank you

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 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 - Assignment 

English test, grammar test
In this test only check your grammar and communication skills

Round 3 - HR 

(2 Questions)

  • Q1. Shift timings , self introduction, Communication
  • Q2. Salary discussion, Office, offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintenance a good communication skills, and good grammar and good vocabulary and original certificates

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What do you like about working there?
  • Q2. What do you dislike about working there?
  • Q3. How many comforts there?
  • Q4. Do you like there working style?

Interview Preparation Tips

Interview preparation tips for other job seekers - Say correct answers to questions in the interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced production manager with a background in overseeing manufacturing processes and optimizing efficiency.

    • Managed production schedules to meet deadlines

    • Implemented lean manufacturing principles to reduce waste

    • Led cross-functional teams to improve productivity

    • Ensured quality control measures were in place

    • Trained and mentored staff to enhance performance

  • Answered by AI
  • Q2. Instagram UI CHANGES

Protean eGov Technologies Interview FAQs

How many rounds are there in Protean eGov Technologies Production Support interview?
Protean eGov Technologies interview process usually has 3 rounds. The most common rounds in the Protean eGov Technologies interview process are Technical and Resume Shortlist.
What are the top questions asked in Protean eGov Technologies Production Support interview?

Some of the top questions asked at the Protean eGov Technologies Production Support interview -

  1. What is rdbms what is ut used ...read more
  2. Any questions based on ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Protean eGov Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
WNS Interview Questions
3.4
 • 946 Interviews
View all
Assistant Manager
288 salaries
unlock blur

₹5 L/yr - ₹18.7 L/yr

Manager
110 salaries
unlock blur

₹7.8 L/yr - ₹22.6 L/yr

Back Office Executive
56 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Senior Manager
52 salaries
unlock blur

₹14.5 L/yr - ₹32 L/yr

Executive
46 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Explore more salaries
Compare Protean eGov Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview