Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Schrodinger Software Engineer Interview Questions and Answers

Updated 18 Sep 2024

Schrodinger Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared before attending the interview .
Keep your resume crisp. Be thorough with oops, os and dbms

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview Questionnaire 

11 Questions

  • Q1. What is the difference between multi tasking, multi processing and multi programming operating systems with examples ?
  • Ans. 

    Multi tasking, multi processing, and multi programming are different approaches to managing tasks in an operating system.

    • Multi tasking allows multiple tasks to run concurrently on a single processor.

    • Multi processing involves multiple processors running tasks simultaneously.

    • Multi programming allows multiple programs to be loaded into memory and executed concurrently.

    • Examples of multi tasking operating systems include Wi...

  • Answered by AI
  • Q2. Tell me about memory allocation (stack vs. heap)?
  • Ans. 

    Memory allocation refers to the process of assigning memory to programs during runtime.

    • Stack allocation is done automatically and is limited in size.

    • Heap allocation is done manually and is larger in size.

    • Stack memory is used for local variables and function calls.

    • Heap memory is used for dynamic memory allocation.

    • Memory leaks can occur if heap memory is not properly managed.

  • Answered by AI
  • Q3. You have two threads one printing even numbers in order and other odd numbers. Design an algorithm so that it prints numbers in natural order?
  • Ans. 

    Use a shared variable and synchronization mechanisms to ensure natural order printing of numbers.

    • Create two threads, one for printing even numbers and the other for printing odd numbers.

    • Use a shared variable to keep track of the current number to be printed.

    • Implement synchronization mechanisms like locks or semaphores to ensure only one thread can access the shared variable at a time.

    • Each thread should check if it is i...

  • Answered by AI
  • Q4. Print a matrix in spiral order?
  • Ans. 

    Printing a matrix in spiral order

    • Start from the first element and print it

    • Move in a spiral order towards the center of the matrix

    • Repeat until all elements are printed

  • Answered by AI
  • Q5. Thread class and Runnable Interface?
  • Ans. 

    Thread class and Runnable Interface are used for multithreading in Java.

    • Thread class is a predefined class in Java that provides methods to create and control threads.

    • Runnable interface is used to define a task that can be executed by a thread.

    • Thread class implements Runnable interface.

    • Thread class provides more control over threads than Runnable interface.

    • Example: Thread t = new Thread(new MyRunnable()); t.start();

    • Exa...

  • Answered by AI
  • Q6. What’s the difference between a Linked List and an ArrayList and give me an example of when to use which?
  • Ans. 

    Linked List is a dynamic data structure while ArrayList is a static data structure.

    • Linked List is best for frequent insertion and deletion operations.

    • ArrayList is best for frequent access operations.

    • Linked List uses more memory than ArrayList.

    • ArrayList is faster than Linked List for accessing elements.

    • Use Linked List when you need to frequently add or remove elements from the list.

    • Use ArrayList when you need to frequen

  • Answered by AI
  • Q7. Questions of OS concepts?
  • Q8. A role play scenario was given. With a clear instruction on I don’t need to know the basis and the hypothetical assumption was presented. I was told that I was expected to respond to the given scenario, in...
  • Q9. Why are you interested in a career in investment banking?
  • Ans. 

    I am not interested in a career in investment banking.

    • I am more interested in a career in software development

    • I enjoy problem-solving and creating innovative solutions through coding

    • Investment banking does not align with my passion and skill set

  • Answered by AI
  • Q10. Why have you chosen to apply to J.P. Morgan?
  • Ans. 

    I have chosen to apply to J.P. Morgan because of their reputation, global presence, and opportunities for growth.

    • J.P. Morgan has a strong reputation in the financial industry.

    • They have a global presence with offices in multiple countries.

    • The company offers various opportunities for career growth and development.

    • J.P. Morgan is known for its innovative technology solutions in the financial sector.

    • I am impressed by their ...

  • Answered by AI
  • Q11. Have you ever made a mistake? Tell us about it?
  • Ans. 

    Yes, I have made a mistake in my previous project.

    • I underestimated the complexity of a task and ended up missing the deadline.

    • I failed to properly test a feature, resulting in a bug that affected user experience.

    • I accidentally deleted an important file without having a backup.

    • I misunderstood a requirement and implemented a feature incorrectly.

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 1

