Add office photos
Engaged Employer

Colan Infotech

3.8
based on 91 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 4 Aug 2024

Q1. which is muteable in python? (list,tuple,string,int,float)

Ans.

Lists are mutable in Python.

  • Lists can be modified after creation, allowing for addition, removal, and modification of elements.

  • Tuples, strings, integers, and floats are immutable in Python.

  • Example: list_example = [1, 2, 3]; list_example[1] = 5 # modifies the list element at index 1 to 5.

Add your answer

Q2. write a program to print ***** (n=5) and next line 4*, then 3*... I did all theoretical questions well, but didnt complete this program, and in 5 minutes, he took the laptop and asked be to go back.

Ans.

Program to print decreasing number of asterisks in each line

  • Create a loop to iterate from n to 1

  • In each iteration, print the corresponding number of asterisks

  • Use a nested loop to print the asterisks in each line

Add your answer

Q3. types of spark clusters, uses of all types of clusters

Ans.

There are three types of Spark clusters: standalone, YARN, and Mesos. Each type has different use cases.

  • Standalone cluster: Suitable for development and testing purposes.

  • YARN cluster: Ideal for running Spark on Hadoop clusters.

  • Mesos cluster: Used for running Spark on Mesos clusters or in cloud environments.

  • Standalone cluster can be set up on a single machine or a group of machines.

  • YARN cluster leverages Hadoop's resource management capabilities.

  • Mesos cluster provides fine-gra...read more

Add your answer

Q4. different types of optimization techniques

Ans.

Optimization techniques are methods used to improve efficiency and performance of systems or processes.

  • Mathematical optimization: using mathematical models and algorithms to find the best solution

  • Heuristic optimization: using trial and error or rule-based methods to find good solutions

  • Metaheuristic optimization: using higher-level strategies to explore the search space efficiently

  • Constraint optimization: optimizing solutions subject to constraints

  • Parallel optimization: distri...read more

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. Diff between out and ref, Partial classes,

Ans.

out and ref are used for passing arguments by reference, while partial classes allow splitting a class definition into multiple files.

  • out keyword is used for passing arguments by reference and does not require the variable to be initialized before passing.

  • ref keyword is used for passing arguments by reference and requires the variable to be initialized before passing.

  • Partial classes allow splitting a class definition into multiple files, making it easier to manage large class...read more

Add your answer

Q6. write down 10 properties in css

Ans.

CSS properties control the visual presentation of elements on a webpage.

  • color: sets the color of text

  • font-size: determines the size of text

  • background-color: specifies the background color of an element

  • border: defines the border around an element

  • margin: sets the margin outside an element

  • padding: determines the padding inside an element

  • text-align: aligns text within an element

  • display: specifies how an element is displayed

  • width: sets the width of an element

  • height: determines the...read more

Add your answer
Are these interview questions helpful?

Q7. str="Hello world" print(str[4:8] )

Ans.

The code will print 'o wo', which is the substring of 'Hello world' starting from index 4 up to index 7.

  • The slicing operation str[4:8] extracts characters from index 4 to index 7 (exclusive) from the string 'Hello world'.

  • The index 4 corresponds to the character 'o' and index 7 corresponds to the character 'd'.

  • Therefore, the output of print(str[4:8]) will be 'o wo'.

Add your answer

Q8. write down 10 tags in html

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. How to you handle web applicaton performance

Ans.

Web application performance can be handled by optimizing code, caching, load balancing, and monitoring.

  • Optimize code by reducing database queries, using efficient algorithms, and minimizing HTTP requests.

  • Implement caching to reduce server load and improve response time.

  • Use load balancing to distribute traffic across multiple servers.

  • Monitor performance using tools like New Relic or Google Analytics to identify bottlenecks and optimize accordingly.

Add your answer

Q10. Interceptor in Angular, Observables

Ans.

Interceptors in Angular are used to intercept HTTP requests and responses.

  • Interceptors can be used to modify requests before they are sent and responses before they are received.

  • They can be used for tasks like adding headers, logging, error handling, etc.

  • Example: Creating an interceptor to add a token to every outgoing request for authentication.

Add your answer

Q11. tell abt ur self

Ans.

I am a dedicated and detail-oriented Manual Test Engineer with 5 years of experience in testing web and mobile applications.

  • 5 years of experience in manual testing

  • Proficient in testing web and mobile applications

  • Detail-oriented and dedicated to ensuring quality

  • Strong problem-solving skills

  • Experience with test case creation and execution

Add your answer

Q12. Explain the web application flow

Ans.

Web application flow involves client-server communication, request processing, and response generation.

  • Client sends a request to the server

  • Server processes the request and generates a response

  • Response is sent back to the client

  • Client renders the response in the browser

  • This flow continues until the user interacts with the application

Add your answer

Q13. explain interface and abstract class

Add your answer

Q14. explain oops concepts

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 14 interviews in the last 1 year
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 386 Interview Questions
3.7
 • 329 Interview Questions
4.2
 • 288 Interview Questions
4.2
 • 177 Interview Questions
4.7
 • 143 Interview Questions
4.2
 • 135 Interview Questions
View all
Top Colan Infotech Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter