Upload Button Icon Add office photos

Filter interviews by

Calyx Pharma Senior Software Engineer Interview Questions and Answers

Updated 15 Dec 2021

Calyx Pharma Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Algorithms, Data structures, C# and Java.
  • Q2. SQL, oracle and data base concepts
  • Q3. Mostly On basics of OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont lose an opportunity to be a part of CALYX.AI. its the best company i have ever worked or heard of.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query to find the second highest rank in a dataset?
  • Ans. 

    Use a subquery to find the second highest rank in a dataset.

    • Use a subquery to select the maximum rank from the dataset.

    • Then use another subquery to select the maximum rank that is less than the maximum rank found in the first subquery.

  • Answered by AI
  • Q2. What is a program to determine whether a number is odd or even?
  • Ans. 

    A simple program using modulo operator to determine if a number is odd or even.

    • Use the modulo operator (%) to check if the number divided by 2 leaves a remainder

    • If the remainder is 0, the number is even. If the remainder is 1, the number is odd

    • Example: num % 2 == 0 (even), num % 2 == 1 (odd)

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is JAVA in software
  • Ans. 

    JAVA is a high-level programming language used for developing applications and software.

    • Object-oriented programming language

    • Platform-independent

    • Used for web development, mobile apps, enterprise software

    • Has a large standard library

    • Supports multithreading and networking

  • Answered by AI
  • Q2. What is oracle in software
  • Ans. 

    Oracle in software refers to Oracle Corporation, a multinational computer technology corporation known for its database management systems.

    • Oracle is a leading provider of relational database management systems (RDBMS).

    • It offers a wide range of products and services for data management, cloud applications, and more.

    • Oracle databases are widely used in enterprise applications for storing and managing data efficiently.

    • Exam...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code for Hello World
  • Ans. 

    Simple code to print 'Hello World'

    • Use a print statement to display 'Hello World'

    • In Python: print('Hello World')

    • In Java: System.out.println('Hello World')

  • Answered by AI
  • Q2. Code for printing algo
  • Ans. 

    Code for printing algorithm in software development.

    • Use loops to iterate through the data to be printed.

    • Consider formatting options such as spacing and alignment.

    • Handle edge cases like empty input or invalid data.

    • Example: for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Different arrays in string types
  • Ans. 

    Arrays of string types are collections of strings stored in a single variable.

    • Arrays can be declared and initialized with string values like ['apple', 'banana', 'cherry'].

    • Access individual strings in the array using index like array[0] for 'apple'.

    • Perform operations like sorting or filtering on arrays of strings.

  • Answered by AI
  • Q2. Different strings in array texts
  • Ans. 

    Comparing different strings in an array of texts.

    • Iterate through the array and compare each string with the others.

    • Use a nested loop to compare each pair of strings.

    • Consider using a hash map to store the frequency of each unique string for efficient comparison.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Different dS in software engineer
  • Ans. 

    Different design patterns in software engineering

    • Creational patterns (e.g. Singleton, Factory)

    • Structural patterns (e.g. Adapter, Decorator)

    • Behavioral patterns (e.g. Observer, Strategy)

  • Answered by AI
  • Q2. Diff types in string test types
  • Ans. 

    Different types of string test types include equality, containment, length, case sensitivity, and pattern matching.

    • Equality test: comparing two strings to see if they are exactly the same

    • Containment test: checking if a string contains a specific substring

    • Length test: determining the length of a string

    • Case sensitivity test: checking if two strings are equal while considering case

    • Pattern matching test: using regular expr

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Discussion with hiring manager
  • Q2. What is your career goal ?
  • Ans. 

    To become a technical leader in software engineering, contributing to innovative projects and mentoring junior engineers.

    • To continuously enhance my technical skills and stay updated with the latest technologies.

    • To lead and deliver complex software projects successfully.

    • To mentor and guide junior engineers, fostering their growth and development.

    • To contribute to the development of innovative and impactful software solut...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Behaviour questions on cloud hosting
  • Q2. How will you implement secure cloud deployments
  • Ans. 

    Secure cloud deployments can be implemented through various measures such as encryption, access control, and regular security audits.

    • Implement encryption for data at rest and in transit

    • Use access control mechanisms to restrict unauthorized access

    • Regularly conduct security audits to identify and address vulnerabilities

    • Implement multi-factor authentication for added security

    • Ensure compliance with industry standards and r...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. How will you troubleshoot 500 internal server error
  • Ans. 

    Check server logs, review code, test endpoints, and verify database connections.

    • Check server logs for error messages

    • Review code for syntax errors or logical mistakes

    • Test endpoints using tools like Postman or cURL

    • Verify database connections and credentials

    • Check for any recent changes or updates

    • Consider scaling issues or server overload

    • Consult with team members or experts if necessary

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your next career goals ?
  • Ans. 

    My next career goal is to become a technical lead and mentor junior engineers.

    • I want to take on more leadership responsibilities and guide a team towards success.

    • I plan to enhance my skills in project management and communication.

    • I aim to contribute to the growth and development of the organization.

    • I aspire to continuously learn and stay updated with the latest technologies and industry trends.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlaxoSmithKline Pharmaceuticals Senior Software Engineer interview:
  • Cloud
  • Security
  • Terraform
  • Python
