Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Indian Political Action Committee Senior Python Developer Interview Questions and Answers

Updated 18 Aug 2021

Indian Political Action Committee Senior Python Developer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. How indexes work ?
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations on a database table.

    • Indexes are created on one or more columns of a table.

    • They store a copy of the indexed data in a separate structure.

    • This allows the database to quickly locate the data when a query is executed.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Creating too many indexes can slow down data modification operati

  • Answered by AI
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable and tuple is immutable in Python.

    • Lists use square brackets [] while tuples use parentheses ().

    • Lists can be modified while tuples cannot be modified once created.

    • Lists are used for collections of homogeneous items while tuples are used for heterogeneous items.

    • Lists are slower than tuples in terms of performance.

    • Lists are used for dynamic data while tuples are used for static data.

  • Answered by AI
  • Q3. How to handle large datasets in RDBMS
  • Ans. 

    Use indexing, partitioning, and sharding to handle large datasets in RDBMS.

    • Create indexes on frequently queried columns to speed up search operations.

    • Partition tables based on a specific column to distribute data across multiple disks.

    • Use sharding to horizontally partition data across multiple servers.

    • Consider using NoSQL databases for unstructured data or when scalability is a concern.

  • Answered by AI
  • Q4. Two sum leetcode question

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Coding Test 

JS fundamentals and coding question , OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare JS fundamentals and coding questions,OOPS.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort the array with duplicate values
  • Ans. 

    Use sorting algorithm like quicksort or mergesort to sort the array with duplicate values.

    • Use a sorting algorithm like quicksort or mergesort to sort the array efficiently.

    • Handle duplicate values by ensuring they are placed in the correct order during sorting.

    • Consider using a hashmap to count the frequency of each element before sorting.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Dissuasion for past company work
  • Q2. Asking qualification
Round 2 - Technical 

(2 Questions)

  • Q1. Types of brick and how to check brick quality, Cement IS code and how to check quality, Pipe IS code
  • Ans. 

    Types of brick, how to check brick quality, Cement IS code and quality check, Pipe IS code

    • Types of bricks include clay bricks, concrete bricks, fly ash bricks, etc.

    • To check brick quality, look for uniform shape, size, color, sound when struck, and absence of cracks.

    • Cement quality is checked using IS code 12269:1987. Quality can be checked by conducting tests like fineness, setting time, compressive strength, etc.

    • Pipe q...

  • Answered by AI
  • Q2. Asking, BBS Over had tank , Pipe jointing , and other questions
Round 3 - HR 

(1 Question)

  • Q1. Salary dissuasion,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Work experience
  • Q2. Last company details and qualifications
Round 2 - Technical 

(2 Questions)

  • Q1. Brick test compressive strength, Over hand tank like columns dom zik etc.
  • Q2. Quality test cement test , cube test , slump , temperature test curing HDPE pipe IS code life , Manhole , Pipe laying etc
Round 3 - HR 

(1 Question)

  • Q1. Salary dissuasion

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal questions regarding civil engineering subjects

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont be too nervous. Be normal and answer the questions. If not know any answer just say no.

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself?
  • Q2. How will you test about leakage of oil in Transformer?
  • Ans. 

    Testing for oil leakage in transformers involves visual inspection, oil analysis, and pressure testing.

    • Visual inspection of the transformer for any signs of oil leakage

    • Oil analysis to check for any abnormal levels of dissolved gases or contaminants

    • Pressure testing to check for any leaks in the transformer's oil-filled compartments

    • Use of ultrasonic testing to detect any leaks in the transformer's tank

    • Regular maintenance

  • Answered by AI
  • Q3. How will you find out an error after completing the work of any Feeder?
  • Ans. 

    I will conduct a thorough testing and inspection process to identify any errors in the Feeder.

    • Perform visual inspection of the Feeder

    • Conduct electrical testing to ensure proper functioning

    • Check for any loose connections or damaged components

    • Compare the Feeder's performance to the expected results

    • Review any error logs or system alerts

    • Consult with colleagues or experts for additional input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be in previous work experience.
Also related to B.Tech. stream.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 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 Resume tips
Round 2 - Aptitude Test 

General SSC level aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Online test is hard, post that interview is mediocre

Interview Preparation Tips

Topics to prepare for Medhaj Techno Concept Senior Engineer interview:
  • Jal jivan mission projects
Interview preparation tips for other job seekers - Be confident and show intent to work.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Brief knowledge of civil engineering and building construction

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical and management

Interview Preparation Tips

Interview preparation tips for other job seekers - You can do interview without any hesitation.
Contribute & help others!
anonymous
You can choose to be anonymous

Indian Political Action Committee Interview FAQs

What are the top questions asked in Indian Political Action Committee Senior Python Developer interview?

Some of the top questions asked at the Indian Political Action Committee Senior Python Developer interview -

  1. How to handle large datasets in RD...read more
  2. How indexes wor...read more
  3. Difference between list and tu...read more

Recently Viewed

CAMPUS PLACEMENT

Loyola College, Chennai

SALARIES

Echobooom Management & Entrepreneurial Solutions

INTERVIEWS

Indian Political Action Committee

No Interviews

LIST OF COMPANIES

Echobooom Management & Entrepreneurial Solutions

Overview

SALARIES

Echobooom Management & Entrepreneurial Solutions

INTERVIEWS

Indian Political Action Committee

No Interviews

INTERVIEWS

Indian Political Action Committee

No Interviews

INTERVIEWS

Indian Political Action Committee

No Interviews

CAMPUS PLACEMENT

Amity Business School (ABS)

INTERVIEWS

Indian Political Action Committee

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Bureau Veritas Interview Questions
3.9
 • 113 Interviews
SGS Interview Questions
3.9
 • 92 Interviews
TÜV NORD Interview Questions
3.8
 • 63 Interviews
CMS Infosystems Interview Questions
3.6
 • 54 Interviews
Intertek Interview Questions
3.8
 • 51 Interviews
Cashify Interview Questions
3.8
 • 40 Interviews
Titan Eye Plus Interview Questions
4.3
 • 30 Interviews
Reliance Group Interview Questions
4.1
 • 20 Interviews
View all
Associate
229 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
174 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
123 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Campaign Manager
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indian Political Action Committee with

Aam Aadmi Party

3.7
Compare

Bharatiya Janata Party

4.4
Compare

Indian National Congress

4.2
Compare

Bahujan Samaj Party

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent