Upload Button Icon Add office photos
Engaged Employer

i

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

Certainty Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Certainty Infotech Interview Questions and Answers

Updated 13 Feb 2020

Certainty Infotech Interview Experiences

1 interview found

I appeared for an interview in Aug 2019.

Interview Questionnaire 

5 Questions

  • Q1.  How is memory managed in Python?
  • Ans. 

    Python uses automatic memory management through a garbage collector.

    • Python uses reference counting to keep track of objects in memory.

    • When an object's reference count reaches zero, it is automatically deallocated.

    • Python also employs a garbage collector to handle cyclic references.

    • The garbage collector identifies and collects objects that are no longer reachable.

    • Memory management in Python is transparent to the develope

  • Answered by AI
  • Q2. What is self in Python?
  • Ans. 

    self is a reference to the instance of the class and is used to access its attributes and methods.

    • self is the first parameter of any method in a class.

    • It is used to refer to the instance of the class within the class itself.

    • self allows the instance to access its own attributes and methods.

    • It is automatically passed when a method is called on an instance.

  • Answered by AI
  • Q3. What is pickling and unpickling?
  • Ans. 

    Pickling is the process of converting a Python object into a byte stream, while unpickling is the reverse process.

    • Pickling allows objects to be serialized and stored in a file or transferred over a network.

    • The pickle module in Python provides functions for pickling and unpickling objects.

    • Example: Pickling a list - pickle.dump([1, 2, 3], file)

    • Example: Unpickling a list - pickle.load(file)

  • Answered by AI
  • Q4. What are the generators in python?
  • Ans. 

    Generators in Python are functions that can be paused and resumed, allowing for efficient memory usage and lazy evaluation.

    • Generators are created using the yield keyword

    • They are used to create iterators

    • Generators produce a sequence of values on-the-fly

    • They are memory efficient as they generate values one at a time

    • Generators are useful for processing large datasets or infinite sequences

  • Answered by AI
  • Q5. What is the difference between deep and shallow copy?
  • Ans. 

    Deep copy creates a new object and recursively copies all the objects it references, while shallow copy creates a new object and references the same objects as the original.

    • Deep copy creates a completely independent copy of an object, including all nested objects.

    • Shallow copy creates a new object, but references the same nested objects as the original.

    • Deep copy is useful when you want to modify one object without affec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only answer the question that you know, do not try to make answers a simple reply that I don't know will work fine.

Skills evaluated in this interview

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (10)

Jobs at Certainty Infotech

View all

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

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

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

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

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My expected tenure, education, technical insights

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Concepts of Oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basic concepts of OOPS.Explain final year project.
Be confident.

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up your aptitude and you will surely make it.

I applied via Walk-in and was interviewed before May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yr self, dream, why choose company, happy moment in your life, inspiration person, Apitutude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Really amazing experience, I working with Infosys last 18 month I learned different different training ,team work process knowledge and other skills I am proud be part of Infosys.

Certainty Infotech Interview FAQs

How to prepare for Certainty 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 Certainty Infotech . The most common topics and skills that interviewers at Certainty Infotech expect are Javascript, Python, Business Development Management, Node.Js and Primary Research.
What are the top questions asked in Certainty Infotech interview?

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

  1. What is the difference between deep and shallow co...read more
  2. What are the generators in pyth...read more
  3. How is memory managed in Pyth...read more

Tell us how to improve this page.

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

Certainty Infotech Reviews and Ratings

based on 15 reviews

2.8/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

2.7

Salary

3.2

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Assist Business analysts

Kolkata,

Mumbai

+5

2-7 Yrs

Not Disclosed

Market Research Analyst

Indore

2-7 Yrs

Not Disclosed

Explore more jobs
Research Executive
6 salaries
unlock blur

₹2.9 L/yr - ₹4.4 L/yr

Software Engineer
5 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Associate Manager - HR
4 salaries
unlock blur

₹5.5 L/yr - ₹5.5 L/yr

Associate - Team Lead
4 salaries
unlock blur

₹5.4 L/yr - ₹15 L/yr

Explore more salaries
Compare Certainty Infotech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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