General Tips: Interview Process: Aptitude test, followed by 3 rounds of interview. Interview process was very good. Just be positive to clear the interview.
Check this link before appearing for interview with JP Morgan. It will help  -----
Skills: Algorithm, Data structure, Stack
College Name: Na

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. All questions are related to ds and algorithm. Implications of data structure
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Can we built and deploy two different projects using same pom file, if yes then how?
  • Q2. Lot's of questions on problem solving skill like how you handle bug in prod. Whole lifecycle of a project, hashmap, collections, interaction between microservices, dependcy injection, how microservices act...
  • Q3. Serialise, how to get data from database using hibernate if we don't know data format of the response. Different crud operations. Difference between hibernate and jpa.
  • Q4. Why we are switching to microservices even though our earlier application is also working fine.
  • Ans. 

    Microservices offer better scalability, flexibility, and fault tolerance.

    • Microservices allow for independent deployment and scaling of individual components.

    • They enable faster development and deployment cycles.

    • They provide fault isolation, making it easier to identify and fix issues.

    • They allow for greater flexibility in technology choices and development approaches.

    • Examples of successful microservices architectures inc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly they were focused on your problem solving skills, project set-up in java, microservices, different environments used for a project, since I was interviewed for Java full stack developer so question related to microservices, hibernate, spring MVC, spring boot, core java questions like hashmap, difference between hashmap and hashtable. Tree

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic react
  • Q2. Basic javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the technology u use including all the basic stuff and technical names of it

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 65 Minutes
Round difficulty - Medium

This was an online proctured coding test where we had 2 questions to solve under 65 minutes. Both the questions were of difficulty Medium to Hard.

  • Q1. 

    Make Array Elements Equal Problem Statement

    Given an integer array, your objective is to change all elements to the same value, minimizing the cost. The cost of changing an element from x to y is defined ...

  • Ans. 

    Find the minimum cost to make all elements of an array equal by changing them to a common value.

    • Calculate the median of the array and find the sum of absolute differences between each element and the median.

    • Sort the array and find the median element, then calculate the sum of absolute differences between each element and the median.

    • If the array has an even number of elements, consider the average of the two middle elem

  • Answered by AI
  • Q2. 

    Pattern Matching Problem Statement

    Given a pattern as a string and a set of words, determine if the pattern and the words list align in the same sequence.

    Input:
    T (number of test cases)
    For each test ca...
  • Ans. 

    Given a pattern and a list of words, determine if the words align with the pattern.

    • Create a mapping between characters in the pattern and words in the list.

    • Check if the mapping preserves the order of characters in the pattern.

    • Return 'True' if the sequence of words matches the order of characters in the pattern, else return 'False'.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round had 2 algorithmic questions in which I first had to explain my approach with proper complexity analysis and then code the solution in any preferred IDE.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Find pairs of elements in an array that sum up to a given value, sorted in a specific order.

    • Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the result list based on the criteria mentioned in the question.

    • Return the sorted list of pairs.

  • Answered by AI
  • Q2. 

    Merge Overlapping Intervals Problem Statement

    Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...

  • Ans. 

    Merge overlapping intervals and return sorted list of merged intervals.

    • Iterate through intervals and merge overlapping ones

    • Sort merged intervals based on starting times

    • Handle edge cases like empty input or single interval

    • Example: Input - [[1,4], [3,5], [6,8], [10,12], [8,9]], Output - [[1,5], [6,9], [10,12]]

  • Answered by AI