Interview preparation tips for other job seekers - Mostly discussions were focusing on roles and responsibilities. Technical questions are on Cloud, automation, troubleshooting and security aspects.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is DI in Asp.ner core
  • Q2. What is Middleware
  • Q3. What is Threading
  • Q4. Async and await
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Solid principles 2. Design patterns 3. Background services .net core 4. .net core basics 5. Reverse a sentence along with a word
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked questions in Oops concept
  • Q2. Asked available questions in java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the asp.net and MVC questions need.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to upload a file using selenium webdriver?
  • Ans. 

    You can upload a file using Selenium WebDriver by sending the file path to the file input element.

    • Locate the file input element on the webpage using WebDriver

    • Use the sendKeys() method to send the file path to the file input element

    • Ensure the file path is accessible from the machine running the test

  • Answered by AI
  • Q2. How to enable disabled textbox?
  • Ans. 

    To enable a disabled textbox, set the 'disabled' attribute to false.

    • Find the textbox element using its ID or class

    • Set the 'disabled' attribute to false using JavaScript

  • Answered by AI
Round 2 - Case Study 

Selenium automation testing

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic and advanced concepts of JavaScript / NodeJS covered.

Round 2 - HR 

(2 Questions)

  • Q1. Why are you looking for job change
  • Q2. What are your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshers are not entertained. Minimum 3-4 yrs experience they look for. Expected to join in 30-45days.

Calyx Pharma Interview FAQs

What are the top questions asked in Calyx Pharma Senior Software Engineer interview?

Some of the top questions asked at the Calyx Pharma Senior Software Engineer interview -

  1. Algorithms, Data structures, C# and Jav...read more
  2. SQL, oracle and data base conce...read more
  3. Mostly On basics of O...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Cipla Interview Questions
4.1
 • 470 Interviews
IQVIA Interview Questions
3.9
 • 456 Interviews
Lupin Interview Questions
4.2
 • 328 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 230 Interviews
Biocon Limited Interview Questions
3.9
 • 147 Interviews
Abbott Interview Questions
4.2
 • 142 Interviews
View all
Calyx Pharma Senior Software Engineer Salary
based on 4 salaries
₹13 L/yr - ₹15 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Calyx Pharma Senior Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Officer
5 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Research Associate
4 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹13 L/yr - ₹15 L/yr

Senior Software Validation Engineer
4 salaries
unlock blur

₹10.9 L/yr - ₹17 L/yr

Imaging Research Associate
3 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Explore more salaries
Compare Calyx Pharma with

Sun Pharmaceutical Industries

4.1
Compare

DRJ & CO

5.0
Compare

Cipla

4.1
Compare

Biocon Limited

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