InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
In sequential methods for solving coupled equations, except the variable for which the equations are solved, the other variables are treated as ___________(a) zeros(b) unknowns(c) known values(d) onesThe question was posed to me in quiz.Asked question is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct answer is (C) known VALUES |
|
| 2. |
Errors are transferred from a fine grid to a coarser one. Similarly __________ is transferred from a coarse grid to a finer one.(a) residual(b) correction(c) restriction(d) prolongationThis question was addressed to me in homework.My doubt is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct answer is (B) correction |
|
| 3. |
Which of these errors need a multi-grid approach?(a) Low amplitude error(b) High amplitude error(c) Low frequency error(d) High frequency errorI got this question during a job interview.The doubt is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» CORRECT option is (c) Low frequency error To explain I would say: High frequency oscillatory ERRORS are easily eliminated using iterative METHODS LIKE Jacobi and Gauss-Seidel. But, these TECHNIQUES cannot handle smooth and low frequency errors without a multi-grid approach. |
|
| 4. |
The multi-grid approach is used to assist __________(a) iterative solvers(b) direct solvers(c) gradient solvers(d) pre-conditioned solversThe question was posed to me in final exam.Question is taken from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right choice is (a) iterative solvers |
|
| 5. |
While using grid oriented velocity components, conservation of which of these equations will be lost?(a) Energy equation(b) Euler equations(c) Momentum equation(d) Continuity equationI got this question in homework.My query is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right choice is (c) MOMENTUM equation |
|
| 6. |
A hybrid method of which of these methods exists?(a) Finite Difference Method and Finite Element Method(b) Finite Volume Method and Finite Difference Method(c) Finite Volume Method and Finite Element Method(d) Finite Volume Method and Spectral Element MethodI have been asked this question during an interview.The above asked question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right answer is (C) Finite Volume Method and Finite Element Method |
|
| 7. |
Which of these establish a one-to-one relationship between two elements?(a) Face(b) Node(c) Vertex(d) ElementThis question was posed to me in my homework.I would like to ask this question from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT ANSWER is (a) Face |
|
| 8. |
For an algebraic multi-grid approach, the residual in the k^th level is __________(a) residual in the (k+1)^th level(b) summation of the residuals in the (k)^th level(c) residual in the (k-1)^th level(d) summation of the residuals in the (k-1)^th levelI got this question in final exam.The question is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct choice is (d) SUMMATION of the residuals in the (k-1)^th level |
|
| 9. |
Consider the global matrix AΦ=b. Let the coefficient matrix A=M-N. At the i^th iteration, the general form can be given as ______________ (Note: Φ^i is the value of Φ in the i^th iteration).(a) MΦ^i=NΦ^i-1+b(b) MΦ^i=NΦ^i+b(c) MΦ^i=NΦ^i-1-b(d) MΦ^i=NΦ^i-bI got this question in an interview for internship.Query is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT option is (a) MΦ^i=NΦ^i-1+b The best I can EXPLAIN: The global matrix is AΦ=b Replacing A with M-N, (M-N)Φ=b MΦ=NΦ+b At a particular STEP, we only KNOW the Φ values of the previous step only. So, MΦ^i=NΦ^i-1+b. |
|
| 10. |
Which of these grids are called Chimera grids?(a) Structured grids with overlapping blocks(b) Block-structured grids(c) Block-structured grids with overlapping blocks(d) Structured gridsThe question was asked in a job interview.My doubt is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct answer is (c) Block-structured grids with overlapping blocks |
|
| 11. |
Let r^k be the residual in the k^th level of multi-grid approach. Which of these give the restriction operator?(a) \(\frac{r^{k+1}}{r^k} \)(b) \(\frac{r^k}{r^{k+1}}\)(c) r^k+1-r^k(d) r^k-r^k+1I have been asked this question during an internship interview.My doubt is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right answer is (a) \(\frac{r^{k+1}}{r^k} \) |
|
| 12. |
Which of these properties are affected when the multi-grid approach is not used?(a) Conservativeness(b) Convergence(c) Consistency(d) StabilityThis question was addressed to me in an internship interview.This interesting question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (b) Convergence To ELABORATE: As the ACCURACY in the iterative solvers for large equations are not good, the rate of convergence is very LESS. A solution to this problem is given by the multi-grid approach. |
|
| 13. |
In which of these methods, after factorization, the pattern of zero elements in the combined L and U matrices the same as the original coefficient matrix?(a) LU decomposition(b) ILU decomposition(c) ILU(0) decomposition(d) ILU(1) decompositionI had been asked this question in an online quiz.This is a very interesting question from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT choice is (a) LU decomposition |
|
| 14. |
Which of these terms in the momentum equation for θ – component represents the Coriolis force?(a) \(\rho v_r\frac{∂v_\theta}{\partial r}\)(b) \(\frac{\rho v_\theta}{r}\frac{\partial v_\theta}{\partial \theta} \)(c) \(\frac{\rho v_r v_\theta}{r}\)(d) \(\frac{\partial v_\theta}{\partial r}\)I had been asked this question in an interview for internship.Query is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct OPTION is (c) \(\frac{\rho v_r v_\theta}{R}\) |
|
| 15. |
Which of these coordinate systems will best suit to model the flow in a pipe with a swirl?(a) Cylindrical coordinates(b) Cartesian coordinates(c) Spherical coordinates(d) Polar coordinatesThis question was addressed to me in class test.Asked question is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct option is (a) Cylindrical coordinates |
|
| 16. |
Vertex connectivity is important while __________(a) solving the discretized equation(b) discretizing(c) post-processing(d) pre-processingI got this question in semester exam.I want to ask this question from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct ANSWER is (c) post-processing |
|
| 17. |
The master method for solving the non-linear system of equations is __________(a) Newton’s method(b) Global method(c) Jacobi method(d) Gradient methodI have been asked this question during an online exam.This interesting question is from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right OPTION is (a) Newton’s method |
|
| 18. |
Which of these is true for the LU decomposition method?(a) LΦ=Ub(b) LUΦ=b(c) Φ=LUb(d) UΦ=LbI have been asked this question during an online exam.This question is from Numerical Methods topic in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT answer is (b) LUΦ=b |
|
| 19. |
Which of these is related to the flux terms?(a) Element connectivity(b) Node connectivity(c) Face connectivity(d) Vertex connectivityThe question was posed to me in a job interview.My question comes from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
| Answer» | |
| 20. |
When evaluation of the derivative of the non-linear function is not possible, which method is used?(a) Newton’s method(b) Global method(c) Jacobi method(d) Secant methodI have been asked this question in class test.Query is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT answer is (d) Secant method |
|
| 21. |
Newton’s method linearizes the function using ___________(a) McLaurin series(b) Laurent series(c) Taylor series(d) Fourier seriesI had been asked this question during an interview for a job.This interesting question is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT answer is (C) Taylor series |
|
| 22. |
Which is the first step in the numerical solution of a fluid flow problem?(a) Discretization(b) Physical model of the flow(c) Mathematical model of the flow(d) IterationThis question was addressed to me in homework.This interesting question is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct ANSWER is (c) Mathematical model of the flow |
|
| 23. |
Stress components cannot be expressed in terms of __________(a) Cartesian tensors(b) Contra-variant tensors(c) Covariant tensors(d) Metric tensorsThis question was addressed to me in an interview for job.I'd like to ask this question from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct answer is (d) METRIC TENSORS |
|
| 24. |
The variation of the size of a cell from an optimal cell size is its __________(a) centroid(b) structure(c) orthogonality(d) skewnessThe question was posed to me in examination.The doubt is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct choice is (d) skewness |
|
| 25. |
Which of these flow properties does not suit covariant or contra-variant bases?(a) Velocity(b) Density(c) Stress(d) Viscous forcesI had been asked this question during an internship interview.The query is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct option is (b) Density |
|
| 26. |
The aspect ratio of each element should be ___________(a) less than one(b) equal to one(c) around one(d) greater than oneThis question was addressed to me in an interview for internship.I'm obligated to ask this question of Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct CHOICE is (C) around one |
|
| 27. |
What does the mathematical model of a fluid flow contain?(a) Partial differential equations(b) Discretized partial differential equations(c) Partial differential equations and boundary conditions(d) Discretized partial differential equations and boundary conditionsI got this question during an interview.I want to ask this question from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT option is (c) PARTIAL differential equations and boundary CONDITIONS Easy explanation: After generating the mathematical model of the physical flow in a problem, we will have a set of partial differential equations ALONG with its boundary conditions. The mathematical model is not complete without the boundary conditions which make the problem unique. |
|
| 28. |
When coupled equations are ___________ sequential solutions are used.(a) linear and highly coupled(b) non-linear and uncoupled(c) linear and uncoupled(d) non-linear and highly coupledI have been asked this question during a job interview.This intriguing question comes from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right answer is (a) LINEAR and highly coupled |
|
| 29. |
Which of these traversal cycles are possible for an algebraic multi-grid approach?(a) W-cycle(b) V-cycle(c) U-cycle(d) F-cycleThe question was asked during an internship interview.This interesting question is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right ANSWER is (c) U-cycle |
|
| 30. |
When compared to the Jacobi method, the Gauss-Siedel method ____________(a) has better convergence and needs less memory(b) has less convergence and needs more memory(c) has less convergence and needs less memory(d) has better convergence and needs more memoryI have been asked this question by my college professor while I was bunking the class.This interesting question is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct CHOICE is (a) has better convergence and NEEDS less memory |
|
| 31. |
Consider the global matrix AΦ=b. What is the residual at the ith iteration? (Note: Φi is the value of Φ in the i^th iteration).(a) AΦ^i-1+b(b) AΦ^i-1-b(c) AΦ^i+b(d) AΦ^i-bThe question was posed to me in exam.I want to ask this question from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct option is (d) AΦ^i-b |
|
| 32. |
Which of these arrangements of the velocity and pressure gradient components is suitable for non-orthogonal grids?(a) Staggered arrangement with covariant base(b) Collocated arrangement(c) Staggered arrangement(d) Covariant arrangementThe question was asked by my college director while I was bunking the class.I would like to ask this question from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct choice is (b) COLLOCATED arrangement |
|
| 33. |
While changing the coordinates from Cartesian to non-orthogonal in the Finite Difference Method, which of the following remains the same?(a) all the terms in the equation(b) conservation properties of the equation(c) number of terms in the equation(d) source terms of the equationThis question was posed to me by my college professor while I was bunking the class.My question is based upon Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct option is (B) conservation properties of the EQUATION |
|
| 34. |
In which of these methods, the calculation for interior nodes is done at the post-processing stage?(a) Spectral element method(b) Boundary element method(c) Finite Element method(d) Finite Volume MethodThis question was addressed to me during an interview.The query is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (B) Boundary ELEMENT method The explanation is: In Boundary element method, the given boundary conditions are used to fit the boundary values into the integral equations. After this, using the boundary solutions, the solution for the interior nodes is carried out at the post-processing stage. |
|
| 35. |
The direction of the normal vector to a face in mesh ____________(a) is from the owner element to the neighbour element(b) is from the neighbour element to the owner element(c) is in the direction of the flux(d) is in the direction opposite to the fluxThe question was posed to me during an internship interview.This intriguing question comes from Numerical Methods topic in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right CHOICE is (a) is from the owner ELEMENT to the NEIGHBOUR element |
|
| 36. |
The general equation for PDMA is aiΦi+biΦi+2+ci Φi+1+diΦi-1+eiΦi-2=fi. Which of the following is incorrect? (Note: ‘N’ is the number of unknowns).(a) e2=0(b) cN-1=0(c) e1=0(d) cN=0This question was addressed to me in exam.Enquiry is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct answer is (B) cN-1=0 |
|
| 37. |
Staggered grid arrangements are used to establish strong coupling between ____________ and __________(a) velocities and momentum components(b) velocities and pressure gradients(c) velocities and viscosity terms(d) viscosity and source termsThe question was posed to me in class test.The origin of the question is Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT choice is (d) viscosity and source terms |
|
| 38. |
Element connectivity is responsible for ___________(a) consistency of the fluxes of different elements(b) consistency of the equations formed for different elements(c) flow field variables(d) gradient of the flow field variablesThe question was asked in an interview for job.The origin of the question is Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
| Answer» | |
| 39. |
While using the Picard iteration, how is the source term decomposed?(a) qΦ=b0+b1 Φ(b) qΦ=b0 Φ+b1 Φ^2(c) qΦ=b0 Φ(d) qΦ=b0+b1 Φ^2I have been asked this question in an interview.This intriguing question comes from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct option is (a) qΦ=B0+b1 Φ |
|
| 40. |
Which of these is the opposite step of restriction?(a) Prolongation(b) Traversal(c) Agglomeration(d) CoarseningI have been asked this question during an online exam.The doubt is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (a) Prolongation The best explanation: Prolongation is the step where correction is transferred from a COARSE grid to a finer one. This is DONE the same way how errors are transferred from a FINE grid to a coarser one in restriction step. |
|
| 41. |
Which of these is the oldest method for numerical solution of partial differential equations?(a) Finite Element Method(b) Finite Difference Method(c) Finite Volume method(d) Spectral Element MethodI got this question during an interview.My question is taken from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» CORRECT OPTION is (b) Finite Difference METHOD Explanation: The Finite Difference Method is the oldest method for solving PARTIAL differential equations numerically. It is believed that this method is developed by Euler in the 18th century. This is the easiest method too. |
|
| 42. |
In the polar-cylindrical momentum equation for the r-component, the term \(\frac{\rho v \theta^2}{r}\) represents ___________(a) Centrifugal force(b) Centripetal force(c) Tangential force(d) Coriolis forceThis question was posed to me in exam.The above asked question is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right ANSWER is (a) Centrifugal force |
|
| 43. |
Which of these features of structured grids is a disadvantage?(a) Easy to solve(b) Suitable for simple geometries(c) Efficient in memory requirements(d) Less time requirementI have been asked this question during an interview for a job.This interesting question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct choice is (b) SUITABLE for SIMPLE geometries |
|
| 44. |
Choosing a particular type of discretization method is ineffective when ___________(a) mathematical model is complex(b) mathematical model is simple(c) grid is coarse(d) grid is very fineI have been asked this question in exam.The query is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct option is (d) GRID is very fine |
|
| 45. |
What does the letter ‘I’ stand for in ILU decomposition problem?(a) Inbuilt(b) Incomplete(c) Iterative(d) ImbalancedI had been asked this question by my college professor while I was bunking the class.This intriguing question comes from Numerical Methods topic in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct choice is (B) Incomplete |
|
| 46. |
Which of these statements is incorrect about iterative methods?(a) Low computational cost(b) Low computer storage(c) Not suitable for sparse matrices(d) Needs initial guessThis question was addressed to me by my school teacher while I was bunking the class.My question comes from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right OPTION is (c) Not suitable for sparse matrices |
|
| 47. |
The non-linear terms like convection and source terms in a system are linearized using __________(a) Iterative gradient method(b) Jacobi method(c) Picard iteration(d) Incomplete LU decompositionThe question was asked at a job interview.Asked question is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (c) Picard iteration To explain I would say: The USUAL solution of non-linear coupled SYSTEM is the sequential decoupled method. For this, the non-linear terms are linearized using the Picard iteration method. This is applied for convection and SOURCE terms of the equation. |
|
| 48. |
In solving non-linear systems, there is a trade-off between ___________ and ___________(a) speed and stability(b) speed and security(c) stability and convergence(d) stability and errorThis question was posed to me during an online exam.I need to ask this question from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The correct choice is (b) speed and SECURITY |
|
| 49. |
For solving for a single unknown in sequential solvers ____________ is used.(a) Direct solver(b) LU decomposition(c) Elimination method(d) Iterative solverI got this question in an international level competition.My question is based upon Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT option is (d) Iterative solver |
|
| 50. |
TDMA and PDMA are particularly suitable for _____________(a) Cartesian grid problems(b) Curvilinear grid problems(c) Unstructured grid problems(d) Structured grid problemsThis question was posed to me at a job interview.Question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct option is (d) Structured grid problems |
|