Round 3 - Video Call 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 1 standard coding question followed by some questions from OS and at last I was also asked some questions related to Statistics and Probability.

  • Q1. 

    Spiral Matrix Problem Statement

    You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements.

    Input

    The first line contains an integer 'T' which denotes the nu...
  • Ans. 

    The task is to return the spiral path of elements in a given matrix.

    • Iterate through the matrix in a spiral path by adjusting the boundaries at each step.

    • Keep track of the direction of traversal (right, down, left, up) to cover all elements.

    • Handle edge cases such as when the matrix is a single row or column.

    • Implement the spiral path traversal algorithm efficiently to meet the time limit.

    • Ensure to print the elements in t

  • Answered by AI
  • Q2. How can you print numbers from 1 to 100 using more than two threads in an optimized approach?
  • Ans. 

    Use multiple threads to print numbers from 1 to 100 in an optimized approach.

    • Divide the range of numbers (1-100) among the threads to avoid overlap.

    • Use synchronization mechanisms like mutex or semaphore to ensure orderly printing.

    • Consider using a shared variable to keep track of the current number being printed.

  • Answered by AI
  • Q3. What is meant by multitasking and multithreading in operating systems?
  • Ans. 

    Multitasking refers to the ability of an operating system to run multiple tasks concurrently, while multithreading involves executing multiple threads within a single process.

    • Multitasking allows multiple processes to run simultaneously on a single processor, switching between them quickly.

    • Multithreading enables a single process to execute multiple threads concurrently, sharing resources like memory and CPU time.

    • Multita...

  • Answered by AI
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. What do you know about the company?
  • Q2. Why should we hire you?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJP Morgan interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 65 Minutes
Round difficulty - Medium

This was an online proctured coding round where we had 2 questions to solve under 1 hour. Both the questions were preety standard and anyone with a decent grip on Data Structures and Algorithms can solve them.

  • Q1. 

    Split Binary String Problem Statement

    Chintu has a long binary string str. A binary string is a string that contains only 0 and 1. He considers a string to be 'beautiful' if and only if the number of 0's ...

  • Ans. 

    Find the maximum number of beautiful substrings that a binary string can be split into.

    • Count the number of 0's and 1's in the string.

    • Iterate through the string and split it whenever the count of 0's and 1's becomes equal.

    • Return the maximum number of beautiful substrings that can be formed.

  • Answered by AI
  • Q2. 

    Shortest Path in a Binary Matrix Problem Statement

    Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only...

  • Ans. 

    Find the shortest path in a binary matrix from a source cell to a destination cell consisting only of 1s.

    • Use Breadth First Search (BFS) algorithm to find the shortest path.

    • Keep track of visited cells to avoid revisiting them.

    • Update the path length as you traverse the matrix.

    • Return -1 if no valid path exists.

  • Answered by AI
Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 coding questions , the first one was related to Sorting and the second one was related to Hashing. After the coding questions, I was asked some concepts related to OOPS in general.

  • Q1. 

    Rahul And Minimum Subarray Problem Statement

    Rahul is mastering arrays. He is tasked to find the length of the smallest contiguous subarray in a given array/list ARR of size N, such that its sum exceeds a...

  • Ans. 

    Find the length of the smallest subarray in a given array whose sum exceeds a specified value.

    • Iterate through the array while keeping track of the sum of the current subarray.

    • Use two pointers to maintain a sliding window approach to find the smallest subarray.

    • Update the minimum length of the subarray whenever the sum exceeds the specified value.

    • Return the length of the smallest subarray found.

    • Handle cases where no suba...

  • Answered by AI
  • Q2. 

    Count Subarrays with Sum Divisible by K

    Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

    Input:

    The first line of input contains an...
  • Ans. 

    Count subarrays with sum divisible by K in an array.

    • Iterate through the array and keep track of prefix sum modulo K.

    • Use a hashmap to store the frequency of prefix sum remainders.

    • For each prefix sum remainder, count the number of subarrays that sum up to a multiple of K.

    • Handle cases where the prefix sum itself is divisible by K.

    • Return the total count of subarrays with sum divisible by K.

  • Answered by AI
  • Q3. What are virtual destructors in C++?
  • Ans. 

    Virtual destructors in C++ are used to ensure that the correct destructor is called when deleting an object through a base class pointer.

    • Virtual destructors are declared with the 'virtual' keyword in the base class to allow proper cleanup of derived class objects.

    • When deleting an object through a base class pointer, having a virtual destructor ensures that the destructor of the derived class is called.

    • Without a virtual...

  • Answered by AI
  • Q4. What is the difference between a constructor and a method in Object-Oriented Programming?
  • Ans. 

    Constructor is a special method used to initialize objects, while a method is a function that performs a specific task.

    • Constructor is called automatically when an object is created, while a method is called explicitly by the programmer.

    • Constructors have the same name as the class, while methods have unique names.

    • Constructors do not have a return type, while methods have a return type.

    • Constructors are used to set initia...

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 coding questions both related to Linked List followed by an interesting puzzle and then a question related to Probability.

  • Q1. 

    Divide Linked List Into Two Problem Statement

    You have been given a singly linked list of integers. Your task is to divide this list into two smaller singly linked lists wherein the nodes appear in an alt...

  • Ans. 

    Divide a singly linked list into two smaller lists with nodes appearing in an alternating fashion.

    • Iterate through the original linked list and assign nodes alternatively to the two smaller lists.

    • Handle cases where creating either of the sub-lists is impossible by returning an empty list.

    • Ensure to properly terminate the linked lists with -1 at the end of each list.

    • Consider the constraints provided while implementing the...

  • Answered by AI
  • Q2. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge.

    • Traverse both lists to find their lengths and the difference in lengths

    • Move the pointer of the longer list by the difference in lengths

    • Move both pointers simultaneously until they meet at the merging point

  • Answered by AI
Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. Why should we hire you?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 65 Minutes
Round difficulty - Medium

