Filter interviews by
Top trending discussions
I applied via LinkedIn and was interviewed before Dec 2023. There were 6 interview rounds.
2 coding questions with 40 mins
Python program to calculate factorial using recursion
Define a function factorial(n) that calls itself recursively
Base case: if n is 0 or 1, return 1
Recursive case: return n * factorial(n-1)
Example: def factorial(n): return 1 if n == 0 or n == 1 else n * factorial(n-1)
Program to print words occurring more than twice in a sentence
Split the sentence into words using split() method
Create a dictionary to store word frequencies
Iterate through the words and update the frequencies in the dictionary
Print the words with frequency greater than 2
My expected salary is based on my experience, skills, and the market rate for Python developers.
Research the average salary for Python developers in your area to have a realistic expectation.
Consider your years of experience and any specialized skills you bring to the table.
Be prepared to negotiate based on the company's budget and benefits package.
Provide a salary range rather than a specific number to allow for flexi
I applied via LinkedIn and was interviewed before Dec 2023. There were 6 interview rounds.
2 coding questions with 40 mins
Python program to calculate factorial using recursion
Define a function factorial(n) that calls itself recursively
Base case: if n is 0 or 1, return 1
Recursive case: return n * factorial(n-1)
Example: def factorial(n): return 1 if n == 0 or n == 1 else n * factorial(n-1)
Program to print words occurring more than twice in a sentence
Split the sentence into words using split() method
Create a dictionary to store word frequencies
Iterate through the words and update the frequencies in the dictionary
Print the words with frequency greater than 2
My expected salary is based on my experience, skills, and the market rate for Python developers.
Research the average salary for Python developers in your area to have a realistic expectation.
Consider your years of experience and any specialized skills you bring to the table.
Be prepared to negotiate based on the company's budget and benefits package.
Provide a salary range rather than a specific number to allow for flexi
based on 1 interview
Interview experience
Senior Software Engineer
33
salaries
| ₹10.9 L/yr - ₹36.9 L/yr |
Technical Lead
33
salaries
| ₹12.5 L/yr - ₹33.5 L/yr |
Senior Engineer
32
salaries
| ₹11.4 L/yr - ₹30 L/yr |
Software Engineer
25
salaries
| ₹4 L/yr - ₹15 L/yr |
Consultant
22
salaries
| ₹6 L/yr - ₹19 L/yr |
Gen
McAfee
Palo Alto Networks
Check Point Software Technologies