This was an online proctured coding test where we had 2 questions to solve under 65 minutes. Both the questions were of difficulty Medium to Hard.

  • Q1. 

    Minimum Travel Cost Problem

    You are given a country called 'Ninjaland' with 'N' states, numbered from 1 to 'N'. These states are connected by 'M' bidirectional roads, each with a specified travel cost. Th...

  • Ans. 

    Find the minimum cost selection of roads to travel to every state in a country.

    • Create a graph representation of the states and roads with their costs.

    • Use a minimum spanning tree algorithm like Kruskal's or Prim's to find the optimal roads.

    • Select 'N' - 1 roads with the lowest costs to cover all states.

    • Return the selected roads and their costs as output.

  • Answered by AI
  • Q2. 

    Reverse Words in a String: Problem Statement

    You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...

  • Ans. 

    Reverse words in a string while handling leading, trailing, and multiple spaces.

    • Split the input string by spaces to get individual words

    • Reverse the order of the words

    • Join the reversed words with a single space in between

  • Answered by AI
Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

In this round , the interviewer first asked me two algorithmic questions - the first one related to stacks and the second one was of Dynamic Programming. I was able to find the optimal approach for the both the questions and also discussed the time and space complexities. This was followed by some standard questions from OOPS.

  • Q1. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

  • Ans. 

    The task is to find the next greater element for each element in an array to its right, if no greater element exists, return -1.

    • Iterate through the array from right to left and use a stack to keep track of elements.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Store the next greater element for each element in the output array.

  • Answered by AI
  • Q2. 

    Longest Increasing Path in Matrix Problem Statement

    Given a 2-D matrix mat with 'N' rows and 'M' columns, where each element at position (i, j) is mat[i][j], determine the length of the longest increasing...

  • Ans. 

    The problem involves finding the length of the longest increasing path in a 2-D matrix starting from a given cell.

    • Create a recursive function to explore all possible paths from a cell to its neighboring cells.

    • Use memoization to avoid redundant calculations and improve efficiency.

    • Keep track of the length of the longest increasing path found so far.

    • Consider edge cases such as when the matrix is empty or when there are no...

  • Answered by AI
  • Q3. What is meant by inheritance in object-oriented programming?
  • Ans. 

    Inheritance in OOP allows a class to inherit properties and behaviors from another class.

    • Inheritance allows for code reusability by creating a new class based on an existing class.

    • The new class (subclass) can access all the properties and methods of the existing class (superclass).

    • Example: A 'Car' class can inherit from a 'Vehicle' class, gaining attributes like 'speed' and methods like 'drive'.

  • Answered by AI
  • Q4. What do you mean by virtual functions in C++?
  • Ans. 

    Virtual functions in C++ allow a function to be overridden in a derived class, enabling polymorphic behavior.

    • Virtual functions are declared in a base class with the 'virtual' keyword.

    • They are intended to be overridden in derived classes to provide specific implementations.

    • When a virtual function is called through a base class pointer or reference, the actual function to be called is determined at runtime based on the o...

  • Answered by AI
Round 3 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 questions from DSA followed by some questions from basics of DBMS and then I was asked some interesting questions from Probability.

  • Q1. 

    Top View of Binary Tree

    Given a binary tree of integers, the task is to return the top view of the given binary tree. The top view of the binary tree is the set of nodes visible when viewed from the top.

    ...
  • Ans. 

    Return the top view of a binary tree given in level-order format.

    • Use a map to store the horizontal distance of each node from the root

    • Perform a level-order traversal and keep track of the horizontal distance of each node

    • For each horizontal distance, store the node value if it is the first node encountered at that distance

  • Answered by AI
  • Q2. 

    LRU Cache Design Question

    Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    1. get(key) - Return the value of the key if it exists in the cache; otherw...

  • Ans. 

    Design a Least Recently Used (LRU) cache data structure that supports get and put operations with capacity constraint.

    • Implement a doubly linked list to maintain the order of recently used keys.

    • Use a hashmap to store key-value pairs for quick access.

    • Update the order of keys in the linked list on get and put operations.

    • Evict the least recently used key when the cache reaches its capacity.

    • Handle edge cases like key not fo...

  • Answered by AI
  • Q3. What is the main difference between UNION and UNION ALL?
  • Ans. 

    UNION combines and removes duplicates, UNION ALL combines without removing duplicates.

    • UNION removes duplicates, UNION ALL does not

    • UNION is slower than UNION ALL as it has to check for duplicates

    • UNION is used when you want to combine and remove duplicates, UNION ALL is used when you want to combine without removing duplicates

  • Answered by AI
  • Q4. What is the probability of obtaining a sum of 22 or more when four dice are thrown?
  • Ans. 

    The probability of obtaining a sum of 22 or more when four dice are thrown.

    • Calculate the total number of outcomes when four dice are thrown.

    • Determine the number of outcomes where the sum is 22 or more.

    • Divide the favorable outcomes by the total outcomes to get the probability.

    • Use combinations and permutations to calculate the probabilities.

  • Answered by AI
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. Why should we hire you?
  • Q2. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Schrodinger Interview FAQs

How many rounds are there in Schrodinger Software Engineer interview?
Schrodinger interview process usually has 2 rounds. The most common rounds in the Schrodinger interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Schrodinger Software Engineer 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 Schrodinger. The most common topics and skills that interviewers at Schrodinger expect are Linux, Python, Cloud Computing, Data Management and GIT.
What are the top questions asked in Schrodinger Software Engineer interview?

Some of the top questions asked at the Schrodinger Software Engineer interview -

  1. What is three pillars of o...read more
  2. Oops concepts Cp algo Intro And about res...read more
  3. DSA problems on graph, dp and ...read more

Recently Viewed

SALARIES

Gilbarco Veeder Root

SALARIES

Gilbarco Veeder Root

SALARIES

Gilbarco Veeder Root

INTERVIEWS

CNH Industrial

No Interviews

SALARIES

Gilbarco Veeder Root

SALARIES

Gilbarco Veeder Root

SALARIES

Gilbarco Veeder Root

No Salaries

SALARIES

Gilbarco Veeder Root

SALARIES

Gilbarco Veeder Root

REVIEWS

Indo Farm Equipment

No Reviews

Tell us how to improve this page.

Schrodinger Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Schrodinger Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Senior Scientist
7 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Scientist
4 salaries
unlock blur

₹8.5 L/yr - ₹16 L/yr

IT Operations Manager
4 salaries
unlock blur

₹40 L/yr - ₹40 L/yr

Licensing Specialist
4 salaries
unlock blur

₹9 L/yr - ₹10 L/yr

Software Engineer
3 salaries
unlock blur

₹24 L/yr - ₹33 L/yr

Explore more salaries
Compare Schrodinger with

Biocon Limited

3.9
Compare

Syngene International

3.9
Compare

Piramal Group

3.9
Compare

Glenmark Pharmaceuticals

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